| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-01 | Add `if let` test case | Krishna Veera Reddy | -1/+11 | |
| 2019-12-31 | Prevent `replace_consts` lint within match patterns | Krishna Veera Reddy | -0/+6 | |
| Currently `replace_consts` lint applies within match patterns but the suggestion is incorrect as function calls are disallowed in them. To fix this we prevent the lint from firing within patterns. | ||||
| 2019-07-06 | Update rustfix tests | Lzu Tao | -5/+0 | |
| 2019-01-28 | Atomics constants are now handled by the deprecation lint | Oliver Scherer | -12/+0 | |
| 2019-01-13 | Add run-rustfix to replace_const test | Wilco Kusee | -0/+100 | |
