| Age | Commit message (Expand) | Author | Lines |
| 2024-03-12 | Fix WF for AsyncFnKindHelper in new trait solver | Michael Goulet | -2/+3 |
| 2024-03-11 | Rename `IntoDiagnosticArg` as `IntoDiagArg`. | Nicholas Nethercote | -8/+8 |
| 2024-03-09 | miri: do not apply aliasing restrictions to Box with custom allocator | Ralf Jung | -5/+2 |
| 2024-03-06 | Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ... | Matthias Krüger | -2/+2 |
| 2024-03-06 | Auto merge of #122045 - matthiaskrgr:rollup-5l3vpn7, r=matthiaskrgr | bors | -0/+21 |
| 2024-03-05 | Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult` | Jason Newcomb | -4/+4 |
| 2024-03-05 | only set noalias on Box with the global allocator | Ralf Jung | -0/+21 |
| 2024-03-05 | Change message type in bug functions. | Nicholas Nethercote | -2/+2 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -4/+2 |
| 2024-03-04 | Allow a way to add constructors for rustc_type_ir types | Michael Goulet | -1/+8 |
| 2024-03-01 | Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errors | bors | -0/+4 |
| 2024-02-29 | Overhaul how stashed diagnostics work, again. | Nicholas Nethercote | -2/+2 |
| 2024-02-28 | Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive` | Trevor Gross | -0/+4 |
| 2024-02-28 | Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`. | Nicholas Nethercote | -3/+3 |
| 2024-02-15 | Fix closure kind docs | Michael Goulet | -11/+26 |
| 2024-02-14 | Rollup merge of #121083 - GuillaumeGomez:doc-to_opt_closure_kind, r=compiler-... | Guillaume Gomez | -0/+14 |
| 2024-02-14 | Extend documentation for `Ty::to_opt_closure_kind` method | Guillaume Gomez | -0/+14 |
| 2024-02-13 | Uplift TypeVisitableExt into rustc_type_ir | Michael Goulet | -0/+11 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -15/+15 |
| 2024-02-09 | Rollup merge of #120354 - lukas-code:metadata-normalize, r=lcnr | Matthias Krüger | -16/+32 |
| 2024-02-08 | Rollup merge of #120801 - oli-obk:drop_recursion_ice, r=Nilstrieb | Matthias Krüger | -0/+1 |
| 2024-02-08 | Avoid ICE in drop recursion check in case of invalid drop impls | Oli Scherer | -0/+1 |
| 2024-02-08 | introduce `enter_forall` | Boxy | -0/+1 |
| 2024-02-06 | More comments, final tweaks | Michael Goulet | -6/+38 |
| 2024-02-06 | Bless tests, add comments | Michael Goulet | -2/+34 |
| 2024-02-06 | Construct body for by-move coroutine closure output | Michael Goulet | -12/+35 |
| 2024-02-06 | Teach typeck/borrowck/solvers how to deal with async closures | Michael Goulet | -2/+126 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -2/+114 |
| 2024-02-05 | old solver: improve normalization of `Pointee::Metadata` | Lukas Markeffsky | -16/+32 |
| 2024-01-30 | Move predicate, region, and const stuff into their own modules in middle | Michael Goulet | -759/+6 |
| 2024-01-30 | Remove the lifetime from `DiagnosticArgValue`. | Nicholas Nethercote | -4/+4 |
| 2024-01-23 | Random type checker changes | Michael Goulet | -26/+19 |
| 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 |