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
*
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
|
\
|
*
fixes #27
dom96
2011-04-04
2
-2
/
+19
*
|
$ for strtabs; skipUntil, skipWhile for parseutils
Araq
2011-04-05
2
-9
/
+29
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-04-04
0
-0
/
+0
|
\
|
*
csource newly generated for generic constraints
Araq
2011-04-01
0
-0
/
+0
|
*
fixes #28
Araq
2011-04-01
2
-2
/
+2
|
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-04-01
6
-11
/
+42
|
|
\
|
|
*
Bug fixes for standard library: httpclient, json, os, parsexml, xmltree, xmlp...
dom96
2011-03-28
7
-12
/
+43
|
*
|
type constraints; tuple lifting
Araq
2011-04-01
17
-139
/
+527
|
|
/
*
|
todo.txt changes
Araq
2011-04-04
1
-0
/
+1
*
|
added another system.open; bugfix: koch clean may not break .git dirs anymore
Araq
2011-04-03
4
-9
/
+15
*
|
bugfix: GC more forgiving
Araq
2011-04-03
5
-8
/
+14
*
|
less cascading errors for 'check' and 'ide-tools'
Araq
2011-04-03
4
-23
/
+33
*
|
Koenig's lookup implementation
Araq
2011-04-03
5
-131
/
+137
*
|
ugh, maybe broke git
Araq
2011-04-01
25
-172
/
+587
|
/
*
some little bugfixes
Araq
2011-03-27
12
-69
/
+91
*
added 'reset' news entry; fixed #23
Araq
2011-03-25
1
-0
/
+1
*
added 'reset' magic proc
Araq
2011-03-25
9
-12
/
+73
*
bugfix: type converter that converts to bool in 'if' context
Araq
2011-03-25
11
-25
/
+77
*
support for clang
Araq
2011-03-24
2
-2
/
+23
*
Merge branch 'master' of https://github.com/Tass/Nimrod into Tass-master
Araq
2011-03-24
2
-1
/
+16
|
\
|
*
+ documentation for implicit conversions
Simon Hafner
2011-03-18
2
-1
/
+16
*
|
fixes #21
Araq
2011-03-24
3
-9
/
+9
*
|
bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmas
Araq
2011-03-23
45
-242
/
+2341
*
|
linearScanEnd pragma; string case statement optimization
Araq
2011-03-14
26
-252
/
+537
|
/
*
fixes #20
Araq
2011-03-12
8
-75
/
+132
*
always compile with at least O1; bugfix set initialization for interactive mode
Araq
2011-03-10
3
-5
/
+18
*
fixes #17; I hope!
Araq
2011-03-08
1
-4
/
+17
*
more fixes for dy(n)lib typo; fixes #15
Araq
2011-03-08
17
-101
/
+140
*
fixes #13; fixes #18
Araq
2011-03-08
4
-21
/
+102
*
bugfix: tuple access in macros (issue #17)
Araq
2011-03-07
2
-9
/
+56
*
distinction between re.replace and re.replacef; speed improvements for re module
Araq
2011-03-06
23
-169
/
+204
*
various bugfixes for generics; added generic sort proc
Araq
2011-03-03
18
-116
/
+395
[next]