| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-06-16 | Set MSG_NOSIGNAL for UnixSteam | Michał Łowicki | -1/+36 |
| 2025-06-16 | Merge pull request #19994 from sourcefrog/book-links | Laurențiu Nicola | -3/+2 |
| 2025-06-16 | Update the `backtrace` submodule | Trevor Gross | -0/+0 |
| 2025-06-16 | Remove an `njn:` comment accidentaly left behind. | Nicholas Nethercote | -1/+2 |
| 2025-06-16 | linked_list tests: less static mut | Marijn Schouten | -66/+30 |
| 2025-06-16 | Auto merge of #142521 - sayantn:simplify-intrinsics, r=nikic,workingjubilee | bors | -242/+55 |
| 2025-06-16 | Test Debug for Location. | Mara Bos | -0/+8 |
| 2025-06-16 | Handle win32 separator & prefixes for cygwin paths | 王宇逸 | -173/+772 |
| 2025-06-16 | Auto merge of #142550 - fmease:rollup-fteyzcv, r=fmease | bors | -1030/+2791 |
| 2025-06-16 | Fix `PathSource` lifetimes. | Nicholas Nethercote | -33/+33 |
| 2025-06-15 | Fix FP of `identity_op` when encountering `Default::default()` (#15028) | Samuel Tardieu | -6/+200 |
| 2025-06-15 | Rollup merge of #142543 - Urgau:span-borrowck-semicolon, r=fmease | León Orell Valerian Liehr | -3/+166 |
| 2025-06-15 | Rollup merge of #142499 - Shourya742:2025-06-14-remove-check-run-bootstrap, r... | León Orell Valerian Liehr | -50/+19 |
| 2025-06-15 | Rollup merge of #142481 - heiher:loong-asm-f16, r=Amanieu | León Orell Valerian Liehr | -4/+51 |
| 2025-06-15 | Rollup merge of #142470 - tgross35:mailmap, r=Mark-Simulacrum | León Orell Valerian Liehr | -0/+7 |
| 2025-06-15 | Rollup merge of #142389 - beetrees:cranelift-arg-ext, r=bjorn3 | León Orell Valerian Liehr | -22/+37 |
| 2025-06-15 | Rollup merge of #142389 - beetrees:cranelift-arg-ext, r=bjorn3 | León Orell Valerian Liehr | -27/+1161 |
| 2025-06-15 | Rollup merge of #142347 - azhogin:azhogin/async-drop-storage-live-dead-fix, r... | León Orell Valerian Liehr | -9/+387 |
| 2025-06-15 | Rollup merge of #141937 - WaffleLapkin:never-report-in-deps, r=oli-obk,travis... | León Orell Valerian Liehr | -0/+647 |
| 2025-06-15 | Rollup merge of #134661 - dtolnay:prefixattr, r=fmease | León Orell Valerian Liehr | -11/+11 |