| Age | Commit message (Expand) | Author | Lines |
| 2023-11-22 | Rollup merge of #118147 - Nilstrieb:no-redundant-casts, r=WaffleLapkin | Michael Goulet | -11/+7 |
| 2023-11-22 | Replace `no_ord_impl` with `orderable`. | Nicholas Nethercote | -0/+2 |
| 2023-11-21 | Fix some unnecessary casts | Nilstrieb | -11/+7 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -25/+25 |
| 2023-11-21 | Restore closure-kind error messages | Michael Goulet | -2/+4 |
| 2023-11-21 | Remove ClosureKind predicate kind | Michael Goulet | -3/+0 |
| 2023-11-20 | Don't require intercrate mode for negative coherence | Michael Goulet | -2/+9 |
| 2023-11-19 | Make regionck care about placeholders in outlives components | Michael Goulet | -8/+46 |
| 2023-11-17 | Rollup merge of #117549 - DaniPopes:more-copied, r=b-naber | Matthias Krüger | -1/+1 |
| 2023-11-17 | replace unnecessary folder impls with fold_region | lcnr | -1/+1 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -2/+5 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -3/+3 |
| 2023-11-14 | review + fix CI | lcnr | -2/+2 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -54/+61 |
| 2023-11-14 | Auto merge of #117773 - nnethercote:rm-Zperf-stats, r=wesleywiser | bors | -7/+0 |
| 2023-11-13 | continue renaming | lcnr | -14/+14 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -32/+35 |
| 2023-11-13 | Remove `-Zperf-stats`. | Nicholas Nethercote | -7/+0 |
| 2023-11-04 | fallback for `construct_generic_bound_failure` | bohan | -8/+12 |
| 2023-11-03 | compiler: use `copied` instead of manual `map` | DaniPopes | -1/+1 |
| 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-29 | On object safety error, mention new enum as alternative | Esteban Küber | -1/+63 |
| 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 | -11/+11 |
| 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 |