summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* thoughts about implicit includes and importsAraq2011-11-291-11/+16
|
* old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 ↵Araq2011-11-295-16/+7
| | | | liners (see examples/maximum.nim)
* further steps to get rid of deprecated endOfFile and readLineAraq2011-11-2911-21/+35
|
* compiler uses new 'readLine'Araq2011-11-278-73/+86
|
* argument passing with --run option works againAraq2011-11-273-8/+7
|
* fixes #31Araq2011-11-275-10/+14
|
* bugfix: tester compiles againAraq2011-11-262-2/+2
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-2614-388/+586
|\
| * New algorithm for locating and loading nimrod config files.Zahary Karadjov2011-11-2514-388/+586
| | | | | | | | Some new options added to the compiler (see news.txt for details)
* | todo changesAraq2011-11-261-0/+5
| |
* | deprecated endOfFile and readLineAraq2011-11-256-29/+59
| |
* | fixed bug that kept tls emulation from workingAraq2011-11-255-25/+25
| |
* | manual: cstring finally properly documentedAraq2011-11-251-0/+52
| |
* | new pragma: 'noinit'Araq2011-11-256-17/+34
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-251-4/+7
|\
| * Merge pull request #68 from hametsu/masterAraq2011-11-251-4/+7
| |\ | | | | | | i found something to be fixed at .gitignore.
| | * auto generated files and dirs to ignoretakano322011-11-251-0/+4
| | |
| | * `rod' directory was renamed to `compiler'takano322011-11-251-4/+3
| |/
* / todo changesAraq2011-11-251-1/+3
|/
* fixes #60Araq2011-11-251-2/+2
|
* 'export' is now a keywordAraq2011-11-244-6/+9
|
* C codegen: generate nimKeepAlive calls at strategic places to keep the C ↵Araq2011-11-246-174/+256
| | | | compiler from optimizing away all stack roots
* fixes #65Araq2011-11-221-1/+1
|
* unused constants are optimized awayAraq2011-11-224-39/+47
|
* attempt to fix tunidecode test; GC cares for seq->openArray conversionsAraq2011-11-215-947/+982
|
* proper error message when attempting to eval C'imported procsAraq2011-11-203-63/+53
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-203-7/+8
|\
| * 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
| | | | | 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
|/