| Age | Commit message (Expand) | Author | Lines |
| 2025-06-17 | Rollup merge of #142584 - Urgau:span-borrowck-139049, r=fmease | Jubilee | -116/+64 |
| 2025-06-17 | Rollup merge of #142570 - jieyouxu:disunion, r=estebank | Jubilee | -26/+74 |
| 2025-06-17 | Reject union default field values | Jieyou Xu | -20/+62 |
| 2025-06-16 | trait_sel: skip `nominal_obligations` for `Sized` | David Wood | -36/+4 |
| 2025-06-16 | trait_sel: skip elaboration of sizedness supertrait | David Wood | -28/+116 |
| 2025-06-16 | tests: bless remaining tests | David Wood | -18/+128 |
| 2025-06-16 | tests: add overflow test | David Wood | -0/+66 |
| 2025-06-16 | tests: unconstrain params in `non_lifetime_binders` | David Wood | -43/+64 |
| 2025-06-16 | tests: update tests with unconstrained parameters | David Wood | -7/+32 |
| 2025-06-16 | tests: `PointeeSized` bounds with extern types | David Wood | -67/+128 |
| 2025-06-16 | middle: print `{Meta,Pointee}Sized` in opaques | David Wood | -0/+119 |
| 2025-06-16 | trait_sel: print `{Meta,Pointee}Sized` impl headers | David Wood | -0/+206 |
| 2025-06-16 | aux: add `{Meta,Pointee}Sized` bounds to minicore | David Wood | -25/+25 |
| 2025-06-16 | hir_analysis: add `{Meta,Pointee}Sized` bounds | David Wood | -65/+475 |
| 2025-06-16 | tests: `{Meta,Pointee}Sized` in non-minicore tests | David Wood | -133/+417 |
| 2025-06-16 | Revert overeager warning for misuse of `--print native-static-libs` | Jubilee Young | -19/+0 |
| 2025-06-16 | Handle same-crate macro for borrowck semicolon suggestion | Urgau | -116/+64 |
| 2025-06-16 | Rollup merge of #142341 - xizheyin:142311, r=fee1-dead | Jakub Beránek | -0/+77 |
| 2025-06-16 | Change __rust_no_alloc_shim_is_unstable to be a function | Daniel Paoliello | -0/+1 |
| 2025-06-16 | Make sure to propagate result from visit_expr_fields | Michael Goulet | -1/+20 |
| 2025-06-17 | Add support for repetition to `proc_macro::quote` | Tomoaki Kobayashi | -59/+192 |
| 2025-06-16 | Dont suggest converting `///` to regular comment when it appears after missin... | xizheyin | -0/+77 |
| 2025-06-16 | aux: add `{Meta,Pointee}Sized` to minicore | David Wood | -1/+8 |
| 2025-06-16 | trait_sel: `{Meta,Pointee}Sized` on `?Sized` types | David Wood | -46/+692 |
| 2025-06-16 | trait_sel: `{Meta,Pointee}Sized` on `Sized` types | David Wood | -0/+114 |
| 2025-06-16 | Bless unicode test | Mark Rousskov | -1/+1 |
| 2025-06-16 | Add union with default field values case test | Jieyou Xu | -8/+14 |
| 2025-06-16 | Fix RISC-V C function ABI when passing/returning structs containing floats | beetrees | -0/+44 |
| 2025-06-15 | Rollup merge of #142543 - Urgau:span-borrowck-semicolon, r=fmease | León Orell Valerian Liehr | -0/+159 |
| 2025-06-15 | Rollup merge of #142389 - beetrees:cranelift-arg-ext, r=bjorn3 | León Orell Valerian Liehr | -0/+1118 |
| 2025-06-15 | Rollup merge of #142347 - azhogin:azhogin/async-drop-storage-live-dead-fix, r... | León Orell Valerian Liehr | -1/+133 |
| 2025-06-15 | Rollup merge of #141937 - WaffleLapkin:never-report-in-deps, r=oli-obk,travis... | León Orell Valerian Liehr | -0/+645 |
| 2025-06-15 | Rollup merge of #133952 - bjorn3:remove_wasm_legacy_abi, r=alexcrichton | León Orell Valerian Liehr | -171/+0 |
| 2025-06-15 | Only traverse reachable blocks in JumpThreading. | Camille GILLOT | -0/+20 |
| 2025-06-15 | Suggest adding semicolon in user code rather than macro impl details | Urgau | -0/+159 |
| 2025-06-15 | Auto merge of #142398 - fee1-dead-contrib:push-ynxrtswtkyxw, r=oli-obk | bors | -12/+12 |
| 2025-06-15 | Move the place in `&pin mut $place` when `!Unpin` to ensure soundness | Frank King | -182/+526 |
| 2025-06-15 | Move `tests/ui/async-await/pin-ergonomics` to `tests/ui` | Frank King | -0/+0 |
| 2025-06-15 | Implement pinned borrows, part of `pin_ergonomics` | Frank King | -10/+299 |
| 2025-06-15 | Add `simd_funnel_sh{l,r}` and `simd_round_ties_even` | sayantn | -25/+138 |
| 2025-06-14 | Auto merge of #142129 - shepmaster:mismatched-syntaxes-in-function-like-place... | bors | -3/+107 |
| 2025-06-14 | Remove all support for wasm's legacy ABI | bjorn3 | -171/+0 |
| 2025-06-14 | Rollup merge of #142477 - JonathanBrouwer:associated-type-suggestion, r=Waffl... | Matthias Krüger | -0/+59 |
| 2025-06-14 | Rollup merge of #142464 - RalfJung:variadic-fn-abi-error, r=workingjubilee | Matthias Krüger | -29/+27 |
| 2025-06-14 | Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errors | Matthias Krüger | -448/+398 |
| 2025-06-14 | Rollup merge of #140593 - m-ou-se:some-temp, r=Nadrieril | Matthias Krüger | -131/+124 |
| 2025-06-14 | Async drop - fix for StorageLive/StorageDead codegen for pinned async drop fu... | Andrew Zhogin | -1/+133 |
| 2025-06-14 | Marks ADT live if it appears in pattern | Mu001999 | -16/+131 |
| 2025-06-13 | Rollup merge of #142480 - workingjubilee:unhandwrite-minicore, r=tgross35 | Jubilee | -5/+3 |
| 2025-06-13 | Rollup merge of #142449 - oli-obk:missing-mgca-args, r=BoxyUwU | Jubilee | -0/+35 |