| Age | Commit message (Expand) | Author | Lines |
| 2025-09-22 | add comment explaining the test_build_dir | bit-aloo | -0/+7 |
| 2025-09-22 | add check for toml file | bit-aloo | -10/+9 |
| 2025-09-22 | share the check_nondet helper as well | Ralf Jung | -174/+138 |
| 2025-09-22 | share check_all_outcomes impl, and increase max iteration counts | Ralf Jung | -60/+45 |
| 2025-09-22 | remove explicit target assignment in config during rustc initialization | bit-aloo | -15/+8 |
| 2025-09-22 | Fix modification check of `rustdoc-json-types` | Jakub Beránek | -2/+4 |
| 2025-09-22 | Merge pull request #4595 from RalfJung/tb-terms | Ralf Jung | -197/+128 |
| 2025-09-22 | Rollup merge of #146838 - yotamofek:pr/rustdoc/wrappers, r=lolbinarycat | Stuart Cook | -251/+262 |
| 2025-09-22 | Rollup merge of #146831 - taiki-e:powerpc-clobber, r=Amanieu | Stuart Cook | -2/+4 |
| 2025-09-22 | Tree::new_child: remove SIFA precondition and sync terminology | Ralf Jung | -70/+34 |
| 2025-09-22 | TB: rename Active → Unique to match paper | Ralf Jung | -128/+95 |
| 2025-09-22 | avoid violating `slice::from_raw_parts` safety contract in `Vec::extract_if` | Petros Angelatos | -0/+10 |
| 2025-09-22 | Merge ref '9f32ccf35fb8' from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -14793/+53057 |
| 2025-09-22 | Prepare for merging from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -1/+1 |
| 2025-09-21 | Mark float intrinsics with no preconditions as safe | ltdk | -4/+4 |
| 2025-09-22 | Introduce "wrapper" helpers to rustdoc | Yotam Ofek | -238/+248 |
| 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 | Rollup merge of #146606 - Enselic:test-test-args, r=Mark-Simulacrum | Matthias Krüger | -0/+7 |
| 2025-09-21 | Rollup merge of #143857 - Periodic1911:macro-export, r=jdonszelmann | Matthias Krüger | -24/+30 |
| 2025-09-21 | Add x86_64-unknown-motor (Motor OS) tier 3 target | U. Lasiotus | -0/+51 |
| 2025-09-21 | Add panic=immediate-abort | Ben Kimock | -7/+37 |
| 2025-09-21 | Correct a misspelling of RUSTC_LOG | Sidney Cammeresi | -1/+1 |
| 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 | Port #[macro_export] to the new attribute parsing infrastructure | Jonathan Brouwer | -24/+30 |
| 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 | Support ctr and lr as clobber-only registers in PowerPC inline assembly | Taiki Endo | -2/+4 |
| 2025-09-21 | fix a crash in rustdoc merge finalize without input file | Iris Shi | -2/+4 |
| 2025-09-21 | Update list of good combinations (inc. beta + nightly) | Igor S. Gerasimov | -2/+5 |
| 2025-09-20 | Rollup merge of #146774 - Kobzol:bootstrap-relative-path, r=jieyouxu | Matthias Krüger | -5/+17 |
| 2025-09-20 | Rollup merge of #146762 - madsmtm:test-apple-sim, r=jieyouxu | Matthias Krüger | -45/+66 |
| 2025-09-20 | Auto merge of #146805 - lnicola:sync-from-ra, r=lnicola | bors | -9245/+38642 |
| 2025-09-20 | CI: test bootstrap build | Ralf Jung | -2/+37 |
| 2025-09-20 | Auto merge of #146771 - Kobzol:download-ci-llvm-default-value, r=jieyouxu | bors | -11/+4 |