| Age | Commit message (Expand) | Author | Lines |
| 2022-07-15 | Remove some more usages of guess_head_span | Michael Goulet | -32/+19 |
| 2022-07-15 | Remove some span_of_impl+unwrap | Michael Goulet | -3/+3 |
| 2022-07-15 | Move item_span from check_item_type into each function | Michael Goulet | -25/+23 |
| 2022-07-15 | remove tcx from ObligationCauseCode::span | Michael Goulet | -18/+12 |
| 2022-07-15 | Remove some more usages of guess_head_span | Michael Goulet | -22/+20 |
| 2022-07-15 | Remove some usages of guess_head_span from typeck | Michael Goulet | -21/+19 |
| 2022-07-15 | Make item spans more consistent | Michael Goulet | -119/+83 |
| 2022-07-14 | Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillot | bors | -147/+300 |
| 2022-07-14 | Auto merge of #99252 - lqd:win-dwarf5, r=eddyb | bors | -17/+20 |
| 2022-07-14 | fix dwarf debuginfo being used in addition to CodeView on windows | Rémy Rakic | -17/+20 |
| 2022-07-14 | Auto merge of #99242 - Dylan-DPC:rollup-34bqdh8, r=Dylan-DPC | bors | -778/+1320 |
| 2022-07-14 | Rollup merge of #99236 - psumbera:Issue99208, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 2022-07-14 | Rollup merge of #99222 - atsuzaki:generic_const_err, r=lcnr | Dylan DPC | -7/+37 |
| 2022-07-14 | Rollup merge of #99192 - Amanieu:fix-asm-srcloc, r=petrochenkov | Dylan DPC | -4/+42 |
| 2022-07-14 | Rollup merge of #99000 - JulianKnodt:allow_resolve_no_substs, r=lcnr | Dylan DPC | -750/+799 |
| 2022-07-14 | Rollup merge of #98580 - PrestonFrom:issue_98466, r=estebank | Dylan DPC | -16/+324 |
| 2022-07-14 | Rollup merge of #98072 - yaahc:generic-member-access, r=thomcc | Dylan DPC | -1/+117 |
| 2022-07-14 | Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillot | bors | -33/+304 |
| 2022-07-14 | solaris: unbreak build on native platform | Petr Sumbera | -0/+1 |
| 2022-07-14 | Auto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r=Dylan-DPC | bors | -268/+1021 |
| 2022-07-14 | Fix spans for asm diagnostics | Amanieu d'Antras | -4/+42 |
| 2022-07-14 | Fix overlapping impls | kadmin | -172/+215 |
| 2022-07-14 | Rollup merge of #99139 - jyn514:dist-tool-help, r=Mark-Simulacrum | Dylan DPC | -1/+5 |
| 2022-07-14 | Rollup merge of #99126 - NiklasJonsson:84447/rustc_span, r=petrochenkov | Dylan DPC | -1/+6 |
| 2022-07-14 | Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot | Dylan DPC | -205/+840 |
| 2022-07-14 | Rollup merge of #98315 - joshtriplett:stabilize-core-ffi-c, r=Mark-Simulacrum | Dylan DPC | -5/+7 |
| 2022-07-14 | Rollup merge of #97720 - cjgillot:all-fresh, r=petrochenkov | Dylan DPC | -56/+163 |
| 2022-07-14 | Auto merge of #98975 - jyn514:unstable_opts, r=wesleywiser | bors | -394/+396 |
| 2022-07-14 | Auto merge of #99225 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2022-07-13 | Update cargo | Eric Huss | -0/+0 |
| 2022-07-13 | Stabilize `core::ffi:c_*` and rexport in `std::ffi` | Josh Triplett | -5/+7 |
| 2022-07-14 | Auto merge of #98754 - jyn514:non-trivial-drop, r=compiler-errors | bors | -35/+369 |
| 2022-07-13 | Update tests | Katherine Philip | -7/+10 |
| 2022-07-13 | Auto merge of #97995 - RalfJung:union-more-nodrop, r=Mark-Simulacrum | bors | -529/+507 |
| 2022-07-13 | Remove predicate note | Katherine Philip | -2/+1 |
| 2022-07-13 | Add checks & fallback branch | Katherine Philip | -1/+13 |
| 2022-07-13 | Use emit_inference_failure_err for ConstEvaluatable predicates | Katherine Philip | -0/+16 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -394/+396 |
| 2022-07-13 | add array tests, cleanup, tidy, and bless | Ralf Jung | -15/+35 |
| 2022-07-13 | assigning to a union field can never drop now | Ralf Jung | -57/+14 |
| 2022-07-13 | remove untagged_union feature gate | Ralf Jung | -449/+386 |
| 2022-07-13 | also allow arrays of allowed types | Ralf Jung | -4/+13 |
| 2022-07-13 | allow unions with mutable references and tuples of allowed types | Ralf Jung | -12/+59 |
| 2022-07-13 | factor 'is this type allowed as union field on stable' into separate function | Ralf Jung | -3/+11 |
| 2022-07-13 | Emit warning when named arguments are used positionally in format | Preston From | -16/+324 |
| 2022-07-13 | Auto merge of #99136 - CAD97:layout-faster, r=scottmcm | bors | -21/+38 |
| 2022-07-13 | reduce scope of allow(rustc::potential_query_instability) in rustc_span | Niklas Jonsson | -1/+6 |
| 2022-07-13 | Auto merge of #99210 - Dylan-DPC:rollup-879cp1t, r=Dylan-DPC | bors | -830/+830 |
| 2022-07-13 | Auto merge of #98145 - ouz-a:some_branch, r=oli-obk | bors | -227/+401 |
| 2022-07-13 | Rollup merge of #99199 - TaKO8Ki:remove-unnecessary-span-to-snippet, r=cjgillot | Dylan DPC | -14/+11 |