| Age | Commit message (Expand) | Author | Lines |
| 2025-04-15 | feat: highlight tail expression in labeled block | roifewu | -0/+29 |
| 2025-04-15 | compiletest: Add an experimental new executor to replace libtest | Zalathar | -11/+451 |
| 2025-04-15 | compiletest: Extract libtest-specific executor code to a submodule | Zalathar | -103/+113 |
| 2025-04-15 | fix: `Extract into function include inline variable in fmt macro | Hayashi Mikihiro | -14/+71 |
| 2025-04-14 | Remove incorrect doc comment | Tyler Breisacher | -1/+0 |
| 2025-04-15 | Move `name` field from `AssocItem` to `AssocKind` variants. | Nicholas Nethercote | -6/+6 |
| 2025-04-15 | Move `opt_rpitit_info` field to `hir::AssocKind::Type`. | Nicholas Nethercote | -1/+1 |
| 2025-04-14 | Rollup merge of #139813 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -14/+42 |
| 2025-04-14 | Rollup merge of #139757 - ognevny:opt-dist-hostllvm, r=Kobzol | Matthias Krüger | -1/+3 |
| 2025-04-14 | Merge pull request #19583 from Kobzol/revert-19582-ci-pgo | Lukas Wirth | -2/+0 |
| 2025-04-14 | Do not enable PGO in combination with zigbuild | Jakub Beránek | -2/+0 |
| 2025-04-14 | Merge pull request #19568 from snprajwal/destructure-struct-editor | Lukas Wirth | -99/+76 |
| 2025-04-14 | Disable some r-a tests in bootstrap. | Mara Bos | -0/+2 |
| 2025-04-14 | Merge pull request #19572 from snprajwal/expand-rest-pattern | Lukas Wirth | -53/+66 |
| 2025-04-14 | Merge pull request #19582 from Kobzol/ci-pgo | Lukas Wirth | -9/+104 |
| 2025-04-14 | Expose Pointer to/from AllocId conversion functions, make some arguments opti... | Patrick-6 | -49/+62 |
| 2025-04-14 | Merge pull request #19569 from snprajwal/fixmes | Lukas Wirth | -75/+79 |
| 2025-04-14 | Merge pull request #19578 from clouds56-contrib/drive-letter | Lukas Wirth | -12/+35 |
| 2025-04-14 | Merge pull request #19521 from snprajwal/ci | Lukas Wirth | -4/+16 |
| 2025-04-14 | Merge pull request #19579 from ChayimFriedman2/cyclic-closure | Lukas Wirth | -7/+65 |
| 2025-04-14 | Use PGO for x64 and aarch64 Linux builds on CI | Jakub Beránek | -3/+6 |
| 2025-04-14 | Add `xdist dist --pgo` command to build Rust Analyzer with PGO optimizations | Jakub Beránek | -6/+98 |
| 2025-04-14 | Auto merge of #139781 - jhpratt:rollup-qadsjvb, r=jhpratt | bors | -434/+410 |
| 2025-04-14 | Move `has_self` field to `hir::AssocKind::Fn`. | Nicholas Nethercote | -19/+17 |
| 2025-04-14 | Use `Symbol` in `LateContext::get_associated_type`. | Nicholas Nethercote | -8/+8 |
| 2025-04-14 | Prevent panics when there is a cyclic dependency between closures | Chayim Refael Friedman | -7/+65 |
| 2025-04-13 | Rollup merge of #139695 - jieyouxu:compiletest-utf8path, r=Kobzol | Jacob Pratt | -434/+410 |
| 2025-04-14 | Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated... | bors | -7/+7 |
| 2025-04-14 | fix format | Clouds Flowing | -2/+8 |
| 2025-04-14 | add normalizeDriveLetter | Clouds Flowing | -12/+29 |
| 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 |