summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* integrated realtimegc stuff into testamentSimon Hafner2015-04-137-38/+78
|
* 15 minutes, bit better messagesSimon Hafner2015-04-043-8/+8
|
* Merge branch 'devel' into jpoirier-realtimeGCTestSimon Hafner2015-04-0112-25/+179
|\
| * fixes #2355Araq2015-03-281-0/+14
| |
| * Use `^` instead of `-` in slicesdef2015-03-285-25/+25
| |
| * fixes #2420; negative indexing for slicing is obsolete (breaking change!)Araq2015-03-281-0/+0
| |
| * added test for symbol typefowlmouth2015-03-271-0/+49
| |
| * implemented a[^1] notationAraq2015-03-264-0/+91
| |
* | Merge branch 'realtimeGCTest' of https://github.com/jpoirier/Nim into ↵Simon Hafner2015-03-268-1/+219
|\ \ | |/ |/| | | jpoirier-realtimeGCTest
| * proper windows get process function name, fix batch file, add echoes backJoseph Poirier2015-01-083-4/+5
| |
| * add test note to the readmeJoseph Poirier2015-01-061-1/+4
| |
| * add proper cdm strings and comment out all echosJoseph Poirier2015-01-062-10/+10
| |
| * properly typecast the function pointersJoseph Poirier2015-01-061-3/+3
| |
| * fixed import object nameJoseph Poirier2015-01-061-3/+3
| |
| * Test the realtime GC, via long running process in a shared object, without ↵Joseph Poirier2015-01-067-0/+214
| | | | | | | | linking nimrtl.dll/so.
* | made test greenAraq2015-03-251-2/+3
| |
* | fixes #2404Araq2015-03-252-12/+19
| |
* | fixes #2401Araq2015-03-251-0/+11
| |
* | fixes #2397Araq2015-03-251-0/+4
| |
* | fixes #1700Araq2015-03-241-0/+17
| |
* | fixes #2395Araq2015-03-241-0/+8
| |
* | added missing test caseAraq2015-03-231-0/+15
| |
* | concept example from the manual now works againAraq2015-03-231-4/+3
| |
* | breaking change: 'concept' is now a keyword and used instead of 'generic'Araq2015-03-234-8/+8
| |
* | fixes #1783Araq2015-03-231-0/+37
| |
* | fixes #1717, fixes #2324Araq2015-03-221-0/+20
| |
* | fixes long standing parsing issue with command syntaxAraq2015-03-222-3/+13
| |
* | fixes #2266Araq2015-03-221-0/+10
| |
* | fixes #1802Araq2015-03-221-0/+19
| |
* | fixes #1805Araq2015-03-211-0/+19
| |
* | fixes #2369Araq2015-03-211-0/+17
| |
* | codegen doesn't produce line tracing commands anymore; fixes #1344Araq2015-03-211-0/+43
| |
* | fixes #2221Araq2015-03-211-0/+9
| |
* | Rename PNimrodNode to NimNodedef2015-03-1722-134/+134
| |
* | Merge pull request #2326 from oderwat/fix-totableAndreas Rumpf2015-03-171-2/+7
|\ \ | | | | | | Making tuples anonymous (so far... not finished).
| * | Added Test for zip() with anonymous tuples.Hans Raaf2015-03-171-2/+7
| | |
* | | Fix tests some moredef2015-03-1711-25/+22
|/ /
* | fixes #2352Araq2015-03-161-1/+7
| |
* | fixes #2346Araq2015-03-164-24/+26
| |
* | fixes #2257Araq2015-03-162-0/+58
| |
* | fixes #2304Araq2015-03-161-0/+11
| |
* | disjoint checker is somewhat smarterAraq2015-03-162-0/+96
| |
* | Merge pull request #2343 from philip-wernersbach/fix-pthreads-under-cppAndreas Rumpf2015-03-161-0/+14
|\ \ | | | | | | Fix issues with pthread_create when compiling under C++ mode.
| * | Add test for fix in f8d6d74368ea14403d1d455db30b669750e71651.Philip Wernersbach2015-03-151-0/+14
| | |
* | | Fixes #2323. Fixes #2148.Dominik Picheta2015-03-151-0/+36
|/ /
* | Add test case for infinite recursion in semtypesdef2015-03-141-0/+8
| |
* | fixes #1791Araq2015-03-121-13/+13
| |
* | fixes #794 properlyAraq2015-03-121-3/+12
| |
* | fixes #1845, fixes #2224Araq2015-03-121-0/+29
| |
* | Merge pull request #2307 from def-/test-fixes-2Andreas Rumpf2015-03-126-16/+16
|\ \ | | | | | | Test fixes 2