summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* system.nim makes use of the 'unchecked' pragmaAraq2014-03-052-1/+7
|
* implemented 'union' and 'unchecked' pragmasAraq2014-03-059-25/+94
|
* c2nim knows about the 'union' pragmaAraq2014-03-051-11/+10
|
* bugfix: unreported 'compiles' bugAraq2014-03-052-1/+3
|
* fixes #942Araq2014-03-053-2/+18
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-051-0/+21
|\
| * failing test case for static evaluationZahary Karadjov2014-03-041-0/+21
| |
* | fixes #937Araq2014-03-055-6/+47
|/
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-044-2/+90
|\
| * Changed behavior when babel cannot be found/runVarriount2014-03-041-2/+4
| | | | | | Failure to find and run babel when using the tester now produces a warning message instead of causing the tester to quit.
| * Fix categories.nimVarriount2014-03-031-1/+1
| |
| * Merge pull request #970 from Varriount/testament/babel-integrationAndreas Rumpf2014-03-042-1/+86
| |\ | | | | | | Integrated 'babel' with testament
| | * Allowed specification of what babel packages to install via new categories - ↵Clay Sweetser2014-03-031-8/+23
| | | | | | | | | | | | 'babel-core', 'babel-extra', and 'babel-all'
| | * Removed babel package tests from those run when 'all' is specified.Clay Sweetser2014-03-031-1/+1
| | |
| | * Integrated 'babel' with testamentClay Sweetser2014-03-022-1/+71
| | |
| * | Merge pull request #927 from gradha/pr_adds_posix_timegmAndreas Rumpf2014-03-031-0/+1
| |\ \ | | | | | | | | Adds posix.timegm(), brother of posix.mktime().
| | * | Adds posix.timegm(), brother of posix.mktime().Grzegorz Adam Hankiewicz2014-02-151-0/+1
| | | |
| * | | Merge pull request #969 from gradha/pr_avoids_crash_on_unknown_rst_directiveAndreas Rumpf2014-03-031-1/+1
| |\ \ \ | | | | | | | | | | Avoids crash parsing unknown rst raw directive. Fixes #761.
| | * | | Avoids crash parsing unknown rst raw directive. Fixes #761.Grzegorz Adam Hankiewicz2014-03-021-1/+1
| | | | |
* | | | | fixes #968Araq2014-03-043-2/+3
| | | | |
* | | | | removed dead codeAraq2014-03-041-27/+0
| | | | |
* | | | | don't produce nested indents for nested stmt listsAraq2014-03-041-7/+10
| | | | |
* | | | | added a warning for htmlgenAraq2014-03-031-3/+8
|/ / / /
* | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-023-4/+17
|\ \ \ \ | | |_|/ | |/| |
| * | | Fixes sockets2 on Windows.Dominik Picheta2014-02-281-1/+10
| |/ /
| * | Merge pull request #963 from zielmicha/wait-for-exit-docAndreas Rumpf2014-02-271-0/+3
| |\ \ | | | | | | | | osproc: add warning about using waitForExit without poParentStreams
| | * | osproc: add warning about using waitForExit without poParentStreamsMichał Zieliński2014-02-271-0/+3
| | | |
| * | | Merge pull request #962 from barcharcraz/vstweaksAndreas Rumpf2014-02-271-3/+4
| |\ \ \ | | | | | | | | | | added another version of initGeneralTokenizer
| | * | | added an overload for highlight.initGeneralTokenizer that accepts a cstring.Charlie Barto2014-02-261-3/+4
| | |/ / | | | | | | | | | | | | I use this when calling the highlighter from C#.
* | | | the compiler is now aware of packagesAraq2014-03-025-25/+18
| | | |
* | | | better handling of packages, still incompleteAraq2014-03-024-14/+63
| | | |
* | | | bugfix: walkFiles on windows shouldn't yield directoriesAraq2014-03-021-1/+2
|/ / /
* | | tstmtexprs.nim works againAraq2014-02-272-3/+3
| | |
* | | xmltree.`<>` macro works againAraq2014-02-273-10/+12
| | |
* | | some progress on the new name manglerAraq2014-02-271-130/+251
| | |
* | | make C backend more robust against compiler bugsAraq2014-02-271-0/+2
| | |
* | | nil -> discardAraq2014-02-271-1/+1
| | |
* | | fixed typo in error messageAraq2014-02-270-0/+0
|/ /
* | renamed TRegister to TFullReg so that older versions can compile itAraq2014-02-261-16/+16
| |
* | htmlgen works againAraq2014-02-251-3/+8
| |
* | bootstrapping should work againAraq2014-02-251-2/+1
| |
* | made some tests green; htmlgen still brokenAraq2014-02-254-10/+16
| |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-251-38/+38
|\ \
| * | rename compilerProcs to match the recently changed jssys.nimZahary Karadjov2014-02-251-38/+38
| | |
* | | Merge branch 'vm2_2' into develAraq2014-02-2521-567/+966
|\ \ \
| * | | added canonizerAraq2014-02-251-0/+288
| | | |
| * | | bugfix: typoAraq2014-02-251-1/+1
| | | |
| * | | keine_schweine test is not platform dependentAraq2014-02-243-12/+16
| | | |
| * | | new VM is getting stableAraq2014-02-2410-39/+98
| | | |
| * | | simple macros work againAraq2014-02-221-40/+32
| | | |