| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-08-09 | Add more tests for raw string literal | Lzu Tao | -0/+3 | |
| 2019-08-09 | Fix lint_single_char_pattern on raw string literal | Lzu Tao | -0/+4 | |
| 2019-04-08 | Escape a single quote in single_char_pattern hint | Klemen Košir | -0/+2 | |
| 2019-01-31 | Rustup: unused trim result | Philipp Hansch | -0/+2 | |
| 2019-01-08 | Remove all copyright license headers | Philipp Hansch | -9/+0 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2019-01-04 | Add run-rustfix where it already passes | Philipp Hansch | -0/+2 | |
| 2018-12-14 | rustup rust-lang/rust#52994 | flip1995 | -2/+2 | |
| s/trim_left/trim_start/ s/trim_right/trim_end/ | ||||
| 2018-12-09 | rustfmt tests | Matthias Krüger | -3/+0 | |
| 2018-11-22 | rust-lang-nursery/rust-clippy => rust-lang/rust-clippy | Matthias Krüger | -1/+1 | |
| 2018-10-11 | Stabilize tool lints | Oliver Scherer | -1/+1 | |
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -0/+10 | |
| 2018-09-24 | Fix single_char_pattern crash (#3204) | Michael Wright | -0/+4 | |
| This commit fixes the crash by removing constant checking from the lint. Closes #3204. | ||||
| 2018-08-29 | Adapt ui-tests to the tool_lints | flip1995 | -1/+3 | |
| 2018-08-03 | Fix single_char_pattern lint for escaped chars | flip1995 | -0/+1 | |
| 2018-07-31 | single_char_pattern: lint only on the argument span | flip1995 | -0/+2 | |
| 2018-03-02 | Fix single_char_pattern for \n, \t, etc. | Bruce Mitchener | -0/+2 | |
| 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'`. | ||||
| 2017-10-09 | move single_char_pattern tests | Cameron Steffen | -0/+41 | |
