summary refs log tree commit diff stats
path: root/compiler/writetracking.nim
Commit message (Expand)AuthorAgeFilesLines
* guards.nim does compileAndreas Rumpf2018-05-111-6/+6
* introduce nkTupleConstr AST node for unary tuple construction; breaking changeAndreas Rumpf2018-04-131-2/+2
* deprecated unary '<'Andreas Rumpf2017-10-291-1/+1
* first implementation of the 'func' keywordAndreas Rumpf2017-09-231-0/+2
* make the Nim compiler compile as C++Araq2016-12-101-2/+4
* fixes typoAraq2015-09-091-1/+1
* optimized writetrackingAraq2015-09-031-139/+149
* 'var T' doesn't imply escapingAraq2015-09-021-1/+1
* write tracking: leaner code; minor bug fixes (still unusable)Araq2015-08-311-85/+61
* first implementation of write tracking and escape analysis; still disabledAraq2015-08-311-0/+286