about summary refs log tree commit diff
path: root/compiler/rustc_middle/src
AgeCommit message (Expand)AuthorLines
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
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
2022-01-19never is trivially const-drop, and add testMichael Goulet-2/+2
2022-01-19Rollup merge of #93077 - lcnr:write_substs, r=oli-obkMatthias Krüger-4/+0
2022-01-19remove `is_noop`lcnr-4/+0
2022-01-19Rollup merge of #93041 - pierwill:rm-unused-defid-ords, r=cjgillotMatthias Krüger-16/+6
2022-01-19Rollup merge of #88642 - c410-f3r:let_chains_2, r=matthewjasperMatthias Krüger-1/+1
2022-01-18Short-circuit some trivially const Drop typesMichael Goulet-0/+36
2022-01-18Formally implement let chainsCaio-1/+1
2022-01-18Track drops across multiple yieldsEric Holk-3/+3
2022-01-18Rollup merge of #93018 - pierwill:rm-unused-ord, r=davidtwcoMatthias Krüger-1/+1
2022-01-18Rollup merge of #92780 - b-naber:postpone-const-eval-coherence, r=lcnrMatthias Krüger-9/+12
2022-01-18Remove some unused `Ord` derivations based on `DefId`pierwill-17/+7
2022-01-18intra-doc linkslcnr-2/+2
2022-01-18change `ct_infer` to a delay_span_buglcnr-3/+17
2022-01-18Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obkbors-52/+154
2022-01-18Check const Drop impls considering ConstIfConst boundsMichael Goulet-13/+20