Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-02 | 3 | -13/+34 | |
| |\| | | | ||||||
| | * | | | fixed codegen for barriers | Araq | 2014-06-02 | 1 | -2/+7 | |
| | * | | | hopefully faster barrier implementation | Araq | 2014-06-02 | 1 | -6/+14 | |
| | * | | | bugfix: codegen for promises | Araq | 2014-06-02 | 3 | -5/+13 | |
| * | | | | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-01 | 38 | -159/+1923 | |
| |\| | | | ||||||
| | * | | | fixed codegen for return values | Araq | 2014-06-01 | 2 | -12/+19 | |
| | * | | | pi test compiles, but crashes randomly | Araq | 2014-06-01 | 4 | -6/+43 | |
| | * | | | tdisjoint_slice2 works | Araq | 2014-05-31 | 5 | -7/+27 | |
| | * | | | tester works again | Araq | 2014-05-30 | 2 | -5/+5 | |
| | * | | | correct code generation for tforstmt | Araq | 2014-05-30 | 2 | -22/+37 | |
| | * | | | 'parallel' proves array bounds | Araq | 2014-05-29 | 3 | -14/+107 | |
| | * | | | added 'sortoutput' option to make output deterministic for threading tests | Araq | 2014-05-29 | 2 | -3/+13 | |
| | * | | | bugfix: regionized pointers in a generic context; renamed 'Future' to 'Promise' | Araq | 2014-05-25 | 7 | -109/+138 | |
| | * | | | progress with futures | Araq | 2014-05-23 | 8 | -36/+68 | |
| | * | | | 'parallel' statement almost working | Araq | 2014-05-22 | 10 | -115/+470 | |
| | * | | | 'parallel' statement: next steps | Araq | 2014-05-14 | 7 | -50/+221 | |
| | * | | | progress for the 'parallel' statement | Araq | 2014-05-14 | 10 | -94/+122 | |
| | * | | | initial non-compiling version of 'parallel' | Araq | 2014-05-12 | 16 | -91/+1058 | |
* | | | | | Merge pull request #1277 from PavelVozenilek/patch-1 | Dominik Picheta | 2014-06-16 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | making clear structural equivalency for tuples doc | PavelVozenilek | 2014-06-15 | 1 | -2/+2 | |
|/ / / / / | ||||||
* | | / / | Fix idetools --def crash. | Dominik Picheta | 2014-06-15 | 1 | -1/+1 | |
| |_|/ / |/| | | | ||||||
* | | | | Fixes #1263. | Dominik Picheta | 2014-06-15 | 1 | -0/+4 | |
* | | | | Add osproc stdin test. | Dominik Picheta | 2014-06-15 | 2 | -0/+19 | |
* | | | | Update categories.nim | Varriount | 2014-06-14 | 1 | -19/+26 | |
* | | | | Update json.nim | Varriount | 2014-06-14 | 1 | -1/+1 | |
* | | | | Merge pull request #1251 from gradha/pr_misc_docs | Andreas Rumpf | 2014-06-12 | 5 | -9/+102 | |
|\ \ \ \ | ||||||
| * | | | | Revert "Adds to tables module example of reference type vs value type." | Grzegorz Adam Hankiewicz | 2014-06-10 | 1 | -32/+2 | |
| * | | | | Documents -d: in the compiler guide and hyperlinks assert/defined. | Grzegorz Adam Hankiewicz | 2014-06-06 | 2 | -3/+29 | |
| * | | | | Adds brief intro to hashes module. | Grzegorz Adam Hankiewicz | 2014-06-06 | 1 | -1/+28 | |
| * | | | | Adds to tables module example of reference type vs value type. | Grzegorz Adam Hankiewicz | 2014-06-06 | 1 | -2/+32 | |
| * | | | | Avoids temporal string in tables hashing example. | Grzegorz Adam Hankiewicz | 2014-06-06 | 1 | -2/+4 | |
| * | | | | Adds do notation example to algorithm.sort. | Grzegorz Adam Hankiewicz | 2014-06-06 | 1 | -0/+9 | |
| * | | | | Adds docstring example to system.fieldPairs. | Grzegorz Adam Hankiewicz | 2014-06-06 | 1 | -3/+32 | |
* | | | | | fixes recently introduced regression | Araq | 2014-06-12 | 1 | -1/+2 | |
* | | | | | optimized method dispatchers | Araq | 2014-06-12 | 7 | -5/+49 | |
* | | | | | added allValues iterator | Araq | 2014-06-12 | 1 | -2/+9 | |
* | | | | | Merge pull request #1257 from flaviut/fix1217 | Andreas Rumpf | 2014-06-09 | 2 | -9/+14 | |
|\ \ \ \ \ | ||||||
| * | | | | | Regenerate docs | flaviut | 2014-06-08 | 1 | -1/+1 | |
| * | | | | | fix tokenizing bug | flaviut | 2014-06-08 | 1 | -8/+13 | |
* | | | | | | Merge pull request #1245 from flaviut/fix1217 | Andreas Rumpf | 2014-06-08 | 4 | -30/+34 | |
|\| | | | | | |/ / / / |/| | | | | ||||||
| * | | | | fix overlooked grammer comment | flaviut | 2014-06-08 | 2 | -0/+2 | |
| * | | | | updated grammer, fixed oversight | flaviut | 2014-06-04 | 2 | -3/+2 | |
| * | | | | fix bug with unexpected tkInvalid,tkEof,tkComment | flaviut | 2014-06-04 | 1 | -0/+2 | |
| * | | | | Add test | flaviut | 2014-06-03 | 1 | -0/+14 | |
| * | | | | 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 | |
* | | | | | Capitalised enum value names in JSON module. | Dominik Picheta | 2014-06-05 | 1 | -7/+7 | |
* | | | | | Merge pull request #1174 from fowlmouth/patch-2 | Andreas Rumpf | 2014-06-05 | 1 | -0/+38 | |
|\ \ \ \ \ |