| Age | Commit message (Expand) | Author | Lines |
| 2023-10-18 | revert rust-lang/rust#114586 | Ali MJ Al-Nasrawy | -81/+18 |
| 2023-10-18 | Auto merge of #116713 - estebank:issue-116703, r=compiler-errors | bors | -46/+60 |
| 2023-10-18 | Auto merge of #116830 - nnethercote:rustc_type_ir, r=compiler-errors | bors | -128/+41 |
| 2023-10-18 | Remove `UnknownPartitionStrategy` error. | Nicholas Nethercote | -6/+0 |
| 2023-10-18 | Streamline `build_skip_move_check_fns`. | Nicholas Nethercote | -31/+10 |
| 2023-10-18 | Inline and remove `item_requires_monomorphization`. | Nicholas Nethercote | -7/+2 |
| 2023-10-18 | Remove empty `MirUsedCollector::visit_local`. | Nicholas Nethercote | -8/+0 |
| 2023-10-18 | Remove unneeded dependencies from `rustc_monomorphize`. | Nicholas Nethercote | -1/+0 |
| 2023-10-18 | Make sure that non-pretty-printing usages are using the correct elaborator | Michael Goulet | -10/+12 |
| 2023-10-18 | Simplify transitive_bounds_that_define_assoc_item | Michael Goulet | -33/+28 |
| 2023-10-18 | Don't compare host param by name | Michael Goulet | -11/+10 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -69/+184 |
| 2023-10-17 | Suggest constraining assoc types in more cases | Esteban Küber | -44/+58 |
| 2023-10-18 | Remove `#![feature(result_option_inspect)]` from the compiler | Slanterns | -3/+0 |
| 2023-10-17 | Unify suggestion wording | Esteban Küber | -45/+55 |
| 2023-10-17 | review comments + more tests | Esteban Küber | -8/+9 |
| 2023-10-17 | Properly account for self ty in method disambiguation suggestion | Esteban Küber | -3/+6 |
| 2023-10-17 | Use `YYYY-MM-DDTHH_MM_SS` as datetime format for ICE dump files | Esteban Küber | -3/+8 |
| 2023-10-17 | Rollup merge of #116827 - nnethercote:pub-handle_options, r=compiler-errors | Matthias Krüger | -1/+5 |
| 2023-10-17 | Rollup merge of #116787 - a-lafrance:span-internal-lint, r=oli-obk | Matthias Krüger | -5/+46 |
| 2023-10-17 | Rollup merge of #116719 - celinval:smir-mono, r=oli-obk | Matthias Krüger | -45/+310 |
| 2023-10-17 | Rollup merge of #116717 - estebank:issue-9082, r=oli-obk | Matthias Krüger | -1/+126 |
| 2023-10-17 | Rollup merge of #111072 - Urgau:check-cfg-new-syntax, r=petrochenkov | Matthias Krüger | -7/+133 |
| 2023-10-17 | Remove `Print::Error` | Nilstrieb | -32/+17 |
| 2023-10-17 | Remove `Printer::Error` | Nilstrieb | -194/+180 |
| 2023-10-17 | Remove `Print::Output` | Nilstrieb | -43/+27 |
| 2023-10-17 | Remove "subprinter" types from `Printer` | Nilstrieb | -200/+149 |
| 2023-10-17 | disable missing_copy_implementations lint on non_exhaustive types | Ryan Mehri | -0/+5 |
| 2023-10-17 | Auto merge of #116756 - fee1-dead-contrib:dupe-those-bounds, r=oli-obk | bors | -8/+98 |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopes | Urgau | -84/+330 |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Add unstable option and parsing | Urgau | -2/+57 |
| 2023-10-17 | Rewrite `Box<T>::try_fold_with`. | Nicholas Nethercote | -11/+3 |
| 2023-10-17 | Remove `IdFunctor` trait. | Nicholas Nethercote | -125/+48 |
| 2023-10-17 | Remove unused features from `rustc_data_structures`. | Nicholas Nethercote | -2/+0 |
| 2023-10-17 | Remove `rustc_symbol_mangling/messages.ftl`. | Nicholas Nethercote | -22/+26 |
| 2023-10-17 | Auto merge of #116822 - notriddle:notriddle/rust-logo, r=fmease | bors | -1/+51 |
| 2023-10-16 | tweak pass description and fix lint fail post-rebase | Arthur Lafrance | -2/+2 |
| 2023-10-16 | debug Span::ctxt() call detection | Arthur Lafrance | -25/+12 |
| 2023-10-17 | Auto merge of #116477 - nnethercote:tidy-alpha-deps, r=wesleywiser | bors | -26/+28 |
| 2023-10-16 | basic lint v2 implemented | Arthur Lafrance | -43/+56 |
| 2023-10-16 | implement the basics of the lint static analysis | Arthur Lafrance | -0/+41 |
| 2023-10-17 | Make `handle_options` public again. | Nicholas Nethercote | -1/+5 |
| 2023-10-17 | Use a visitor that could be reused by opaque type capture check later | Michael Goulet | -99/+137 |
| 2023-10-17 | Auto merge of #116826 - nnethercote:fix-116780-116797, r=compiler-errors | bors | -4/+4 |
| 2023-10-17 | Fix a performance regression in obligation deduplication. | Nicholas Nethercote | -4/+4 |
| 2023-10-16 | docs: add Rust logo to more compiler crates | Michael Howell | -1/+51 |
| 2023-10-16 | Rollup merge of #116811 - narpfel:unpretty-unicode-escape-in-format-string-li... | Guillaume Gomez | -2/+2 |
| 2023-10-16 | Rollup merge of #116805 - Nilstrieb:onunimplemented-std-core-alloc-whatever-w... | Guillaume Gomez | -4/+7 |
| 2023-10-16 | Rollup merge of #116800 - compiler-errors:rpitit-gat-outlives, r=jackh726 | Guillaume Gomez | -33/+27 |
| 2023-10-16 | Rollup merge of #116754 - Zalathar:spans, r=oli-obk | Guillaume Gomez | -128/+129 |