about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-07-18Remove OpaqueTyOrigin::Misc, use TyAlias insteadSantiago Pastorino-9/+6
2021-07-18Removing unhandled region constraint error that is only for impl_trait_in_bin...Santiago Pastorino-34/+5
2021-07-18Remove impl_trait_in_bindings handling on inference error reportingSantiago Pastorino-120/+2
2021-07-18Remove impl trait bindings handling on const AST loweringSantiago Pastorino-238/+104
2021-07-17Remove impl traits bindings error message handling on AST loweringSantiago Pastorino-6/+1
2021-07-17Fix TypeAliasesOpaqueTy origin docsSantiago Pastorino-1/+1
2021-07-17Rename OtherOpaqueTy to TypeAliasesOpaqueTySantiago Pastorino-12/+16
2021-07-17Remove OpaqueTyOrigin::BindingSantiago Pastorino-734/+84
2021-07-17Auto merge of #87129 - FabianWolff:issue-75356, r=varkorbors-0/+151
2021-07-17Auto merge of #87203 - jackh726:logging, r=nikomatsakisbors-18/+45
2021-07-17Add needs_normalizationjackh726-4/+21
2021-07-17Some perf optimizations and loggingjackh726-14/+24
2021-07-17Auto merge of #86676 - cjgillot:localexpn, r=petrochenkovbors-436/+615
2021-07-17Simplify Expn creation.Camille GILLOT-27/+25
2021-07-17Rename expn_info -> expn_data.Camille GILLOT-8/+8
2021-07-17Pass ExpnData by reference.Camille GILLOT-4/+4
2021-07-17Always hash spans in expn.Camille GILLOT-1/+1
2021-07-17Drop ExpnData::krate.Camille GILLOT-20/+11
2021-07-17Drop orig_id.Camille GILLOT-34/+10
2021-07-17Encode ExpnId using ExpnHash for incr. comp.Camille GILLOT-121/+161
2021-07-17Choose encoding format in caller code.Camille GILLOT-85/+55
2021-07-17Use LocalExpnId where possible.Camille GILLOT-147/+169
2021-07-17Make the CrateNum part of the ExpnId.Camille GILLOT-112/+307
2021-07-17Auto merge of #87123 - RalfJung:miri-provenance-overhaul, r=oli-obkbors-1401/+1311
2021-07-17Auto merge of #86761 - Alexhuszagh:master, r=estebankbors-2823/+2530
2021-07-17Auto merge of #87124 - Andy-Python-Programmer:code_model_uefi_patch, r=petroc...bors-6/+2
2021-07-17Auto merge of #86062 - nagisa:nagisa/what-a-lie, r=estebankbors-6/+25
2021-07-17Changed dec2flt to use the Eisel-Lemire algorithm.Alex Huszagh-2823/+2530
2021-07-17Use small code model for UEFI targetsAndy-Python-Programmer-6/+2
2021-07-17Auto merge of #87195 - yaahc:move-assert_matches-again, r=oli-obkbors-11/+11
2021-07-16Auto merge of #83898 - Aaron1011:feature/hir-wf, r=estebankbors-66/+350
2021-07-16Add initial implementation of HIR-based WF checking for diagnosticsAaron Hill-66/+350
2021-07-16i sweat to godJane Lusby-1/+1
2021-07-16pls this timeJane Lusby-2/+2
2021-07-16Auto merge of #87201 - GuillaumeGomez:rollup-4loi2q9, r=GuillaumeGomezbors-233/+162
2021-07-16fix ui testsJane Lusby-2/+2
2021-07-16avoid manual Debug impls by adding extra Provenance bounds to typesRalf Jung-152/+51
2021-07-16Rollup merge of #87200 - oli-obk:fixup_fixup_opaque_types, r=nikomatsakisGuillaume Gomez-152/+42
2021-07-16Rollup merge of #87188 - GuillaumeGomez:gui-test-auto-hide-trait-impl, r=notr...Guillaume Gomez-0/+20
2021-07-16Rollup merge of #87180 - notriddle:notriddle/sidebar-keyboard-mobile, r=Guill...Guillaume Gomez-1/+12
2021-07-16Rollup merge of #87179 - fee1-dead:active-const-impl, r=oli-obkGuillaume Gomez-47/+24
2021-07-16Rollup merge of #87174 - inquisitivecrystal:array-map, r=kennytmGuillaume Gomez-4/+2
2021-07-16Rollup merge of #87158 - In-line:suggest-full-enum-variant-for-local-module, ...Guillaume Gomez-1/+29
2021-07-16Rollup merge of #87107 - oli-obk:tait_double, r=nikomatsakisGuillaume Gomez-28/+33
2021-07-16Infer all inference variables via InferCxOli Scherer-144/+36
2021-07-16Add some more tracing instrumentationOli Scherer-8/+6
2021-07-16Auto merge of #84623 - jackh726:gats-incomplete, r=nikomatsakisbors-587/+197
2021-07-16rename assert_matches moduleJane Lusby-6/+6
2021-07-16feat(rustdoc): open sidebar menu when links inside it are focusedMichael Howell-1/+12
2021-07-16Auto merge of #87140 - camsteffen:pat-slice-refs, r=oli-obkbors-68/+85