| Age | Commit message (Expand) | Author | Lines |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -11/+9 |
| 2023-10-30 | Rollup merge of #117395 - gurry:117380-wrong-parent-sugg, r=Nilstrieb | Guillaume Gomez | -1/+1 |
| 2023-10-30 | Fix missing leading space in suggestion | Gurinder Singh | -1/+1 |
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -12/+14 |
| 2023-10-21 | Make `ty::print::Printer` take `&mut self` instead of `self` | Nilstrieb | -34/+33 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -10/+10 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -12/+12 |
| 2023-10-20 | Adjust imports | Michael Goulet | -2/+2 |
| 2023-10-19 | Auto merge of #116874 - compiler-errors:elaborator-nits, r=wesleywiser | bors | -1/+2 |
| 2023-10-18 | Don't ICE when encountering unresolved regions in fully_resolve | Michael Goulet | -1/+0 |
| 2023-10-18 | Auto merge of #116885 - aliemjay:rollup-plbeppt, r=aliemjay | bors | -0/+5 |
| 2023-10-18 | Rollup merge of #116812 - rmehri01:missing_copy_implementations_non_exhaustiv... | Ali MJ Al-Nasrawy | -0/+5 |
| 2023-10-18 | Auto merge of #116815 - Nilstrieb:more-funny-pretty-printers, r=compiler-errors | bors | -34/+32 |
| 2023-10-18 | Make sure that non-pretty-printing usages are using the correct elaborator | Michael Goulet | -1/+2 |
| 2023-10-17 | Remove `Printer::Error` | Nilstrieb | -15/+13 |
| 2023-10-17 | Remove "subprinter" types from `Printer` | Nilstrieb | -31/+31 |
| 2023-10-17 | disable missing_copy_implementations lint on non_exhaustive types | Ryan Mehri | -0/+5 |
| 2023-10-16 | tweak pass description and fix lint fail post-rebase | Arthur Lafrance | -1/+1 |
| 2023-10-16 | debug Span::ctxt() call detection | Arthur Lafrance | -21/+8 |
| 2023-10-16 | basic lint v2 implemented | Arthur Lafrance | -41/+54 |
| 2023-10-16 | implement the basics of the lint static analysis | Arthur Lafrance | -0/+39 |
| 2023-10-16 | Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`. | Nicholas Nethercote | -3/+3 |
| 2023-10-15 | Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb | bors | -189/+270 |
| 2023-10-14 | Auto merge of #116727 - matthiaskrgr:rollup-3qqdrny, r=matthiaskrgr | bors | -1/+1 |
| 2023-10-14 | Rollup merge of #116679 - estebank:rewrap-unwrap, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-10-14 | Rollup merge of #116704 - compiler-errors:afit-lint-plus, r=tmandry | Matthias Krüger | -1/+1 |
| 2023-10-14 | Auto merge of #115822 - compiler-errors:stabilize-rpitit, r=jackh726 | bors | -3/+0 |
| 2023-10-14 | Auto merge of #115524 - RalfJung:misalign, r=wesleywiser | bors | -0/+5 |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -3/+0 |
| 2023-10-13 | Remove some unnecessary `unwrap`s | Esteban Küber | -1/+1 |
| 2023-10-13 | Fix AFIT lint message to mention pitfall | Michael Goulet | -1/+1 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -189/+270 |
| 2023-10-12 | check-cfg: only print the list of expected names once | Urgau | -1/+5 |
| 2023-10-12 | check-cfg: adjust expected names and values when useful | Urgau | -1/+12 |
| 2023-10-12 | Auto merge of #116628 - gurry:116293-dup-note.rs, r=petrochenkov | bors | -10/+4 |
| 2023-10-12 | Fix duplicate note on internal feature gate | Gurinder Singh | -10/+4 |
| 2023-10-11 | Auto merge of #116623 - Nadrieril:validate-range-endpoints, r=oli-obk | bors | -8/+9 |
| 2023-10-11 | Fix span of overflow lint for negated literals | Nadrieril | -8/+9 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+2 |
| 2023-10-06 | Rollup merge of #116421 - Urgau:inter-mut-invalid_ref_casting, r=oli-obk | Matthias Krüger | -11/+21 |
| 2023-10-05 | Auto merge of #116184 - compiler-errors:afit-lint, r=tmandry | bors | -0/+156 |
| 2023-10-04 | Apply suggestions from code review | Tyler Mandry | -2/+7 |
| 2023-10-04 | Clarify `invalid_reference_casting` lint around interior mutable types | Urgau | -11/+21 |
| 2023-10-03 | Rollup merge of #116379 - fmease:opaq-hid-inf-bnds-non-lt-bndrs, r=compiler-e... | Matthias Krüger | -7/+3 |
| 2023-10-03 | non_lifetime_binders: fix ICE in lint opaque-hidden-inferred-bound | León Orell Valerian Liehr | -7/+3 |
| 2023-10-03 | Address review nits | Michael Goulet | -8/+7 |
| 2023-10-03 | Only reachable traits | Michael Goulet | -0/+6 |
| 2023-10-03 | Fill in prose to describe the `async_fn_in_trait` lint | Travis Cross | -8/+68 |
| 2023-10-03 | Add async_fn_in_trait lint | Michael Goulet | -0/+86 |
| 2023-09-29 | Rollup merge of #116231 - DaniPopes:simpler-lint-array, r=Nilstrieb | Matthias Krüger | -7/+6 |