Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-03-05 | 1 | -0/+21 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fixes #937 | Araq | 2014-03-05 | 5 | -6/+47 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
| | | * | | | | | Add allocation unit tests. | EXetoC | 2014-03-06 | 1 | -0/+45 | |
| | | * | | | | | Add missing cast. | EXetoC | 2014-03-06 | 1 | -1/+1 | |
| | | * | | | | | Add type-specific allocation procs. | EXetoC | 2014-03-06 | 1 | -6/+51 | |
* | | | | | | | | fix #587 | Zahary Karadjov | 2014-03-06 | 4 | -6/+52 | |
* | | | | | | | | test cases for the new handling of iterators by the `is` operator | Zahary Karadjov | 2014-03-06 | 3 | -9/+36 | |
* | | | | | | | | split the inline and closure iterators into different symbol kinds for easier... | Zahary Karadjov | 2014-03-06 | 26 | -83/+109 | |
* | | | | | | | | iterators now return tyIter(T); | Zahary Karadjov | 2014-03-05 | 6 | -11/+18 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | failing test case for static evaluation | Zahary Karadjov | 2014-03-04 | 1 | -0/+21 | |
|/ / / / / / | ||||||
* | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-03-04 | 4 | -2/+90 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Changed behavior when babel cannot be found/run | Varriount | 2014-03-04 | 1 | -2/+4 | |
| * | | | | | | Fix categories.nim | Varriount | 2014-03-03 | 1 | -1/+1 | |
| * | | | | | | Merge pull request #970 from Varriount/testament/babel-integration | Andreas Rumpf | 2014-03-04 | 2 | -1/+86 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Allowed specification of what babel packages to install via new categories - ... | Clay Sweetser | 2014-03-03 | 1 | -8/+23 | |
| | * | | | | | | Removed babel package tests from those run when 'all' is specified. | Clay Sweetser | 2014-03-03 | 1 | -1/+1 | |
| | * | | | | | | Integrated 'babel' with testament | Clay Sweetser | 2014-03-02 | 2 | -1/+71 | |
| * | | | | | | | Merge pull request #927 from gradha/pr_adds_posix_timegm | Andreas Rumpf | 2014-03-03 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Adds posix.timegm(), brother of posix.mktime(). | Grzegorz Adam Hankiewicz | 2014-02-15 | 1 | -0/+1 | |
| * | | | | | | | | Merge pull request #969 from gradha/pr_avoids_crash_on_unknown_rst_directive | Andreas Rumpf | 2014-03-03 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Avoids crash parsing unknown rst raw directive. Fixes #761. | Grzegorz Adam Hankiewicz | 2014-03-02 | 1 | -1/+1 | |
* | | | | | | | | | | fixes #968 | Araq | 2014-03-04 | 3 | -2/+3 | |
* | | | | | | | | | | removed dead code | Araq | 2014-03-04 | 1 | -27/+0 | |
* | | | | | | | | | | don't produce nested indents for nested stmt lists | Araq | 2014-03-04 | 1 | -7/+10 | |
* | | | | | | | | | | added a warning for htmlgen | Araq | 2014-03-03 | 1 | -3/+8 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-03-02 | 3 | -4/+17 | |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Fixes sockets2 on Windows. | Dominik Picheta | 2014-02-28 | 1 | -1/+10 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #963 from zielmicha/wait-for-exit-doc | Andreas Rumpf | 2014-02-27 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | osproc: add warning about using waitForExit without poParentStreams | Michał Zieliński | 2014-02-27 | 1 | -0/+3 | |
| * | | | | | | | | Merge pull request #962 from barcharcraz/vstweaks | Andreas Rumpf | 2014-02-27 | 1 | -3/+4 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | added an overload for highlight.initGeneralTokenizer that accepts a cstring. | Charlie Barto | 2014-02-26 | 1 | -3/+4 | |
| | |/ / / / / / / | ||||||
* | | | | | | | | | the compiler is now aware of packages | Araq | 2014-03-02 | 5 | -25/+18 | |
* | | | | | | | | | better handling of packages, still incomplete | Araq | 2014-03-02 | 4 | -14/+63 | |
* | | | | | | | | | bugfix: walkFiles on windows shouldn't yield directories | Araq | 2014-03-02 | 1 | -1/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | tstmtexprs.nim works again | Araq | 2014-02-27 | 2 | -3/+3 | |
* | | | | | | | | xmltree.`<>` macro works again | Araq | 2014-02-27 | 3 | -10/+12 | |
* | | | | | | | | some progress on the new name mangler | Araq | 2014-02-27 | 1 | -130/+251 | |
* | | | | | | | | make C backend more robust against compiler bugs | Araq | 2014-02-27 | 1 | -0/+2 | |
* | | | | | | | | nil -> discard | Araq | 2014-02-27 | 1 | -1/+1 | |
* | | | | | | | | fixed typo in error message | Araq | 2014-02-27 | 0 | -0/+0 | |
|/ / / / / / / | ||||||
* | | | | | | | renamed TRegister to TFullReg so that older versions can compile it | Araq | 2014-02-26 | 1 | -16/+16 | |
* | | | | | | | htmlgen works again | Araq | 2014-02-25 | 1 | -3/+8 | |
* | | | | | | | bootstrapping should work again | Araq | 2014-02-25 | 1 | -2/+1 | |
* | | | | | | | made some tests green; htmlgen still broken | Araq | 2014-02-25 | 4 | -10/+16 | |
* | | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-02-25 | 1 | -38/+38 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | rename compilerProcs to match the recently changed jssys.nim | Zahary Karadjov | 2014-02-25 | 1 | -38/+38 | |
* | | | | | | | | Merge branch 'vm2_2' into devel | Araq | 2014-02-25 | 21 | -567/+966 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | added canonizer | Araq | 2014-02-25 | 1 | -0/+288 | |
| * | | | | | | | | bugfix: typo | Araq | 2014-02-25 | 1 | -1/+1 | |
| * | | | | | | | | keine_schweine test is not platform dependent | Araq | 2014-02-24 | 3 | -12/+16 |