Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-28 | enhance `assignments` (#3612) | Alex Lam S.L | |
2019-05-30 | fix corner case in `assignments` (#3430) | Alex Lam S.L | |
fixes #3429 | |||
2019-05-29 | enhance `assignments` & `unused` (#3428) | Alex Lam S.L | |
closes #3427 | |||
2019-05-12 | fix corner case in `assignments` (#3407) | Alex Lam S.L | |
fixes #3406 | |||
2019-05-11 | fix corner case in `functions` (#3403) | Alex Lam S.L | |
fixes #3402 | |||
2019-04-24 | fix corner case in `assignments` (#3376) | Alex Lam S.L | |
fixes #3375 | |||
2019-03-18 | introduce `assignments` (#3345) | Alex Lam S.L | |
2016-08-30 | implement optimization: (x = 2 * x) ---> (x *= 2) | kzc | |