summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ptables_fix' of git://github.com/flyx/Nimrod into flyx-ptables_fixClay Sweetser2014-07-241-0/+9
|\
| * Fixed `==` for PTables, added test.Felix Krause2014-06-271-0/+9
| |
* | Remove unnecessary importSimon Jakobi2014-07-191-1/+0
| |
* | tester should work againAraq2014-07-161-4/+1
| |
* | Merge pull request #1273 from katlogic/develAndreas Rumpf2014-07-153-2/+24
|\ \ | | | | | | Second stab at `$`(float)
| * | Tests for `$`(float)katlogic2014-06-153-2/+24
| | |
* | | Merge pull request #1218 from rbehrends/parsefloat-fixAndreas Rumpf2014-07-151-0/+42
|\ \ \ | | | | | | | | Fixed parsing of float literals.
| * | | Fixed parsing of float literals.Reimer Behrends2014-05-231-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-/setdiffAndreas Rumpf2014-07-151-1/+20
|\ \ \ \ | | | | | | | | | | Add missing difference and to sets module
| * | | | Add TSet difference testsdef2014-07-151-1/+20
| | | | |
* | | | | Merge branch 'new_spawn' into develAraq2014-07-1511-4/+7590
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: todo.txt web/news.txt web/nimrod.ini
| * \ \ \ \ Merge branch 'devel' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-281-0/+81
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | new jester compilesAraq2014-06-281-0/+32
| | | | | |
| * | | | | some progress for jester+asyncAraq2014-06-279-1/+7519
| | | | | |
| * | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-266-26/+88
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/system.nim
| * | | | | | rewrote lambdalifting; fixes deeply nested closuresAraq2014-06-262-4/+40
| | | | | | |
* | | | | | | Fix broken async tests.Dominik Picheta2014-07-133-5/+5
| |_|_|/ / / |/| | | | |
* | | | | | fixes #1011Araq2014-07-092-0/+15
| | | | | |
* | | | | | fixes #1323Araq2014-07-081-1/+11
| | | | | |
* | | | | | fixes #933Araq2014-07-081-1/+17
| | | | | |
* | | | | | fixes #1103; fixes #1297Araq2014-07-082-1/+64
| | | | | |
* | | | | | fixes #1310Araq2014-07-021-0/+5
| | | | | |
* | | | | | fixes #1275Araq2014-07-011-0/+12
| | | | | |
* | | | | | fixes #898Araq2014-07-011-0/+16
| | | | | |
* | | | | | fixes #1161Araq2014-07-011-1/+31
| | | | | |
* | | | | | fixes #1319Araq2014-06-301-0/+25
| | | | | |
* | | | | | fixes constant array indexing bugAraq2014-06-301-1/+9
| | | | | |
* | | | | | Rename sequtils.distnct to sequtils.deduplicate.Reimer Behrends2014-06-281-2/+2
| |_|/ / / |/| | | |
* | | | | Fixed TSet proc names to conform with setFelix Krause2014-06-261-11/+11
| | | | |
* | | | | Added logical set operations to TSetFelix Krause2014-06-251-0/+81
| |/ / / |/| | |
* | | | Merge pull request #1279 from Varriount/fix-1216Simon Hafner2014-06-181-0/+14
|\ \ \ \ | | | | | | | | | | Fix issue #1216
| * | | | Added notnil test for issue #1216Clay Sweetser2014-06-181-0/+14
| | | | |
* | | | | Improve caasdriver output.Dominik Picheta2014-06-161-7/+11
| | | | |
* | | | | Merge pull request #1281 from Araq/new_spawnAndreas Rumpf2014-06-1614-15/+228
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / New spawn
| * | | some changesAraq2014-06-091-1/+1
| | | |
| * | | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-021-0/+1
| |\ \ \
| | * | | bugfix: codegen for promisesAraq2014-06-021-0/+1
| | | | |
| * | | | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-0113-15/+227
| |\| | |
| | * | | fixed codegen for return valuesAraq2014-06-011-0/+4
| | | | |
| | * | | pi test compiles, but crashes randomlyAraq2014-06-011-0/+22
| | | | |
| | * | | tdisjoint_slice2 worksAraq2014-05-311-4/+16
| | | | |
| | * | | tester works againAraq2014-05-302-5/+5
| | | | |
| | * | | correct code generation for tforstmtAraq2014-05-301-2/+3
| | | | |
| | * | | 'parallel' proves array boundsAraq2014-05-291-0/+24
| | | | |
| | * | | added 'sortoutput' option to make output deterministic for threading testsAraq2014-05-292-3/+13
| | | | |
| | * | | progress with futuresAraq2014-05-233-1/+18
| | | | |
| | * | | 'parallel' statement almost workingAraq2014-05-222-9/+9
| | | | |
| | * | | 'parallel' statement: next stepsAraq2014-05-145-0/+118
| | | | |
| | * | | initial non-compiling version of 'parallel'Araq2014-05-122-4/+8
| | | | |
* | | | | Fixes #1263.Dominik Picheta2014-06-151-0/+4
| | | | |