| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-03 | Move `use_self_macro` into `crashes/auxiliary` | Yuki Okushi | -1/+16 | |
| 2020-01-02 | Add attribute | Yuki Okushi | -0/+2 | |
| 2019-12-31 | Rename test prefix | Yuki Okushi | -1/+1 | |
| 2019-12-31 | Move ICE tests to /crashes | Yuki Okushi | -0/+175 | |
| 2019-12-31 | Add regression test for #4968 | Yuki Okushi | -0/+18 | |
| 2019-11-08 | Put ice test auxiliary fix in right place | Michael Wright | -5/+1 | |
| 2019-11-08 | Merge branch 'master' into fix-4727 | Michael Wright | -0/+10 | |
| 2019-11-06 | Fix crash in `use-self` lint | Michael Wright | -0/+21 | |
| Fixes #4727 | ||||
| 2019-11-04 | Use correct TypeckTables when hashing bodies | HMPerson1 | -0/+10 | |
| 2019-10-03 | Test fixes | Shotaro Yamada | -1/+1 | |
| 2019-09-27 | Ignore impls derived from macros | James Wang | -0/+26 | |
| 2019-09-24 | Add a new lint for comparison chains | James Wang | -0/+1 | |
| 2019-05-23 | Rustup to https://github.com/rust-lang/rust/pull/60965 | Philipp Hansch | -1/+1 | |
| 2019-05-20 | Revert "Turn off two tests broken due to #4108" | Oliver Scherer | -3/+0 | |
| This reverts commit 568a3ecfc3eebe099c1ffe44c3d9afdc5d445fd2. | ||||
| 2019-05-18 | Turn off two tests broken due to #4108 | Oliver Scherer | -0/+3 | |
| 2019-04-10 | Auto merge of #3931 - phansch:3891, r=flip1995 | bors | -0/+13 | |
| Fix ICE in decimal_literal_representation lint Handling the integer parsing properly instead of just unwrapping. Note that the test is not catching the ICE because plain UI tests [currently hide ICEs][compiletest_issue]. Once that issue is fixed, this test would fail properly again. Fixes #3891 [compiletest_issue]: https://github.com/laumann/compiletest-rs/issues/169 | ||||
| 2019-04-08 | Fix ICE in decimal_literal_representation lint | Philipp Hansch | -0/+13 | |
| Handling the integer parsing properly instead of just unwrapping. Note that the test is not catching the ICE because plain UI tests [currently hide ICEs][compiletest_issue]. Once that issue is fixed, this test would fail properly again. [compiletest_issue]: https://github.com/laumann/compiletest-rs/issues/169 | ||||
| 2019-04-08 | Remove force-host and explain no-prefer-dynamic | Philipp Hansch | -1/+4 | |
| 2019-04-07 | Fix ICE in suspicious_else_formatting | Philipp Hansch | -0/+46 | |
| 2019-04-05 | Add missing `// run-pass` annotations to ICE tests | Philipp Hansch | -0/+60 | |
| compiletest UI tests do not fail when encountering panics and ICEs unless the `// run-pass` flag is used. (This was forgotten in https://github.com/rust-lang/rust-clippy/pull/3743) | ||||
| 2019-03-10 | Run rustfmt | flip1995 | -1/+0 | |
| 2019-03-10 | Various cosmetic improvements. | Alexander Regueiro | -5/+5 | |
| 2019-02-23 | Fix ICE #3747 | Martins Polakovs | -0/+17 | |
| [Martins Polakovs, John Firebaugh] | ||||
| 2019-02-06 | Move run-pass tests to UI tests | Philipp Hansch | -0/+522 | |
| This should give us more UI coverage for free. It also removes the `run-pass` suite, so we now only have the `ui` suite. | ||||
