| Age | Commit message (Expand) | Author | Lines |
| 2025-07-02 | bootstrap: add build.tidy-extra-checks option | binarycat | -2/+8 |
| 2025-07-02 | miri: improve errors for type validity assertion failures | Ralf Jung | -62/+27 |
| 2025-07-03 | fix: Honor `rust-analyzer.cargo.noDeps` option when fetching sysroot metadata | Shoyu Vanilla | -4/+15 |
| 2025-07-02 | Fix AsMut::as_mut name | A4-Tacks | -1/+1 |
| 2025-07-02 | bootstrap: `validate rust.codegen-backends` & `targer.<triple>.codegen-backends` | Pavel Grigorenko | -36/+29 |
| 2025-07-02 | use more clever approach for genmc conditional import | Ralf Jung | -12/+3 |
| 2025-07-02 | interpret: move the native call preparation logic into Miri | Ralf Jung | -18/+38 |
| 2025-07-02 | Use non-global interner in `test_string_interning` in bootstrap | Jakub Beránek | -4/+7 |
| 2025-07-02 | Apply review comments | Jakub Beránek | -2/+3 |
| 2025-07-02 | skip env var memory for leak check | Ralf Jung | -50/+9 |
| 2025-07-02 | Add `track_caller` attributes to trace origin of Clippy lints | Samuel Tardieu | -0/+58 |
| 2025-07-02 | Rename mingw-check-tidy to tidy | Chris Denton | -8/+8 |
| 2025-07-02 | Add cross-compilation check tests | Jakub Beránek | -0/+47 |
| 2025-07-02 | Add bootstrap tool check test | Jakub Beránek | -0/+14 |
| 2025-07-02 | Add Rust Analyzer check tests | Jakub Beránek | -0/+18 |
| 2025-07-02 | Add codegen check tests | Jakub Beránek | -0/+25 |
| 2025-07-02 | Add compiletest check tests | Jakub Beránek | -4/+30 |
| 2025-07-02 | Add snapshot tests for checking compiler, library and rustc tools | Jakub Beránek | -1/+182 |
| 2025-07-02 | Automatically derive stage in step metadata where possible | Jakub Beránek | -62/+60 |
| 2025-07-02 | Merge pull request #4406 from Stypox/tracing | Ralf Jung | -102/+828 |
| 2025-07-02 | rename show_error -> fatal_error | Ralf Jung | -34/+34 |
| 2025-07-02 | Add tracing feature to enable tracing_chrome support | Stypox | -73/+799 |
| 2025-07-02 | Merge from rustc | The Miri Cronjob Bot | -662/+542 |
| 2025-07-02 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-07-02 | Rename {`HeadersCache`, `iter_header`} -> {`DirectivesCache`, `iter_directive... | Jieyou Xu | -14/+14 |
| 2025-07-02 | Update compiletest to use "directive" terminology consistently | Jieyou Xu | -24/+23 |
| 2025-07-02 | Rename `header` -> `directives` | Jieyou Xu | -12/+12 |
| 2025-07-02 | Auto merge of #142974 - cuviper:stage0-bump, r=Mark-Simulacrum | bors | -486/+482 |
| 2025-07-01 | Auto merge of #143036 - compiler-errors:no-dyn-star, r=oli-obk | bors | -128/+0 |
| 2025-07-01 | fix: remove unneeded(?) install script | Jayden Qi | -3/+0 |
| 2025-07-01 | fix: error message | Jayden Qi | -3/+8 |
| 2025-07-01 | Rename mingw-* CI jobs to pr-* | Chris Denton | -79/+78 |
| 2025-07-01 | Remove support for dyn* | Michael Goulet | -128/+0 |
| 2025-07-01 | Update `cfg(bootstrap)` | Josh Stone | -24/+2 |
| 2025-07-01 | Update `STAGE0_MISSING_TARGETS` | Josh Stone | -2/+0 |
| 2025-07-01 | Update stage0 to 1.89.0-beta.1 | Josh Stone | -460/+480 |
| 2025-07-02 | Migrate `wrap_unwrap_cfg_attr` assist to use `SyntaxEditor` | Hayashi Mikihiro | -42/+85 |
| 2025-07-01 | Fix `x clean` with a fifo | Eric Huss | -1/+1 |
| 2025-07-01 | Rollup merge of #143279 - GuillaumeGomez:rm-itemkind-descr, r=oli-obk | Guillaume Gomez | -6/+12 |
| 2025-07-01 | Rollup merge of #143269 - tshepang:patch-1, r=Kobzol | Guillaume Gomez | -2/+2 |
| 2025-07-01 | Rollup merge of #143255 - Kobzol:disable-lld-by-default, r=jieyouxu | Guillaume Gomez | -5/+8 |
| 2025-07-01 | Rollup merge of #143230 - jieyouxu:compiletest-maintenance-2, r=Kobzol | Guillaume Gomez | -38/+84 |
| 2025-07-01 | Update clippy source code to make use of `TyCtxt::def_descr` instead of `Item... | Guillaume Gomez | -6/+12 |
| 2025-07-01 | Improve CSS for source code block line numbers | Guillaume Gomez | -68/+30 |
| 2025-07-01 | Migrate `toggle_macro_delimiter` assist to `SyntaxEditor` | Hayashi Mikihiro | -12/+14 |
| 2025-07-01 | document optional jobs | MarcoIeni | -0/+7 |
| 2025-07-01 | Merge pull request #4411 from LorrensP-2158466/remove-leaky-syncobj | Ralf Jung | -184/+148 |
| 2025-07-01 | Remove leaky synchronisation objects. | LorrensP-2158466 | -184/+148 |
| 2025-07-01 | Auto merge of #143013 - bjorn3:split_exported_symbols, r=oli-obk | bors | -4/+4 |
| 2025-07-01 | Give some UI tests more apropriate names | Trevor Gross | -4/+0 |