about summary refs log tree commit diff
path: root/compiler/rustc_middle/src
AgeCommit message (Expand)AuthorLines
2022-02-09Auto merge of #93741 - Mark-Simulacrum:global-job-id, r=cjgillotbors-2/+2
2022-02-08Switch QueryJobId to a single global counterMark Rousskov-2/+2
2022-02-08Update compiler/rustc_middle/src/ty/sty.rslcnr-0/+2
2022-02-08Update compiler/rustc_middle/src/ty/sty.rslcnr-1/+1
2022-02-08update `ty::TyKind` documentationlcnr-19/+67
2022-02-08Auto merge of #93561 - Amanieu:more-unwind-abi, r=nagisabors-14/+17
2022-02-07Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakisbors-27/+76
2022-02-07Print opaque types from type aliases via their pathOli Scherer-19/+15
2022-02-07Auto merge of #93643 - lcnr:fold-substs-perf, r=michaelwoeristerbors-9/+1
2022-02-06`#[used(linker)]` attribute (https://github.com/dtolnay/linkme/issues/41)cynecx-0/+2
2022-02-05Apply noundef attribute to &T, &mut T, Box<T>, boolErik Desjardins-1/+7
2022-02-04Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley...Matthias Krüger-3/+3
2022-02-04Rollup merge of #93593 - JulianKnodt:master, r=oli-obkMatthias Krüger-3/+2
2022-02-04fold substslcnr-9/+1
2022-02-03compiler: clippy::complexity fixesMatthias Krüger-3/+3
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