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
path:
root
/
lib
/
system
Commit message (
Expand
)
Author
Age
Files
Lines
*
implemented 'injectStmt'; more debug support
Araq
2013-12-16
3
-7
/
+11
*
fixes a regression where memset was used without including <string.h>
Araq
2013-12-03
1
-2
/
+1
*
better error message for implicitly available modules
Araq
2013-12-01
2
-0
/
+6
*
support for multiple test variables and var qualifiers in user-defined type c...
Zahary Karadjov
2013-11-13
1
-2
/
+1
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-10-31
1
-50
/
+189
|
\
|
*
Merge pull request #631 from mflamer/master
Andreas Rumpf
2013-10-31
1
-50
/
+189
|
|
\
|
|
*
LockFree Hash Table 0.1
Mark Flamer
2013-10-22
1
-50
/
+189
*
|
|
GC: even more stress testing
Araq
2013-10-31
3
-8
/
+29
|
/
/
*
|
debug GC works now
Araq
2013-10-01
1
-2
/
+2
*
|
first version of the debug GC; doesn't work yet
Araq
2013-10-01
2
-20
/
+118
*
|
fixes #575
Araq
2013-09-10
2
-1
/
+5
*
|
bugfix: --gc:none -d:useMalloc works again
Araq
2013-09-06
2
-54
/
+55
|
/
*
fixes #569; C++ codegen works again
Araq
2013-08-31
3
-3
/
+3
*
float64 is now an alias to 'float'; fixes #545
Araq
2013-08-30
1
-1
/
+1
*
GC: added static cycleGC checks
Araq
2013-08-22
1
-4
/
+6
*
fixes a long standing channels bug
Araq
2013-08-09
2
-1
/
+3
*
fixes #532
Araq
2013-08-01
1
-1
/
+1
*
refactorings for the eval engine; bugfix: clean templates as accessors
Araq
2013-07-19
1
-1
/
+3
*
fixes --os:standalone
Araq
2013-06-30
1
-5
/
+6
*
made some tests green
Araq
2013-06-30
1
-2
/
+2
*
--os:standalone works again
Araq
2013-06-30
8
-195
/
+168
*
fixed a long standing xml parser bug; html parser bugfixes + speed improvements
Araq
2013-06-27
1
-1
/
+1
*
better error message for subtle nil errors
Araq
2013-05-31
1
-2
/
+4
*
GC'ed wide strings for windows
Araq
2013-05-20
2
-243
/
+128
*
Adds link to manual thread memory section from threads module.
Grzegorz Adam Hankiewicz
2013-05-10
1
-2
/
+2
*
bugfixes mostly JS related
Araq
2013-05-01
1
-0
/
+5
*
bugfix: mark&sweep GC
Araq
2013-03-29
1
-14
/
+16
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
23
-0
/
+0
*
Merge pull request #359 from Tass/master
Araq
2013-03-16
1
-0
/
+1
|
\
|
*
hack to include hti correctly
Simon Hafner
2013-03-16
1
-0
/
+1
*
|
fixes #358
Araq
2013-03-16
1
-0
/
+538
*
|
debugger improvements
Araq
2013-03-16
1
-575
/
+104
|
/
*
use a bloom filter to speed up the debugger
Araq
2013-03-09
1
-11
/
+8
*
documented object constrs; endb works again
Araq
2013-03-09
1
-5
/
+6
*
made some tests green
Araq
2013-03-04
1
-0
/
+2
*
some bugfixes; no system.$ for object as it breaks code
Araq
2013-02-24
1
-6
/
+7
*
mark and sweep GC without bitvectors works
Araq
2013-02-19
2
-2
/
+5
*
mark and sweep without bitvectors
Araq
2013-02-19
2
-29
/
+77
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-02-16
1
-5
/
+5
|
\
|
*
on the path to get unittest running from JS
Simon Hafner
2013-02-15
1
-1
/
+1
|
*
EcmaScript => JS. Fixes #330
Simon Hafner
2013-02-15
1
-4
/
+4
*
|
preparations for a generational GC
Araq
2013-02-16
1
-1
/
+3
|
/
*
added GC_addCycleRoot
Araq
2013-02-12
1
-0
/
+6
*
GC: incRef needs to add cycleroots
Araq
2013-02-12
1
-6
/
+4
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-02-10
1
-1
/
+11
|
\
|
*
rawEcho hack for kwin target
Simon Hafner
2013-02-08
1
-1
/
+11
*
|
open arrays documented in the manual
Araq
2013-02-10
1
-1
/
+3
*
|
working cycle collector for old GC
Araq
2013-02-10
1
-253
/
+133
|
/
*
code cleanup for mark&sweep GC
Araq
2013-02-07
2
-84
/
+32
*
first version of a simple mark&sweep GC; activate with --gc:markAndSweep
Araq
2013-02-07
5
-69
/
+781
[next]