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
*
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
*
revert to old GC; use --gc:v2 to activate the new GC
Araq
2013-01-31
4
-1138
/
+1034
*
fixes nimrtl compilation
Zahary Karadjov
2013-01-28
2
-2
/
+2
*
the `mainmodule` option has effect only when no explicit module is given
Zahary Karadjov
2013-01-28
1
-1
/
+1
*
merged upstream master
Zahary Karadjov
2013-01-27
3
-19
/
+29
|
\
|
*
bugfix: typeinfo.extendSeq
Araq
2013-01-27
1
-14
/
+25
|
*
incompleteStruct pragma for C's FILE
Araq
2013-01-27
1
-3
/
+2
|
*
fixes #293
Araq
2013-01-08
1
-1
/
+1
|
*
Copyright 2012 -> 2013
Araq
2013-01-08
1
-1
/
+1
*
|
few notes about the remaining problems with retired buffers
Zahary Karadjov
2013-01-27
2
-2
/
+8
*
|
Disabled mark-and-sweep in the compiler itself
Zahary Karadjov
2013-01-22
1
-8
/
+33
*
|
minor bug fixes to make some tests green
Zahary Karadjov
2013-01-21
1
-2
/
+0
*
|
cleaned up some debugging code
Zahary Karadjov
2013-01-20
3
-73
/
+33
*
|
fixes the recently discovered GC memory leaks
Zahary Karadjov
2012-12-20
7
-311
/
+1830
*
|
temporary debugging code for the memory leak investigation
Zahary Karadjov
2012-11-28
3
-13
/
+42
|
/
*
fixes #250
Araq
2012-11-19
1
-7
/
+9
*
'assert' hides EAssertionFailsure; stdlib makes use of 'tags'
Araq
2012-11-18
1
-11
/
+13
*
bugfix: stack traces; first class iterators almost working
Araq
2012-11-15
2
-12
/
+24
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-11-05
1
-1
/
+1
|
\
|
*
Many doc improvements. Changed Threads.joinThreads' param's type to varargs.
Dominik Picheta
2012-11-04
1
-1
/
+1
*
|
system.onRaise improvements
Araq
2012-11-05
1
-3
/
+3
*
|
added system.onRaise to support a condition system
Araq
2012-11-05
1
-2
/
+4
|
/
*
caas barely works now
Araq
2012-10-24
1
-1
/
+2
*
fixes #232
Araq
2012-10-19
1
-0
/
+4
*
fixed a serious code generation bug leading to wrong RTTI
Araq
2012-10-19
4
-19
/
+58
*
Added CAS to system/atomics.nim
Yury Benesh
2012-10-13
1
-0
/
+34
*
allow 'mixin' in generics
Araq
2012-10-12
2
-6
/
+12
*
first version of a memory profiler
Araq
2012-10-10
2
-28
/
+54
*
attempt to fix #183
Araq
2012-10-06
1
-3
/
+7
*
first steps for compiler as a service
Araq
2012-10-03
1
-1
/
+2
*
bugfix: 'defined/compiles' open an implicit mixin scope in generics
Araq
2012-09-18
1
-0
/
+2
*
stricter symbol lookup in generics
Araq
2012-09-17
2
-4
/
+3
*
profiler improvements
Araq
2012-09-17
4
-33
/
+17
*
profiler documentation
Araq
2012-09-15
1
-6
/
+0
*
implemented a stack trace profiler
Araq
2012-09-15
3
-49
/
+103
*
debugger compiles again
Araq
2012-09-13
1
-2
/
+5
*
made more tests green; fixes #201
Araq
2012-09-12
1
-2
/
+2
*
made some tests green
Araq
2012-09-12
1
-4
/
+2
*
term rewriting macros fully implemented; still buggy
Araq
2012-09-03
1
-4
/
+0
*
made tests green again
Araq
2012-08-24
1
-1
/
+1
*
objects with no ancestor are not implicitely final
Araq
2012-08-24
1
-1
/
+1
*
fixes #185
Araq
2012-08-22
1
-2
/
+7
*
openarray/varargs split; breaks bootstrapping
Araq
2012-08-16
1
-2
/
+2
*
keep initStackBottom calls please
Araq
2012-08-02
1
-0
/
+1
*
DLL fixes for windows; fixes #175
Zahary Karadjov
2012-07-31
1
-1
/
+0
*
DLLs should work again; fixes #169
Araq
2012-07-24
4
-11
/
+14
*
fixes #168
Araq
2012-07-19
1
-1
/
+2
*
make tests green again
Araq
2012-07-17
1
-25
/
+25
[next]