| Age | Commit message (Expand) | Author | Lines |
| 2023-11-04 | fallback for `construct_generic_bound_failure` | bohan | -8/+12 |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -2/+2 |
| 2023-11-02 | Don't check for alias bounds in liveness when aliases have escaping bound vars | Michael Goulet | -1/+9 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -2/+2 |
| 2023-10-30 | Rollup merge of #117132 - estebank:issue-80194, r=petrochenkov | Guillaume Gomez | -1/+63 |
| 2023-10-29 | On object safety error, mention new enum as alternative | Esteban Küber | -1/+63 |
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -3/+5 |
| 2023-10-29 | Auto merge of #116733 - compiler-errors:alias-liveness-but-this-time-sound, r... | bors | -0/+124 |
| 2023-10-27 | Account for type param from other item in `note_and_explain` | Esteban Küber | -43/+61 |
| 2023-10-26 | Restrict param constraint suggestion | Esteban Küber | -4/+7 |
| 2023-10-25 | Refactor away the need for some `descr` methods. | Oli Scherer | -10/+11 |
| 2023-10-24 | Get rid of 'tcx on ConstVid, EffectVid | Michael Goulet | -66/+78 |
| 2023-10-24 | Rollup merge of #117091 - compiler-errors:debug, r=lcnr | Matthias Krüger | -1/+3 |
| 2023-10-23 | Auto merge of #117103 - matthiaskrgr:rollup-96zuuom, r=matthiaskrgr | bors | -41/+51 |
| 2023-10-23 | Rollup merge of #116859 - Nilstrieb:more-more-funny-pretty-printers, r=oli-obk | Matthias Krüger | -41/+51 |
| 2023-10-23 | Remove redundant type parameter | Michael Goulet | -1/+3 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -1/+0 |
| 2023-10-21 | Rollup merge of #106601 - estebank:match-semi, r=cjgillot | Matthias Krüger | -0/+13 |
| 2023-10-21 | Make `ty::print::Printer` take `&mut self` instead of `self` | Nilstrieb | -41/+51 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -16/+16 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -11/+11 |
| 2023-10-19 | Auto merge of #116874 - compiler-errors:elaborator-nits, r=wesleywiser | bors | -34/+29 |
| 2023-10-19 | Rollup merge of #116908 - estebank:issue-78206, r=compiler-errors | León Orell Valerian Liehr | -4/+19 |
| 2023-10-18 | Tweak wording of type errors involving type params | Esteban Küber | -4/+19 |
| 2023-10-18 | Don't ICE when encountering unresolved regions in fully_resolve | Michael Goulet | -7/+20 |
| 2023-10-18 | Auto merge of #116885 - aliemjay:rollup-plbeppt, r=aliemjay | bors | -63/+59 |
| 2023-10-18 | Rollup merge of #116879 - aliemjay:revert-opaque-bubble, r=oli-obk | Ali MJ Al-Nasrawy | -19/+1 |
| 2023-10-18 | revert rust-lang/rust#114586 | Ali MJ Al-Nasrawy | -19/+1 |
| 2023-10-18 | Make sure that non-pretty-printing usages are using the correct elaborator | Michael Goulet | -2/+2 |
| 2023-10-18 | Simplify transitive_bounds_that_define_assoc_item | Michael Goulet | -33/+28 |
| 2023-10-17 | Suggest constraining assoc types in more cases | Esteban Küber | -44/+58 |
| 2023-10-17 | Remove `Print::Error` | Nilstrieb | -2/+2 |
| 2023-10-17 | Remove `Printer::Error` | Nilstrieb | -24/+20 |
| 2023-10-17 | Remove `Print::Output` | Nilstrieb | -2/+2 |
| 2023-10-17 | Remove "subprinter" types from `Printer` | Nilstrieb | -25/+24 |
| 2023-10-17 | Use a visitor that could be reused by opaque type capture check later | Michael Goulet | -0/+124 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -168/+252 |
| 2023-10-11 | Suggest `;` after bare `match` expression E0308 | Esteban Küber | -0/+13 |
| 2023-10-11 | Rollup merge of #116219 - compiler-errors:relate-alias-ty-with-variance, r=lcnr | Matthias Krüger | -2/+2 |
| 2023-10-11 | Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease | bors | -0/+3 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+3 |
| 2023-10-08 | remove trailing dots | Ali MJ Al-Nasrawy | -1/+1 |
| 2023-10-08 | always show and explain sub region | Ali MJ Al-Nasrawy | -37/+23 |
| 2023-10-08 | improve the suggestion of generic_bound_failure | Ali MJ Al-Nasrawy | -299/+201 |
| 2023-10-06 | Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiser | bors | -1/+1 |
| 2023-10-04 | Point to where missing return type should go | Michael Goulet | -5/+5 |
| 2023-10-04 | Make it clear that args default to being related invariantly | Michael Goulet | -2/+2 |
| 2023-10-04 | Show suggestion for `<SelfTy as Trait>::assoc_fn` in more cases and fmt code | Esteban Küber | -1/+1 |
| 2023-10-03 | Rollup merge of #116358 - compiler-errors:match, r=lcnr | Matthias Krüger | -8/+16 |
| 2023-10-03 | Rollup merge of #115863 - chenyukang:yukang-add-message-tidy-check, r=davidtwco | Matthias Krüger | -4/+0 |