summary refs log tree commit diff
path: root/compiler/rustc_infer/src
AgeCommit message (Expand)AuthorLines
2022-10-29No need to probe when relating opaques in nll_relateMichael Goulet-1/+1
2022-10-20Better binder treatmentMichael Goulet-1/+1
2022-10-04improve infer var handling for implied boundslcnr-0/+2
2022-10-04Final bitsJack Huey-8/+8
2022-10-04Add AscribeUserTypeProvePredicateJack Huey-1/+40
2022-10-04Add to_constraint_category to ObligationCause and SubregionOriginJack Huey-6/+16
2022-10-04Pass ConstraintCategory thorough a few more placesJack Huey-7/+20
2022-10-04Make QueryOutlivesConstraint contain a ConstraintCategoryJack Huey-26/+39
2022-09-17Auto merge of #101857 - lcnr:make-dyn-again, r=jackh726bors-6/+7
2022-09-17Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplettDylan DPC-1/+1
2022-09-17Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnrbors-10/+10
2022-09-16Auto merge of #101902 - jackh726:revert-static-hrtb-error, r=nikomatsakisbors-115/+36
2022-09-16Revert "Better errors for implied static bound"Jack Huey-115/+36
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-09-15Don't throw away information just to recompute it againOli Scherer-6/+6
2022-09-15change `FnMutDelegate` to trait objectslcnr-6/+7
2022-09-14Auto merge of #101212 - eholk:dyn-star, r=compiler-errorsbors-1/+1
2022-09-14Rollup merge of #101433 - jackh726:better-static-placeholder-error, r=compile...Dylan DPC-36/+115
2022-09-14Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillotbors-1/+1
2022-09-13Better errors for implied static boundJack Huey-36/+115
2022-09-13rebaseb-naber-1/+1
2022-09-13use ty::Unevaluated<'tcx, ()> in type systemb-naber-9/+9
2022-09-13Auto merge of #101615 - compiler-errors:rpitit-perf, r=oli-obkbors-1/+1
2022-09-12Plumb dyn trait representation through ty::DynamicEric Holk-1/+1
2022-09-12Remove unused argument from `visit_poly_trait_ref`.Nicholas Nethercote-1/+1
2022-09-12Fix ICE in opt_suggest_box_spanMichael Goulet-1/+2
2022-09-10Auto merge of #98559 - jackh726:remove-reempty, r=oli-obkbors-114/+256
2022-09-10split compare_predicate_entailment and collect_trait_impl_trait_tys outMichael Goulet-1/+1
2022-09-09Fix documentation lint failuresMichael Goulet-1/+1
2022-09-09Adjust pretty printing of RPITITsMichael Goulet-0/+14
2022-09-09Handle generic parameters.Camille GILLOT-1/+1
2022-09-08Combine logic from lubs into lub_empty functionJack Huey-65/+46
2022-09-08Make some functions pub(super)Jack Huey-14/+14
2022-09-08Remove ReEmptyJack Huey-103/+6
2022-09-08Don't construct ReEmpty regions in resolve_varJack Huey-5/+102
2022-09-08Create VarValue::EmptyJack Huey-20/+181
2022-09-08Don't use reempty as an implicit_outlives_regionJack Huey-2/+2
2022-09-08Auto merge of #98900 - lcnr:region-stuff, r=jackh726bors-12/+8
2022-09-08don't evaluate with escaping bound varslcnr-6/+2
2022-09-08generalize: no need to cache errorslcnr-6/+6
2022-09-08Rollup merge of #101153 - IntQuant:issue-100717-infer-2, r=davidtwcoDylan DPC-395/+745
2022-09-07Rollup merge of #101503 - spastorino:add-debug-calls, r=compiler-errorsMatthias Krüger-2/+4
2022-09-07Auto merge of #101432 - nnethercote:shrink-PredicateS, r=lcnrbors-27/+29
2022-09-07Add instrument and debug callsSantiago Pastorino-2/+4
2022-09-06Whoops forgot a spaceNikita Tomashevich-1/+1
2022-09-06Replace manual impl with a derive macro as multipart suggestions are now supp...Nikita Tomashevich-44/+55
2022-09-06Slightly more concise commentIQuant-4/+1
2022-09-06Use untranslated messages for nowNikita Tomashevich-11/+24
2022-09-06Remove a comment and use IntoDiagnosticArg instead of add_to() where feasibleNikita Tomashevich-14/+17
2022-09-06Address some commentsNikita Tomashevich-73/+61