| Age | Commit message (Expand) | Author | Lines |
| 2025-09-22 | Merge pull request #20718 from ChayimFriedman2/inlay-max-len-docs | Chayim Refael Friedman | -1/+5 |
| 2025-09-22 | Clarify `rust-analyzer.inlayHints.maxLength` is not a hard guarantee | Chayim Refael Friedman | -1/+5 |
| 2025-09-21 | Mark float intrinsics with no preconditions as safe | ltdk | -188/+222 |
| 2025-09-22 | Introduce "wrapper" helpers to rustdoc | Yotam Ofek | -238/+248 |
| 2025-09-21 | Bless UI tests | Jules Bertholet | -1/+5 |
| 2025-09-21 | Re-use some existing util fns | Yotam Ofek | -9/+7 |
| 2025-09-21 | Early return in `visibility_print_with_space` | Yotam Ofek | -4/+7 |
| 2025-09-21 | Auto merge of #146862 - matthiaskrgr:rollup-1zqootr, r=matthiaskrgr | bors | -408/+862 |
| 2025-09-21 | Rollup merge of #146639 - joboet:shared-stdiopipes, r=Mark-Simulacrum | Matthias Krüger | -34/+21 |
| 2025-09-21 | Rollup merge of #146606 - Enselic:test-test-args, r=Mark-Simulacrum | Matthias Krüger | -0/+7 |
| 2025-09-21 | Rollup merge of #146486 - ferrocene:pvdrz/improve-atomic-coverage, r=ibraheemdev | Matthias Krüger | -4/+240 |
| 2025-09-21 | Rollup merge of #143857 - Periodic1911:macro-export, r=jdonszelmann | Matthias Krüger | -370/+594 |
| 2025-09-21 | Add x86_64-unknown-motor (Motor OS) tier 3 target | U. Lasiotus | -3/+131 |
| 2025-09-21 | emit attribute for readonly non-pure inline assembly | Folkert de Vries | -2/+56 |
| 2025-09-21 | Make mips64el-unknown-linux-muslabi64 link dynamically | Jens Reidel | -4/+1 |
| 2025-09-21 | Allow shared access to `Exclusive<T>` when `T: Sync` | Jules Bertholet | -10/+104 |
| 2025-09-21 | regression test for https://github.com/rust-lang/rust/issues/117763 | The 8472 | -0/+17 |
| 2025-09-21 | std: merge definitions of `StdioPipes` | joboet | -34/+21 |
| 2025-09-21 | Merge pull request #2594 from cammeresi/spelling-20250921 | Tshepang Mbambo | -1/+1 |
| 2025-09-21 | Explain tests and setting cfgs | Ben Kimock | -0/+15 |
| 2025-09-21 | Change the cfg to a dash | Ben Kimock | -78/+78 |
| 2025-09-21 | Add panic=immediate-abort | Ben Kimock | -157/+541 |
| 2025-09-22 | mbe: Switch dummy extension used for errors from `LegacyBang` to `Bang` | Josh Triplett | -8/+8 |
| 2025-09-22 | Switch `dummy_bang` from `LegacyBang` to `Bang` | Josh Triplett | -14/+11 |
| 2025-09-21 | Correct a misspelling of RUSTC_LOG | Sidney Cammeresi | -1/+1 |
| 2025-09-21 | Auto merge of #146659 - cjgillot:impossible-taint, r=oli-obk | bors | -61/+201 |
| 2025-09-21 | remove prepare_test_specific_dir and update tests accordingly | bit-aloo | -89/+65 |
| 2025-09-21 | add explicit config assignment when running the test, as the src is assigned ... | bit-aloo | -0/+9 |
| 2025-09-21 | initialize out with CARGO_TARGET_DIR and then go for manifest and then for cu... | bit-aloo | -8/+19 |
| 2025-09-21 | add dry_run flag in config builder and remove runtime test hacks | bit-aloo | -7/+15 |
| 2025-09-21 | remove create_config_without_ci_llvm_override duplication | bit-aloo | -21/+19 |
| 2025-09-21 | rename config_toml to with_default_toml_config | bit-aloo | -18/+33 |
| 2025-09-21 | this is dicy, whether we have a method to explicitly enable_llvm_override | bit-aloo | -0/+15 |
| 2025-09-21 | move most of the test to new testCtx | bit-aloo | -191/+152 |
| 2025-09-21 | allow symlinking during test | bit-aloo | -1/+1 |
| 2025-09-21 | remove using default toml config for test in get_toml, we handle it via using... | bit-aloo | -4/+0 |
| 2025-09-21 | let verify method run in test settings | bit-aloo | -1/+1 |
| 2025-09-21 | add an API in ConfigBuilder to point to config file for toml parsing | bit-aloo | -0/+8 |
| 2025-09-21 | walk up the ancestors | bit-aloo | -6/+7 |
| 2025-09-21 | make cargo test work for bootstrap self test | bit-aloo | -73/+17 |
| 2025-09-21 | Changes to uitests for macro_export port | Jonathan Brouwer | -277/+417 |
| 2025-09-21 | Port #[macro_export] to the new attribute parsing infrastructure | Jonathan Brouwer | -93/+177 |
| 2025-09-21 | Auto merge of #146592 - Kobzol:tidy-diag, r=jieyouxu | bors | -580/+781 |
| 2025-09-21 | Implement output of colored messages with optional check context | Jakub Beránek | -55/+152 |
| 2025-09-21 | Migrate the remaining tidy checks to diagnostics | Jakub Beránek | -572/+560 |
| 2025-09-21 | Add `CheckId`, migrate the `alphabetical` check to diagnostics | Jakub Beránek | -45/+63 |
| 2025-09-21 | Add diagnostics context and migrate the `style` check to it | Jakub Beránek | -89/+187 |
| 2025-09-21 | btree InternalNode::new safety comments | Marijn Schouten | -2/+3 |
| 2025-09-21 | Add self-profile events for target-machine creation | Zalathar | -0/+10 |
| 2025-09-21 | Auto merge of #146779 - GuillaumeGomez:gcc-ignore-test_ui_abi, r=Kobzol,jieyouxu | bors | -0/+14 |