Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ptables_fix' of git://github.com/flyx/Nimrod into flyx-ptables_fix | Clay Sweetser | 2014-07-24 | 1 | -0/+9 |
|\ | |||||
| * | Fixed `==` for PTables, added test. | Felix Krause | 2014-06-27 | 1 | -0/+9 |
| | | |||||
* | | Remove unnecessary import | Simon Jakobi | 2014-07-19 | 1 | -1/+0 |
| | | |||||
* | | tester should work again | Araq | 2014-07-16 | 1 | -4/+1 |
| | | |||||
* | | Merge pull request #1273 from katlogic/devel | Andreas Rumpf | 2014-07-15 | 3 | -2/+24 |
|\ \ | | | | | | | Second stab at `$`(float) | ||||
| * | | Tests for `$`(float) | katlogic | 2014-06-15 | 3 | -2/+24 |
| | | | |||||
* | | | Merge pull request #1218 from rbehrends/parsefloat-fix | Andreas Rumpf | 2014-07-15 | 1 | -0/+42 |
|\ \ \ | | | | | | | | | Fixed parsing of float literals. | ||||
| * | | | Fixed parsing of float literals. | Reimer Behrends | 2014-05-23 | 1 | -0/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Float literals were not parsed properly when their fractional part exceeded 53 significant bits. This affected in particular math.PI and math.E. Rather than reinventing the wheel, this patch reuses C's strtod() implementation, which already does the heavy lifting with respect to correctness, though some caution is necessary to keep float parsing locale-independent. | ||||
* | | | | Merge pull request #1361 from def-/setdiff | Andreas Rumpf | 2014-07-15 | 1 | -1/+20 |
|\ \ \ \ | | | | | | | | | | | Add missing difference and to sets module | ||||
| * | | | | Add TSet difference tests | def | 2014-07-15 | 1 | -1/+20 |
| | | | | | |||||
* | | | | | Merge branch 'new_spawn' into devel | Araq | 2014-07-15 | 11 | -4/+7590 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: todo.txt web/news.txt web/nimrod.ini | ||||
| * \ \ \ \ | Merge branch 'devel' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-28 | 1 | -0/+81 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| * | | | | | new jester compiles | Araq | 2014-06-28 | 1 | -0/+32 |
| | | | | | | |||||
| * | | | | | some progress for jester+async | Araq | 2014-06-27 | 9 | -1/+7519 |
| | | | | | | |||||
| * | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-26 | 6 | -26/+88 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/system.nim | ||||
| * | | | | | | rewrote lambdalifting; fixes deeply nested closures | Araq | 2014-06-26 | 2 | -4/+40 |
| | | | | | | | |||||
* | | | | | | | Fix broken async tests. | Dominik Picheta | 2014-07-13 | 3 | -5/+5 |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | fixes #1011 | Araq | 2014-07-09 | 2 | -0/+15 |
| | | | | | | |||||
* | | | | | | fixes #1323 | Araq | 2014-07-08 | 1 | -1/+11 |
| | | | | | | |||||
* | | | | | | fixes #933 | Araq | 2014-07-08 | 1 | -1/+17 |
| | | | | | | |||||
* | | | | | | fixes #1103; fixes #1297 | Araq | 2014-07-08 | 2 | -1/+64 |
| | | | | | | |||||
* | | | | | | fixes #1310 | Araq | 2014-07-02 | 1 | -0/+5 |
| | | | | | | |||||
* | | | | | | fixes #1275 | Araq | 2014-07-01 | 1 | -0/+12 |
| | | | | | | |||||
* | | | | | | fixes #898 | Araq | 2014-07-01 | 1 | -0/+16 |
| | | | | | | |||||
* | | | | | | fixes #1161 | Araq | 2014-07-01 | 1 | -1/+31 |
| | | | | | | |||||
* | | | | | | fixes #1319 | Araq | 2014-06-30 | 1 | -0/+25 |
| | | | | | | |||||
* | | | | | | fixes constant array indexing bug | Araq | 2014-06-30 | 1 | -1/+9 |
| | | | | | | |||||
* | | | | | | Rename sequtils.distnct to sequtils.deduplicate. | Reimer Behrends | 2014-06-28 | 1 | -2/+2 |
| |_|/ / / |/| | | | | |||||
* | | | | | Fixed TSet proc names to conform with set | Felix Krause | 2014-06-26 | 1 | -11/+11 |
| | | | | | |||||
* | | | | | Added logical set operations to TSet | Felix Krause | 2014-06-25 | 1 | -0/+81 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #1279 from Varriount/fix-1216 | Simon Hafner | 2014-06-18 | 1 | -0/+14 |
|\ \ \ \ | | | | | | | | | | | Fix issue #1216 | ||||
| * | | | | Added notnil test for issue #1216 | Clay Sweetser | 2014-06-18 | 1 | -0/+14 |
| | | | | | |||||
* | | | | | Improve caasdriver output. | Dominik Picheta | 2014-06-16 | 1 | -7/+11 |
| | | | | | |||||
* | | | | | Merge pull request #1281 from Araq/new_spawn | Andreas Rumpf | 2014-06-16 | 14 | -15/+228 |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | New spawn | ||||
| * | | | some changes | Araq | 2014-06-09 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-02 | 1 | -0/+1 |
| |\ \ \ | |||||
| | * | | | bugfix: codegen for promises | Araq | 2014-06-02 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-01 | 13 | -15/+227 |
| |\| | | | |||||
| | * | | | fixed codegen for return values | Araq | 2014-06-01 | 1 | -0/+4 |
| | | | | | |||||
| | * | | | pi test compiles, but crashes randomly | Araq | 2014-06-01 | 1 | -0/+22 |
| | | | | | |||||
| | * | | | tdisjoint_slice2 works | Araq | 2014-05-31 | 1 | -4/+16 |
| | | | | | |||||
| | * | | | tester works again | Araq | 2014-05-30 | 2 | -5/+5 |
| | | | | | |||||
| | * | | | correct code generation for tforstmt | Araq | 2014-05-30 | 1 | -2/+3 |
| | | | | | |||||
| | * | | | 'parallel' proves array bounds | Araq | 2014-05-29 | 1 | -0/+24 |
| | | | | | |||||
| | * | | | added 'sortoutput' option to make output deterministic for threading tests | Araq | 2014-05-29 | 2 | -3/+13 |
| | | | | | |||||
| | * | | | progress with futures | Araq | 2014-05-23 | 3 | -1/+18 |
| | | | | | |||||
| | * | | | 'parallel' statement almost working | Araq | 2014-05-22 | 2 | -9/+9 |
| | | | | | |||||
| | * | | | 'parallel' statement: next steps | Araq | 2014-05-14 | 5 | -0/+118 |
| | | | | | |||||
| | * | | | initial non-compiling version of 'parallel' | Araq | 2014-05-12 | 2 | -4/+8 |
| | | | | | |||||
* | | | | | Fixes #1263. | Dominik Picheta | 2014-06-15 | 1 | -0/+4 |
| | | | | |