Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | |||||
* | | | fix overlooked grammer comment | flaviut | 2014-06-08 | 1 | -0/+1 |
| | | | |||||
* | | | updated grammer, fixed oversight | flaviut | 2014-06-04 | 1 | -1/+1 |
| | | | |||||
* | | | fix bug with unexpected tkInvalid,tkEof,tkComment | flaviut | 2014-06-04 | 1 | -0/+2 |
| | | | |||||
* | | | Clean up code | flaviut | 2014-06-03 | 1 | -12/+7 |
| | | | |||||
* | | | Fix accents in enums | flaviut | 2014-06-03 | 2 | -5/+8 |
| | | | |||||
* | | | More descriptive error message in semtypes enum | flaviut | 2014-06-03 | 1 | -1/+1 |
| | | | |||||
* | | | Generalize accent parsing | flaviut | 2014-06-03 | 1 | -20/+9 |
| | | | |||||
* | | | Merge pull request #1242 from rbehrends/interactive-eof-fix | Andreas Rumpf | 2014-06-03 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | Properly terminate "nimrod i" on end of file. | ||||
| * | | | Properly terminate "nimrod i" on end of file. | Reimer Behrends | 2014-06-02 | 1 | -0/+3 |
| |/ / | | | | | | | | | | | | | | | | | | | Nimrod in interactive mode got stuck in an infinite loop when encountering EOF (Ctrl-D), unless GNU Readline was being used. This change mimics the GNU Readline behavior in rdstdin.nim and calls quit(0) when encountering EOF while reading from stdin in interactive mode. | ||||
* / / | Fixed #1172 (for real) | Clay Sweetser | 2014-06-01 | 5 | -12/+27 |
|/ / | |||||
* | | Merge pull request #1229 from Varriount/fix-1203 | Andreas Rumpf | 2014-05-31 | 1 | -8/+14 |
|\ \ | | | | | | | Fix issue #1203 | ||||
| * | | Rename some variables in the isCastable code | Clay Sweetser | 2014-05-26 | 1 | -6/+6 |
| | | | |||||
| * | | Fix issue #1203 | Clay Sweetser | 2014-05-26 | 1 | -0/+2 |
| | | | |||||
| * | | Update 'isCastable' and 'semCast' doc-comments | Clay Sweetser | 2014-05-26 | 1 | -2/+6 |
| | | | |||||
* | | | Merge pull request #1228 from Varriount/compiler/document-parser | Simon Hafner | 2014-05-29 | 1 | -20/+39 |
|\ \ \ | | | | | | | | | Document parser structures and procedures. | ||||
| * | | | Document parser structures and procedures. | Clay Sweetser | 2014-05-25 | 1 | -20/+39 |
| | | | | |||||
* | | | | Merge pull request #1222 from Varriount/doc/fix-assertion | Andreas Rumpf | 2014-05-29 | 12 | -33/+34 |
|\ \ \ \ | | | | | | | | | | | Doc/fix assertion | ||||
| * | | | | Renamed considerAccents to considerQuotedIdent | Clay Sweetser | 2014-05-26 | 11 | -31/+31 |
| | | | | | |||||
| * | | | | Fixes #1200 | Clay Sweetser | 2014-05-24 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Renamed 'considerAcc' to 'considerAccents' for clarity | Clay Sweetser | 2014-05-24 | 12 | -33/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Added documentation string to 'considerAccents' Modified renderParamType's assertion to allow nkAcc nodes. | ||||
* | | | | | Merge pull request #1230 from flaviut/fix1226 | Andreas Rumpf | 2014-05-29 | 2 | -2/+5 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Fix 1226 and document associated methods | ||||
| * | | | | Document mangling | flaviut | 2014-05-26 | 2 | -1/+5 |
| | | | | | |||||
| * | | | | Fix #1226 | flaviut | 2014-05-26 | 1 | -2/+1 |
| |/ / / | |||||
* | | | | Merge pull request #1132 from gradha/pr_index_improvements | Andreas Rumpf | 2014-05-26 | 1 | -2/+8 |
|\ \ \ \ | | | | | | | | | | | Documentation index improvements |