about summary refs log tree commit diff
path: root/compiler/rustc_middle/src
AgeCommit message (Expand)AuthorLines
2022-02-03Improve self-referential diagnostic somewhatOli Scherer-12/+19
2022-02-03Auto merge of #93621 - JohnTitor:rollup-1bcud0x, r=JohnTitorbors-4/+6
2022-02-03Fix ret > 1 bound if shadowed by constkadmin-3/+2
2022-02-03Clean up opaque type obligations in query resultsOli Scherer-4/+7
2022-02-03Auto merge of #92932 - ouz-a:master, r=oli-obkbors-1/+4
2022-02-02Correct incorrect description of preorder traversals.Jakob Degen-4/+6
2022-02-02Add more *-unwind ABI variantsAmanieu d'Antras-14/+17
2022-02-02Add backcompat hack to supportOli Scherer-3/+8
2022-02-02Clean up leftovers from eager hidden type mergingOli Scherer-1/+1
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-14/+51
2022-02-02Update some commentsOli Scherer-0/+1
2022-02-02Auto merge of #93312 - pierwill:map-all-local-trait-impls, r=cjgillotbors-5/+3
2022-02-02Rollup merge of #93560 - steffahn:a_typo, r=petrochenkovMatthias Krüger-2/+2
2022-02-02Auto merge of #93466 - cjgillot:query-dead, r=nagisabors-0/+16
2022-02-01Auto merge of #93285 - JulianKnodt:const_eq_2, r=oli-obkbors-0/+3
2022-02-01Fix two incorrect "it's"Frank Steffahn-2/+2
2022-02-01Rollup merge of #93290 - lcnr:same_type, r=jackh726Matthias Krüger-13/+0
2022-02-01Rollup merge of #93267 - lcnr:auto-trait-lint, r=nikomatsakisMatthias Krüger-25/+39
2022-02-01Make dead code check a query.Camille GILLOT-0/+16
2022-02-01remove `TyS::same_type`lcnr-13/+0
2022-02-01fix for the issue #92464ouz-a-1/+4
2022-02-01add a rustc::query_stability lintlcnr-0/+1
2022-02-01implement lint for suspicious auto trait implslcnr-0/+17
2022-02-01update `FutureIncompatibilityReason`lcnr-25/+22
2022-02-01Auto merge of #93259 - eddyb:diagbld-scalar-pair, r=jackh726bors-1/+1
2022-01-31Auto merge of #93348 - spastorino:fix-perf-overlap-mode2, r=nikomatsakisbors-0/+36
2022-01-31Do not store overlap_mode, just pass it down on insertSantiago Pastorino-13/+1
2022-01-31Move overlap_mode into trait level attribute + feature flagSantiago Pastorino-1/+49
2022-01-31Auto merge of #93373 - spastorino:def_id_to_hir_id_refactor, r=oli-obkbors-26/+43
2022-01-31Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726Matthias Krüger-7/+7
2022-01-30Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-SimulacrumEric Huss-17/+4
2022-01-30Rollup merge of #93358 - compiler-errors:is-not-const, r=fee1-deadMatthias Krüger-0/+16
2022-01-29Rollup merge of #93424 - lcnr:nit, r=spastorinoMatthias Krüger-1/+1
2022-01-29Make local_def_id_to_hir_id query directly returh HirIdSantiago Pastorino-8/+10
2022-01-28Make local_def_id_to_hir_id return MaybeOwner<()>Santiago Pastorino-7/+2
2022-01-28Separate hir_owner query into two queries to avoid using extensive data on in...Santiago Pastorino-16/+29
2022-01-28fix nitlcnr-1/+1
2022-01-28update cfg(bootstrap)sPietro Albini-17/+4
2022-01-27Continue work on assoc const eqkadmin-0/+3
2022-01-27Store def_id_to_hir_id as variant in hir_owner.Camille GILLOT-43/+50
2022-01-27try apply `rustc_pass_by_value` to `Span`lcnr-3/+3
2022-01-26drive-by: use is_const and is_const_if_constMichael Goulet-2/+9
2022-01-26add note suggesting that predicate is satisfied but is not constMichael Goulet-0/+9
2022-01-26Auto merge of #93352 - matthiaskrgr:rollup-5peret4, r=matthiaskrgrbors-6/+64
2022-01-26Rollup merge of #92256 - fee1-dead:improve-selection-err, r=oli-obkMatthias Krüger-6/+64
2022-01-26Auto merge of #93301 - spastorino:perf-test-1, r=oli-obkbors-2/+5
2022-01-25Return an indexmap in `all_local_trait_impls` querypierwill-5/+3
2022-01-25Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillotbors-12/+15
2022-01-25Store hir_id_to_def_id in OwnerInfo.Camille GILLOT-2/+5
2022-01-26Improve selection errors for `~const` trait boundsDeadbeef-6/+64