| Age | Commit message (Expand) | Author | Lines |
| 2024-06-04 | Rollup merge of #125750 - compiler-errors:expect, r=lcnr | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-06-03 | Align Term methods with GenericArg methods | Michael Goulet | -1/+1 |
| 2024-06-03 | check_is_object_safe -> is_object_safe | Michael Goulet | -1/+1 |
| 2024-06-01 | Uplift TypeRelation and Relate | Michael Goulet | -4/+4 |
| 2024-05-29 | Add lang item for AsyncFnKindHelper::Upvars | Michael Goulet | -8/+1 |
| 2024-05-29 | Add lang item for Future::Output | Michael Goulet | -12/+2 |
| 2024-05-28 | EvalCtxt::tcx() -> EvalCtxt::interner() | Michael Goulet | -24/+26 |
| 2024-05-22 | Rollup merge of #125259 - compiler-errors:fn-mut-as-a-treat, r=oli-obk | León Orell Valerian Liehr | -8/+5 |
| 2024-05-19 | Make EvalCtxt generic over interner | Michael Goulet | -35/+38 |
| 2024-05-18 | Uplift inspect into rustc_type_ir | Michael Goulet | -4/+4 |
| 2024-05-18 | Uplift GenericArgKind, CanonicalVarValues, QueryInput | Michael Goulet | -3/+2 |
| 2024-05-18 | An async closure may implement FnMut/Fn if it has no self-borrows | Michael Goulet | -8/+5 |
| 2024-05-16 | Uplift Goal to rustc_type_ir | Michael Goulet | -2/+3 |
| 2024-05-16 | Make impls UpcastFrom, implement Upcast for UpcastFrom | Michael Goulet | -1/+1 |
| 2024-05-16 | Rename ToPredicate for Upcast | Michael Goulet | -9/+7 |
| 2024-05-13 | Use a proper probe for shadowing impl | Michael Goulet | -11/+8 |
| 2024-05-13 | Auto merge of #125076 - compiler-errors:alias-term, r=lcnr | bors | -2/+6 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -2/+6 |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_trait_selection`. | Nicholas Nethercote | -0/+2 |
| 2024-05-12 | structurally important functions to `debug` | lcnr | -5/+5 |
| 2024-05-12 | solve: replace all `debug` with `trace` | lcnr | -15/+15 |
| 2024-05-02 | Record more kinds of things as impl where bounds | Michael Goulet | -8/+7 |
| 2024-05-02 | shallow resolve in orphan check | lcnr | -8/+4 |
| 2024-04-30 | Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-dead | Matthias Krüger | -0/+1 |
| 2024-04-29 | Actually use probes when needed and stop relying on existing outer probes | Michael Goulet | -92/+74 |
| 2024-04-29 | Make names more accurate | Michael Goulet | -7/+11 |
| 2024-04-29 | Remove `extern crate rustc_macros` from numerous crates. | Nicholas Nethercote | -0/+1 |
| 2024-04-25 | hir typeck: look into nested goals | lcnr | -11/+15 |
| 2024-04-16 | Add simple async drop glue generation | zetanumbers | -0/+7 |
| 2024-04-08 | Don't rely on upvars being assigned just because coroutine-closure kind is as... | Michael Goulet | -2/+6 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -1/+13 |
| 2024-04-05 | do not ICE in forced ambiguity if we get an error | lcnr | -3/+10 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -6/+6 |
| 2024-03-22 | Rollup merge of #122829 - ShoyuVanilla:gen-block-impl-fused-iter, r=compiler-... | Matthias Krüger | -0/+9 |
| 2024-03-22 | Implement `FusedIterator` for `gen` block | Shoyu Vanilla | -0/+9 |
| 2024-03-19 | Do binder folding eagerly in bound_coroutine_hidden_types | Michael Goulet | -30/+5 |
| 2024-03-19 | Don't ICE when encountering bound regions in generator interior type | Michael Goulet | -1/+0 |
| 2024-03-18 | address nits | Lukas Markeffsky | -4/+5 |
| 2024-03-14 | remove unnecessary sized checks | Lukas Markeffsky | -3/+4 |
| 2024-03-14 | clean up ADT sized constraint computation | Lukas Markeffsky | -2/+12 |
| 2024-03-14 | Rollup merge of #122238 - fee1-dead-contrib:builtin-impl-next-solver-dox, r=lcnr | Matthias Krüger | -0/+10 |
| 2024-03-14 | move impl documentation to their actual locations | Deadbeef | -0/+10 |
| 2024-03-11 | Don't ICE when non-self part of trait goal is constrained in new solver | Michael Goulet | -1/+3 |
| 2024-03-01 | Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errors | bors | -1/+3 |
| 2024-02-28 | Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive` | Trevor Gross | -1/+3 |
| 2024-02-27 | Add a couple helpers, make return types less confusing | Michael Goulet | -75/+114 |
| 2024-02-27 | Support `{async closure}: Fn` in new solver | Michael Goulet | -1/+73 |
| 2024-02-26 | add additional logging | lcnr | -1/+6 |
| 2024-02-22 | Rollup merge of #120598 - compiler-errors:no-rigid-check, r=lcnr | Matthias Krüger | -115/+1 |
| 2024-02-13 | Rollup merge of #121047 - compiler-errors:default-impls, r=lcnr | Matthias Krüger | -0/+14 |