about summary refs log tree commit diff
path: root/compiler/rustc_middle/src
AgeCommit message (Expand)AuthorLines
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-01remove `TyS::same_type`lcnr-13/+0
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-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-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
2022-01-24Auto merge of #90842 - pierwill:localdefid-indexmap, r=wesleywiserbors-1/+1
2022-01-24rustc_errors: remove `allow_suggestions` from `DiagnosticBuilder`.Eduard-Mihai Burtescu-1/+1
2022-01-24Auto merge of #93028 - compiler-errors:const_drop_bounds, r=fee1-deadbors-13/+56
2022-01-23Rollup merge of #91526 - petrochenkov:earlint, r=cjgillotMatthias Krüger-0/+3
2022-01-23Auto merge of #93066 - nnethercote:infallible-decoder, r=bjorn3bors-137/+154
2022-01-23rustc_lint: Reuse the set of registered tools from resolverVadim Petrochenkov-0/+3
2022-01-22Use an `indexmap` to avoid sorting `LocalDefId`spierwill-1/+1
2022-01-22Rollup merge of #93147 - nnethercote:interner-cleanups, r=lcnrMatthias Krüger-44/+69
2022-01-22Address review comments.Nicholas Nethercote-7/+8
2022-01-22Make `Decodable` and `Decoder` infallible.Nicholas Nethercote-136/+152
2022-01-22Rename `Decoder::read_nil` and `read_unit`.Nicholas Nethercote-1/+1
2022-01-21Clarify some code relating to interning and types.Nicholas Nethercote-24/+57
2022-01-21Auto merge of #93138 - matthiaskrgr:rollup-m8akifd, r=matthiaskrgrbors-6/+11
2022-01-21Make stability interning follow the usual pattern.Nicholas Nethercote-20/+12
2022-01-20Rollup merge of #93098 - Aaron1011:def-path-hash-debug, r=oli-obkMatthias Krüger-3/+8
2022-01-20Rollup merge of #91032 - eholk:generator-drop-tracking, r=nikomatsakisMatthias Krüger-3/+3
2022-01-20Rollup merge of #92582 - lcnr:generic-arg-infer, r=BoxyUwUMatthias Krüger-3/+17
2022-01-19Foreign types are trivially dropMichael Goulet-5/+5
2022-01-19Show a more informative panic message when `DefPathHash` does not existAaron Hill-3/+8
2022-01-19Store a `Symbol` instead of an `Ident` in `AssocItem`Aaron Hill-12/+15