Age | Commit message (Expand) | Author |
---|---|---|
2020-10-02 | enhance `if_return` (#4164) | Alex Lam S.L |
2020-09-10 | enhance `if_return` (#4097) | Alex Lam S.L |
2020-05-11 | enhance `if_return` (#3875) | Alex Lam S.L |
2019-11-19 | fix corner case in `if_return` (#3601)...fixes #3600 | Alex Lam S.L |
2018-08-21 | enhance `if_return` (#3232) | Alex Lam S.L |
2018-07-01 | fix corner case in `unused` | alexlamsl |
2018-02-28 | migrate safe transformations out of `unsafe_comps` (#2962)...fixes #2959 | Alex Lam S.L |
2018-01-05 | improve `if_return` (#2727) | Alex Lam S.L |
2018-01-02 | enhance `if_return` (#2703) | Alex Lam S.L |
2017-05-29 | better fix for #512 & #2010 (#2019)...- remove duplicated functionalities - fix similar issue with `else` | Alex Lam S.L |
2017-05-20 | enhance `if_return` to handle `return void...` (#1977)...fixes #512 | Alex Lam S.L |
2017-02-18 | Improve optimizing `function() { if(c){return foo} bar();}`...closes #1437 | Anthony Van de Gejuchte |
2016-05-24 | Optimize if_return for single if/return cases....Fixes #1089 | kzc |