| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-07 | Update stderrs | Yuki Okushi | -27/+27 | |
| 2019-08-09 | Add more tests for raw string literal | Lzu Tao | -1/+19 | |
| 2019-08-09 | Fix lint_single_char_pattern on raw string literal | Lzu Tao | -1/+13 | |
| 2019-04-08 | Escape a single quote in single_char_pattern hint | Klemen Košir | -3/+15 | |
| 2019-01-31 | Rustup: unused trim result | Philipp Hansch | -20/+20 | |
| 2019-01-08 | Remove all copyright license headers | Philipp Hansch | -20/+20 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2019-01-04 | Add run-rustfix where it already passes | Philipp Hansch | -20/+20 | |
| 2018-12-28 | Update *.stderr files | flip1995 | -20/+20 | |
| 2018-12-14 | rustup rust-lang/rust#52994 | flip1995 | -6/+6 | |
| s/trim_left/trim_start/ s/trim_right/trim_end/ | ||||
| 2018-12-10 | update test stderr | Matthias Krüger | -40/+40 | |
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -44/+44 | |
| 2018-08-29 | Adapt the *.stderr files of the ui-tests to the tool_lints | flip1995 | -41/+41 | |
| 2018-08-03 | Fix single_char_pattern lint for escaped chars | flip1995 | -1/+7 | |
| 2018-07-31 | single_char_pattern: lint only on the argument span | flip1995 | -19/+25 | |
| 2018-03-02 | Fix single_char_pattern for \n, \t, etc. | Bruce Mitchener | -1/+7 | |
| Single characters that are escaped weren't being searched / replaced correctly in the hint string, so it was saying to replace, say, `"\n"` with `"\n"` rather than `'\n'`. | ||||
| 2018-01-17 | Update changed ui tests | Oliver Schneider | -0/+2 | |
| 2017-10-09 | move single_char_pattern tests | Cameron Steffen | -0/+104 | |
