summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* The test runner will print out encountered exceptionsZahary Karadjov2011-12-071-0/+4
* New implementation for os.sameFile on WindowsZahary Karadjov2011-12-073-25/+66
* removed incompatible flags for debugging VCC release buildsZahary Karadjov2011-12-071-1/+1
* Speed-up symbolFiles:on operations on windowsZahary Karadjov2011-12-072-14/+12
* fixes 70Araq2011-12-042-11/+11
* rebuilt C sourcesAraq2011-12-040-0/+0
* 'assert' is now implemented without compiler magicAraq2011-12-0416-24/+66
* threads compile again; attempt to fix serious code gen issue (except + return)Araq2011-12-034-17/+25
* bugfixes for .rod files and visual C++Araq2011-12-0313-130/+135
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-301-1/+22
|\
| * Added a `chmod` function to the ftpclient module.dom962011-11-301-1/+22
* | bugfix: don't process arguments that are to be passed to the produced exeAraq2011-11-304-18/+29
|/
* made 2 tests greenAraq2011-11-302-2/+2
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-301-1/+4
|\
| * Fixed `ftpclient.createDir`.dom962011-11-291-1/+4
* | cleaned up configuration file handling and documented the new behaviourAraq2011-11-3019-151/+156
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-291-0/+14
|\
| * Merge pull request #69 from hametsu/masterAraq2011-11-291-0/+14
| |\
| | * sorry, i didnt test and commit...takano322011-11-291-4/+4
| | * many thanks for Araq's advise!takano322011-11-291-10/+8
| | * add Fizz Buzz program in examples directoryTAKANO Mitsuhiro2011-11-281-0/+16
* | | implemented 'let' statementAraq2011-11-2933-103/+169
|/ /
* | thoughts about implicit includes and importsAraq2011-11-291-11/+16
* | old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 l...Araq2011-11-295-16/+7
* | 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
* | | 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
| |\|
| | * 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 comp...Araq2011-11-246-174/+256
* 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