| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-07-19 | rustup https://github.com/rust-lang/rust/pull/62764 | Matthias Krüger | -1/+1 | |
| (was merged as part of https://github.com/rust-lang/rust/pull/62782 ) | ||||
| 2019-01-08 | Remove all copyright license headers | Philipp Hansch | -9/+9 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2018-12-28 | Update *.stderr files | flip1995 | -61/+61 | |
| 2018-12-10 | update test stderr | Matthias Krüger | -53/+59 | |
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -53/+53 | |
| 2018-08-29 | Adapt the *.stderr files of the ui-tests to the tool_lints | flip1995 | -2/+2 | |
| 2018-03-29 | Address review comments | Oliver Schneider | -1/+1 | |
| 2018-01-17 | Update changed ui tests | Oliver Schneider | -0/+2 | |
| 2017-12-07 | Update ui tests to latest rustc changes | Oliver Schneider | -7/+9 | |
| 2017-11-05 | Refactor the never-loop detection, fixes #1991. | laurent | -0/+8 | |
| 2017-10-08 | fix never_loop | Cameron Steffen | -0/+12 | |
| 2017-10-03 | Reduce the hackiness of cargo-clippy | Oliver Schneider | -2/+0 | |
| 2017-09-14 | Update a test | Seiichi Uchida | -13/+1 | |
| 2017-09-14 | Remove '\t' from .stderr | topecongiro | -13/+13 | |
| to make cargo test pass | ||||
| 2017-08-01 | Move all our tests back to ui tests | Oliver Schneider | -0/+84 | |
| 2017-05-17 | Make most tests an `example` so we can run them one by one | Oliver Schneider | -38/+0 | |
| 2017-04-23 | Update tests to new format of multiline errors | mcarton | -9/+6 | |
| 2017-02-17 | New never loop lint | Andre Bogus | -0/+41 | |
| This lint detects loops that unconditionally break or return. Closes #257 | ||||
