Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-01 | fix corner case in `unused` | alexlamsl | |
2017-12-01 | convert to number under boolean context (#2545) | Alex Lam S.L | |
2015-02-11 | Fix invalid removal of left side in && and || compression | Richard van Velzen | |
See #637. This does not produce the optimal result, but it does prevent the removal of non-side-effect-free code. |