about summary refs log tree commit diff
path: root/compiler/rustc_infer
AgeCommit message (Expand)AuthorLines
2024-06-18Auto merge of #126614 - compiler-errors:uplift-next-trait-solver, r=lcnrbors-145/+6
2024-06-18Remove redundant argument from `subdiagnostic` methodOli Scherer-18/+17
2024-06-18Use a dedicated type instead of a reference for the diagnostic contextOli Scherer-5/+6
2024-06-18SolverDelegateMichael Goulet-145/+6
2024-06-18Prefer `dcx` methods over fields or fields' methodsOli Scherer-1/+1
2024-06-16rustc_span: Minor improvementsVadim Petrochenkov-2/+2
2024-06-15Rollup merge of #126496 - compiler-errors:more-generics, r=lcnrGuillaume Gomez-0/+4
2024-06-15Rollup merge of #126354 - compiler-errors:variance, r=lcnrMatthias Krüger-35/+23
2024-06-14Make proof tree probing genericMichael Goulet-0/+4
2024-06-14Rollup merge of #126368 - nnethercote:rm-more-unused-crate-deps, r=jackh726Matthias Krüger-1/+0
2024-06-14Rollup merge of #124884 - bvanjoi:fix-124785, r=estebankMatthias Krüger-3/+15
2024-06-13Address nitsMichael Goulet-29/+41
2024-06-13Fix some TODOsMichael Goulet-0/+8
2024-06-13Finish uplifting all of structural_traitsMichael Goulet-15/+106
2024-06-13Rework most of structural_traits to be Interner-agnosticMichael Goulet-1/+20
2024-06-13Remove some unnecessary crate dependencies.Nicholas Nethercote-1/+0
2024-06-12Rollup merge of #126353 - compiler-errors:move-match, r=lcnrJubilee-123/+0
2024-06-12Stop passing traitref/traitpredicate by refMichael Goulet-5/+4
2024-06-12Use Variance glob import everywhereMichael Goulet-35/+23
2024-06-12Move MatchAgainstFreshVars to old solverMichael Goulet-123/+0
2024-06-12Rollup merge of #126301 - nnethercote:sort-crate-attributes, r=davidtwcoJubilee-4/+6
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote-4/+6
2024-06-11Try not to make obligations in handle_opaque_typeMichael Goulet-75/+66
2024-06-11Rename some thingsMichael Goulet-38/+40
2024-06-11Make ObligationEmittingRelation deal with Goals onlyMichael Goulet-49/+92
2024-06-11Get rid of PredicateObligationsMichael Goulet-17/+13
2024-06-10Add explanatory note to async block type mismatch errorGurinder Singh-0/+9
2024-06-06Uplift TypeRelation and RelateMichael Goulet-72/+185
2024-06-06Uplift TypeErrorMichael Goulet-5/+5
2024-06-05Add `Ty` to `ConstKind::Value`Boxy-4/+7
2024-06-05Basic removal of `Ty` from places (boring)Boxy-77/+40
2024-06-05bivariant alias: set `has_unconstrained_ty_var`lcnr-2/+10
2024-06-04Auto merge of #123536 - compiler-errors:simplify-int-float, r=lcnrbors-131/+114
2024-06-04Rollup merge of #125865 - ajwock:ice_not_fully_resolved, r=fee1-deadMichael Goulet-0/+5
2024-06-03Align Term methods with GenericArg methodsMichael Goulet-3/+3
2024-06-03Nits and formattingMichael Goulet-15/+35
2024-06-03Move FulfillmentErrorCode to rustc_trait_selection tooMichael Goulet-41/+1
2024-06-03Make TraitEngines generic over errorMichael Goulet-62/+29
2024-06-03Remove unnecessary extension traitMichael Goulet-23/+19
2024-06-03Fix ICE caused by ignoring EffectVars in type inferenceAndrew Wock-0/+5
2024-06-01Address nitsMichael Goulet-4/+4
2024-06-01Inline fold_infer_tyMichael Goulet-35/+35
2024-06-01Simplify IntVarValue/FloatVarValueMichael Goulet-104/+87
2024-05-31Rollup merge of #125774 - mu001999-contrib:fix/125757, r=compiler-errorsMatthias Krüger-2/+2
2024-05-31Avoid unwrap diag.code directlyr0cky-2/+2
2024-05-30Auto merge of #125711 - oli-obk:const_block_ice2, r=Nadrierilbors-13/+7
2024-05-30Auto merge of #125671 - BoxyUwU:remove_const_ty_eq, r=compiler-errorsbors-8/+1
2024-05-29Partially implement `ConstArgHasType`Boxy-8/+1
2024-05-29Make `body_owned_by` return the body directly.Oli Scherer-8/+6
2024-05-29Don't require `visit_body` to take a lifetime that must outlive the function ...Oli Scherer-5/+1