Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated modules (asyncio, sockets, ftpclient) (#10401) | Miran | 2019-01-22 | 1 | -0/+3 |
| | |||||
* | attempt to make travis green | Araq | 2018-12-11 | 1 | -0/+1 |
| | |||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 4 | -6/+5 |
| | |||||
* | fixes #9441 | Araq | 2018-12-06 | 1 | -0/+42 |
| | |||||
* | updated tests to be executed | Arne Döring | 2018-11-23 | 2 | -27/+20 |
| | |||||
* | make tests green again | Araq | 2018-11-16 | 2 | -9/+9 |
| | |||||
* | disable some tests for the C++ target; refs #7870 | Araq | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | More descriptive names of test files (#9531) | Miran | 2018-10-29 | 1 | -1/+0 |
| | | | | | * change generic `tissues` name to more specific * change `tvarious` to more specific names | ||||
* | Merge tests into a larger file (part 1 of ∞) (#9318) | Miran | 2018-10-12 | 27 | -847/+920 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * merge actiontable tests * merge arithm tests * merge array tests * merge assign tests * merge bind tests * merge casestmt tests * merge closure tests * merge cnt seq tests * merge collections tests * merge concept issues tests * merge concept tests * fix failing tests * smaller outputs Use `doAssert` where possible. * fix wrong output * split `tcomputedgoto` * revert merging concepts * fix failing test | ||||
* | fixes #5015 | Araq | 2018-10-03 | 1 | -1/+18 |
| | |||||
* | Mysterious fix for #8550 (#8561) | LemonBoy | 2018-08-12 | 1 | -0/+12 |
| | | | | Replacing the `for` body with a nkEmpty node is not the right thing to do. | ||||
* | fixes 7833 (#8533) | Andreas Rumpf | 2018-08-05 | 1 | -1/+1 |
| | | | | | | | | | | | * fixes #7833; still to-do: fix setLen * make tests green again * also fixes setLen and string concats; refs #7833 * change formating to avoid a compiler warning * emit the write barrier also for addChar * fixes yet another regression * make setLengthStr compile for the old version * make growobjcrash complete earlier | ||||
* | make tests green again | Andreas Rumpf | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | make more tests green | Araq | 2018-02-10 | 1 | -1/+1 |
| | |||||
* | bugfix: detect captures in non-closure inner procs | Araq | 2017-11-03 | 1 | -0/+12 |
| | |||||
* | Add a test-case for #1641 | Daniil Yarancev | 2017-10-16 | 1 | -0/+20 |
| | |||||
* | Restore the old behavior of parsing "quote do:" | Zahary Karadjov | 2017-08-19 | 1 | -3/+8 |
| | | | | close #5845 | ||||
* | disable tboehmdeepcopy for Windows as we don't have a version of Boehm GC on ↵ | Araq | 2017-08-04 | 1 | -0/+1 |
| | | | | Windows | ||||
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 1 | -91/+91 |
| | |||||
* | closures have an object type field so that we can perform correct deepCopy() ↵ | Andreas Rumpf | 2017-07-22 | 1 | -0/+17 |
| | | | | for the BoehmGC target | ||||
* | lift parameter-less do block to lambdas | Zahary Karadjov | 2017-04-10 | 1 | -3/+3 |
| | |||||
* | the new blocks without 'do' produce compatible AST with 'do blocks' | Zahary Karadjov | 2017-04-09 | 1 | -8/+6 |
| | |||||
* | fix the do notation when used with procs | Zahary Karadjov | 2017-04-09 | 1 | -0/+47 |
| | |||||
* | make tests green again | Andreas Rumpf | 2016-08-25 | 1 | -1/+1 |
| | |||||
* | Fixed broken test. Added closureScope test. | Yuriy Glukhov | 2016-06-28 | 1 | -2/+13 |
| | |||||
* | make tests green | Andreas Rumpf | 2016-05-11 | 1 | -1/+1 |
| | |||||
* | fixes #4070 | Andreas Rumpf | 2016-05-11 | 1 | -0/+20 |
| | |||||
* | fixes #3995 | Andreas Rumpf | 2016-04-03 | 1 | -0/+24 |
| | |||||
* | Fix test cases for JSON object changes | def | 2016-02-24 | 1 | -4/+4 |
| | |||||
* | fixes yet another LL regression (Aporia compiles again) | Andreas Rumpf | 2016-01-18 | 1 | -0/+22 |
| | |||||
* | Added test for #600. | Dominik Picheta | 2016-01-16 | 1 | -0/+4 |
| | |||||
* | Added test for code in @def-'s comment in #1502. | Dominik Picheta | 2016-01-16 | 1 | -0/+6 |
| | |||||
* | Added test for #1512. | Dominik Picheta | 2016-01-16 | 1 | -0/+137 |
| | |||||
* | Added test for #1642. | Dominik Picheta | 2016-01-16 | 1 | -0/+3 |
| | |||||
* | Added test for #1846. | Dominik Picheta | 2016-01-16 | 1 | -0/+16 |
| | |||||
* | Added test for #1911. | Dominik Picheta | 2016-01-16 | 1 | -0/+7 |
| | |||||
* | Added test for #1923. | Dominik Picheta | 2016-01-16 | 1 | -0/+9 |
| | |||||
* | Added test for #2138. | Dominik Picheta | 2016-01-16 | 1 | -0/+10 |
| | |||||
* | Added test for #3304 | Dominik Picheta | 2016-01-16 | 1 | -0/+15 |
| | |||||
* | fixes yet another regression | Andreas Rumpf | 2016-01-13 | 1 | -0/+25 |
| | |||||
* | async works again | Andreas Rumpf | 2016-01-03 | 1 | -0/+87 |
| | |||||
* | further progress on closure iterators; tforum still failing | Andreas Rumpf | 2016-01-03 | 1 | -2/+2 |
| | |||||
* | made closure iterators tests green, updated docs | Andreas Rumpf | 2015-12-31 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' into new-ll | Andreas Rumpf | 2015-12-29 | 1 | -7/+0 |
|\ | |||||
| * | new db_sqlite requires deadCodeElim:on because not every sqlite3_column_name | Andreas Rumpf | 2015-12-29 | 1 | -7/+0 |
| | | |||||
* | | updated test cases | Andreas Rumpf | 2015-12-29 | 2 | -5/+5 |
| | | |||||
* | | changed testcase for new LL semantics | Andreas Rumpf | 2015-12-29 | 1 | -1/+1 |
| | | |||||
* | | updated test case for changed LL | Andreas Rumpf | 2015-12-29 | 1 | -2/+3 |
|/ | |||||
* | sequtils related changes | Peter Mora | 2015-10-05 | 1 | -1/+1 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 10 | -25/+25 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + |