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