| Age | Commit message (Expand) | Author | Lines |
| 2024-06-06 | Uplift TypeRelation and Relate | Michael Goulet | -4/+4 |
| 2024-06-05 | Add `Ty` to `ConstKind::Value` | Boxy | -2/+7 |
| 2024-06-05 | Basic removal of `Ty` from places (boring) | Boxy | -8/+8 |
| 2024-05-31 | Stop using translate_args in the new solver | Michael Goulet | -11/+0 |
| 2024-05-29 | Rollup merge of #125664 - compiler-errors:trace-tweaks, r=lcnr | 许杰友 Jieyou Xu (Joe) | -7/+2 |
| 2024-05-28 | Get rid of manual Trace calls | Michael Goulet | -7/+2 |
| 2024-05-28 | Make ProofTreeBuilder actually generic over interner | Michael Goulet | -15/+21 |
| 2024-05-28 | EvalCtxt::tcx() -> EvalCtxt::interner() | Michael Goulet | -15/+17 |
| 2024-05-28 | eagerly normalize when adding goals | lcnr | -2/+75 |
| 2024-05-27 | Auto merge of #125413 - lcnr:ambig-drop-region-constraints, r=compiler-errors | bors | -25/+39 |
| 2024-05-24 | drop region constraints for ambiguous goals | lcnr | -25/+39 |
| 2024-05-24 | remove proof tree formatter, make em shallow | lcnr | -22/+5 |
| 2024-05-20 | Rework var resolution in InferCtxtLike, uplift EagerResolver | Michael Goulet | -1/+1 |
| 2024-05-19 | Make EvalCtxt generic over interner | Michael Goulet | -22/+27 |
| 2024-05-19 | Make search graph generic over interner | Michael Goulet | -3/+3 |
| 2024-05-18 | Move NormalizesTo back down | Michael Goulet | -5/+7 |
| 2024-05-18 | Make proof tree building generic | Michael Goulet | -3/+3 |
| 2024-05-18 | Uplift inspect into rustc_type_ir | Michael Goulet | -19/+27 |
| 2024-05-18 | Uplift GenericArgKind, CanonicalVarValues, QueryInput | Michael Goulet | -13/+17 |
| 2024-05-13 | Use a proper probe for shadowing impl | Michael Goulet | -1/+2 |
| 2024-05-13 | Auto merge of #125076 - compiler-errors:alias-term, r=lcnr | bors | -5/+5 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -5/+5 |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_trait_selection`. | Nicholas Nethercote | -0/+3 |
| 2024-05-12 | structurally important functions to `debug` | lcnr | -3/+4 |
| 2024-05-12 | solve: replace all `debug` with `trace` | lcnr | -21/+21 |
| 2024-05-10 | Rollup merge of #124955 - nnethercote:next_ty_var, r=lcnr | Matthias Krüger | -14/+4 |
| 2024-05-10 | Use fewer origins when creating type variables. | Nicholas Nethercote | -14/+4 |
| 2024-05-09 | analyse visitor: build proof tree in probe | lcnr | -0/+1 |
| 2024-05-07 | Don't ICE when we cannot eval a const to a valtree in the new solver | Michael Goulet | -3/+3 |
| 2024-05-06 | Rollup merge of #124809 - lcnr:prepopulate-opaques, r=compiler-errors | Matthias Krüger | -9/+6 |
| 2024-05-06 | Rollup merge of #124759 - compiler-errors:impl-args, r=lcnr | Matthias Krüger | -59/+26 |
| 2024-05-06 | Use correct ImplSource for alias bounds | Michael Goulet | -2/+1 |
| 2024-05-06 | Record impl args in the InsepctCandiate rather than rematching during select | Michael Goulet | -59/+27 |
| 2024-05-06 | Rollup merge of #124724 - compiler-errors:prefer-lower, r=lcnr | Matthias Krüger | -5/+13 |
| 2024-05-06 | switch new solver to directly inject opaque types | lcnr | -9/+6 |
| 2024-05-06 | Prefer lower vtable candidates in select in new solver | Michael Goulet | -5/+13 |
| 2024-05-04 | Record impl args in the proof tree | Michael Goulet | -2/+6 |
| 2024-05-02 | Higher ranked goal source, do overflow handling less badly | Michael Goulet | -1/+1 |
| 2024-05-02 | Use a proof tree visitor to refine the Obligation for error reporting | Michael Goulet | -1/+1 |
| 2024-05-02 | Record certainty before evaluating nesteds, so we make candidates | Michael Goulet | -2/+2 |
| 2024-05-02 | shallow resolve in orphan check | lcnr | -0/+12 |
| 2024-05-01 | Rewrite select to use a ProofTreeVisitor | Michael Goulet | -328/+156 |
| 2024-04-30 | Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-dead | Matthias Krüger | -0/+2 |
| 2024-04-29 | Only register candidate if it is associated w a shallow certainty | Michael Goulet | -4/+7 |
| 2024-04-29 | Actually use probes when needed and stop relying on existing outer probes | Michael Goulet | -30/+23 |
| 2024-04-29 | Remove `extern crate rustc_macros` from numerous crates. | Nicholas Nethercote | -0/+2 |
| 2024-04-27 | Record certainty of evaluate_added_goals_and_make_canonical_response call in ... | Michael Goulet | -0/+2 |
| 2024-04-25 | hir typeck: look into nested goals | lcnr | -55/+110 |
| 2024-04-15 | Remove ConstVariableOriginKind | Michael Goulet | -5/+2 |
| 2024-04-15 | Remove TypeVariableOriginKind | Michael Goulet | -5/+2 |