Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-14 | fold `cascade` functionality into `collapse_vars` (#2586) | Alex Lam S.L | |
2017-03-05 | fixup for #1553 (#1555) | Alex Lam S.L | |
- `++a` is the one that is foldable - transform `a++` into `++a` for better optimisation | |||
2017-03-05 | collapse assignment with adjacent subsequent usage (#1553) | Alex Lam S.L | |
- consolidate `cascade` optimisations - support ++/-- postfixes - remove redundant optimisation identified in #1460 fixes #368 |