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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
implemented readAll()
Simon Hafner
2011-12-22
2
-0
/
+26
*
|
|
improved actors.sync
Araq
2011-12-31
1
-0
/
+66
*
|
|
make trecinca|b tests green
Araq
2011-12-31
2
-2
/
+2
|
/
/
*
|
critbits added to stdlib
Araq
2011-12-30
1
-0
/
+28
*
|
added support for advanced substitution expressions
Araq
2011-12-27
1
-1
/
+1
|
/
*
fixed some recently introduced compilation errors in the standard library
Zahary Karadjov
2011-12-13
1
-1
/
+1
*
added binary trees benchmark
Araq
2011-12-12
1
-0
/
+54
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2011-12-11
4
-38
/
+57
|
\
|
*
codegen uses alias analysis to generate better code
Araq
2011-12-10
1
-37
/
+37
|
*
fixes #71; sorry about the polling implementation
Araq
2011-12-05
3
-1
/
+20
*
|
proc arguments are in scope when the result type definition is being processed
Zahary Karadjov
2011-12-09
1
-0
/
+3
|
/
*
fixes 70
Araq
2011-12-04
1
-4
/
+4
*
'assert' is now implemented without compiler magic
Araq
2011-12-04
1
-0
/
+14
*
made 2 tests green
Araq
2011-11-30
2
-2
/
+2
*
cleaned up configuration file handling and documented the new behaviour
Araq
2011-11-30
1
-0
/
+3
*
implemented 'let' statement
Araq
2011-11-29
4
-9
/
+55
*
old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 l...
Araq
2011-11-29
1
-1
/
+1
*
further steps to get rid of deprecated endOfFile and readLine
Araq
2011-11-29
2
-3
/
+3
*
fixes #31
Araq
2011-11-27
1
-0
/
+4
*
deprecated endOfFile and readLine
Araq
2011-11-25
1
-4
/
+4
*
fixed bug that kept tls emulation from working
Araq
2011-11-25
2
-17
/
+16
*
attempt to fix tunidecode test; GC cares for seq->openArray conversions
Araq
2011-11-21
2
-4
/
+2
*
bugfix: 'when' sections in generic objects now work, so TThread[void] compiles
Araq
2011-11-20
1
-1
/
+1
*
got rid of 'accept' dir in the tests
Araq
2011-11-19
263
-6
/
+4
*
fixed some tests
Araq
2011-11-19
12
-70
/
+77
*
tester: threading tests added
Araq
2011-11-19
5
-12
/
+77
*
bugfix: fixed memory leaks in osproc module
Araq
2011-11-18
5
-109
/
+165
*
macros and templates can be expanded anywhere where a type is expected.
Zahary Karadjov
2011-11-18
1
-0
/
+39
*
bugfixes: objects still invalid for constants; fixed a typo concerning 'high'...
Araq
2011-11-15
2
-1
/
+29
*
tester uses same layout as nimbuild
Araq
2011-11-12
3
-5
/
+273
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-11-12
2
-47
/
+3
|
\
|
*
when running unit tests, the tester will print only failures using colorless ...
Zahary Karadjov
2011-11-10
2
-47
/
+3
*
|
added another test case
Araq
2011-11-12
1
-0
/
+10
|
/
*
GC tests now finally part of testsuite
Araq
2011-11-10
9
-669
/
+73
*
operator precedence changed: assignment like operators are supported; escapin...
Araq
2011-11-09
2
-0
/
+15
*
bugfixes for the testsuite
Araq
2011-11-08
1
-14
/
+17
*
bugfixes for the tester; the tester now supports running of single tests
Araq
2011-11-08
9
-49
/
+71
*
tester checks exitcode; osproc additions; DLL fixes; taint mode fixes
Araq
2011-11-07
4
-28
/
+114
*
better exception behavior for os.removeFile and os.removeDir
Araq
2011-11-06
1
-6
/
+1
*
compilation cache: fixed recently introduced bug (lazy loading of bodies)
Araq
2011-11-06
3
-0
/
+30
*
Added ftpclient module. Fixed docs in sockets module. Added dll tests to test...
dom96
2011-11-04
2
-0
/
+15
*
fixes #2
Araq
2011-11-02
1
-3
/
+0
*
fixes #59
Araq
2011-11-02
1
-0
/
+9
*
small bugfixes to make more tests green
Araq
2011-11-02
5
-4
/
+18
*
DLL generation may work again
Araq
2011-11-02
2
-0
/
+19
*
Fixed the tester. Some fixes and additions for the JS backend.
dom96
2011-10-31
1
-9
/
+9
*
lazy loading of body ast implemented
Araq
2011-10-30
1
-12
/
+23
*
splicing tested and documented
Araq
2011-10-28
5
-8
/
+20
*
eval context for macros lives as long as the current module is compiled
Araq
2011-10-28
1
-0
/
+19
*
compilation cache: tests now part of test suite
Araq
2011-10-27
16
-30
/
+241
[prev]
[next]