| Commit message (Expand) | Author | Age | Files | Lines |
* | revert #12100; typeof(nil) is weird enough, don't allow it as the return type | Andreas Rumpf | 2019-09-02 | 1 | -3/+0 |
* | Allow typeof(nil) as a return type | Albert Safin | 2019-08-31 | 1 | -1/+4 |
* | Allow typeof(nil) as generic parameter (#11869) | Oscar Nihlgård | 2019-08-03 | 1 | -2/+11 |
* | fixes #11525 | Andreas Rumpf | 2019-06-26 | 1 | -1/+38 |
* | make tests green again | Araq | 2019-05-27 | 1 | -3/+2 |
* | Allow void macro result (#11286) | Arne Döring | 2019-05-21 | 1 | -1/+1 |
* | closes #9825 | Araq | 2019-05-10 | 1 | -0/+11 |
* | Add testcase for #9684 (#11221) | Clyybber | 2019-05-10 | 1 | -0/+11 |
* | Fix #9844 (#11216) | Clyybber | 2019-05-09 | 1 | -1/+15 |
* | fixes #9578 (#11176) | jcosborn | 2019-05-06 | 6 | -0/+108 |
* | fixes #9403 | Araq | 2019-05-05 | 1 | -1/+20 |
* | iterators: several small fixes (#11162) | Miran | 2019-05-04 | 1 | -1/+1 |
* | Fix varargs int32 (#11054) | Arne Döring | 2019-04-18 | 1 | -0/+10 |
* | remove shadow warning, fixes #10732 (#11039) | Miran | 2019-04-17 | 1 | -1/+1 |
* | Fix edge case in type hashing (#10601) [backport] | LemonBoy | 2019-02-08 | 1 | -0/+15 |
* | properly deprecate parseopt2 (#10452) | Miran | 2019-01-25 | 1 | -2/+2 |
* | add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ... | Timothee Cour | 2019-01-08 | 1 | -3/+3 |
* | Dead code elimination for entire modules and their init procs if empty (#10032) | cooldome | 2018-12-30 | 1 | -0/+2 |
* | lots of small changes | Arne Döring | 2018-12-11 | 6 | -10/+12 |
* | megatest checks output and nimout | Arne Döring | 2018-12-11 | 2 | -3/+2 |
* | megatest can be executed | Arne Döring | 2018-12-11 | 1 | -16/+0 |
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 1 | -4/+4 |
* | join simple test | Arne Döring | 2018-11-23 | 1 | -10/+0 |
* | make run the default action of a test in tester | Arne Döring | 2018-11-23 | 6 | -2/+31 |
* | make more tests green for C++; refs #7870 | Araq | 2018-10-30 | 4 | -2/+4 |
* | make thavlak and tmarkerproc_regression tests take fewer iterations in order ... | Araq | 2018-10-17 | 1 | -3/+3 |
* | Merge tests into a larger file (part 5 of ∞) (#9368) | Miran | 2018-10-16 | 1 | -1/+1 |
* | fixes #9297 (#9298) | cooldome | 2018-10-11 | 1 | -1/+41 |
* | Fix wrong heuristic in codegen (#9293) | LemonBoy | 2018-10-11 | 1 | -0/+22 |
* | Codegen fix for procs taking type(nil) (#9231) | xzfc | 2018-10-09 | 1 | -0/+6 |
* | Fix codegen for some set operations | LemonBoy | 2018-09-28 | 1 | -0/+12 |
* | Merge pull request #8746 from LemonBoy/nil-opts | Andreas Rumpf | 2018-09-23 | 1 | -0/+13 |
|\ |
|
| * | nil strings are movable | LemonBoy | 2018-09-22 | 1 | -0/+13 |
* | | Merge pull request #8983 from cooldome/codegen_crash | Andreas Rumpf | 2018-09-18 | 1 | -1/+34 |
|\ \ |
|
| * | | Fixes 8979 | Andrii Riabushenko | 2018-09-16 | 1 | -1/+34 |
* | | | Fix codegen for set[T] parameters | LemonBoy | 2018-09-15 | 1 | -0/+10 |
* | | | Fix hashing for codegenProc (sic) types | LemonBoy | 2018-09-14 | 1 | -0/+10 |
* | | | Fix semantic pass with borrowed magic procs (#8945) | LemonBoy | 2018-09-11 | 1 | -0/+8 |
* | | | Always emit hti object types if needed (#8940) | LemonBoy | 2018-09-11 | 1 | -0/+8 |
|/ / |
|
* | | Allow wCodegenDecl on lambdas (#8892) | LemonBoy | 2018-09-07 | 1 | -0/+13 |
* | | Codegen fix for function pointers marked inline (#8866) | LemonBoy | 2018-09-04 | 2 | -0/+27 |
* | | fixes #8781 by appending "_U" instead of 'U' (#8787) | Vindaar | 2018-08-27 | 1 | -0/+25 |
|/ |
|
* | make more tests green; system.repr does not produce 'nil' for strings and seq... | Araq | 2018-08-22 | 1 | -2/+2 |
* | Fix unsound transform pass (#8633) | LemonBoy | 2018-08-14 | 1 | -0/+8 |
* | Fixes 8616 (#8617) | LemonBoy | 2018-08-12 | 3 | -0/+16 |
* | fixes #7392 (#7395) | cooldome | 2018-03-23 | 2 | -1/+8 |
* | Fixes #7363 (#7371) | cooldome | 2018-03-20 | 1 | -0/+14 |
* | Codegen: use type forward declarations more aggresively. Fixes #7339 (#7340) | cooldome | 2018-03-16 | 2 | -0/+27 |
* | fixes #7332 (#7341) | andri lim | 2018-03-16 | 1 | -0/+29 |
* | fixes #6960 | Andreas Rumpf | 2018-02-11 | 1 | -0/+31 |