summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
|\ \ \ \
| * | | | 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
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | 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
* | | | | Add osproc stdin test.Dominik Picheta2014-06-152-0/+19
* | | | | Update categories.nimVarriount2014-06-141-19/+26
| |_|_|/ |/| | |
* | | | Add testflaviut2014-06-031-0/+14
|/ / /
* | | Enable disabled testflaviut2014-05-261-2/+1
* | | Add test for #1149flaviut2014-05-261-0/+20
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-05-252-3/+20
|\ \ \
| * | | Rename asyncdispatch.close to asyncdispatch.closeSocket.Dominik Picheta2014-05-231-3/+3
| | |/ | |/|
| * | Add test for #1081flaviut2014-05-161-0/+17
| |/
* / fixes the bug that keeps the template engine package from workingAraq2014-05-253-0/+677
|/
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-05-065-1/+196
|\
| * Merge pull request #1175 from EXetoC/await-discardDominik Picheta2014-05-041-0/+39
| |\
| | * Fix #1170.EXetoC2014-05-041-0/+39
| * | Added support for ref type hash tables.Reimer Behrends2014-05-042-0/+148
| |/
| * Merge pull request #1173 from EXetoC/pfuture-nested-type-paramDominik Picheta2014-05-031-0/+8
| |\
| | * Fix #1171.EXetoC2014-05-031-0/+8
| * | fixed paths because caasdriver is now in testamentSimon Hafner2014-05-031-1/+1
| |/
* / added test case for bug #1140Araq2014-05-061-0/+35
|/
* Merge pull request #1121 from EXetoC/spawn-testVarriount2014-04-231-0/+29
|\
| * Add spawn test. Hangs most of the time on linux x64 at least.EXetoC2014-04-201-0/+29
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-211-2/+2
|\ \
| * | Tester now ignores deprecation warnings.Dominik Picheta2014-04-211-2/+2
* | | some progress for #1082Araq2014-04-211-1/+2
|/ /
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-214-4/+123
|\ \
| * \ Merge pull request #1099 from Varriount/os/getFileInfoAndreas Rumpf2014-04-201-0/+93
| |\ \
| | * | Added tests for getFileInfo proc.Clay Sweetser2014-04-161-0/+93
| * | | Merge pull request #1124 from EXetoC/spawn-arg-checkAndreas Rumpf2014-04-201-0/+7
| |\ \ \
| | * | | Add test for bad spawn argument.EXetoC2014-04-201-0/+7
| | | |/ | | |/|