Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -10/+10 |
| | |||||
* | Remove parentheses when inverting `!(cond)` | Jesse Bakker | 2020-12-21 | 1 | -0/+9 |
| | |||||
* | Parenthesize composite if condition before inverting in invert-if assist | Jesse Bakker | 2020-12-15 | 1 | -0/+9 |
| | |||||
* | Kill RAW_ literals | Aleksey Kladov | 2020-11-06 | 1 | -1/+1 |
| | | | | | Syntactically, they are indistinguishable from non-raw versions, so it doesn't make sense to separate then *at the syntax* level. | ||||
* | Microoptimize | Aleksey Kladov | 2020-09-28 | 1 | -6/+7 |
| | |||||
* | Invert if should be smart about is_some, is_none, is_ok, is_err | dragfire | 2020-08-24 | 1 | -0/+18 |
| | |||||
* | Rename ra_assists -> assists | Aleksey Kladov | 2020-08-13 | 1 | -0/+109 |