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
*
Merge branch 'master' of github.com:Araq/Nimrod
dom96
2011-05-14
43
-180
/
+265
|
\
|
*
deprecated system.copy: use system.substr instead
Araq
2011-05-14
31
-109
/
+122
|
*
got rid of isLifted
Araq
2011-05-14
2
-11
/
+4
|
*
loop unrolled for stack marking
Araq
2011-05-13
3
-1
/
+33
|
*
debug build works again; sorry
Araq
2011-05-09
4
-54
/
+55
|
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-05-09
1
-5
/
+22
|
|
\
|
*
|
threadvar alternative
Araq
2011-05-09
4
-10
/
+24
|
*
|
newStringOfCap implemented and used to optimize some procs
Araq
2011-05-08
10
-21
/
+53
*
|
|
fixed some redis commands; fixed bindAddr and scgi now doesn't bind to all ad...
dom96
2011-05-14
4
-16
/
+53
|
|
/
|
/
|
*
|
tester now outputs json
dom96
2011-05-08
1
-5
/
+22
|
/
*
bugfix: don't change OSError()'s behaviour
Araq
2011-05-08
2
-14
/
+11
*
select() for processes; copyDir() for os.
dom96
2011-05-07
4
-20
/
+129
*
gc tweaking to gain a few percent of performance
Araq
2011-05-07
13
-155
/
+185
*
fixes #12
Araq
2011-05-02
3
-61
/
+54
*
little repo cleanup
Araq
2011-05-02
111
-115103
/
+53
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-05-01
6
-38
/
+223
|
\
|
*
The sockets module supports non-blocking sockets now. Many other fixes in soc...
dom96
2011-04-30
6
-38
/
+223
*
|
cleaned up the tests; fixes #30; fixes #26
Araq
2011-05-01
52
-319
/
+459
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-04-30
1
-40
/
+62
|
\
|
*
Some minor fixes and additions to the graphics module.
dom96
2011-04-26
1
-40
/
+62
*
|
c sources regenerated to get rid of execinfo.h dependency
Araq
2011-04-29
1
-6
/
+6
*
|
optional native stack traces
Araq
2011-04-29
1
-2
/
+2
*
|
const table support
Araq
2011-04-29
16
-58
/
+116
|
/
*
bugfix: times.epochTime
Araq
2011-04-25
4
-15
/
+14
*
Merge branch 'master' of github.com:Araq/Nimrod
dom96
2011-04-24
4
-12
/
+36
|
\
|
*
C source regenerated
Araq
2011-04-24
4
-12
/
+36
*
|
Lots of fixes in redis.nim
dom96
2011-04-24
1
-175
/
+217
|
/
*
Removed the parseBulkStr() proc in redis.nim
dom96
2011-04-23
1
-23
/
+20
*
Consistency fix in redis.nim
dom96
2011-04-23
1
-4
/
+4
*
Added redis client module.
dom96
2011-04-23
1
-0
/
+834
*
c2nim compiles again
Araq
2011-04-23
3
-4
/
+12
*
slight change in the spec of unary '..'
Araq
2011-04-23
1
-3
/
+1
*
slice support in system.nim; syntactic sugar for tables; cleanup of grammar/p...
Araq
2011-04-23
8
-97
/
+234
*
parser got rid of cruft
Araq
2011-04-22
1
-32
/
+9
*
slices are first class citizens
Araq
2011-04-22
12
-127
/
+177
*
grammar changes for table constructor: second part
Araq
2011-04-21
3
-24
/
+29
*
grammar changes for table constructor: first part
Araq
2011-04-21
2
-26
/
+34
*
got rid of some arcane module names
Araq
2011-04-21
34
-1257
/
+326
*
hashtables: 2nd version
Araq
2011-04-19
1
-29
/
+31
*
hashtables: 1st version; parseutils additions
Araq
2011-04-18
5
-6
/
+175
*
:= templatable; lexer improvements
Araq
2011-04-17
11
-166
/
+117
*
better error message for invalid module names
Araq
2011-04-16
4
-19
/
+5
*
big repo cleanup
Araq
2011-04-12
246
-74652
/
+28
*
p[] instead of p^
Araq
2011-04-11
32
-346
/
+242
*
p[] instead of p^
Araq
2011-04-11
12
-52
/
+64
*
some tests cleaned up; some bugfixes
Araq
2011-04-11
18
-69
/
+106
*
some tests cleaned up
Araq
2011-04-05
2
-186
/
+1
*
bugfix: tmacros1.nim works
Araq
2011-04-05
2
-2
/
+3
*
fixes #25
Araq
2011-04-05
2
-1
/
+15
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-04-05
2
-2
/
+19
|
\
[next]