| Commit message (Expand) | Author | Age | Files | Lines |
* | IC: next steps (#16729) | Andreas Rumpf | 2021-01-23 | 1 | -1/+3 |
* | Fix 16722 (#16730) | cooldome | 2021-01-15 | 1 | -0/+2 |
* | IC: next steps (#16705) | Andreas Rumpf | 2021-01-14 | 1 | -2/+2 |
* | IC: next steps (#16550) | Andreas Rumpf | 2021-01-07 | 1 | -7/+8 |
* | big steps torwards an efficient, simple IC implementation (#16543) | Andreas Rumpf | 2021-01-02 | 1 | -3/+3 |
* | fixes #16069; [backport:1.2] [backport:1.4] (#16115) | Andreas Rumpf | 2020-11-24 | 1 | -0/+5 |
* | explicit ID generation for easier IC (#15559) | Andreas Rumpf | 2020-10-25 | 1 | -30/+32 |
* | implements https://github.com/nim-lang/RFCs/issues/258 (#15503) | Andreas Rumpf | 2020-10-06 | 1 | -0/+1 |
* | implements https://github.com/nim-lang/RFCs/issues/257 (#15466) | Andreas Rumpf | 2020-10-02 | 1 | -7/+0 |
* | borrow checking (#15282) | Andreas Rumpf | 2020-09-09 | 1 | -0/+4 |
* | Expand hoisted default params in sem (#15270) | Clyybber | 2020-09-05 | 1 | -47/+0 |
* | Use typeflag instead | Clyybber | 2020-08-10 | 1 | -1/+1 |
* | Make explicit {.nimcall.} a seperate calling convention | Clyybber | 2020-08-08 | 1 | -1/+1 |
* | fixes #15071 [backport] (#15131) | Andreas Rumpf | 2020-07-31 | 1 | -3/+3 |
* | arc: cursors for simple for loop variables (#15008) | Andreas Rumpf | 2020-07-17 | 1 | -2/+22 |
* | An optimizer for ARC (#14962) | Andreas Rumpf | 2020-07-15 | 1 | -1/+1 |
* | init checks and 'out' parameters (#14521) | Andreas Rumpf | 2020-06-23 | 1 | -5/+5 |
* | `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d... | Timothee Cour | 2020-05-11 | 1 | -2/+2 |
* | fix #13739 (#13742) | Arne Döring | 2020-04-07 | 1 | -5/+4 |
* | fixes #13744 (#13749) | cooldome | 2020-03-25 | 1 | -1/+1 |
* | Revert "fix #13417 (#13712)" (#13728) | Andreas Rumpf | 2020-03-23 | 1 | -10/+11 |
* | fix #13417 (#13712) | Arne Döring | 2020-03-22 | 1 | -11/+10 |
* | fixes #12747 [backport] (#13651) | cooldome | 2020-03-16 | 1 | -3/+12 |
* | fixes #13596 (#13612) | Andreas Rumpf | 2020-03-09 | 1 | -0/+13 |
* | Cosmetic compiler cleanup (#12718) | Clyybber | 2019-11-28 | 1 | -277/+254 |
* | ARC: solves phase ordering problems (#12654) | Andreas Rumpf | 2019-11-14 | 1 | -21/+8 |
* | --gc:destructors improvements (#12626) | Andreas Rumpf | 2019-11-09 | 1 | -2/+1 |
* | some progress on bug #12443 | Andreas Rumpf | 2019-10-27 | 1 | -1/+1 |
* | refactoring: --newruntime consists of 3 different switches | Araq | 2019-10-20 | 1 | -1/+1 |
* | Refactor injectdestructors (#12295) | Clyybber | 2019-10-01 | 1 | -1/+0 |
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -2/+2 |
* | Small ast.nim cleanup (#12156) | Clyybber | 2019-09-09 | 1 | -22/+22 |
* | Merge branch 'devel' into uint-range-checks | Araq | 2019-09-02 | 1 | -2/+1 |
|\ |
|
| * | Support iterators returning lent T (#11938) | cooldome | 2019-08-31 | 1 | -2/+1 |
* | | minor stuff | Arne Döring | 2019-08-27 | 1 | -1/+1 |
|/ |
|
* | removed unused imports [refactoring] | Andreas Rumpf | 2019-08-08 | 1 | -1/+1 |
* | int128 on firstOrd, lastOrd and lengthOrd (#11701) | Arne Döring | 2019-08-07 | 1 | -2/+2 |
* | [refactoring] remove unused imports in the compiler and in some stdlib modules | Araq | 2019-07-18 | 1 | -2/+2 |
* | fixes #11683 | Araq | 2019-07-10 | 1 | -5/+6 |
* | fixes #8316 (#11673) | Andreas Rumpf | 2019-07-06 | 1 | -7/+15 |
* | fix complex typdesc iterators | Jasper Jenkins | 2019-05-08 | 1 | -0/+1 |
* | Replace countup(x, y) with x .. y | Clyybber | 2019-05-07 | 1 | -3/+3 |
* | Replace countup(x, y-1) with x ..< y | Clyybber | 2019-05-07 | 1 | -9/+9 |
* | fixes #11050 | Araq | 2019-04-17 | 1 | -0/+2 |
* | dfa.nim: track object/tuple field accesses more precisely; sink(o.x); sink(o.... | Araq | 2019-04-16 | 1 | -2/+2 |
* | make strscans module work with --newruntime | Andreas Rumpf | 2019-04-14 | 1 | -1/+1 |
* | make parseopt compile with --newruntime | Araq | 2019-04-10 | 1 | -1/+5 |
* | destructors: we are cooking now | Araq | 2019-04-06 | 1 | -0/+2 |
* | more destructor based changes (#10885) | Andreas Rumpf | 2019-03-23 | 1 | -1/+1 |
* | fixes #10807 (#10814) | cooldome | 2019-03-12 | 1 | -0/+4 |