| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-03-17 | Don't re-export clippy_utils::* | Cameron Steffen | -1/+1 | |
| 2021-03-15 | Don't re-export clippy_utils::diagnostics::* | Cameron Steffen | -1/+2 | |
| 2021-03-01 | Add version = "Two" to rustfmt.toml | Cameron Steffen | -5/+1 | |
| Ignore UI tests since this change makes rustfmt less friendly with UI test comments. | ||||
| 2020-10-17 | Assert macro args extractor as a common function in higher | ThibsG | -55/+11 | |
| 2020-09-04 | `ty.kind` -> `ty.kind()` in rustdoc and clippy | LeSeulArtichaut | -1/+1 | |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -1/+1 | |
| 2020-07-03 | Use 'tcx for references to AccessLevels wherever possible. | Eduard-Mihai Burtescu | -5/+5 | |
| 2020-06-26 | rustc_lint: only query `typeck_tables_of` when a lint needs it. | Eduard-Mihai Burtescu | -1/+1 | |
| 2020-04-08 | Move cognitive_complexity to nursery | David Tolnay | -1/+0 | |
| 2020-03-30 | rustup https://github.com/rust-lang/rust/pull/70536 | Matthias Krüger | -2/+2 | |
| 2020-03-25 | Remove dependency on `matches` crate | Philipp Hansch | -1/+0 | |
| The std equivalent works exactly the same. | ||||
| 2020-03-16 | rustup https://github.com/rust-lang/rust/pull/68944 | Matthias Krüger | -2/+2 | |
| 2020-01-31 | Move debug_assertions_with_mut_call to nursery | flip1995 | -1/+1 | |
| 2020-01-31 | Don't trigger `debug_assert_with_mut_call` on `.await` | flip1995 | -1/+3 | |
| 2020-01-31 | Small refactor of mutable_debug_assertions | flip1995 | -24/+24 | |
| 2020-01-13 | Rustup to rust-lang/rust#68045 | Yuki Okushi | -1/+1 | |
| 2020-01-11 | Rustup to rust-lang/rust#67806 | Yuki Okushi | -3/+3 | |
| 2020-01-09 | Rustup to rust-lang/rust#67979 | Yuki Okushi | -2/+5 | |
| 2020-01-07 | Rustup to rust-lang/rust#67886 | Yuki Okushi | -1/+1 | |
| 2019-12-31 | Rustup to rust-lang/rust#67707 | Yuki Okushi | -1/+1 | |
| 2019-12-27 | Rustup to rust-lang/rust#66936 | Yuki Okushi | -3/+3 | |
| 2019-12-21 | rustup "Merge `ast::Mutability` and `mir::Mutability`" | Lzu Tao | -2/+2 | |
| 2019-12-04 | Rustup to rust-lang/rust#66878 | Matthias Krüger | -1/+2 | |
| 2019-11-27 | Add BorrowKind::Ref | Manish Goregaokar | -4/+4 | |
| 2019-11-25 | Rustup to rust-lang/rust#66671 | flip1995 | -3/+3 | |
| 2019-11-11 | MutImmutable -> Immutable, MutMutable -> Mutable, CaptureClause -> CaptureBy | Manish Goregaokar | -2/+2 | |
| 2019-10-22 | Add lint for debug_assert_with_mut_call | Marcel Hellwig | -0/+155 | |
| This lint will complain when you put a mutable function/method call inside a `debug_assert` macro, because it will not be executed in release mode, therefore it will change the execution flow, which is not wanted. | ||||
