| Age | Commit message (Expand) | Author | Lines |
| 2025-08-03 | Migrate `generate_delegate_methods` assist to use `SyntaxEditor` | Hmikihiro | -36/+41 |
| 2025-08-02 | c-variadic: multiple ABIs in the same program for arm | Folkert de Vries | -0/+1 |
| 2025-08-02 | Migrate `convert_from_to_tryfrom` assist to use `SyntaxEditor` | Hmikihiro | -19/+23 |
| 2025-08-02 | Rollup merge of #144782 - jieyouxu:compiletest-selftests, r=Kobzol | Samuel Tardieu | -16/+2 |
| 2025-08-02 | Rollup merge of #144747 - petrochenkov:annusexp2, r=RalfJung | Samuel Tardieu | -19/+18 |
| 2025-08-02 | Reject adding new UI tests directly under `tests/ui/` | Jieyou Xu | -0/+30 |
| 2025-08-02 | Pull out recursive ui test check into its own function | Jieyou Xu | -28/+37 |
| 2025-08-02 | Make `issues_txt_header` a const | Jieyou Xu | -4/+4 |
| 2025-08-02 | Pull out non-descriptive test name check to own function | Jieyou Xu | -21/+39 |
| 2025-08-02 | Pull out stray/empty output snapshot checks into own functions | Jieyou Xu | -22/+29 |
| 2025-08-02 | Pull out unexpected extension check into own function | Jieyou Xu | -42/+46 |
| 2025-08-01 | Remove the omit_gdb_pretty_printer_section attribute | bjorn3 | -1/+14 |
| 2025-08-01 | Fix more docs | Ifeanyi Orizu | -6/+8 |
| 2025-08-01 | Update documentation for overrideCommand config options | Ifeanyi Orizu | -7/+21 |
| 2025-08-01 | compiletest: Improve diagnostics for line annotation mismatches 2 | Vadim Petrochenkov | -19/+18 |
| 2025-08-01 | Auto merge of #144735 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-08-01 | Properly pass path to staged `rustc` to `compiletest` self-tests | Jieyou Xu | -16/+2 |
| 2025-08-01 | Merge pull request #4511 from RalfJung/auto-rustup | Ralf Jung | -1/+1 |
| 2025-08-01 | update rustup PR message | Ralf Jung | -1/+1 |
| 2025-08-01 | fmt | The Miri Cronjob Bot | -1/+1 |
| 2025-08-01 | Merge ref 'adcb3d3b4cd3' from rust-lang/rust | The Miri Cronjob Bot | -2051/+3145 |
| 2025-08-01 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-08-01 | Rollup merge of #144751 - dalvescb:curtisd/aix_libextension, r=Noratrieb | Jacob Pratt | -0/+2 |
| 2025-08-01 | Rollup merge of #144691 - xizheyin:suggest-confuse, r=estebank | Jacob Pratt | -1/+1 |
| 2025-07-31 | Allow `dangling_pointers_from_locals` lint in tests | Urgau | -0/+3 |
| 2025-07-31 | add correct dynamic_lib_extension for aix | Curtis D'Alves | -0/+2 |
| 2025-07-31 | Do not give function allocations alignment in consteval or miri. | Zachary S | -25/+0 |
| 2025-07-31 | Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnr | Jana Dönszelmann | -33/+46 |
| 2025-07-31 | Rollup merge of #144712 - nnethercote:dedup-num-types, r=fmease | Jana Dönszelmann | -13/+42 |
| 2025-07-31 | Rollup merge of #144688 - Stypox:better-enter-trace-span, r=RalfJung | Jana Dönszelmann | -37/+6 |
| 2025-07-31 | Merge pull request #20345 from Hmikihiro/Migrate_add_trait_assoc_items_to_impl | Shoyu Vanilla (Flint) | -26/+67 |
| 2025-07-31 | Update cargo | Weihang Lo | -0/+0 |
| 2025-07-31 | Make Miri's enter_trace_span! call const_eval's | Stypox | -22/+5 |
| 2025-07-31 | remove rustc_attr_data_structures | Jana Dönszelmann | -33/+46 |
| 2025-07-31 | Auto merge of #144731 - samueltardieu:rollup-36y30k2, r=samueltardieu | bors | -2/+39 |
| 2025-07-31 | Rollup merge of #136840 - Flakebi:linker-plugin-lto-fat, r=dianqk | Samuel Tardieu | -2/+39 |
| 2025-07-31 | Deduplicate `IntTy`/`UintTy`/`FloatTy`. | Nicholas Nethercote | -13/+42 |
| 2025-07-31 | `cargo clippy --fix` | Lukas Wirth | -3331/+3073 |
| 2025-07-31 | Fix linker-plugin-lto only doing thin lto | Flakebi | -2/+39 |
| 2025-07-31 | Merge pull request #4508 from RalfJung/rustup | Ralf Jung | -2/+6 |
| 2025-07-31 | Merge pull request #20342 from Veykril/push-zysqtqskuxvr | Lukas Wirth | -425/+848 |
| 2025-07-31 | Add version command to proc-macro-srv | Lukas Wirth | -18/+139 |
| 2025-07-31 | bless cargo miri doctest execution | Ralf Jung | -1/+5 |
| 2025-07-31 | Reorganize proc-macro-srv | Lukas Wirth | -148/+131 |
| 2025-07-31 | Properly clean proc-macro-srv proc-macro temp dir | Lukas Wirth | -18/+125 |
| 2025-07-31 | rely on preinstalled rustup on windows-arm | Ralf Jung | -6/+0 |
| 2025-07-31 | rustup | Ralf Jung | -1/+1 |
| 2025-07-31 | Extend `is_case_difference` to handle digit-letter confusables | xizheyin | -1/+1 |
| 2025-07-31 | Remove `TyCtxt::get_attrs_unchecked`. | Nicholas Nethercote | -3/+3 |
| 2025-07-31 | Uniform enter_trace_span! and add documentation | Stypox | -16/+2 |