| Age | Commit message (Expand) | Author | Lines |
| 2025-06-16 | aux: add `{Meta,Pointee}Sized` to minicore | David Wood | -2/+15 |
| 2025-06-16 | trait_sel: `{Meta,Pointee}Sized` on `?Sized` types | David Wood | -220/+907 |
| 2025-06-16 | trait_sel: `{Meta,Pointee}Sized` on `Sized` types | David Wood | -1/+253 |
| 2025-06-16 | Auto merge of #142574 - Kobzol:rollup-ldj386u, r=Kobzol | bors | -203/+693 |
| 2025-06-16 | Reason about borrowed classes in CopyProp. | Camille GILLOT | -31/+33 |
| 2025-06-16 | Run clippy correctly, run it on `build_system` as well and run it earlier | Guillaume Gomez | -9/+12 |
| 2025-06-16 | Add test. | Camille GILLOT | -0/+76 |
| 2025-06-16 | Fix warnings when not using the `master` feature | Guillaume Gomez | -3/+4 |
| 2025-06-16 | Format goto_type_definition | Laurențiu Nicola | -4/+2 |
| 2025-06-16 | Add comment. | Camille GILLOT | -0/+3 |
| 2025-06-16 | Rollup merge of #142566 - Kobzol:ci-nopt-fix, r=jieyouxu | Jakub Beránek | -10/+2 |
| 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 | -2/+2 |
| 2025-06-16 | Rollup merge of #142450 - xizheyin:rustc-query-doc, r=SparrowLii | Jakub Beránek | -4/+60 |
| 2025-06-16 | Rollup merge of #142431 - Kobzol:bootstrap-snapshot-tests, r=jieyouxu | Jakub Beránek | -20/+158 |
| 2025-06-16 | Rollup merge of #142416 - Kobzol:bootstrap-cleanup-2, r=jieyouxu | Jakub Beránek | -106/+97 |
| 2025-06-16 | Rollup merge of #142373 - m-ou-se:debug-for-location, r=tgross35 | Jakub Beránek | -1/+20 |
| 2025-06-16 | Rollup merge of #142236 - yotamofek:pr/std/pathbuf-extend-docs, r=tgross35 | Jakub Beránek | -0/+27 |
| 2025-06-16 | Rollup merge of #142125 - cberner:file_lock_stable, r=ChrisDenton | Jakub Beránek | -17/+11 |
| 2025-06-16 | Rollup merge of #142082 - xizheyin:rustc_attr_data_structures, r=jdonszelmann | Jakub Beránek | -14/+48 |
| 2025-06-16 | Rollup merge of #141639 - NotLebedev:stable-mir-93, r=oli-obk | Jakub Beránek | -8/+254 |
| 2025-06-16 | Fix warnings | Guillaume Gomez | -4/+2 |
| 2025-06-16 | update to literal-escaper 0.0.4 for better API without `unreachable` and fast... | Marijn Schouten | -165/+137 |
| 2025-06-16 | candidate_is_applicable to method | lcnr | -17/+6 |
| 2025-06-16 | Bless unicode test | Mark Rousskov | -1/+1 |
| 2025-06-16 | Auto merge of #142556 - RalfJung:miri-sync, r=RalfJung | bors | -1013/+882 |
| 2025-06-16 | Extend num tests on `usize` and `isize` as well | Guillaume Gomez | -0/+4 |
| 2025-06-16 | Specialize `ToString` implementation on `u128` and `i128` | Guillaume Gomez | -15/+14 |
| 2025-06-16 | Add union with default field values case test | Jieyou Xu | -8/+14 |
| 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/+174 |
| 2025-06-16 | Add parsing of `--json=timings` | Jakub Beránek | -0/+17 |
| 2025-06-16 | Implement `_fmt` on `u128` | Guillaume Gomez | -94/+107 |
| 2025-06-16 | Fix RISC-V C function ABI when passing/returning structs containing floats | beetrees | -24/+42 |
| 2025-06-16 | Fix RISC-V C function ABI when passing/returning structs containing floats | beetrees | -1/+1 |
| 2025-06-16 | Fix RISC-V C function ABI when passing/returning structs containing floats | beetrees | -134/+537 |
| 2025-06-16 | Fix `-nopt` CI jobs | Jakub Beránek | -10/+2 |
| 2025-06-16 | Test naked asm for wasm32-unknown-unknown | bjorn3 | -3/+6 |
| 2025-06-16 | Use the new --debug flag of abi-cafe | bjorn3 | -26/+4 |
| 2025-06-16 | Rustup to rustc 1.89.0-nightly (586ad391f 2025-06-15) | bjorn3 | -1/+1 |
| 2025-06-16 | Sync from rust 586ad391f5ee4519acc7cae340e34673bae762b1 | bjorn3 | -4/+0 |
| 2025-06-16 | Fix test description | NotLebedev | -2/+2 |
| 2025-06-16 | Add test for `AdtDef::discriminant_for_variant` polymorphic over parameter | NotLebedev | -0/+29 |
| 2025-06-16 | Add test for `AdtDef::discriminant_for_variant` | NotLebedev | -0/+154 |
| 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 for `PathBuf`'s `FromIterator` and `Extend` impls | Yotam Ofek | -0/+27 |
| 2025-06-16 | Add documentation on top of `rustc_middle/src/query/mod.rs` | xizheyin | -4/+60 |