index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/pure/strutils.nim: fix doc comment for splitLines
Keita Haga
2011-08-25
1
-53
/
+53
*
bugfix: fixed built-in 'reset'
Araq
2011-08-20
2
-4
/
+6
*
more occurences of 'pure' proc pragma fixed
Araq
2011-08-20
4
-29
/
+30
*
locks now in their own core module
Araq
2011-08-20
10
-138
/
+177
*
'pure' is now 'noStackFrame' for procs
Araq
2011-08-19
6
-21
/
+28
*
small bugfix for eval
Araq
2011-08-19
2
-1
/
+28
*
documentation for --nimcache option
Araq
2011-08-19
3
-0
/
+4
*
implemented --nimcache config option; big clean up of magic words
Araq
2011-08-19
8
-187
/
+170
*
inlining of 'var openarray' iterators now work
Araq
2011-08-18
3
-26
/
+49
*
Merge branch 'master' of git@github.com:Araq/Nimrod
Araq
2011-08-16
1
-46
/
+46
|
\
|
*
Merge pull request #51 from keitahaga/fix-typo
Araq
2011-08-16
1
-46
/
+46
|
|
\
|
|
*
lib/pure/cgi.nim: fix typo 'passwort' instead of 'password'
Keita Haga
2011-08-17
1
-46
/
+46
*
|
|
bugfix topenarrayrepr works again
Araq
2011-08-16
1
-1
/
+2
|
/
/
*
/
finally got rid of nkPassAsOpenArray
Araq
2011-08-16
12
-72
/
+50
|
/
*
Merge branch 'master' of git@github.com:Araq/Nimrod
Araq
2011-08-15
1
-37
/
+37
|
\
|
*
Merge pull request #50 from keitahaga/terminal
Araq
2011-08-15
1
-37
/
+37
|
|
\
|
|
*
lib/pure/terminal.nim: fixed bug where the styleReverse doesn't work on Unix-...
Keita Haga
2011-08-16
1
-37
/
+37
|
|
/
*
/
added xmltree.innerText; fixes #49
Araq
2011-08-15
7
-33
/
+114
|
/
*
bugfix: running for threads
Araq
2011-08-12
2
-2
/
+2
*
added system.running for threads
Araq
2011-08-11
3
-10
/
+14
*
bugfix: #line generation for windows
Araq
2011-08-11
3
-3
/
+14
*
further tests for var T result type; ttables test now fails :-(
Araq
2011-08-10
4
-161
/
+167
*
added system.slurp for easy embedding of resources
Araq
2011-08-10
10
-24
/
+63
*
modifyable results for generics; teventemitter works
Araq
2011-08-09
10
-40
/
+103
*
fixes #35, fixes #43
Araq
2011-08-08
4
-6
/
+9
*
json code generation works again
Araq
2011-08-07
6
-14
/
+17
*
support for C++ code generation; importcpp and importobjc pragmas
Araq
2011-08-07
29
-177
/
+500
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-08-04
4
-14
/
+23
|
\
|
*
Fixed osproc.terminate for posix and improved some other osproc posix functions.
dom96
2011-08-03
1
-10
/
+19
|
*
Merge pull request #46 from keitahaga/examples
Araq
2011-08-02
3
-4
/
+4
|
|
\
|
|
*
examples/keyval2.nim: the indices of the elements of a sequence are numbered ...
Keita Haga
2011-08-02
3
-4
/
+4
|
|
/
*
/
fixes #42
Araq
2011-08-04
5
-118
/
+127
|
/
*
anonymous procs implemented; however no closure support yet
Araq
2011-08-01
5
-6
/
+27
*
clean exit codes for all the tools
Araq
2011-08-01
6
-14
/
+30
*
documentation for 'var T' as return type
Araq
2011-08-01
5
-23
/
+52
*
'var T' for iterators
Araq
2011-07-31
7
-11
/
+79
*
void type improvements; documentation improvements
Araq
2011-07-31
5
-17
/
+162
*
void type for generics
Araq
2011-07-31
5
-13
/
+27
*
'is' operator for generic code
Araq
2011-07-31
4
-22
/
+25
*
preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen...
Araq
2011-07-31
19
-202
/
+85
*
attempt to improve 'suggest' feature
Araq
2011-07-30
2
-8
/
+11
*
Merge branch 'master' of git@github.com:Araq/Nimrod
Araq
2011-07-30
3
-41
/
+41
|
\
|
*
Merge pull request #45 from keitahaga/tester
Araq
2011-07-29
1
-28
/
+28
|
|
\
|
|
*
tests/tester.nim: HTML-encode the expected results and actual results before ...
Keita Haga
2011-07-30
1
-28
/
+28
|
*
|
Merge pull request #44 from keitahaga/compiler
Araq
2011-07-29
2
-13
/
+13
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
c2nim,pas2nim: use the stdout.writeln to display the "unknown option" message
Keita Haga
2011-07-29
2
-2
/
+2
|
|
*
c2nim,pas2nim: bugfix: --out:FILE option does not work as documented
Keita Haga
2011-07-29
2
-11
/
+11
|
|
/
*
/
bugfix: forwarding of generic procs now works
Araq
2011-07-30
8
-43
/
+70
|
/
*
bugfix: 'final' not passed to generic
Araq
2011-07-29
10
-80
/
+68
*
fixed typo in events.nim; last commit fixed #39
Araq
2011-07-28
1
-2
/
+2
[next]