about summary refs log tree commit diff
path: root/compiler/rustc_middle/src
AgeCommit message (Expand)AuthorLines
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
2022-01-18Rollup merge of #92640 - compiler-errors:array-deref-on-newtype, r=lcnrMatthias Krüger-4/+4
2022-01-17Rm some unused ord implspierwill-1/+1
2022-01-17Add term to ExistentialProjectionkadmin-37/+47
2022-01-17Update w/ commentskadmin-5/+10
2022-01-17Update term for use in more placeskadmin-26/+60
2022-01-17Rollup merge of #92164 - WaffleLapkin:rustc_must_implement_one_of_attr, r=Aar...Matthias Krüger-1/+7
2022-01-17Use Term in ProjectionPredicatekadmin-39/+72
2022-01-17Add termkadmin-0/+1
2022-01-17add eq constraints on associated constantskadmin-0/+19
2022-01-17directly use ConstValue for single literals in blocksb-naber-9/+12
2022-01-17Auto merge of #90986 - camsteffen:nested-filter, r=cjgillotbors-15/+32
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-48/+0
2022-01-16Fix Visitor::NestedFilter in ClippyCameron Steffen-0/+0
2022-01-16Replace NestedVisitorMap with NestedFilterCameron Steffen-15/+32
2022-01-16Rollup merge of #92646 - mdibaiee:76935/pass-by-value, r=lcnrMatthias Krüger-0/+2