| Age | Commit message (Expand) | Author | Lines |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -3/+3 |
| 2023-11-13 | update type flags | lcnr | -3/+3 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -5/+5 |
| 2023-11-04 | fix clippy author and failing test | Dinu Blanovschi | -4/+9 |
| 2023-11-04 | Warn when lint level is set on a match arm | Nadrieril | -1/+1 |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -94/+74 |
| 2023-11-02 | Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup | Philipp Krones | -3577/+4889 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -94/+74 |
| 2023-11-01 | Rename hook. | Camille GILLOT | -1/+1 |
| 2023-11-01 | Stabilize C string literals | John Millikin | -26/+22 |
| 2023-10-29 | Rename Since -> StableSince in preparation for a DeprecatedSince | David Tolnay | -4/+4 |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -3/+3 |
| 2023-10-27 | Add gen blocks to ast and do some broken ast lowering | Oli Scherer | -3/+3 |
| 2023-10-26 | Parse rustc version at compile time | David Tolnay | -15/+8 |
| 2023-10-26 | Auto merge of #117148 - dtolnay:sinceversion, r=cjgillot | bors | -12/+18 |
| 2023-10-26 | Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiser | bors | -3/+5 |
| 2023-10-25 | Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errors | Matthias Krüger | -10/+10 |
| 2023-10-25 | Stop telling people to submit bugs for internal feature ICEs | Nilstrieb | -3/+5 |
| 2023-10-25 | Rename `AsyncCoroutineKind` to `CoroutineSource` | Oli Scherer | -10/+10 |
| 2023-10-25 | Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua... | Oli Scherer | -2/+12 |
| 2023-10-24 | Expose a non-Symbol way to access current rustc version string | David Tolnay | -4/+3 |
| 2023-10-24 | Handle structured stable attribute 'since' version in clippy | David Tolnay | -12/+19 |
| 2023-10-24 | Auto merge of #116773 - dtolnay:validatestable, r=compiler-errors | bors | -2/+2 |
| 2023-10-23 | Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkov | bors | -0/+2 |
| 2023-10-23 | Fix stable feature names in tests | David Tolnay | -2/+2 |
| 2023-10-23 | Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillot | bors | -12/+2 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -0/+2 |
| 2023-10-21 | Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyup | Philipp Krones | -845/+2316 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -20/+20 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -20/+20 |
| 2023-10-20 | Avoid a `track_errors` by bubbling up most errors from `check_well_formed` | Oli Scherer | -12/+2 |
| 2023-10-19 | Auto merge of #115214 - Urgau:rfc-3127-trim-paths, r=compiler-errors | bors | -1/+1 |
| 2023-10-18 | Tweak wording of type errors involving type params | Esteban Küber | -1/+1 |
| 2023-10-18 | AliasTy::new instead of tcx method | lcnr | -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 | -16/+16 |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -24/+21 |
| 2023-10-12 | Rollup merge of #116625 - nnethercote:rustc_hir_pretty, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2023-10-10 | Rejig some top-level `rustc_hir_pretty` functions. | Nicholas Nethercote | -2/+2 |
| 2023-10-09 | Extend impl's def_span to include where clauses | Michael Goulet | -1/+1 |
| 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 | -768/+2637 |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -271/+191 |
| 2023-10-05 | Rename `Features::active_features`. | Nicholas Nethercote | -1/+1 |
| 2023-10-04 | Point to closure return instead of output if defaulted | Michael Goulet | -2/+2 |
| 2023-10-04 | Fix clippy | Michael Goulet | -18/+14 |
| 2023-10-05 | Fix typo in attrs.rs | Ikko Eltociear Ashimine | -2/+2 |
| 2023-10-04 | Auto merge of #116360 - compiler-errors:async-span, r=oli-obk | bors | -19/+22 |
| 2023-10-03 | Auto merge of #115025 - ouz-a:ouz_testing, r=lcnr | bors | -0/+1 |