| Age | Commit message (Expand) | Author | Lines |
| 2025-04-14 | Ignore errors from rustfmt which may trigger error notification | yukang | -1/+5 |
| 2025-04-14 | Remove rustc_on_unimplemented on impl tests | mejrs | -1/+0 |
| 2025-04-13 | rustdoc-gui-test: pass a `camino::Utf8PathBuf` to `compiletest` | Jieyou Xu | -1/+6 |
| 2025-04-13 | compiletest: consistently use `{Utf8Path,Utf8PathBuf}` | Jieyou Xu | -433/+403 |
| 2025-04-13 | compiletest: add `camino` for UTF-8 path handling | Jieyou Xu | -0/+1 |
| 2025-04-13 | Rollup merge of #139721 - dtolnay:stage0newline, r=onur-ozkan | Chris Denton | -12/+13 |
| 2025-04-13 | Rollup merge of #139618 - petrochenkov:virsugg, r=jieyouxu | Chris Denton | -38/+18 |
| 2025-04-13 | Rollup merge of #139605 - oyvindln:update_miniz_oxide_0_8, r=Mark-Simulacrum | Chris Denton | -4/+4 |
| 2025-04-13 | internal: Render sigantures with view hir command | Lukas Wirth | -44/+146 |
| 2025-04-13 | cargo update | github-actions | -18/+18 |
| 2025-04-12 | store the kind of pattern adjustments in `pat_adjustments` | dianne | -1/+1 |
| 2025-04-12 | Rollup merge of #139382 - ChrisDenton:windows-bindgen-0-61, r=Mark-Simulacrum | Chris Denton | -1/+1 |
| 2025-04-12 | Rollup merge of #139315 - clubby789:deranged-bump, r=Mark-Simulacrum | Chris Denton | -6/+3 |
| 2025-04-12 | End all lines in src/stage0 with trailing newline | David Tolnay | -12/+13 |
| 2025-04-12 | Auto merge of #139242 - jieyouxu:run-make-artifact-names-cross, r=Kobzol | bors | -13/+40 |
| 2025-04-12 | opt-dist: use executable-extension for host llvm-profdata | Maksim Bondarenkov | -1/+3 |
| 2025-04-12 | run-make-support: fix artifact name calculations for target | Jieyou Xu | -13/+40 |
| 2025-04-12 | fmt | The Miri Cronjob Bot | -1/+1 |
| 2025-04-12 | Merge from rustc | The Miri Cronjob Bot | -74/+283 |
| 2025-04-12 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-04-11 | Update cargo | Weihang Lo | -0/+0 |
| 2025-04-12 | ci: cancel parallel jobs if test fails | Prajwal S N | -4/+16 |
| 2025-04-11 | Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errors | Jacob Pratt | -3/+3 |
| 2025-04-11 | Implement DeleteFileW | Rune Tynan | -5/+46 |
| 2025-04-11 | refactor: migrate `expand_rest_pattern` to editor | Prajwal S N | -53/+66 |
| 2025-04-11 | fix clippy::useless-conversion | duncan | -1/+1 |
| 2025-04-11 | exclude build script targets from testing | duncan | -30/+19 |
| 2025-04-11 | test only packages that are workspace members | duncan | -1/+2 |
| 2025-04-11 | Update rust-analyzer for new proc_macro span api. | Mara Bos | -38/+13 |
| 2025-04-11 | use underscores in the target name for test update notifications | duncan | -1/+3 |
| 2025-04-11 | sync::mpsc: prevent double free on `Drop` | Petros Angelatos | -1/+1 |
| 2025-04-11 | sync::mpsc: add miri reproducer of double free | Petros Angelatos | -0/+45 |
| 2025-04-11 | fix build fail on macos bacause of libffi-sys 2.3.0; This updates libffi to n... | LorrensP-2158466 | -5/+5 |
| 2025-04-11 | Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxu | bors | -3/+14 |
| 2025-04-11 | Introduce `DefPathData::AnonAssocTy`. | Nicholas Nethercote | -3/+3 |
| 2025-04-11 | Auto merge of #139011 - Zoxc:no-rayon-iters, r=oli-obk | bors | -2/+1 |
| 2025-04-10 | Stabilize `slice_as_chunks` library feature | Scott McMurray | -2/+1 |
| 2025-04-11 | Rollup merge of #139469 - jieyouxu:compiletest-supports-crate-type, r=onur-ozkan | Stuart Cook | -2/+117 |
| 2025-04-11 | Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-dead | Stuart Cook | -6/+33 |
| 2025-04-10 | Merge pull request #19570 from ChayimFriedman2/fix-store-panic | Chayim Refael Friedman | -6/+44 |
| 2025-04-11 | Fix an incorrect `ExpressionStore` that was passed | Chayim Refael Friedman | -6/+44 |
| 2025-04-11 | fix: `make::expr_call() -> CallExpr` | Prajwal S N | -29/+33 |
| 2025-04-11 | fix: `make::expr_method_call() -> MethodCallExpr` | Prajwal S N | -27/+27 |
| 2025-04-11 | fix: `make::expr_closure() -> ClosureExpr` | Prajwal S N | -7/+6 |
| 2025-04-11 | fix: `make::expr_paren() -> ParenExpr` | Prajwal S N | -12/+13 |
| 2025-04-11 | refactor: editor for `destructure_struct_binding` | Prajwal S N | -99/+76 |
| 2025-04-10 | compiletest: Trim the value of `dont-require-annotations` | Vadim Petrochenkov | -1/+1 |
| 2025-04-10 | compiletest: Turn `TestProps::require_annotations` into a set | Vadim Petrochenkov | -46/+19 |
| 2025-04-10 | compiletest: Make `SUGGESTION` annotations viral | Vadim Petrochenkov | -3/+10 |
| 2025-04-10 | Auto merge of #137412 - scottmcm:redo-swap, r=cuviper | bors | -0/+30 |