| Age | Commit message (Expand) | Author | Lines |
| 2023-12-08 | coro_kind -> coroutine_kind | Michael Goulet | -1/+1 |
| 2023-12-08 | Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors | bors | -2/+6 |
| 2023-12-06 | Drop clippy::vtable_address_comparisons | Urgau | -67/+3 |
| 2023-12-04 | Fix build | Eric Holk | -1/+1 |
| 2023-12-04 | Update doctest | Eric Holk | -2/+2 |
| 2023-12-04 | Remove bad merge | Eric Holk | -199/+0 |
| 2023-12-04 | Option<CoroutineKind> | Eric Holk | -1/+1 |
| 2023-12-04 | Merge Async and Gen into CoroutineKind | Eric Holk | -0/+199 |
| 2023-12-03 | Parse a pattern with no arm | Nadrieril | -2/+6 |
| 2023-12-01 | Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync | Philipp Krones | -850/+1500 |
| 2023-11-29 | Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors | Matthias Krüger | -2/+6 |
| 2023-11-29 | Add `never_patterns` feature gate | Nadrieril | -2/+6 |
| 2023-11-28 | Rework `ast::BinOpKind::to_string` and `ast::UnOp::to_string`. | Nicholas Nethercote | -9/+9 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -28/+28 |
| 2023-11-26 | Auto merge of #118250 - petrochenkov:optdefkind, r=compiler-errors | bors | -3/+2 |
| 2023-11-25 | Appease the clippy | Michael Goulet | -3/+3 |
| 2023-11-25 | rustc: Make `def_kind` mandatory for all `DefId`s | Vadim Petrochenkov | -3/+2 |
| 2023-11-22 | Update itertools to 0.11. | Nicholas Nethercote | -1/+1 |
| 2023-11-19 | Don't sort `span_suggestions`, leave that to caller | Esteban Küber | -1/+2 |
| 2023-11-17 | rename bound region instantiation | lcnr | -18/+18 |
| 2023-11-16 | Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup | Philipp Krones | -9724/+8706 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -3/+3 |
| 2023-11-13 | update type flags | lcnr | -1/+1 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -4/+4 |
| 2023-11-04 | fix clippy author and failing test | Dinu Blanovschi | -2/+7 |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -92/+72 |
| 2023-11-02 | Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup | Philipp Krones | -3522/+3067 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -92/+72 |
| 2023-10-27 | Add gen blocks to ast and do some broken ast lowering | Oli Scherer | -1/+1 |
| 2023-10-25 | Rename `AsyncCoroutineKind` to `CoroutineSource` | Oli Scherer | -10/+10 |
| 2023-10-21 | Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyup | Philipp Krones | -410/+756 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -16/+16 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -19/+19 |
| 2023-10-19 | Auto merge of #115214 - Urgau:rfc-3127-trim-paths, r=compiler-errors | bors | -1/+1 |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Fix building tools (rustdoc, clippy, ...) | Urgau | -1/+1 |
| 2023-10-16 | fix lint failures in clippy | Arthur Lafrance | -15/+15 |
| 2023-10-10 | Rejig some top-level `rustc_hir_pretty` functions. | Nicholas Nethercote | -2/+2 |
| 2023-10-07 | Auto merge of #116437 - nnethercote:rustc_features, r=Nilstrieb | bors | -1/+1 |
| 2023-10-06 | Rollup merge of #116423 - eltociear:patch-22, r=flip1995 | Matthias Krüger | -2/+2 |
| 2023-10-06 | Merge commit 'b105fb4c39bc1a010807a6c076193cef8d93c109' into clippyup | Philipp Krones | -166/+696 |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -213/+183 |
| 2023-10-05 | Rename `Features::active_features`. | Nicholas Nethercote | -1/+1 |
| 2023-10-04 | Fix clippy | Michael Goulet | -6/+2 |
| 2023-10-05 | Fix typo in attrs.rs | Ikko Eltociear Ashimine | -2/+2 |
| 2023-10-01 | Auto merge of #115670 - Zoxc:outline-panic-macro-1, r=Mark-Simulacrum | bors | -4/+19 |
| 2023-09-29 | Rollup merge of #116245 - flip1995:clippy-backport, r=Manishearth | Matthias Krüger | -1/+1 |
| 2023-09-28 | Remove `rustc_lint_defs::lint_array` | DaniPopes | -2/+2 |
| 2023-09-28 | Move needless_raw_string_hashes to pedantic | Alex Macleod | -1/+1 |
| 2023-09-27 | Auto merge of #116163 - compiler-errors:lazyness, r=oli-obk | bors | -1/+1 |
| 2023-09-26 | Auto merge of #116144 - lcnr:subst-less, r=oli-obk | bors | -2/+2 |