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
/
tests
/
gc
Commit message (
Expand
)
Author
Age
Files
Lines
*
make thavlak and tmarkerproc_regression tests take fewer iterations in order ...
Araq
2018-10-17
1
-5
/
+5
*
make more tests green; system.repr does not produce 'nil' for strings and seq...
Araq
2018-08-22
1
-1
/
+1
*
make more things compile without isNil
Araq
2018-08-22
1
-2
/
+1
*
make growobjcrash complete earlier
Araq
2018-08-05
1
-1
/
+1
*
fixes #7833; still to-do: fix setLen
Araq
2018-07-30
1
-2
/
+2
*
Testament should run tests with no action (#8232)
genotrance
2018-07-08
1
-1
/
+0
*
make tests green again
Andreas Rumpf
2018-07-05
1
-3
/
+3
*
turn destructors into finalizers
Andreas Rumpf
2018-07-05
1
-3
/
+3
*
Fix gc tests for BoehmGC (#7094)
Sergey Avseyev
2018-01-18
3
-6
/
+3
*
hardened gctest
Araq
2018-01-15
1
-3
/
+3
*
GC improvements; distinguish between thread local and globals in the marking ...
Araq
2018-01-14
2
-21
/
+36
*
fix
Arne Döring
2017-07-24
1
-1
/
+1
*
Add ``tearDownForeignThreadGc`` function (#5369)
Anatoly Galiulin
2017-02-13
1
-0
/
+88
*
fixes #3184
Andreas Rumpf
2016-05-22
1
-0
/
+457
*
fixes #3793
Andreas Rumpf
2016-05-16
1
-0
/
+37
*
makes tests green
Andreas Rumpf
2016-01-15
1
-1
/
+1
*
Added a test to check how gc works in emscripten.
Andrey Sobolev
2015-09-23
1
-0
/
+59
*
tests: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
6
-173
/
+173
*
Don't access GCed field in finalizer. Fixes #2305
Yuriy Glukhov
2015-08-24
1
-8
/
+7
*
renamed writeln to writeLine in tests
patrick dw
2015-06-19
1
-14
/
+14
*
increase limit for 64bit systems
Araq
2015-02-10
1
-1
/
+1
*
fixes #2070
Araq
2015-02-10
1
-0
/
+29
*
cleaned up GC tests; fixes object variant re-assign bug
Araq
2015-02-10
1
-1
/
+3
*
fixes #1796
Araq
2015-01-05
3
-3
/
+25
*
make tests green
Araq
2014-08-31
1
-1
/
+1
*
further adaptations
Araq
2014-08-29
1
-1
/
+1
*
tester compiles again
Araq
2014-02-07
1
-1
/
+1
*
bugfix: codegen issue that caused getGMTime() to leak memory
Araq
2014-02-07
2
-1
/
+26
*
rod file viewer for easier debugging of rod files
Araq
2013-04-04
1
-1
/
+1
*
fixes #376
Araq
2013-03-24
1
-0
/
+33
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
5
-0
/
+0
*
open arrays documented in the manual
Araq
2013-02-10
1
-3
/
+17
*
code cleanup for mark&sweep GC
Araq
2013-02-07
3
-2
/
+8
*
first version of a simple mark&sweep GC; activate with --gc:markAndSweep
Araq
2013-02-07
1
-5
/
+5
*
fixes the recently discovered GC memory leaks
Zahary Karadjov
2012-12-20
2
-2
/
+39
*
added 2 GC leak test cases
Zahary Karadjov
2012-11-22
2
-0
/
+75
*
added devel/logging; weakrefs test; next steps for proper unsigned support
Araq
2012-07-05
1
-0
/
+48
*
thread var emulation should work again
Araq
2012-06-25
1
-3
/
+10
*
added gcleak4.nim test; fails in debug mode
Araq
2012-06-24
1
-0
/
+42
*
GC with realtime support
Araq
2012-04-21
4
-0
/
+12
*
added binary trees benchmark
Araq
2011-12-12
1
-0
/
+54
*
got rid of 'accept' dir in the tests
Araq
2011-11-19
1
-4
/
+2
*
fixed some tests
Araq
2011-11-19
1
-6
/
+6
*
GC tests now finally part of testsuite
Araq
2011-11-10
7
-664
/
+50
*
bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmas
Araq
2011-03-23
2
-6
/
+8
*
fixes #20
Araq
2011-03-12
2
-1
/
+21
*
various bugfixes for generics; added generic sort proc
Araq
2011-03-03
1
-0
/
+11
*
non-nil AST; continue after errors for IDE support
Araq
2011-02-12
1
-0
/
+0
*
basic thread support; still broken on Windows; untested on Mac OS X
Araq
2011-01-18
1
-0
/
+21
*
docgen understands and ignores *when false*
Araq
2010-11-18
1
-0
/
+637
[next]