| Age | Commit message (Expand) | Author | Lines |
| 2025-06-16 | aux: add `{Meta,Pointee}Sized` bounds to minicore | David Wood | -40/+40 |
| 2025-06-16 | hir_analysis: add `{Meta,Pointee}Sized` bounds | David Wood | -207/+798 |
| 2025-06-16 | lint: don't consider sizedness in upcastable lint | David Wood | -2/+2 |
| 2025-06-16 | library/compiler: add `PointeeSized` bounds | David Wood | -219/+310 |
| 2025-06-16 | tests: `{Meta,Pointee}Sized` in non-minicore tests | David Wood | -172/+616 |
| 2025-06-16 | Auto merge of #142447 - dianqk:llvm-20.1.7, r=nikic | bors | -0/+0 |
| 2025-06-16 | Merge pull request #2472 from cbloodsworth/fix/tytable_parens | Boxy | -2/+2 |
| 2025-06-16 | docs: add link to span_lint in diagnostics.rs. (#15065) | Timo | -3/+3 |
| 2025-06-16 | docs: add link to span_lint in diagnostics.rs. | Chris Bloodsworth | -3/+3 |
| 2025-06-16 | add and use generic get_const_int function | Manuel Drehwald | -7/+4 |
| 2025-06-16 | indicate ppc64 elf abi in e_flags | ostylk | -1/+19 |
| 2025-06-16 | Remove hanging parenthesis from example signature. | Chris Bloodsworth | -2/+2 |
| 2025-06-16 | explicitly set llvm_abiname option on existing ppc64 targets | ostylk | -1/+9 |
| 2025-06-16 | Revert overeager warning for misuse of `--print native-static-libs` | Jubilee Young | -38/+0 |
| 2025-06-16 | Apply suggestions from code review | Celina G. Val | -230/+1 |
| 2025-06-16 | Fix some unused fields in AST visitor | Michael Goulet | -2/+2 |
| 2025-06-16 | Auto merge of #142589 - Kobzol:rollup-j90fk2j, r=Kobzol | bors | -238/+912 |
| 2025-06-16 | Handle same-crate macro for borrowck semicolon suggestion | Urgau | -120/+65 |
| 2025-06-16 | Rollup merge of #142573 - lcnr:search_graph-3, r=lqd | Jakub Beránek | -17/+6 |
| 2025-06-16 | Rollup merge of #142565 - bjorn3:wasm32_unknown_naked_asm_test, r=RalfJung | Jakub Beránek | -3/+6 |
| 2025-06-16 | Rollup merge of #142562 - tgross35:update-backtrace, r=workingjubilee | Jakub Beránek | -0/+0 |
| 2025-06-16 | Rollup merge of #142554 - nnethercote:fix-PathSource-lifetimes, r=petrochenkov | Jakub Beránek | -33/+33 |
| 2025-06-16 | Rollup merge of #142498 - GrigorenkoPV:as-ptr-refactor, r=jdonszelmann | Jakub Beránek | -13/+41 |
| 2025-06-16 | Rollup merge of #142414 - folkertdev:ignore-nostd-tests, r=jieyouxu | Jakub Beránek | -21/+184 |
| 2025-06-16 | Rollup merge of #142341 - xizheyin:142311, r=fee1-dead | Jakub Beránek | -17/+105 |
| 2025-06-16 | Rollup merge of #139340 - beetrees:riscv-float-struct-abi, r=workingjubilee | Jakub Beránek | -134/+537 |
| 2025-06-16 | Change __rust_no_alloc_shim_is_unstable to be a function | Daniel Paoliello | -12/+28 |
| 2025-06-16 | Change __rust_no_alloc_shim_is_unstable to be a function | Daniel Paoliello | -131/+155 |
| 2025-06-16 | Change __rust_no_alloc_shim_is_unstable to be a function | Daniel Paoliello | -36/+42 |
| 2025-06-16 | Make sure to propagate result from visit_expr_fields | Michael Goulet | -2/+21 |
| 2025-06-16 | Fold unnecessary visit_struct_field_def in AstValidator | Michael Goulet | -18/+2 |
| 2025-06-16 | Merge pull request #2471 from Darksonn/patch-1 | nora | -1/+1 |
| 2025-06-16 | make more CodegenCx function generic | Manuel Drehwald | -2/+2 |
| 2025-06-16 | Merge pull request #20015 from Veykril/push-wsxzsuurqwwr | Lukas Wirth | -8/+92 |
| 2025-06-16 | feat: Insert required parentheses when typing `+` in trait type | Lukas Wirth | -8/+92 |
| 2025-06-16 | Update books | rustbot | -0/+0 |
| 2025-06-17 | Add support for repetition to `proc_macro::quote` | Tomoaki Kobayashi | -63/+519 |
| 2025-06-16 | Merge pull request #20014 from Veykril/push-lsqvxunvnrqw | Lukas Wirth | -26/+57 |
| 2025-06-16 | Add comment to prevent having code other than `initSearch` at the end of `sea... | Guillaume Gomez | -0/+4 |
| 2025-06-16 | feat: Show what cargo metadata is doing in status | Lukas Wirth | -26/+57 |
| 2025-06-16 | Merge pull request #713 from GuillaumeGomez/fix-warnings | antoyo | -180/+204 |
| 2025-06-16 | Make the `tempfile` version in `Cargo.toml` matches the one in `Cargo.lock` | Guillaume Gomez | -1/+1 |
| 2025-06-16 | Rename BorrowFlag type to BorrowCounter | Neal | -12/+12 |
| 2025-06-16 | Two changes: Have BorrowError & BorrowMutError derive Debug and add | Neal | -24/+18 |
| 2025-06-16 | Add lint for broken doc links (#13696) | Jason Newcomb | -7/+229 |
| 2025-06-16 | Port `#[rustc_as_ptr]` to the new attribute system | Pavel Grigorenko | -13/+41 |
| 2025-06-16 | Dont suggest converting `///` to regular comment when it appears after missin... | xizheyin | -17/+105 |
| 2025-06-16 | Use stage 1 for building docs | Alice Ryhl | -1/+1 |
| 2025-06-16 | Update tempfile dependency | Guillaume Gomez | -7/+43 |
| 2025-06-16 | Fix clippy lints | Guillaume Gomez | -156/+142 |