| Age | Commit message (Expand) | Author | Lines |
| 2024-06-04 | Auto merge of #123536 - compiler-errors:simplify-int-float, r=lcnr | bors | -131/+114 |
| 2024-06-04 | Rollup merge of #125865 - ajwock:ice_not_fully_resolved, r=fee1-dead | Michael Goulet | -0/+5 |
| 2024-06-03 | Align Term methods with GenericArg methods | Michael Goulet | -3/+3 |
| 2024-06-03 | Nits and formatting | Michael Goulet | -8/+7 |
| 2024-06-03 | Make TraitEngines generic over error | Michael Goulet | -19/+13 |
| 2024-06-03 | Remove unnecessary extension trait | Michael Goulet | -2/+2 |
| 2024-06-03 | Fix ICE caused by ignoring EffectVars in type inference | Andrew Wock | -0/+5 |
| 2024-06-01 | Address nits | Michael Goulet | -4/+4 |
| 2024-06-01 | Inline fold_infer_ty | Michael Goulet | -35/+35 |
| 2024-06-01 | Simplify IntVarValue/FloatVarValue | Michael Goulet | -104/+87 |
| 2024-05-31 | Rollup merge of #125774 - mu001999-contrib:fix/125757, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-05-31 | Avoid unwrap diag.code directly | r0cky | -2/+2 |
| 2024-05-30 | Auto merge of #125711 - oli-obk:const_block_ice2, r=Nadrieril | bors | -13/+7 |
| 2024-05-30 | Auto merge of #125671 - BoxyUwU:remove_const_ty_eq, r=compiler-errors | bors | -8/+1 |
| 2024-05-29 | Partially implement `ConstArgHasType` | Boxy | -8/+1 |
| 2024-05-29 | Make `body_owned_by` return the body directly. | Oli Scherer | -8/+6 |
| 2024-05-29 | Don't require `visit_body` to take a lifetime that must outlive the function ... | Oli Scherer | -5/+1 |
| 2024-05-28 | Remove Trace | Michael Goulet | -141/+71 |
| 2024-05-28 | Get rid of manual Trace calls | Michael Goulet | -0/+17 |
| 2024-05-28 | Rollup merge of #125640 - fmease:plz-no-stringify, r=estebank | Jubilee | -4/+9 |
| 2024-05-28 | Don't suggest turning non-char-literal exprs of ty `char` into string literals | León Orell Valerian Liehr | -4/+9 |
| 2024-05-27 | Auto merge of #125468 - BoxyUwU:remove_defid_from_regionparam, r=compiler-errors | bors | -54/+163 |
| 2024-05-25 | Rollup merge of #125451 - oli-obk:const_type_mismatch, r=compiler-errors | Matthias Krüger | -32/+7 |
| 2024-05-25 | Auto merge of #124187 - compiler-errors:self-ctor, r=petrochenkov | bors | -62/+43 |
| 2024-05-24 | Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics) | Boxy | -54/+163 |
| 2024-05-24 | Revert "Rollup merge of #123979 - oli-obk:define_opaque_types7, r=compiler-er... | Oli Scherer | -15/+2 |
| 2024-05-24 | Use regular type equating instead of a custom query | Oli Scherer | -29/+7 |
| 2024-05-24 | Fail relating constants of different types | Oli Scherer | -8/+5 |
| 2024-05-23 | Handle `ReVar` in `note_and_explain_region`. | Nicholas Nethercote | -1/+4 |
| 2024-05-21 | Uplift OutlivesPredicate, remove a bunch of unnecessary associated types from... | Michael Goulet | -5/+4 |
| 2024-05-20 | Rework var resolution in InferCtxtLike, uplift EagerResolver | Michael Goulet | -98/+27 |
| 2024-05-19 | Auto merge of #125230 - compiler-errors:uplift-query-stuff, r=lcnr | bors | -7/+19 |
| 2024-05-18 | Uplift GenericArgKind, CanonicalVarValues, QueryInput | Michael Goulet | -7/+19 |
| 2024-05-18 | Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 | bors | -9/+7 |
| 2024-05-18 | (Mostly) revert "Account for type param from other item in `note_and_explain`" | Michael Goulet | -62/+43 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -9/+7 |
| 2024-05-16 | Uplift Goal to rustc_type_ir | Michael Goulet | -5/+5 |
| 2024-05-16 | Make P parameter explicit | Michael Goulet | -5/+20 |
| 2024-05-16 | Rename ToPredicate for Upcast | Michael Goulet | -8/+8 |
| 2024-05-13 | Auto merge of #125076 - compiler-errors:alias-term, r=lcnr | bors | -6/+20 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -6/+20 |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_infer`. | Nicholas Nethercote | -0/+20 |
| 2024-05-11 | Consolidate obligation cause codes for where clauses | Michael Goulet | -15/+25 |
| 2024-05-10 | Auto merge of #124982 - compiler-errors:uplift-trait-ref, r=lcnr | bors | -2/+2 |
| 2024-05-10 | Lift `TraitRef` into `rustc_type_ir` | Michael Goulet | -2/+2 |
| 2024-05-10 | Name tweaks | Michael Goulet | -15/+15 |
| 2024-05-10 | More rename fallout | Michael Goulet | -15/+20 |
| 2024-05-10 | Rename some ObligationCauseCode variants | Michael Goulet | -44/+37 |
| 2024-05-10 | Remove glob imports for ObligationCauseCode | Michael Goulet | -55/+72 |
| 2024-05-10 | Auto merge of #124961 - matthiaskrgr:rollup-1jj65p6, r=matthiaskrgr | bors | -110/+59 |