about summary refs log tree commit diff
path: root/compiler/rustc_middle/src
AgeCommit message (Expand)AuthorLines
2022-07-20Auto merge of #99058 - michaelwoerister:remove-stable-set-and-map, r=nagisabors-3/+3
2022-07-20Auto merge of #99520 - matthiaskrgr:rollup-05uuv5s, r=matthiaskrgrbors-10/+36
2022-07-20Rollup merge of #99212 - davidtwco:partial-stability-implies, r=michaelwoeristerMatthias Krüger-10/+36
2022-07-20Auto merge of #99472 - RalfJung:provenance, r=oli-obkbors-112/+114
2022-07-20passes: check implied feature existsDavid Wood-7/+7
2022-07-20passes: improved partial stabilization diagnosticDavid Wood-2/+19
2022-07-20middle: add `implies_by` to `#[unstable]`David Wood-1/+10
2022-07-20Auto merge of #99506 - Dylan-DPC:rollup-q3msucx, r=Dylan-DPCbors-2/+7
2022-07-20Remove unused StableMap and StableSet types from rustc_data_structuresMichael Woerister-3/+3
2022-07-20Rollup merge of #99436 - Nilstrieb:toggle-box-noalias, r=fee1-deadDylan DPC-2/+7
2022-07-20Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"Oli Scherer-24/+3
2022-07-19interpret: rename Tag/PointerTag to Prov/ProvenanceRalf Jung-112/+114
2022-07-19Add flag to configure `noalias` on `Box<T>`nils-2/+7
2022-07-19Rollup merge of #99457 - SparrowLii:para_iter, r=fee1-deadMatthias Krüger-3/+1
2022-07-19Rollup merge of #98028 - aticu:master, r=estebankMatthias Krüger-0/+4
2022-07-19use `par_for_each_in` in `par_body_owners` and `collect_crate_mono_items`SparrowLii-3/+1
2022-07-19Add E0790 as more specific variant of E0283aticu-0/+4
2022-07-19Rollup merge of #99404 - jmqd:master, r=compiler-errorsDylan DPC-1/+5
2022-07-19Use LocalDefId in OpaqueTypeKeyMichael Goulet-13/+5
2022-07-18Auto merge of #99232 - lcnr:no-bound-vars-check, r=jackh726bors-2/+5
2022-07-18Use span_bug for unexpected field projection typeJordan McQueen-1/+5
2022-07-18Auto merge of #99181 - lcnr:arenaGTrc, r=wesleywiserbors-0/+1
2022-07-17Auto merge of #99033 - 5225225:interpreter-validity-checks, r=oli-obkbors-0/+9
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-07-16Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compil...Matthias Krüger-8/+8
2022-07-16Rollup merge of #99290 - compiler-errors:revert-98794, r=lcnrMatthias Krüger-9/+1
2022-07-16Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebankMatthias Krüger-3/+24
2022-07-17avoid some `Symbol` to `String` conversionsTakayuki Maeda-8/+8
2022-07-15Propagate Expectation around binop typeck code to construct more precise trai...Will Crichton-1/+20
2022-07-15Revert "Highlight conflicting param-env candidates"Michael Goulet-9/+1
2022-07-15Introduce opaque type to hidden type projectionOli Scherer-3/+24
2022-07-15Auto merge of #99278 - Dylan-DPC:rollup-fcln6st, r=Dylan-DPCbors-6/+1
2022-07-15Rollup merge of #98869 - compiler-errors:stop_guessing_head_span, r=cjgillotDylan DPC-6/+1
2022-07-15Auto merge of #99013 - RalfJung:dont-poison-my-places, r=oli-obkbors-0/+2
2022-07-15Rollup merge of #99131 - compiler-errors:label-fn, r=cjgillotDylan DPC-0/+8
2022-07-15remove tcx from ObligationCauseCode::spanMichael Goulet-1/+1
2022-07-15Remove some more usages of guess_head_spanMichael Goulet-6/+1
2022-07-15Auto merge of #98203 - kckeiks:gather-body-owners-in-hir-item-queries, r=cjgi...bors-113/+105
2022-07-14Point out custom Fn-family trait implMichael Goulet-0/+8
2022-07-14Use constant eval to do strict validity checks5225225-0/+9
2022-07-14Auto merge of #99242 - Dylan-DPC:rollup-34bqdh8, r=Dylan-DPCbors-69/+201
2022-07-14Rollup merge of #99000 - JulianKnodt:allow_resolve_no_substs, r=lcnrDylan DPC-69/+201
2022-07-14Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillotbors-4/+15
2022-07-14Auto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r=Dylan-DPCbors-5/+7
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-137/+29
2022-07-14Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillotDylan DPC-5/+7
2022-07-14Auto merge of #98975 - jyn514:unstable_opts, r=wesleywiserbors-27/+27
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-27/+27