about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-07-08Auto merge of #98816 - estebank:implicit-sized, r=oli-obkbors-26/+53
2022-07-08Auto merge of #98614 - oli-obk:take_unsound_opaque_types, r=wesleywiserbors-14/+30
2022-07-08Auto merge of #99054 - Dylan-DPC:rollup-0zuhhds, r=Dylan-DPCbors-140/+337
2022-07-08Only register hidden types for opaque types from the current crate, nothing e...Oli Scherer-1/+2
2022-07-08Rollup merge of #98794 - compiler-errors:conflicting-param-env, r=michaelwoer...Dylan DPC-14/+80
2022-07-08Rollup merge of #98657 - compiler-errors:rustc-const-eval-session-diagnostic-...Dylan DPC-89/+187
2022-07-08Rollup merge of #98654 - nnethercote:pest-2.1.3-opt, r=pnkfelixDylan DPC-17/+10
2022-07-08Rollup merge of #98533 - jyn514:drop-tracking-debugging, r=eholkDylan DPC-20/+60
2022-07-08Auto merge of #98758 - nnethercote:more-derive-output-improvements, r=Mark-Si...bors-206/+242
2022-07-08Auto merge of #98638 - bjorn3:less_string_interning, r=tmiaskobors-96/+103
2022-07-08Rollup merge of #99019 - pierwill:doc-mir-statement, r=cjgillotMatthias Krüger-1/+4
2022-07-08Rollup merge of #98795 - jackh726:lexical_region_resolve_cleanup, r=compiler-...Matthias Krüger-599/+585
2022-07-08Rollup merge of #95635 - davidtwco:terminal-width-stabilization, r=oli-obkMatthias Krüger-23/+35
2022-07-08Highlight conflicting param-env candidatesMichael Goulet-14/+80
2022-07-08simplify plurals in fluent messages using hir::ConstContextMichael Goulet-22/+6
2022-07-08Migrate MutDeref, TransientMutBorrow diagnosticsMichael Goulet-19/+69
2022-07-08Migrate PanicNonStr, RawPtrComparison, RawPtrToInt diagnosticsMichael Goulet-23/+41
2022-07-08Migrate StaticAccess diagnosticMichael Goulet-20/+32
2022-07-08Implement IntoDiagnosticArg for hir::ConstContextMichael Goulet-0/+15
2022-07-08Migrate NonConstOp diagnosticMichael Goulet-7/+12
2022-07-08Migrate unstable-in-stable diagnosticMichael Goulet-20/+30
2022-07-08Use dashes instead of underscores in fluent namesMichael Goulet-4/+8
2022-07-08Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebankbors-10/+9
2022-07-07Move code from rustc_trait_selection/opaque_types to better placesJack Huey-549/+542
2022-07-07Move is_free and is_free_or_static to Region, change resolve_var to resolve_r...Jack Huey-50/+43
2022-07-07Auto merge of #98360 - estebank:uninit-binding, r=oli-obkbors-42/+289
2022-07-07Auto merge of #99024 - matthiaskrgr:rollup-8ygpcpg, r=matthiaskrgrbors-111/+116
2022-07-07Wording tweakEsteban Küber-8/+21
2022-07-07Fix label on uninit binding field assignmentEsteban Küber-24/+25
2022-07-07Avoid misleading message/label in `match-cfg-fake-edges.rs` testEsteban Küber-23/+41
2022-07-07Review comments: wordingEsteban Küber-29/+40
2022-07-07Tweak wording and spansEsteban Küber-24/+68
2022-07-07On partial uninit error point at where we need initEsteban Küber-44/+204
2022-07-07Track `WellFormed` obligations with an appropriate cause, instead of `MiscObl...Esteban Küber-14/+14
2022-07-07Track implicit `Sized` obligations in type paramsEsteban Küber-12/+39
2022-07-07Rollup merge of #99002 - fee1-dead-contrib:sugg_derive, r=michaelwoeristerMatthias Krüger-4/+10
2022-07-07Rollup merge of #98986 - pierwill:patch-5, r=oli-obkMatthias Krüger-1/+1
2022-07-07Rollup merge of #98979 - RalfJung:more-alloc-range, r=oli-obkMatthias Krüger-62/+53
2022-07-07Rollup merge of #98844 - cjgillot:deep-visit, r=jyn514Matthias Krüger-44/+52
2022-07-07Auto merge of #95573 - cjgillot:lower-query, r=michaelwoeristerbors-393/+462
2022-07-07Add doc comments in `rustc_middle::mir`pierwill-1/+4
2022-07-07Auto merge of #99014 - Dylan-DPC:rollup-n84y0jk, r=Dylan-DPCbors-336/+484
2022-07-07Reword comments and rename HIR visiting methods.Camille GILLOT-44/+52
2022-07-07Rollup merge of #98981 - pierwill:pierwill/dataflow-docs-edits, r=Dylan-DPCDylan DPC-8/+8
2022-07-07Rollup merge of #98930 - tmiasko:pub-basic-blocks, r=oli-obkDylan DPC-229/+228
2022-07-07Rollup merge of #98901 - davidtwco:split-dwarf-incr-workproduct, r=michaelwoe...Dylan DPC-80/+122
2022-07-07Rollup merge of #98507 - xFrednet:rfc-2383-manual-expectation-magic, r=wesley...Dylan DPC-1/+44
2022-07-07Rollup merge of #97711 - Nilstrieb:rustc-arena-ub, r=wesleywiserDylan DPC-12/+39
2022-07-07Rollup merge of #96856 - DrMeepster:fix_projection_validation, r=IcnrDylan DPC-6/+43
2022-07-07Auto merge of #98675 - eddyb:cg-array-literal, r=nikicbors-1/+6