summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixed test suite on windowsDominik Picheta2011-11-193-7/+8
* | bugfix: 'when' sections in generic objects now work, so TThread[void] compilesAraq2011-11-2013-77/+153
|/
* got rid of 'accept' dir in the testsAraq2011-11-19264-7/+5
* fixed some testsAraq2011-11-1915-128/+135
* tester: threading tests addedAraq2011-11-199-29/+96
* bugfix: fixed memory leaks in osproc moduleAraq2011-11-187-127/+185
* new osproc implementation may work with mac os xAraq2011-11-183-7/+9
* macros and templates can be expanded anywhere where a type is expected.Zahary Karadjov2011-11-186-35/+118
* tester compiles in taint mode againAraq2011-11-181-1/+1
* cgen: no type canon for integral types; osproc use posix_spawn instead of for...Araq2011-11-189-57/+152
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-151-2/+53
|\
| * Added new features to the ftpclient module.dom962011-11-151-2/+53
* | bugfixes: objects still invalid for constants; fixed a typo concerning 'high'...Araq2011-11-158-15/+52
|/
* new FTPClient module compiles in taint modeAraq2011-11-151-21/+34
* compilation cache: improvement: switching from codegen to 'check only' does n...Araq2011-11-151-1/+18
* bugfix: s[1..n] = @[] produced wrong C codeAraq2011-11-144-15/+33
* tester uses same layout as nimbuildAraq2011-11-125-11/+281
* better streams implemenation; fixes #63Araq2011-11-125-45/+112
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-127-14/+78
|\
| * fixing bootstrapping when stack frames are enabledZahary Karadjov2011-11-101-28/+28
| * when running unit tests, the tester will print only failures using colorless ...Zahary Karadjov2011-11-103-8/+27
| * Added system.program_results for controlling the exit code of the program und...Zahary Karadjov2011-11-105-13/+58
* | added another test caseAraq2011-11-123-2/+13
|/
* GC tests now finally part of testsuiteAraq2011-11-1011-672/+79
* operator precedence changed: assignment like operators are supported; escapin...Araq2011-11-097-26/+64
* bugfixes for the testsuiteAraq2011-11-082-15/+18
* bugfixes for the tester; the tester now supports running of single testsAraq2011-11-0810-56/+76
* tester checks exitcode; osproc additions; DLL fixes; taint mode fixesAraq2011-11-0713-81/+210
* better exception behavior for os.removeFile and os.removeDirAraq2011-11-063-11/+13
* compilation cache: fixed recently introduced bug (lazy loading of bodies)Araq2011-11-067-19/+63
* memfiles now uses winlean; changed the interface to raise EOSAraq2011-11-058-70/+123
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-056-72/+252
|\
| * logical typo in the previous commitZahary Karadjov2011-11-041-3/+3
| * new kind of AST printer that prints indented treesZahary Karadjov2011-11-044-42/+76
| * memory-mapped files for posix and windowsZahary Karadjov2011-11-042-30/+176
* | todo.txt changesAraq2011-11-052-2/+1
* | Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-047-10/+394
|\|
| * Added ftpclient module. Fixed docs in sockets module. Added dll tests to test...dom962011-11-047-10/+394
* | documented --recursivePathAraq2011-11-041-0/+1
|/
* bugfix: new GCC version requires -ldl to come after object filesAraq2011-11-035-43/+51
* bugfix: code gen for constant sequencesAraq2011-11-021-2/+7
* fix of recently introduced parsing bugAraq2011-11-021-1/+1
* fixes #2Araq2011-11-022-4/+3
* fixes #59Araq2011-11-022-0/+12
* small bugfixes to make more tests greenAraq2011-11-0211-11/+40
* DLL generation may work againAraq2011-11-025-9/+30
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-024-13/+14
|\
| * Fixed the tester. Some fixes and additions for the JS backend.dom962011-10-314-13/+14
* | better code generation for constant aggregatesAraq2011-11-0210-32/+79
* | bugfix: template t(f_no_Type) does not crash the compiler anymore in 'check' ...Araq2011-10-301-0/+6
|/