Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | added a test case for --newruntime | Andreas Rumpf | 2017-10-13 | 1 | -0/+97 | |
| |/ | ||||||
| * | Merge branch 'araq-stringify-array' into devel | Andreas Rumpf | 2017-10-10 | 5 | -40/+50 | |
| |\ | ||||||
| | * | make tests green again | Andreas Rumpf | 2017-10-10 | 1 | -1/+1 | |
| | * | make tests green again; closes #5861 | Andreas Rumpf | 2017-10-10 | 3 | -4/+4 | |
| | * | Merge branch 'stringify-array' of https://github.com/krux02/Nim into krux02-s... | Andreas Rumpf | 2017-10-09 | 4 | -39/+49 | |
| | |\ | ||||||
| | | * | reverted genEcho | Arne Döring | 2017-08-08 | 1 | -1/+2 | |
| | | * | don't filter '\0' characters in string generation | Arne Döring | 2017-08-07 | 1 | -1/+2 | |
| | | * | prevent null characters in $ on collections of char | Arne Döring | 2017-07-24 | 1 | -3/+1 | |
| | | * | made toString test assert based | Arne Döring | 2017-07-24 | 1 | -33/+21 | |
| | | * | fix | Arne Döring | 2017-07-24 | 1 | -1/+1 | |
| | | * | removed newString proc again, reverted some unnecesary changes | Arne Döring | 2017-07-24 | 3 | -14/+7 | |
| | | * | arrays can now be printed | Arne Döring | 2017-07-24 | 1 | -2/+31 | |
| * | | | Add dst formatting tests (#6468) | GULPF | 2017-10-10 | 1 | -11/+19 | |
| |/ / | ||||||
| * | | enable unguarded_access test | Andreas Rumpf | 2017-10-02 | 3 | -6/+7 | |
| * | | attempt to make appveyor green again | Andreas Rumpf | 2017-10-02 | 1 | -0/+4 | |
* | | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-10-02 | 61 | -69/+1401 | |
|\| | | ||||||
| * | | Add tests for examples from Nim in Action. | Dominik Picheta | 2017-10-01 | 34 | -0/+1213 | |
| * | | make tests green again | Andreas Rumpf | 2017-10-01 | 2 | -13/+13 | |
| * | | make tests green again | Andreas Rumpf | 2017-09-30 | 2 | -9/+9 | |
| * | | the parser finally parses 'echo {1,2}' as it should | Andreas Rumpf | 2017-09-30 | 17 | -25/+25 | |
| * | | Improved unittest check macro, fixes #5784 (#6446) | GULPF | 2017-09-30 | 1 | -6/+21 | |
| * | | added missing test for methods | Andreas Rumpf | 2017-09-28 | 1 | -0/+21 | |
| * | | make tests green again | Andreas Rumpf | 2017-09-26 | 1 | -9/+9 | |
| * | | Array typedesc len (#6032) | ephja | 2017-09-17 | 1 | -0/+18 | |
| * | | Closes #6083, closes #6086, closes #6379 (#6392) | Daniil Yarancev | 2017-09-16 | 1 | -8/+58 | |
| * | | Reorder json `add` and `%`, fixes #6385 (#6388) | Mamy Ratsimbazafy | 2017-09-16 | 2 | -0/+15 | |
* | | | make tests green again | Andreas Rumpf | 2017-09-15 | 1 | -4/+4 | |
* | | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-09-15 | 4 | -2/+58 | |
|\| | | ||||||
| * | | Fix operations on string as openarray in VM. (#6257) | Parashurama | 2017-09-15 | 1 | -0/+34 | |
| * | | Changed JSON stringification to preserve UTF (#6330) | Yuriy Glukhov | 2017-09-15 | 1 | -1/+1 | |
| * | | Add counterpart to containsOrIncl for excl (#6360) | superfunc | 2017-09-15 | 1 | -1/+11 | |
| * | | Fix wrong result of countLines() (#6371) | Simon Krauter | 2017-09-15 | 1 | -0/+12 | |
* | | | make tests green again | Andreas Rumpf | 2017-09-15 | 1 | -2/+2 | |
* | | | Merge branch 'araq' of github.com:nim-lang/Nim into araq | Andreas Rumpf | 2017-09-15 | 1 | -0/+13 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | closes #5854 | Andreas Rumpf | 2017-09-15 | 1 | -0/+13 | |
* | | | Add test for objvariant construction order | superfunc | 2017-09-09 | 1 | -0/+114 | |
* | | | attempt to make travis green again | Araq | 2017-09-05 | 1 | -14/+18 | |
|/ / | ||||||
* | | fixes #6327 | Andreas Rumpf | 2017-09-05 | 1 | -0/+2 | |
* | | fixes #6294 | Araq | 2017-09-05 | 1 | -1/+37 | |
* | | equality check on NimSym has now support in the VM; refs #6139 | Araq | 2017-09-03 | 1 | -1/+24 | |
* | | Fix seq.setLen initialisation in VM (#6224) | Parashurama | 2017-09-02 | 1 | -0/+58 | |
* | | Implement .nimble-link files in the compiler and add tests for them. | Dominik Picheta | 2017-09-02 | 5 | -1/+15 | |
* | | Add readme to tests. Add fileDir option to testament & create nimble test. | Dominik Picheta | 2017-09-02 | 16 | -15/+92 | |
* | | closes #3583 | Andreas Rumpf | 2017-09-01 | 1 | -1/+9 | |
* | | tester: better error message comparisons | Andreas Rumpf | 2017-08-31 | 1 | -1/+1 | |
* | | make tests green again | Andreas Rumpf | 2017-08-31 | 1 | -4/+4 | |
* | | tester: make 'nimout' matching more robust against whitespace issues | Andreas Rumpf | 2017-08-31 | 1 | -1/+5 | |
* | | Fix #6295 (#6296) | BigEpsilon | 2017-08-30 | 1 | -0/+13 | |
* | | fixes #6279 | Andreas Rumpf | 2017-08-29 | 2 | -1/+13 | |
* | | remove ArrayDummySize with unchecked arrays (#5818) | Jacek Sieka | 2017-08-28 | 2 | -2/+6 |