| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes #15594 (#15819) | flywind | 2020-11-02 | 1 | -0/+10 |
* | Use typeflag instead | Clyybber | 2020-08-10 | 1 | -0/+10 |
* | Add testcase for #5688 | Clyybber | 2020-08-08 | 1 | -0/+17 |
* | Make explicit {.nimcall.} a seperate calling convention | Clyybber | 2020-08-08 | 2 | -1/+10 |
* | Make the fields of `times.DateTime` private (#14197) | Oscar Nihlgård | 2020-05-06 | 1 | -4/+4 |
* | faster CIs (#13803) | Miran | 2020-03-30 | 1 | -216/+2 |
* | capture macro now accepts variables of different types (#13356) | Clyybber | 2020-02-15 | 1 | -3/+11 |
* | Fix capture for object types (#13315) | Clyybber | 2020-02-02 | 1 | -2/+16 |
* | introduce capture macro (#12712) | Judd | 2019-12-10 | 1 | -0/+12 |
* | close #7104 by writing a test | narimiran | 2019-09-13 | 1 | -2/+21 |
* | fixes #11523 | Andreas Rumpf | 2019-06-26 | 1 | -1/+10 |
* | 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 |
* | Merge tests into a larger file (part 1 of ∞) (#9318) | Miran | 2018-10-12 | 27 | -847/+920 |
* | fixes #5015 | Araq | 2018-10-03 | 1 | -1/+18 |
* | Mysterious fix for #8550 (#8561) | LemonBoy | 2018-08-12 | 1 | -0/+12 |
* | fixes 7833 (#8533) | Andreas Rumpf | 2018-08-05 | 1 | -1/+1 |
* | 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 |
* | disable tboehmdeepcopy for Windows as we don't have a version of Boehm GC on ... | Araq | 2017-08-04 | 1 | -0/+1 |
* | 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 |
* | 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 |