summary refs log tree commit diff stats
path: root/compiler/varpartitions.nim
Commit message (Expand)AuthorAgeFilesLines
* IC: next steps (#16729)Andreas Rumpf2021-01-231-13/+13
* Nil type check implementation (#15287)Alexander Ivanov2020-12-291-1/+1
* Fix #15909 (#15914)Fanael Linithien2020-11-121-0/+1
* Fix 15629 (#15888)cooldome2020-11-091-10/+13
* fix #15756 (#15761)cooldome2020-10-281-1/+1
* ensure the Nim compiler works with --experimental:strictFuncs --experimental:...Andreas Rumpf2020-10-261-1/+8
* fixes #15508 (#15509)Andreas Rumpf2020-10-071-6/+13
* implements https://github.com/nim-lang/RFCs/issues/258 (#15503)Andreas Rumpf2020-10-061-3/+2
* views: yet another bugfix (#15447)Andreas Rumpf2020-10-011-4/+22
* refactoring, fixes yet another strictFuncs regression (#15446)Andreas Rumpf2020-10-011-7/+13
* better support for view types (#15436)Andreas Rumpf2020-09-301-8/+46
* spec for view types (#15424)Andreas Rumpf2020-09-291-21/+175
* cursor inference: makes combparser work; refactorings (#15411)Andreas Rumpf2020-09-261-68/+71
* more precise borrow checking of 'result' (#15406)Andreas Rumpf2020-09-241-2/+7
* fixes #15361 (#15401)Andreas Rumpf2020-09-241-36/+131
* arc: =deepcopy fixesAraq2020-09-201-1/+0
* fixes #15325 (#15340)Andreas Rumpf2020-09-161-2/+11
* fixes #15147 (#15315)Andreas Rumpf2020-09-121-1/+1
* borrow checking refinements (#15290)Andreas Rumpf2020-09-091-2/+18
* borrow checking (#15282)Andreas Rumpf2020-09-091-18/+18
* strict funcs: use control flow information for a more precise analysis (#15271)Andreas Rumpf2020-09-061-20/+79
* fixes system.add for strict funcs (#15259)Andreas Rumpf2020-09-031-1/+1
* better strict funcs, WIP (#15199)Andreas Rumpf2020-08-181-5/+21
* fixes a collect() bug reported on the forum (#15156) [backport:1.2]Andreas Rumpf2020-08-041-1/+1
* fixes #15130 (#15141)Andreas Rumpf2020-08-011-1/+5
* fixes #15111 (#15136)Andreas Rumpf2020-08-011-0/+2
* cursor and mutation tracking fixes (#15113)Andreas Rumpf2020-07-301-56/+239
* strict func: much better error messages (#15068)Andreas Rumpf2020-07-251-33/+73
* writing to a location counts as "side effect"; implements https://github.com/...Andreas Rumpf2020-07-251-0/+243