Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #898 | Araq | 2014-07-01 | 2 | -2/+8 |
| | |||||
* | fixes #751 | Araq | 2014-07-01 | 1 | -2/+2 |
| | |||||
* | fixes #1166 | Araq | 2014-07-01 | 1 | -12/+9 |
| | |||||
* | fixes #1161 | Araq | 2014-07-01 | 1 | -9/+12 |
| | |||||
* | fixes #904 | Araq | 2014-07-01 | 1 | -0/+4 |
| | |||||
* | fixes #1265 | Araq | 2014-07-01 | 1 | -2/+8 |
| | |||||
* | fixes #1264 | Araq | 2014-07-01 | 1 | -0/+4 |
| | |||||
* | fixes #1285 | Araq | 2014-06-30 | 10 | -99/+55 |
| | |||||
* | fixes #1144 | Araq | 2014-06-30 | 1 | -12/+13 |
| | |||||
* | fixes #1319 | Araq | 2014-06-30 | 1 | -1/+4 |
| | |||||
* | corrected backends.txt | Araq | 2014-06-30 | 1 | -0/+7 |
| | |||||
* | fixes constant array indexing bug | Araq | 2014-06-30 | 3 | -1522/+38 |
| | |||||
* | Merge pull request #1260 from enurlyx/structs-in-structs | Andreas Rumpf | 2014-06-28 | 3 | -48/+245 |
|\ | | | | | c2nim -> Support for anonymous structs/unions | ||||
| * | Made the code more robust and detect nkPrefix as number (-1 or +4) for enum ↵ | enurlyx | 2014-06-17 | 2 | -9/+54 |
| | | | | | | | | sorting. Added also a new test for enums. | ||||
| * | Sorting enumerations and generation of consts for enumfields with the same ↵ | enurlyx | 2014-06-15 | 2 | -15/+77 |
| | | | | | | | | value + test | ||||
| * | Removed time and added a hash based on filename, line and column for ↵ | enurlyx | 2014-06-14 | 1 | -12/+9 |
| | | | | | | | | creating a unique struct id | ||||
| * | Added test for anonymous structs and unions | enurlyx | 2014-06-10 | 1 | -0/+27 |
| | | |||||
| * | Add support for structs/unions defined in structs/unions | enurlyx | 2014-05-31 | 1 | -34/+100 |
| | | |||||
* | | Add 'lib/pure/concurrency' path to nimrod.ini | Clay Sweetser | 2014-06-27 | 1 | -0/+1 |
| | | | | | | | | Fixes #1303 | ||||
* | | Merge pull request #1278 from Varriount/fix-1090 | Andreas Rumpf | 2014-06-26 | 2 | -7/+10 |
|\ \ | | | | | | | Fix 1090 | ||||
| * | | Fixed #1090 | Clay Sweetser | 2014-06-15 | 1 | -8/+7 |
| | | | |||||
| * | | Fixing issue #1090 | Clay Sweetser | 2014-06-15 | 2 | -3/+7 |
| | | | |||||
* | | | Fixed handling swap in vmgen | Felix Krause | 2014-06-25 | 1 | -4/+6 |
| | | | |||||
* | | | Fixed gorge/staticExec to not strip newlines. | Reimer Behrends | 2014-06-22 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #1279 from Varriount/fix-1216 | Simon Hafner | 2014-06-18 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix issue #1216 | ||||
| * | | | Fix issue #1216 | Clay Sweetser | 2014-06-15 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #1281 from Araq/new_spawn | Andreas Rumpf | 2014-06-16 | 15 | -83/+1145 |
|\ \ \ | | | | | | | | | New spawn | ||||
| * | | | some changes | Araq | 2014-06-09 | 2 | -2/+2 |
| | | | | |||||
| * | | | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-06 | 5 | -72/+85 |
| |\ \ \ | |||||
| | * | | | big rename: Promise -> FlowVar | Araq | 2014-06-06 | 2 | -53/+53 |
| | | | | | |||||
| | * | | | Promises are now refs | Araq | 2014-06-05 | 5 | -31/+44 |
| | | | | | |||||
| * | | | | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-02 | 1 | -6/+18 |
| |\| | | | |||||
| | * | | | fixed codegen for barriers | Araq | 2014-06-02 | 1 | -2/+7 |
| | | | | | |||||
| | * | | | bugfix: codegen for promises | Araq | 2014-06-02 | 1 | -4/+11 |
| | | | | | |||||
| * | | | | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-01 | 14 | -78/+1115 |
| |\| | | | |||||
| | * | | | fixed codegen for return values | Araq | 2014-06-01 | 1 | -12/+15 |
| | | | | | |||||
| | * | | | pi test compiles, but crashes randomly | Araq | 2014-06-01 | 3 | -6/+21 |
| | | | | | |||||
| | * | | | tdisjoint_slice2 works | Araq | 2014-05-31 | 4 | -3/+11 |
| | | | | | |||||
| | * | | | correct code generation for tforstmt | Araq | 2014-05-30 | 1 | -20/+34 |
| | | | | | |||||
| | * | | | 'parallel' proves array bounds | Araq | 2014-05-29 | 2 | -14/+83 |
| | | | | | |||||
| | * | | | bugfix: regionized pointers in a generic context; renamed 'Future' to 'Promise' | Araq | 2014-05-25 | 4 | -52/+54 |
| | | | | | |||||
| | * | | | progress with futures | Araq | 2014-05-23 | 4 | -17/+35 |
| | | | | | |||||
| | * | | | 'parallel' statement almost working | Araq | 2014-05-22 | 5 | -102/+345 |
| | | | | | |||||
| | * | | | 'parallel' statement: next steps | Araq | 2014-05-14 | 2 | -50/+103 |
| | | | | | |||||
| | * | | | progress for the 'parallel' statement | Araq | 2014-05-14 | 9 | -83/+107 |
| | | | | | |||||
| | * | | | initial non-compiling version of 'parallel' | Araq | 2014-05-12 | 5 | -24/+612 |
| | | | | | |||||
* | | | | | Fix idetools --def crash. | Dominik Picheta | 2014-06-15 | 1 | -1/+1 |
| |_|/ / |/| | | | |||||
* | | | | fixes recently introduced regression | Araq | 2014-06-12 | 1 | -1/+2 |
| | | | | |||||
* | | | | optimized method dispatchers | Araq | 2014-06-12 | 5 | -4/+27 |
| | | | | |||||
* | | | | fix tokenizing bug | flaviut | 2014-06-08 | 1 | -8/+13 |
| | | | |