| Age | Commit message (Expand) | Author | Lines |
| 2025-06-17 | Add a comment to `FORMAT_VERSION`. | Nicholas Nethercote | -0/+8 |
| 2025-06-16 | rustdoc: make srcIndex no longer a global variable | binarycat | -31/+11 |
| 2025-06-17 | Add a warning to LateContext::get_def_path | blyxyas | -0/+9 |
| 2025-06-17 | Reject union default field values | Jieyou Xu | -30/+103 |
| 2025-06-16 | clippy: `{Meta,Pointee,}Sized` in non-minicore | David Wood | -2/+8 |
| 2025-06-16 | cranelift/gcc: `{Meta,Pointee,}Sized` in minicore | David Wood | -30/+36 |
| 2025-06-16 | cranelift/gcc: `{Meta,Pointee,}Sized` in minicore | David Wood | -30/+36 |
| 2025-06-16 | miri: bless tests | David Wood | -4/+4 |
| 2025-06-16 | clippy: add `MetaSized` conditions | David Wood | -1/+8 |
| 2025-06-16 | miri: fix build | David Wood | -1/+1 |
| 2025-06-16 | cranelift/gcc: `{Meta,Pointee,}Sized` in minicore | David Wood | -60/+72 |
| 2025-06-16 | clippy: `{Meta,Pointee,}Sized` in non-minicore | David Wood | -2/+8 |
| 2025-06-16 | clippy: add `MetaSized` conditions | David Wood | -1/+8 |
| 2025-06-16 | bootstrap: address lint failures | David Wood | -2/+2 |
| 2025-06-16 | rustdoc: `PointeeSized` bounds with extern types | David Wood | -1/+1 |
| 2025-06-16 | rustdoc: `{Meta,Pointee,}Sized` in non-minicore | David Wood | -21/+109 |
| 2025-06-16 | rustdoc: skip `MetaSized` bounds | David Wood | -7/+52 |
| 2025-06-16 | trait_sel: skip `nominal_obligations` for `Sized` | David Wood | -36/+12 |
| 2025-06-16 | trait_sel: skip elaboration of sizedness supertrait | David Wood | -40/+268 |
| 2025-06-16 | trait_sel: extend fast path with sized hierarchy | David Wood | -23/+47 |
| 2025-06-16 | tests: bless remaining tests | David Wood | -25/+135 |
| 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 | -69/+131 |
| 2025-06-16 | middle: print `{Meta,Pointee}Sized` in opaques | David Wood | -5/+150 |
| 2025-06-16 | trait_sel: print `{Meta,Pointee}Sized` impl headers | David Wood | -16/+252 |
| 2025-06-16 | trait_sel: sort `{Meta,Pointee}Sized` diagnostics last | David Wood | -10/+17 |
| 2025-06-16 | trait_sel: `MetaSized` bounds in dispatchable check | David Wood | -8/+15 |
| 2025-06-16 | trait_sel: stash `{Meta,Pointee}Sized` errors | David Wood | -1/+4 |
| 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 |