| Age | Commit message (Expand) | Author | Lines |
| 2022-07-15 | Auto merge of #98203 - kckeiks:gather-body-owners-in-hir-item-queries, r=cjgi... | bors | -113/+105 |
| 2022-07-14 | Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillot | bors | -145/+296 |
| 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 | -768/+916 |
| 2022-07-14 | Rollup merge of #99222 - atsuzaki:generic_const_err, r=lcnr | Dylan DPC | -0/+27 |
| 2022-07-14 | Rollup merge of #99192 - Amanieu:fix-asm-srcloc, r=petrochenkov | Dylan DPC | -2/+2 |
| 2022-07-14 | Rollup merge of #99000 - JulianKnodt:allow_resolve_no_substs, r=lcnr | Dylan DPC | -750/+762 |
| 2022-07-14 | Rollup merge of #98580 - PrestonFrom:issue_98466, r=estebank | Dylan DPC | -16/+125 |
| 2022-07-14 | Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillot | bors | -10/+97 |
| 2022-07-14 | Auto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r=Dylan-DPC | bors | -134/+459 |
| 2022-07-14 | Fix spans for asm diagnostics | Amanieu d'Antras | -2/+2 |
| 2022-07-14 | Fix overlapping impls | kadmin | -172/+179 |
| 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 | -121/+425 |
| 2022-07-14 | Rollup merge of #97720 - cjgillot:all-fresh, r=petrochenkov | Dylan DPC | -12/+28 |
| 2022-07-14 | Auto merge of #98975 - jyn514:unstable_opts, r=wesleywiser | bors | -363/+364 |
| 2022-07-14 | Auto merge of #98754 - jyn514:non-trivial-drop, r=compiler-errors | bors | -3/+25 |
| 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 | -363/+364 |
| 2022-07-13 | add array tests, cleanup, tidy, and bless | Ralf Jung | -2/+3 |
| 2022-07-13 | assigning to a union field can never drop now | Ralf Jung | -38/+11 |
| 2022-07-13 | remove untagged_union feature gate | Ralf Jung | -76/+37 |
| 2022-07-13 | also allow arrays of allowed types | Ralf Jung | -0/+5 |
| 2022-07-13 | allow unions with mutable references and tuples of allowed types | Ralf Jung | -5/+22 |
| 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/+125 |
| 2022-07-13 | collect module item-likes in visit_items | Miguel Guarniz | -7/+10 |
| 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 | -336/+480 |
| 2022-07-13 | merge visitors in queries | Miguel Guarniz | -135/+75 |
| 2022-07-13 | inline associated_body | Miguel Guarniz | -20/+5 |
| 2022-07-13 | use gathered body_owners in par_body_owners | Miguel Guarniz | -13/+2 |
| 2022-07-13 | Auto merge of #98145 - ouz-a:some_branch, r=oli-obk | bors | -27/+205 |
| 2022-07-13 | Rollup merge of #99199 - TaKO8Ki:remove-unnecessary-span-to-snippet, r=cjgillot | Dylan DPC | -14/+11 |
| 2022-07-13 | Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwco | Dylan DPC | -28/+38 |
| 2022-07-13 | Rollup merge of #99030 - rust-lang:notriddle/field-recovery, r=petrochenkov | Dylan DPC | -0/+18 |
| 2022-07-13 | Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddyb | Dylan DPC | -58/+53 |
| 2022-07-13 | Rollup merge of #98574 - dingxiangfei2009:let-else-thir, r=oli-obk | Dylan DPC | -236/+360 |
| 2022-07-13 | Add feature gate. | Camille GILLOT | -1/+19 |
| 2022-07-13 | Always use CreateParameter mode for function definitions. | Camille GILLOT | -11/+9 |
| 2022-07-13 | Rollup merge of #99185 - krasimirgg:llvm-wrapper-inlineasm, r=nikic | Guillaume Gomez | -0/+6 |
| 2022-07-13 | Rollup merge of #99020 - fee1-dead-contrib:repr_transparent_non_exhaustive, r... | Guillaume Gomez | -5/+121 |
| 2022-07-13 | fix documentation | Deadbeef | -6/+10 |
| 2022-07-13 | avoid `&str` to `String` conversions | Takayuki Maeda | -2/+2 |
| 2022-07-13 | remove an unnecessary `span_to_snippet` | Takayuki Maeda | -12/+9 |
| 2022-07-13 | Auto merge of #99101 - RalfJung:interpret-projections, r=oli-obk | bors | -432/+540 |
| 2022-07-12 | Add back expr size checks | Maybe Waffle | -3/+3 |