| Age | Commit message (Expand) | Author | Lines |
| 2023-11-22 | rustc_lint: remove superfluous assertion | Tamir Duberstein | -1/+0 |
| 2023-11-22 | Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin | bors | -16/+5 |
| 2023-11-22 | Auto merge of #112380 - jieyouxu:useless-bindings-lint, r=WaffleLapkin | bors | -0/+82 |
| 2023-11-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -16/+5 |
| 2023-11-22 | Auto merge of #118125 - nnethercote:custom_encodable, r=compiler-errors | bors | -1/+0 |
| 2023-11-22 | Replace `custom_encodable` with `encodable`. | Nicholas Nethercote | -1/+0 |
| 2023-11-22 | Auto merge of #118071 - Urgau:check-cfg-cargo-feature, r=petrochenkov | bors | -0/+2 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -73/+73 |
| 2023-11-21 | Improve diagnostic for unexpected feature config name from Cargo | Urgau | -0/+2 |
| 2023-11-21 | Rollup merge of #117522 - Urgau:check-cfg-cli-own-lint, r=petrochenkov | Nilstrieb | -41/+0 |
| 2023-11-20 | Bump future release warning mode | Michael Goulet | -1/+1 |
| 2023-11-20 | Don't consider regions in deref_into_dyn_supertrait lint | Michael Goulet | -5/+11 |
| 2023-11-20 | Add allow-by-default lint for unit bindings | 许杰友 Jieyou Xu (Joe) | -0/+82 |
| 2023-11-18 | catch pinned `must_use` types in `unused_must_use` | Max Niederman | -0/+18 |
| 2023-11-18 | Remove --check-cfg checking of --cfg args | Urgau | -41/+0 |
| 2023-11-17 | Rollup merge of #117549 - DaniPopes:more-copied, r=b-naber | Matthias Krüger | -1/+1 |
| 2023-11-17 | rename bound region instantiation | lcnr | -5/+5 |
| 2023-11-17 | Move `lint_store` from `GlobalCtxt` to `Session`. | Nicholas Nethercote | -9/+15 |
| 2023-11-17 | Remove dead lint code. | Nicholas Nethercote | -33/+5 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -2/+2 |
| 2023-11-15 | Auto merge of #117908 - lcnr:region-kind-rename, r=BoxyUwU | bors | -2/+2 |
| 2023-11-14 | Fix some typos | cui fliter | -1/+1 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -2/+2 |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -11/+9 |
| 2023-11-03 | compiler: use `copied` instead of manual `map` | DaniPopes | -1/+1 |
| 2023-10-30 | Fix missing leading space in suggestion | Gurinder Singh | -1/+1 |
| 2023-10-21 | Make `ty::print::Printer` take `&mut self` instead of `self` | Nilstrieb | -34/+33 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -3/+3 |
| 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 | -20/+7 |
| 2023-10-16 | basic lint v2 implemented | Arthur Lafrance | -41/+52 |
| 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 | Rollup merge of #116679 - estebank:rewrap-unwrap, r=oli-obk | 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 |