summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* bugfix: codegen for promisesAraq2014-06-021-0/+1
* 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
* 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
| | | |/ | | |/|
| * | | Param name and type combos now work in type sig. sugar.Dominik Picheta2014-04-201-4/+4
| * | | Fixes #1093.Dominik Picheta2014-04-201-0/+19
* | | | attempt to make some tests greenAraq2014-04-213-7/+3
|/ / /
* | | Remove echo from => macro and fix tclosuremacro test.Dominik Picheta2014-04-201-20/+20
* | | Added new future module with a closure macro.Dominik Picheta2014-04-201-0/+43
* | | Removes tthreadanalysis3 from threadTests spec.Dominik Picheta2014-04-201-1/+1
|/ /
* | removed flawed thread analysis passAraq2014-04-205-60/+9
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-2028-55/+70
|\ \
| * | Disabled tgtk test.Dominik Picheta2014-04-191-1/+3
| * | Improves tobjasgn test.Dominik Picheta2014-04-181-6/+6
| * | Tester now appreciates the test target. Modified 'cmd' in specs.Dominik Picheta2014-04-1624-31/+31
| * | Fixes incorrect nodejs detection in tester.Dominik Picheta2014-04-161-2/+1
| * | Modified tester output. Fixed JS tests.Dominik Picheta2014-04-162-16/+24
| |/
| * Fixes docgen.Dominik Picheta2014-04-151-1/+1
| * Fixes #1005Dominik Picheta2014-04-151-5/+10
| * Add checks for invalid socket when creating sockets.Dominik Picheta2014-04-151-0/+1
* | new concurrency model: first steps; shared is not a keyword anymoreAraq2014-04-141-0/+22
|/
* implemented 'R ptr T' syntaxAraq2014-04-131-2/+2
* Merge pull request #1075 from flaviut/inlinedocsAndreas Rumpf2014-04-0968-0/+2414
|\
* \ Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-091-0/+11
|\ \