summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* make tests green againAndreas Rumpf2017-10-101-1/+1
* make tests green again; closes #5861Andreas Rumpf2017-10-103-4/+4
* Merge branch 'stringify-array' of https://github.com/krux02/Nim into krux02-s...Andreas Rumpf2017-10-094-39/+49
|\
| * reverted genEchoArne Döring2017-08-081-1/+2
| * don't filter '\0' characters in string generationArne Döring2017-08-071-1/+2
| * prevent null characters in $ on collections of charArne Döring2017-07-241-3/+1
| * made toString test assert basedArne Döring2017-07-241-33/+21
| * fixArne Döring2017-07-241-1/+1
| * removed newString proc again, reverted some unnecesary changesArne Döring2017-07-243-14/+7
| * arrays can now be printedArne Döring2017-07-241-2/+31
* | enable unguarded_access testAndreas Rumpf2017-10-023-6/+7
* | attempt to make appveyor green againAndreas Rumpf2017-10-021-0/+4
* | Add tests for examples from Nim in Action.Dominik Picheta2017-10-0134-0/+1213
* | make tests green againAndreas Rumpf2017-10-012-13/+13
* | make tests green againAndreas Rumpf2017-09-302-9/+9
* | the parser finally parses 'echo {1,2}' as it shouldAndreas Rumpf2017-09-3017-25/+25
* | Improved unittest check macro, fixes #5784 (#6446)GULPF2017-09-301-6/+21
* | added missing test for methodsAndreas Rumpf2017-09-281-0/+21
* | make tests green againAndreas Rumpf2017-09-261-9/+9
* | Array typedesc len (#6032)ephja2017-09-171-0/+18
* | Closes #6083, closes #6086, closes #6379 (#6392)Daniil Yarancev2017-09-161-8/+58
* | Reorder json `add` and `%`, fixes #6385 (#6388)Mamy Ratsimbazafy2017-09-162-0/+15
* | Fix operations on string as openarray in VM. (#6257)Parashurama2017-09-151-0/+34
* | Changed JSON stringification to preserve UTF (#6330)Yuriy Glukhov2017-09-151-1/+1
* | Add counterpart to containsOrIncl for excl (#6360)superfunc2017-09-151-1/+11
* | Fix wrong result of countLines() (#6371)Simon Krauter2017-09-151-0/+12
* | Add test for objvariant construction ordersuperfunc2017-09-091-0/+114
* | attempt to make travis green againAraq2017-09-051-14/+18
* | fixes #6327Andreas Rumpf2017-09-051-0/+2
* | fixes #6294Araq2017-09-051-1/+37
* | equality check on NimSym has now support in the VM; refs #6139Araq2017-09-031-1/+24
* | Fix seq.setLen initialisation in VM (#6224)Parashurama2017-09-021-0/+58
* | Implement .nimble-link files in the compiler and add tests for them.Dominik Picheta2017-09-025-1/+15
* | Add readme to tests. Add fileDir option to testament & create nimble test.Dominik Picheta2017-09-0216-15/+92
* | closes #3583Andreas Rumpf2017-09-011-1/+9
* | tester: better error message comparisonsAndreas Rumpf2017-08-311-1/+1
* | make tests green againAndreas Rumpf2017-08-311-4/+4
* | tester: make 'nimout' matching more robust against whitespace issuesAndreas Rumpf2017-08-311-1/+5
* | Fix #6295 (#6296)BigEpsilon2017-08-301-0/+13
* | fixes #6279Andreas Rumpf2017-08-292-1/+13
* | remove ArrayDummySize with unchecked arrays (#5818)Jacek Sieka2017-08-282-2/+6
* | add testcase for mitems returning tuple on VM.Parashurama2017-08-191-0/+14
* | Restore the old behavior of parsing "quote do:"Zahary Karadjov2017-08-193-187/+222
* | treat var modifiers inside the concept body correctly: #1033Zahary Karadjov2017-08-191-0/+30
* | Fixes #5965 (#6237)Daniil Yarancev2017-08-142-0/+20
* | Fix typo (#6236)Daniil Yarancev2017-08-121-1/+1
* | fixes #6234Andreas Rumpf2017-08-111-0/+22
* | reorder pass: consider the 'using' statement; disabled debug outputAndreas Rumpf2017-08-111-4/+8
* | Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-062-2/+6
* | Removed platform-specific arithm test cases (#6189)Fredrik Høisæther Rasch2017-08-061-11/+11