about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-07-15Remove some more usages of guess_head_spanMichael Goulet-32/+19
2022-07-15Remove some span_of_impl+unwrapMichael Goulet-3/+3
2022-07-15Move item_span from check_item_type into each functionMichael Goulet-25/+23
2022-07-15remove tcx from ObligationCauseCode::spanMichael Goulet-18/+12
2022-07-15Remove some more usages of guess_head_spanMichael Goulet-22/+20
2022-07-15Remove some usages of guess_head_span from typeckMichael Goulet-21/+19
2022-07-15Make item spans more consistentMichael Goulet-119/+83
2022-07-14Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillotbors-147/+300
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-778/+1320
2022-07-14Rollup merge of #99236 - psumbera:Issue99208, r=Mark-SimulacrumDylan DPC-0/+1
2022-07-14Rollup merge of #99222 - atsuzaki:generic_const_err, r=lcnrDylan DPC-7/+37
2022-07-14Rollup merge of #99192 - Amanieu:fix-asm-srcloc, r=petrochenkovDylan DPC-4/+42
2022-07-14Rollup merge of #99000 - JulianKnodt:allow_resolve_no_substs, r=lcnrDylan DPC-750/+799
2022-07-14Rollup merge of #98580 - PrestonFrom:issue_98466, r=estebankDylan DPC-16/+324
2022-07-14Rollup merge of #98072 - yaahc:generic-member-access, r=thomccDylan DPC-1/+117
2022-07-14Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillotbors-33/+304
2022-07-14solaris: unbreak build on native platformPetr Sumbera-0/+1
2022-07-14Auto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r=Dylan-DPCbors-268/+1021
2022-07-14Fix spans for asm diagnosticsAmanieu d'Antras-4/+42
2022-07-14Fix overlapping implskadmin-172/+215
2022-07-14Rollup merge of #99139 - jyn514:dist-tool-help, r=Mark-SimulacrumDylan DPC-1/+5
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-205/+840
2022-07-14Rollup merge of #98315 - joshtriplett:stabilize-core-ffi-c, r=Mark-SimulacrumDylan DPC-5/+7
2022-07-14Rollup merge of #97720 - cjgillot:all-fresh, r=petrochenkovDylan DPC-56/+163
2022-07-14Auto merge of #98975 - jyn514:unstable_opts, r=wesleywiserbors-394/+396
2022-07-14Auto merge of #99225 - ehuss:update-cargo, r=ehussbors-0/+0
2022-07-13Update cargoEric Huss-0/+0
2022-07-13Stabilize `core::ffi:c_*` and rexport in `std::ffi`Josh Triplett-5/+7
2022-07-14Auto merge of #98754 - jyn514:non-trivial-drop, r=compiler-errorsbors-35/+369
2022-07-13Update testsKatherine Philip-7/+10
2022-07-13Auto merge of #97995 - RalfJung:union-more-nodrop, r=Mark-Simulacrumbors-529/+507
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-394/+396
2022-07-13add array tests, cleanup, tidy, and blessRalf Jung-15/+35
2022-07-13assigning to a union field can never drop nowRalf Jung-57/+14
2022-07-13remove untagged_union feature gateRalf Jung-449/+386
2022-07-13also allow arrays of allowed typesRalf Jung-4/+13
2022-07-13allow unions with mutable references and tuples of allowed typesRalf Jung-12/+59
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/+324
2022-07-13Auto merge of #99136 - CAD97:layout-faster, r=scottmcmbors-21/+38
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-830/+830
2022-07-13Auto merge of #98145 - ouz-a:some_branch, r=oli-obkbors-227/+401
2022-07-13Rollup merge of #99199 - TaKO8Ki:remove-unnecessary-span-to-snippet, r=cjgillotDylan DPC-14/+11