summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | enable unguarded_access testAndreas Rumpf2017-10-023-6/+7
| * | attempt to make appveyor green againAndreas Rumpf2017-10-021-0/+4
* | | Merge branch 'devel' into araqAndreas Rumpf2017-10-0261-69/+1401
|\| |
| * | 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
* | | make tests green againAndreas Rumpf2017-09-151-4/+4
* | | Merge branch 'devel' into araqAndreas Rumpf2017-09-154-2/+58
|\| |
| * | 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
* | | make tests green againAndreas Rumpf2017-09-151-2/+2
* | | Merge branch 'araq' of github.com:nim-lang/Nim into araqAndreas Rumpf2017-09-151-0/+13
|\ \ \ | |/ / |/| |
| * | closes #5854Andreas Rumpf2017-09-151-0/+13
* | | 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
* | disable tboehmdeepcopy for Windows as we don't have a version of Boehm GC on ...Araq2017-08-041-0/+1
* | fixes #6016 union alias trigger bad codegen (#6117)andri lim2017-08-035-141/+175
* | Vm fix zero extend proc ze/ze64 && toU32/toU16/toU8 (#5988)Parashurama2017-08-031-0/+44
* | Channels can now block depending on maxItems (#6153)Yuriy Glukhov2017-07-311-0/+37