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
*
added gradha's improvements for the times module (issue #231)
Araq
2013-02-22
1
-1
/
+9
*
better typeToString; fixes #340
Araq
2013-02-20
2
-15
/
+16
*
small cleanups
Araq
2013-02-19
2
-5
/
+3
*
mark and sweep GC without bitvectors works
Araq
2013-02-19
3
-5
/
+8
*
mark and sweep without bitvectors
Araq
2013-02-19
2
-29
/
+77
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-02-19
2
-20
/
+30
|
\
|
*
fixes #286
Araq
2013-02-19
1
-1
/
+1
|
*
fixes #331, fixes #314
Araq
2013-02-18
1
-19
/
+29
*
|
todo.txt changes
Araq
2013-02-19
1
-8
/
+16
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-02-18
1
-1
/
+1
|
\
|
*
enable 'cast' in interactive mode (beware)
Araq
2013-02-17
1
-1
/
+1
*
|
typo in news.txt
Araq
2013-02-18
1
-1
/
+1
*
|
system.fields|fieldPairs for objects
Araq
2013-02-18
5
-37
/
+170
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-02-16
27
-141
/
+163
|
\
|
*
Merge pull request #336 from Tass/unittest
Araq
2013-02-16
4
-15
/
+36
|
|
\
|
|
*
WA for #329, caused by #335
Simon Hafner
2013-02-15
2
-1
/
+6
|
|
*
on the path to get unittest running from JS
Simon Hafner
2013-02-15
2
-13
/
+28
|
|
*
elif on JS instead of generic else
Simon Hafner
2013-02-15
1
-1
/
+1
|
|
*
UTC weekday in JS
Simon Hafner
2013-02-15
1
-1
/
+2
|
*
|
Merge pull request #333 from Tass/master
Araq
2013-02-15
25
-126
/
+127
|
|
\
|
|
|
*
EcmaScript => JS. Fixes #330
Simon Hafner
2013-02-15
25
-126
/
+127
|
|
/
*
|
preparations for a generational GC
Araq
2013-02-16
6
-6
/
+13
*
|
micro optimizations for the evaluation engine
Araq
2013-02-14
4
-43
/
+64
|
/
*
added GC_addCycleRoot
Araq
2013-02-12
3
-4
/
+16
*
GC: incRef needs to add cycleroots
Araq
2013-02-12
2
-6
/
+5
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-02-11
24
-201
/
+832
|
\
|
*
updated news.txt
Araq
2013-02-10
1
-2
/
+8
|
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-02-10
3
-16
/
+28
|
|
\
|
|
*
Merge pull request #327 from Tass/master
Araq
2013-02-09
3
-16
/
+28
|
|
|
\
|
|
|
*
hack for long string literals in C bugs in JS. Fixed.
Simon Hafner
2013-02-09
1
-14
/
+16
|
|
|
*
fix for exit code of compiler (JS bug?)
Simon Hafner
2013-02-09
1
-1
/
+1
|
|
|
*
rawEcho hack for kwin target
Simon Hafner
2013-02-08
1
-1
/
+11
|
|
|
/
|
*
|
open arrays documented in the manual
Araq
2013-02-10
5
-6
/
+38
|
*
|
working cycle collector for old GC
Araq
2013-02-10
1
-253
/
+133
|
|
/
|
*
made some tests green
Araq
2013-02-08
3
-2
/
+4
|
*
code cleanup for mark&sweep GC
Araq
2013-02-07
7
-88
/
+43
|
*
first version of a simple mark&sweep GC; activate with --gc:markAndSweep
Araq
2013-02-07
12
-87
/
+832
*
|
fixed embarrassing memory leak in 'collectCycles'
Araq
2013-01-31
1
-0
/
+1
|
/
*
rebuilt C sources for bootstrapping
Araq
2013-01-31
3
-40
/
+480
*
revert to old GC; use --gc:v2 to activate the new GC
Araq
2013-01-31
6
-1149
/
+1047
*
cleaner GC switching
Araq
2013-01-31
7
-25
/
+32
*
Fixed osproc.execCmdEx; tester should now succeed.
Dominik Picheta
2013-01-28
1
-16
/
+15
*
Fixes #317
Dominik Picheta
2013-01-27
1
-12
/
+29
*
Merge remote-tracking branch 'upstream/master' into upstream
Zahary Karadjov
2013-01-28
4
-10
/
+25
|
\
|
*
bugfix: overlap checking for 'case'
Araq
2013-01-27
4
-10
/
+25
*
|
fixes nimrtl compilation
Zahary Karadjov
2013-01-28
3
-4
/
+4
*
|
the `mainmodule` option has effect only when no explicit module is given
Zahary Karadjov
2013-01-28
5
-12
/
+11
*
|
merged upstream master
Zahary Karadjov
2013-01-27
127
-1499
/
+4443
|
\
|
|
*
bugfix: typeinfo.extendSeq
Araq
2013-01-27
5
-27
/
+40
|
*
implemented $/repr for enums for the JS target
Araq
2013-01-27
1
-16
/
+18
[next]