summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits/select/mod.rs
AgeCommit message (Expand)AuthorLines
2023-07-06Separate select calls that don't need a binderMichael Goulet-7/+20
2023-07-06TraitObligation -> PolyTraitObligationMichael Goulet-22/+22
2023-07-05Move `TyCtxt::mk_x` to `Ty::new_x` where applicableBoxy-2/+2
2023-07-05Rollup merge of #113321 - BoxyUwU:move_constkind_to_typeir, r=oli-obkMichael Goulet-1/+1
2023-07-05Rollup merge of #113320 - oli-obk:eval_obligation_query, r=petrochenkov,BoxyUwUMichael Goulet-4/+8
2023-07-05Rollup merge of #113317 - lcnr:sketchy-new-select, r=oli-obkMichael Goulet-44/+21
2023-07-05Deal with falloutBoxy-1/+1
2023-07-05Add some extra information to opaque type cycle errorsOli Scherer-4/+8
2023-07-04 -Ztrait-solver=next: stop depending on old solverlcnr-44/+21
2023-07-03remove TypeWellFormedFromEnvMichael Goulet-3/+0
2023-07-03Implement selection in new trait solverMichael Goulet-1/+6
2023-07-01Auto merge of #113154 - lcnr:better-probe-check, r=compiler-errorsbors-1/+1
2023-06-29change snapshot tracking in fulfillment contextslcnr-1/+1
2023-06-26TypeWellFormedInEnvMichael Goulet-1/+1
2023-06-26Migrate predicates_of and caller_bounds to ClauseMichael Goulet-2/+7
2023-06-22Migrate item_bounds to ty::ClauseMichael Goulet-3/+1
2023-06-19s/Clause/ClauseKindMichael Goulet-8/+8
2023-06-17Move ConstEvaluatable to ClauseMichael Goulet-1/+1
2023-06-17Move WF goal to clauseMichael Goulet-1/+1
2023-06-16Add `AliasKind::Weak` for type aliases.Oli Scherer-1/+1
2023-06-16fix: inline `predicate_may_hold_fatal`bohan-13/+0
2023-06-14Improve docs/clean up negative overlap functionsMichael Goulet-1/+3
2023-06-06New trait solver is a property of inference contextMichael Goulet-2/+2
2023-05-30rework the leak_check to take the outer_universelcnr-4/+6
2023-05-30leak_check: remove unused codepathlcnr-1/+1
2023-05-29Rename `tcx.mk_re_*` => `Region::new_*`Maybe Waffle-1/+1
2023-05-28Make EarlyBinder's inner value private; and fix all of the resulting errorsKyle Matsuda-7/+5
2023-05-24Use `Option::is_some_and` and `Result::is_ok_and` in the compilerMaybe Waffle-2/+2
2023-05-19Auto merge of #110100 - compiler-errors:no-infer-pred-must-hold, r=jackh726bors-3/+11
2023-05-17Exclude inherent projections from some alias ty matchesLeón Orell Valerian Liehr-1/+3
2023-05-12do not allow inference in `pred_known_to_hold_modulo_regions`Michael Goulet-1/+2
2023-05-12EvaluateToAmbig if evaluate_root_obligation does inferenceMichael Goulet-3/+10
2023-05-12Note base types of coercionMichael Goulet-8/+13
2023-05-04IAT: Introduce AliasKind::InherentLeón Orell Valerian Liehr-1/+1
2023-05-04Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnrbors-1/+1
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-2/+2
2023-04-27rename `needs_subst` to `has_param`Boxy-1/+1
2023-04-27rename `needs_infer` to `has_infer`Boxy-11/+12
2023-04-26Make some region folders a little stricter.Nicholas Nethercote-4/+4
2023-04-25Replace `tcx.mk_trait_ref` with `ty::TraitRef::new`Maybe Waffle-1/+1
2023-04-20Remove WithOptconstParam.Camille GILLOT-2/+1
2023-04-17Spelling - compilerJosh Soref-1/+1
2023-04-07Switched provisional evaluation cache map to FxIndexMap, and replaced map.dra...Andrew Xie-15/+9
2023-04-06Remove index from BrAnonJack Huey-2/+2
2023-04-03Never consider int and float vars for `FnPtr` candidatesNilstrieb-6/+6
2023-03-29Inline and remove `SelectionContext::fast_reject_trait_refs`.Nicholas Nethercote-16/+0
2023-03-29Introduce `DeepRejectCtxt::substs_refs_may_unify`.Nicholas Nethercote-2/+4
2023-03-28Rollup merge of #102472 - lcnr:static-in-eval, r=jackh726nils-78/+86
2023-03-23Use fulfillment in InferCtxt::evaluate_obligationMichael Goulet-0/+1
2023-03-23Rename AliasEq -> AliasRelateMichael Goulet-2/+2