about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection
AgeCommit message (Expand)AuthorLines
2022-07-24Auto merge of #93429 - fee1-dead-contrib:allow-super-trait-tilde-const, r=oli...bors-8/+35
2022-07-24Instantiate constness in wfcheckDeadbeef-8/+35
2022-07-23Rollup merge of #99449 - compiler-errors:assoc-const-missing-item, r=lcnrGuillaume Gomez-3/+12
2022-07-23Rollup merge of #99580 - fmease:fix-issue-99565, r=estebankMatthias Krüger-3/+3
2022-07-22Do not resolve associated const when there is no provided valueMichael Goulet-3/+12
2022-07-22Auto merge of #99521 - fee1-dead-contrib:const_fix_hax, r=oli-obkbors-48/+29
2022-07-22Rollup merge of #99539 - compiler-errors:bidirectional-block-suggestions, r=f...Dylan DPC-2/+1
2022-07-22Don't suggest unnameable generic argumentsLeón Orell Valerian Liehr-3/+3
2022-07-21Auto merge of #99501 - lcnr:check-regions-infcx, r=oli-obkbors-98/+32
2022-07-21Rollup merge of #99558 - fee1-dead-contrib:remap_constness_fix, r=oli-obkMatthias Krüger-3/+3
2022-07-21Rollup merge of #99552 - lcnr:orphan_check-rework, r=oli-obkMatthias Krüger-196/+123
2022-07-21Rollup merge of #99528 - matthiaskrgr:2022_07_perf, r=estebankMatthias Krüger-2/+2
2022-07-21Fix `remap_constness`Deadbeef-3/+3
2022-07-21`region_outlives_predicate` no snapshotlcnr-29/+7
2022-07-21move `considering_regions` to the infcxlcnr-77/+33
2022-07-21rewrite the orphan check to use a type visitorlcnr-169/+124
2022-07-21orphan check: opaque types are an errorlcnr-29/+1
2022-07-21change `map_bound(|_| x` to `rebind(x`Deadbeef-2/+2
2022-07-21Resolve vars in same_type_modulo_inferMichael Goulet-2/+1
2022-07-20Fix hack that remaps env constness.Deadbeef-46/+27
2022-07-20clippy::perf fixesMatthias Krüger-2/+2
2022-07-20take opaq typesouz-a-3/+6
2022-07-19Rollup merge of #99401 - TaKO8Ki:avoid-symbol-to-&str-conversions, r=nnethercoteMatthias Krüger-2/+2
2022-07-19Rollup merge of #98028 - aticu:master, r=estebankMatthias Krüger-0/+92
2022-07-19Add E0790 as more specific variant of E0283aticu-0/+92
2022-07-18Check generators for well formednessOli Scherer-9/+10
2022-07-18Auto merge of #99232 - lcnr:no-bound-vars-check, r=jackh726bors-2/+5
2022-07-18Auto merge of #99181 - lcnr:arenaGTrc, r=wesleywiserbors-10/+11
2022-07-18avoid `Symbol` to `&str` conversionsTakayuki Maeda-2/+2
2022-07-18Auto merge of #99137 - jackh726:wf-no-infcx, r=estebankbors-58/+46
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-07-16Rollup merge of #99290 - compiler-errors:revert-98794, r=lcnrMatthias Krüger-71/+13
2022-07-15Fix suggestion regression with incorrect syntactic combination of trait boundsWill Crichton-1/+13
2022-07-15Propagate Expectation around binop typeck code to construct more precise trai...Will Crichton-3/+14
2022-07-15Revert "Highlight conflicting param-env candidates"Michael Goulet-71/+13
2022-07-15hir typeck: `fulfillment_cx` ignore regionslcnr-0/+10
2022-07-15provide `generic_param_scope` for region errorslcnr-15/+23
2022-07-15try to avoid `FnCtxt` during wflcnr-2/+96
2022-07-15`QueryNormalizer` bug on ambiguitylcnr-2/+2
2022-07-15Remove some more usages of guess_head_spanMichael Goulet-8/+2
2022-07-15remove tcx from ObligationCauseCode::spanMichael Goulet-3/+3
2022-07-15Remove some more usages of guess_head_spanMichael Goulet-2/+2
2022-07-14Rollup merge of #99222 - atsuzaki:generic_const_err, r=lcnrDylan DPC-0/+27
2022-07-14Rollup merge of #99000 - JulianKnodt:allow_resolve_no_substs, r=lcnrDylan DPC-667/+151
2022-07-14Auto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r=Dylan-DPCbors-3/+3
2022-07-14eagerly check for bound vars of predicateslcnr-0/+4
2022-07-14remove `ct.has_vars_bound_at_or_above` callslcnr-2/+1
2022-07-14Fix overlapping implskadmin-30/+140
2022-07-14Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillotDylan DPC-3/+3
2022-07-13Remove predicate noteKatherine Philip-2/+1