| Age | Commit message (Expand) | Author | Lines |
| 2024-01-10 | Simplify some redundant names | Michael Goulet | -3/+3 |
| 2023-12-29 | Auto merge of #119392 - compiler-errors:args-parts, r=Nilstrieb | bors | -58/+48 |
| 2023-12-28 | make ClosureArgsParts not generic | Michael Goulet | -58/+48 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -6/+5 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -2/+2 |
| 2023-12-15 | Rollup merge of #118888 - compiler-errors:uplift-more-things, r=jackh726 | Matthias Krüger | -8/+12 |
| 2023-12-15 | Change `msg: impl Into<String>` for bug diagnostics. | Nicholas Nethercote | -2/+4 |
| 2023-12-14 | Move special methods from ClosureKind back into rustc | Michael Goulet | -0/+9 |
| 2023-12-12 | Uplift TypeAndMut | Michael Goulet | -8/+3 |
| 2023-12-08 | Feedback | Michael Goulet | -2/+2 |
| 2023-12-08 | Uplift canonicalizer into new trait solver crate | Michael Goulet | -1/+9 |
| 2023-12-06 | Yeet PolyGenSig | Michael Goulet | -12/+0 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -6/+6 |
| 2023-11-22 | Replace `no_ord_impl` with `orderable`. | Nicholas Nethercote | -0/+1 |
| 2023-11-22 | Replace `custom_encodable` with `encodable`. | Nicholas Nethercote | -0/+1 |
| 2023-11-22 | Auto merge of #117582 - compiler-errors:uplift-canonical-var, r=jackh726 | bors | -6/+1 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -4/+4 |
| 2023-11-21 | Uplift BoundVar | Michael Goulet | -6/+1 |
| 2023-11-20 | Uplift InferConst to rustc_type_ir | Michael Goulet | -18/+0 |
| 2023-11-17 | Auto merge of #117944 - lcnr:region-refactor-uwu, r=BoxyUwU | bors | -1/+1 |
| 2023-11-17 | Auto merge of #117278 - lcnr:try-normalize-ty, r=compiler-errors | bors | -0/+22 |
| 2023-11-17 | rename bound region instantiation | lcnr | -1/+1 |
| 2023-11-14 | review + fix CI | lcnr | -1/+1 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -26/+32 |
| 2023-11-13 | update type flags | lcnr | -1/+1 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -9/+9 |
| 2023-11-09 | rework alias-relate to `norm(lhs) == norm(rhs)` | lcnr | -0/+22 |
| 2023-10-25 | Auto merge of #116993 - compiler-errors:clause-kind, r=jackh726 | bors | -0/+4 |
| 2023-10-24 | Get rid of 'tcx on ConstVid, EffectVid | Michael Goulet | -19/+14 |
| 2023-10-23 | Remove redundant type parameter | Michael Goulet | -2/+2 |
| 2023-10-23 | Naming nits | Michael Goulet | -2/+2 |
| 2023-10-20 | Uplift ClauseKind and PredicateKind | Michael Goulet | -0/+4 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -41/+41 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -36/+36 |
| 2023-10-20 | Adjust imports | Michael Goulet | -1/+1 |
| 2023-10-18 | AliasTy::new instead of tcx method | lcnr | -7/+19 |
| 2023-10-15 | Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb | bors | -1/+6 |
| 2023-10-14 | Fix a spot I wrote the wrong word | Scott McMurray | -1/+1 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -1/+6 |
| 2023-09-29 | a small wf and clause cleanup | lcnr | -1/+1 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -2/+2 |
| 2023-09-24 | Remove span from BrAnon. | Camille GILLOT | -3/+3 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -15/+3 |
| 2023-09-22 | Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk | bors | -1/+1 |
| 2023-09-22 | Add note to is_known_rigid | Michael Goulet | -0/+5 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -1/+1 |
| 2023-09-20 | remove `impl<'tcx> ToPredicate<'tcx, Clause<'tcx>> for PolyProjectionPredicat... | Ziru Niu | -1/+1 |
| 2023-09-19 | Don't resolve generic instances if they may be shadowed by dyn | Michael Goulet | -0/+27 |
| 2023-09-18 | Remove unused `Lift` derives. | Nicholas Nethercote | -2/+2 |
| 2023-09-12 | Auto merge of #115699 - RalfJung:interpret-abi-compat, r=oli-obk | bors | -1/+3 |