about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits/fulfill.rs
AgeCommit message (Expand)AuthorLines
2021-09-24Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakisJubilee-1/+2
2021-09-17Add another case of fallback to () avoid breakageMark Rousskov-0/+13
2021-09-15Remove ToPredicate impls that use Binder::dummyjackh726-1/+2
2021-09-09rename mir -> thir around abstract constsEllen-1/+1
2021-08-30rename const_evaluatable_checked to generic_const_exprsEllen-1/+1
2021-08-26shrink `ty::PredicateKind` againlcnr-1/+1
2021-08-26use `ty::Unevaluated` instead of def substs pairlcnr-4/+5
2021-08-26update `TypeFlags` to deal with missing ct substslcnr-2/+2
2021-08-26add `tcx` to `fn walk`lcnr-2/+3
2021-08-26make unevaluated const substs optionallcnr-2/+3
2021-08-22Auto merge of #88166 - BoxyUwU:const-equate-canon, r=lcnrbors-5/+1
2021-08-19introduce a Coerce predicateNiko Matsakis-0/+26
2021-08-19move code to `InferCtxt` methodEllen-8/+1
2021-08-19canonicalize const equate predicatesEllen-5/+8
2021-08-13make check less conservative and add explanationDeadbeef-2/+12
2021-08-13Pass constness to SelectionContextDeadbeef-0/+26
2021-08-13move Constness into TraitPredicateDeadbeef-2/+2
2021-07-21Improve caching during trait evaluationAaron Hill-0/+14
2021-07-17Some perf optimizations and loggingjackh726-2/+1
2021-07-16Add initial implementation of HIR-based WF checking for diagnosticsAaron Hill-2/+6
2021-05-19deal with `const_evaluatable_checked` in `ConstEquate`lcnr-2/+11
2021-03-31Track bound varsJack Huey-1/+1
2021-03-21Rollup merge of #83040 - lcnr:unused-ct-substs, r=oli-obkDylan DPC-10/+7
2021-03-21Rollup merge of #82707 - BoxyUwU:errooaaar, r=oli-obkDylan DPC-9/+15
2021-03-20update `const_eval_resolve`lcnr-10/+4
2021-03-20extract `ConstKind::Unevaluated` into a structlcnr-6/+9
2021-03-06Change x64 size checks to not apply to x32.Harald van Dijk-1/+1
2021-03-03Fix tidy err and reviewEllen-10/+6
2021-03-02errooaaar~Ellen-9/+19
2021-02-23Small optimizations to obligation forestkadmin-19/+24
2021-02-18Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726Dylan DPC-10/+10
2021-02-13Remove some unnecessary `trait_ref` callsMatthew Jasper-10/+10
2021-02-13Use debug log level for developer oriented logsTomasz Miąsko-1/+1
2021-01-16Review changesJack Huey-29/+28
2021-01-16CleanupJack Huey-1/+1
2021-01-16Remove PredicateKindJack Huey-1/+1
2021-01-16Intermediate formatting and suchJack Huey-40/+40
2021-01-16Remove PredicateKind::AtomJack Huey-37/+39
2020-11-16compiler: fold by valueBastian Kauschke-9/+9
2020-11-04fix a couple of clippy warnings:Matthias Krüger-1/+1
2020-10-19Auto merge of #77908 - bugadani:obl-forest, r=nnethercotebors-6/+4
2020-10-16map_bound_ref -> rebindJack Huey-2/+2
2020-10-16Use map_bound(_ref) instead of Binder::bind when possibleJack Huey-2/+2
2020-10-15Turn Outcome into an opaque type to remove some runtime checksDániel Buga-6/+4
2020-10-11Use tracing spans in rustc_trait_selectionMatthew Jasper-20/+13
2020-10-06Fix rebaseMatthew Jasper-2/+2
2020-10-06Fix bugs in evaluating WellFormed predicatesMatthew Jasper-0/+1
2020-10-01Rollup merge of #77303 - lcnr:const-evaluatable-TooGeneric, r=oli-obk,varkorDylan DPC-2/+11
2020-09-28const evaluatable: improve `TooGeneric` handlingBastian Kauschke-2/+11
2020-09-26Revert "Add an unused field of type `Option<DefId>` to `ParamEnv` struct."Dylan MacKenzie-1/+1