| Age | Commit message (Expand) | Author | Lines |
| 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 | hir_analysis: add `{Meta,Pointee}Sized` bounds | David Wood | -142/+323 |
| 2025-06-16 | lint: don't consider sizedness in upcastable lint | David Wood | -1/+2 |
| 2025-06-16 | library/compiler: add `PointeeSized` bounds | David Wood | -24/+53 |
| 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 | -0/+18 |
| 2025-06-16 | explicitly set llvm_abiname option on existing ppc64 targets | ostylk | -0/+8 |
| 2025-06-16 | Revert overeager warning for misuse of `--print native-static-libs` | Jubilee Young | -19/+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 | Handle same-crate macro for borrowck semicolon suggestion | Urgau | -4/+1 |
| 2025-06-16 | Rollup merge of #142573 - lcnr:search_graph-3, r=lqd | Jakub Beránek | -17/+6 |
| 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 #142341 - xizheyin:142311, r=fee1-dead | Jakub Beránek | -17/+28 |
| 2025-06-16 | Rollup merge of #139340 - beetrees:riscv-float-struct-abi, r=workingjubilee | Jakub Beránek | -134/+272 |
| 2025-06-16 | Change __rust_no_alloc_shim_is_unstable to be a function | Daniel Paoliello | -98/+114 |
| 2025-06-16 | Make sure to propagate result from visit_expr_fields | Michael Goulet | -1/+1 |
| 2025-06-16 | Fold unnecessary visit_struct_field_def in AstValidator | Michael Goulet | -18/+2 |
| 2025-06-16 | make more CodegenCx function generic | Manuel Drehwald | -2/+2 |
| 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/+28 |
| 2025-06-16 | trait_sel: `{Meta,Pointee}Sized` on `?Sized` types | David Wood | -174/+215 |
| 2025-06-16 | trait_sel: `{Meta,Pointee}Sized` on `Sized` types | David Wood | -0/+101 |
| 2025-06-16 | Reason about borrowed classes in CopyProp. | Camille GILLOT | -27/+30 |
| 2025-06-16 | Add comment. | Camille GILLOT | -0/+3 |
| 2025-06-16 | Rollup merge of #142561 - nnethercote:fix-njn-comment, r=chenyukang | Jakub Beránek | -1/+2 |
| 2025-06-16 | Rollup merge of #142530 - fee1-dead-contrib:push-klusvwusyqvq, r=compiler-errors | Jakub Beránek | -20/+12 |
| 2025-06-16 | Rollup merge of #142528 - fee1-dead-contrib:push-rlxklunqkwmv, r=RalfJung | Jakub Beránek | -1/+1 |
| 2025-06-16 | Rollup merge of #142450 - xizheyin:rustc-query-doc, r=SparrowLii | Jakub Beránek | -4/+60 |
| 2025-06-16 | Rollup merge of #142082 - xizheyin:rustc_attr_data_structures, r=jdonszelmann | Jakub Beránek | -14/+48 |
| 2025-06-16 | candidate_is_applicable to method | lcnr | -17/+6 |
| 2025-06-16 | Emit linker timing section | Jakub Beránek | -0/+2 |
| 2025-06-16 | Add infrastructure for emitting timing sections | Jakub Beránek | -11/+146 |
| 2025-06-16 | Add parsing of `--json=timings` | Jakub Beránek | -0/+17 |
| 2025-06-16 | Fix RISC-V C function ABI when passing/returning structs containing floats | beetrees | -134/+272 |
| 2025-06-16 | Implement Stable for Discr | NotLebedev | -14/+15 |
| 2025-06-16 | Add discriminant_for_variant to CoroutineDef | NotLebedev | -8/+44 |
| 2025-06-16 | Add discriminant_for_variant to AdtDef | NotLebedev | -4/+30 |
| 2025-06-16 | Add documentation on top of `rustc_middle/src/query/mod.rs` | xizheyin | -4/+60 |
| 2025-06-16 | Remove an `njn:` comment accidentaly left behind. | Nicholas Nethercote | -1/+2 |
| 2025-06-16 | Auto merge of #142521 - sayantn:simplify-intrinsics, r=nikic,workingjubilee | bors | -242/+55 |
| 2025-06-16 | Auto merge of #142550 - fmease:rollup-fteyzcv, r=fmease | bors | -657/+396 |
| 2025-06-16 | Fix `PathSource` lifetimes. | Nicholas Nethercote | -33/+33 |
| 2025-06-15 | Rollup merge of #142543 - Urgau:span-borrowck-semicolon, r=fmease | León Orell Valerian Liehr | -3/+7 |
| 2025-06-15 | Rollup merge of #142481 - heiher:loong-asm-f16, r=Amanieu | León Orell Valerian Liehr | -3/+26 |
| 2025-06-15 | Rollup merge of #142389 - beetrees:cranelift-arg-ext, r=bjorn3 | León Orell Valerian Liehr | -24/+40 |
| 2025-06-15 | Rollup merge of #142347 - azhogin:azhogin/async-drop-storage-live-dead-fix, r... | León Orell Valerian Liehr | -5/+30 |