summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | This allows for various type selection algorithms to be implemented. See tests / accept / compile / ttypeselectors.nim for examples.
* tester compiles in taint mode againAraq2011-11-181-1/+1
|
* cgen: no type canon for integral types; osproc use posix_spawn instead of ↵Araq2011-11-189-57/+152
| | | | fork&exec
* 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 ↵Araq2011-11-158-15/+52
|/ | | | 'high' in eval context
* new FTPClient module compiles in taint modeAraq2011-11-151-21/+34
|
* compilation cache: improvement: switching from codegen to 'check only' does ↵Araq2011-11-151-1/+18
| | | | not trigger a recompilation
* 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
| | | | | | | | output (this should be better for nimbuild)
| * Added system.program_results for controlling the exit code of the program ↵Zahary Karadjov2011-11-105-13/+58
| | | | | | | | | | | | | | | | under normal circumstances Implemented operators like +=, -=, etc for ordinals, floats and string Programs using the UnitTest module will now report the number of failed tests as the exit code of test runs (0 for successful run)
* | 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; ↵Araq2011-11-097-26/+64
| | | | escaping of operators with \ is supported
* 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
| | | | | | | | | | AST-to-string conversion procs renamed to repr, treeRepr and lispRepr for better consistency new dumpTree and dumpLisp procs for quick AST inspection of arbitrary nimrod blocks
| * 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 ↵dom962011-11-047-10/+394
| | | | | | | | test suite.
* | 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
|/ | | | mode
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-10-302-31/+85
|\