Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | 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 | |
|\ \ \ \ | ||||||
| * | | | | 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 | |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | ||||||
| * | | | 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 | |
* | | | | | Add osproc stdin test. | Dominik Picheta | 2014-06-15 | 2 | -0/+19 | |
* | | | | | Update categories.nim | Varriount | 2014-06-14 | 1 | -19/+26 | |
| |_|_|/ |/| | | | ||||||
* | | | | Add test | flaviut | 2014-06-03 | 1 | -0/+14 | |
|/ / / | ||||||
* | | | Enable disabled test | flaviut | 2014-05-26 | 1 | -2/+1 | |
* | | | Add test for #1149 | flaviut | 2014-05-26 | 1 | -0/+20 | |
* | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-05-25 | 2 | -3/+20 | |
|\ \ \ | ||||||
| * | | | Rename asyncdispatch.close to asyncdispatch.closeSocket. | Dominik Picheta | 2014-05-23 | 1 | -3/+3 | |
| | |/ | |/| | ||||||
| * | | Add test for #1081 | flaviut | 2014-05-16 | 1 | -0/+17 | |
| |/ | ||||||
* / | fixes the bug that keeps the template engine package from working | Araq | 2014-05-25 | 3 | -0/+677 | |
|/ | ||||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-05-06 | 5 | -1/+196 | |
|\ | ||||||
| * | Merge pull request #1175 from EXetoC/await-discard | Dominik Picheta | 2014-05-04 | 1 | -0/+39 | |
| |\ | ||||||
| | * | Fix #1170. | EXetoC | 2014-05-04 | 1 | -0/+39 | |
| * | | Added support for ref type hash tables. | Reimer Behrends | 2014-05-04 | 2 | -0/+148 | |
| |/ | ||||||
| * | Merge pull request #1173 from EXetoC/pfuture-nested-type-param | Dominik Picheta | 2014-05-03 | 1 | -0/+8 | |
| |\ | ||||||
| | * | Fix #1171. | EXetoC | 2014-05-03 | 1 | -0/+8 | |
| * | | fixed paths because caasdriver is now in testament | Simon Hafner | 2014-05-03 | 1 | -1/+1 | |
| |/ | ||||||
* / | added test case for bug #1140 | Araq | 2014-05-06 | 1 | -0/+35 | |
|/ | ||||||
* | Merge pull request #1121 from EXetoC/spawn-test | Varriount | 2014-04-23 | 1 | -0/+29 | |
|\ | ||||||
| * | Add spawn test. Hangs most of the time on linux x64 at least. | EXetoC | 2014-04-20 | 1 | -0/+29 | |
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-21 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | Tester now ignores deprecation warnings. | Dominik Picheta | 2014-04-21 | 1 | -2/+2 | |
* | | | some progress for #1082 | Araq | 2014-04-21 | 1 | -1/+2 | |
|/ / | ||||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-21 | 4 | -4/+123 | |
|\ \ | ||||||
| * \ | Merge pull request #1099 from Varriount/os/getFileInfo | Andreas Rumpf | 2014-04-20 | 1 | -0/+93 | |
| |\ \ | ||||||
| | * | | Added tests for getFileInfo proc. | Clay Sweetser | 2014-04-16 | 1 | -0/+93 | |
| * | | | Merge pull request #1124 from EXetoC/spawn-arg-check | Andreas Rumpf | 2014-04-20 | 1 | -0/+7 | |
| |\ \ \ | ||||||
| | * | | | Add test for bad spawn argument. | EXetoC | 2014-04-20 | 1 | -0/+7 | |
| | | |/ | | |/| |