about summary refs log tree commit diff
path: root/compiler/rustc_middle/src
AgeCommit message (Expand)AuthorLines
2021-07-25Use more of OwnerNode.Camille GILLOT-54/+43
2021-07-25Use OwnerNode in indexing.Camille GILLOT-106/+57
2021-07-25Introduce OwnerNode::Crate.Camille GILLOT-18/+2
2021-07-25clippy::needless_question_markMatthias Krüger-1/+1
2021-07-25Merge the BTreeMap in hir::Crate.Camille GILLOT-9/+5
2021-07-25Add inferred args to typeckkadmin-6/+1
2021-07-25Add generic arg inferkadmin-0/+16
2021-07-24Hide allocator details from TryReserveErrorKornel-0/+1
2021-07-24Support -Z unpretty=thir-tree againSmitty-0/+6
2021-07-24Auto merge of #86580 - BoxyUwU:cgd-subst-ice, r=nikomatsakisbors-0/+13
2021-07-24Rollup merge of #87348 - SkiFire13:fix-87261, r=oli-obkManish Goregaokar-20/+45
2021-07-24get rid of NoMirFor error variantRalf Jung-3/+0
2021-07-24Auto merge of #86461 - crlf0710:rich_vtable, r=nikomatsakisbors-19/+39
2021-07-23Improve `get_by_key_enumerated` moreYuki Okushi-1/+1
2021-07-23Fix span when suggesting to add an associated type boundGiacomo Stevanato-20/+45
2021-07-22Add comment and more tests.Charles Lew-0/+6
2021-07-22Auto merge of #87265 - Aaron1011:hir-wf-fn, r=estebankbors-9/+34
2021-07-22Auto merge of #87246 - rust-lang:placeholder-pretty, r=nikomatsakisbors-35/+107
2021-07-21Rename force-warns to force-warnRyan Levick-1/+1
2021-07-20Support HIR wf checking for function signaturesAaron Hill-9/+34
2021-07-20Switch to store `Instance` directly within `VtblEntry`, fix `TraitVPtr` repre...Charles Lew-21/+29
2021-07-20Refactor vtable format.Charles Lew-1/+7
2021-07-20Auto merge of #87244 - jackh726:issue-71883, r=estebankbors-0/+3
2021-07-20Auto merge of #87224 - RalfJung:miri-ptr-oob, r=oli-obkbors-14/+30
2021-07-19Better diagnostics when mismatched types due to implict static lifetimejackh726-0/+3
2021-07-19Rollup merge of #87268 - SkiFire13:fix-uninit-ref-list, r=nagisaGuillaume Gomez-6/+6
2021-07-19Don't create references to uninitialized data in List::from_arenaGiacomo Stevanato-6/+6
2021-07-18Auto merge of #86698 - cjgillot:modc, r=estebankbors-1249/+54
2021-07-18Remove deadlock virtual call.Camille GILLOT-4/+1
2021-07-18Move OnDiskCache to rustc_query_impl.Camille GILLOT-1247/+55
2021-07-18miri: better ptr-out-of-bounds errorsRalf Jung-14/+30
2021-07-18When pretty printing, name placeholders as bound regionsjackh726-35/+107
2021-07-18Rollup merge of #87205 - matthiaskrgr:clippy_cln, r=oli-obkYuki Okushi-3/+2
2021-07-18Rollup merge of #87092 - ricobbe:fix-raw-dylib-multiple-definitions, r=petroc...Yuki Okushi-3/+3
2021-07-17Auto merge of #86676 - cjgillot:localexpn, r=petrochenkovbors-37/+66
2021-07-17Pass ExpnData by reference.Camille GILLOT-1/+1
2021-07-17Always hash spans in expn.Camille GILLOT-1/+1
2021-07-17Encode ExpnId using ExpnHash for incr. comp.Camille GILLOT-37/+61
2021-07-17Choose encoding format in caller code.Camille GILLOT-10/+13
2021-07-17Make the CrateNum part of the ExpnId.Camille GILLOT-5/+13
2021-07-17Auto merge of #87123 - RalfJung:miri-provenance-overhaul, r=oli-obkbors-320/+311
2021-07-17Auto merge of #86761 - Alexhuszagh:master, r=estebankbors-1/+0
2021-07-17Changed dec2flt to use the Eisel-Lemire algorithm.Alex Huszagh-1/+0
2021-07-17Auto merge of #87195 - yaahc:move-assert_matches-again, r=oli-obkbors-1/+1
2021-07-17rustc_middle: remove redundant cloneMatthias Krüger-3/+2
2021-07-16Auto merge of #83898 - Aaron1011:feature/hir-wf, r=estebankbors-5/+26
2021-07-16Add initial implementation of HIR-based WF checking for diagnosticsAaron Hill-5/+26
2021-07-16Consider all fields when comparing DllImports, to remove nondetermininsm in m...Richard Cobbe-3/+3
2021-07-16avoid manual Debug impls by adding extra Provenance bounds to typesRalf Jung-3/+5
2021-07-16Rollup merge of #87200 - oli-obk:fixup_fixup_opaque_types, r=nikomatsakisGuillaume Gomez-1/+1