about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-07-15Auto merge of #98203 - kckeiks:gather-body-owners-in-hir-item-queries, r=cjgi...bors-113/+105
2022-07-14Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillotbors-145/+296
2022-07-14Auto merge of #99252 - lqd:win-dwarf5, r=eddybbors-17/+20
2022-07-14fix dwarf debuginfo being used in addition to CodeView on windowsRémy Rakic-17/+20
2022-07-14Auto merge of #99242 - Dylan-DPC:rollup-34bqdh8, r=Dylan-DPCbors-768/+916
2022-07-14Rollup merge of #99222 - atsuzaki:generic_const_err, r=lcnrDylan DPC-0/+27
2022-07-14Rollup merge of #99192 - Amanieu:fix-asm-srcloc, r=petrochenkovDylan DPC-2/+2
2022-07-14Rollup merge of #99000 - JulianKnodt:allow_resolve_no_substs, r=lcnrDylan DPC-750/+762
2022-07-14Rollup merge of #98580 - PrestonFrom:issue_98466, r=estebankDylan DPC-16/+125
2022-07-14Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillotbors-10/+97
2022-07-14Auto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r=Dylan-DPCbors-134/+459
2022-07-14Fix spans for asm diagnosticsAmanieu d'Antras-2/+2
2022-07-14Fix overlapping implskadmin-172/+179
2022-07-14Rollup merge of #99126 - NiklasJonsson:84447/rustc_span, r=petrochenkovDylan DPC-1/+6
2022-07-14Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillotDylan DPC-121/+425
2022-07-14Rollup merge of #97720 - cjgillot:all-fresh, r=petrochenkovDylan DPC-12/+28
2022-07-14Auto merge of #98975 - jyn514:unstable_opts, r=wesleywiserbors-363/+364
2022-07-14Auto merge of #98754 - jyn514:non-trivial-drop, r=compiler-errorsbors-3/+25
2022-07-13Remove predicate noteKatherine Philip-2/+1
2022-07-13Add checks & fallback branchKatherine Philip-1/+13
2022-07-13Use emit_inference_failure_err for ConstEvaluatable predicatesKatherine Philip-0/+16
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-363/+364
2022-07-13add array tests, cleanup, tidy, and blessRalf Jung-2/+3
2022-07-13assigning to a union field can never drop nowRalf Jung-38/+11
2022-07-13remove untagged_union feature gateRalf Jung-76/+37
2022-07-13also allow arrays of allowed typesRalf Jung-0/+5
2022-07-13allow unions with mutable references and tuples of allowed typesRalf Jung-5/+22
2022-07-13factor 'is this type allowed as union field on stable' into separate functionRalf Jung-3/+11
2022-07-13Emit warning when named arguments are used positionally in formatPreston From-16/+125
2022-07-13collect module item-likes in visit_itemsMiguel Guarniz-7/+10
2022-07-13reduce scope of allow(rustc::potential_query_instability) in rustc_spanNiklas Jonsson-1/+6
2022-07-13Auto merge of #99210 - Dylan-DPC:rollup-879cp1t, r=Dylan-DPCbors-336/+480
2022-07-13merge visitors in queriesMiguel Guarniz-135/+75
2022-07-13inline associated_bodyMiguel Guarniz-20/+5
2022-07-13use gathered body_owners in par_body_ownersMiguel Guarniz-13/+2
2022-07-13Auto merge of #98145 - ouz-a:some_branch, r=oli-obkbors-27/+205
2022-07-13Rollup merge of #99199 - TaKO8Ki:remove-unnecessary-span-to-snippet, r=cjgillotDylan DPC-14/+11
2022-07-13Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwcoDylan DPC-28/+38
2022-07-13Rollup merge of #99030 - rust-lang:notriddle/field-recovery, r=petrochenkovDylan DPC-0/+18
2022-07-13Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddybDylan DPC-58/+53
2022-07-13Rollup merge of #98574 - dingxiangfei2009:let-else-thir, r=oli-obkDylan DPC-236/+360
2022-07-13Add feature gate.Camille GILLOT-1/+19
2022-07-13Always use CreateParameter mode for function definitions.Camille GILLOT-11/+9
2022-07-13Rollup merge of #99185 - krasimirgg:llvm-wrapper-inlineasm, r=nikicGuillaume Gomez-0/+6
2022-07-13Rollup merge of #99020 - fee1-dead-contrib:repr_transparent_non_exhaustive, r...Guillaume Gomez-5/+121
2022-07-13fix documentationDeadbeef-6/+10
2022-07-13avoid `&str` to `String` conversionsTakayuki Maeda-2/+2
2022-07-13remove an unnecessary `span_to_snippet`Takayuki Maeda-12/+9
2022-07-13Auto merge of #99101 - RalfJung:interpret-projections, r=oli-obkbors-432/+540
2022-07-12Add back expr size checksMaybe Waffle-3/+3