summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-10-302-31/+85
|\
| * Fixed issue with some functions in the sockets module not reporting the corre...dom962011-10-302-31/+85
* | lazy loading of body ast implementedAraq2011-10-3021-83/+152
* | compilation cache: slurped files are a dependency tooAraq2011-10-304-2/+12
|/
* constant folding for cnst[i] and cnst.attrAraq2011-10-295-49/+78
* splicing tested and documentedAraq2011-10-287-30/+72
* eval context for macros lives as long as the current module is compiledAraq2011-10-286-25/+68
* JS backend: supports methods (untested)Araq2011-10-282-16/+23
* compilation cache: tests now part of test suiteAraq2011-10-2719-46/+250