| Age | Commit message (Expand) | Author | Lines |
| 2024-12-27 | Auto merge of #134830 - matthiaskrgr:rollup-7hdjojz, r=matthiaskrgr | bors | -40/+117 |
| 2024-12-27 | Rollup merge of #134809 - clubby789:nocapture, r=jieyouxu | Matthias Krüger | -3/+36 |
| 2024-12-27 | Rollup merge of #134808 - clubby789:compiletest-remove-stderr, r=jieyouxu | Matthias Krüger | -37/+81 |
| 2024-12-27 | Auto merge of #134803 - clubby789:strip-debuginfo, r=Kobzol | bors | -2/+14 |
| 2024-12-27 | Rollup merge of #134816 - Integral-Tech:pathbuf-refactor, r=lqd | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-12-27 | Rollup merge of #134815 - 9names:sort_platform_md_targets, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -52/+52 |
| 2024-12-27 | Rollup merge of #134806 - notriddle:notriddle/parent-path-is-better, r=Guilla... | 许杰友 Jieyou Xu (Joe) | -9/+10 |
| 2024-12-27 | Rework the driver docs (#2162) | bjorn3 | -198/+272 |
| 2024-12-27 | Add change tracker entry | clubby789 | -0/+5 |
| 2024-12-27 | Document `forbid-output` for UI tests (#2171) | clubby789 | -1/+1 |
| 2024-12-27 | compiletest: Remove/don't write empty 'expected' files | clubby789 | -37/+81 |
| 2024-12-27 | compiletest: Replace `--nocapture` with `--no-capture` | clubby789 | -2/+8 |
| 2024-12-27 | Add `--no-capture` as a bootstrap argument | clubby789 | -2/+24 |
| 2024-12-27 | also clean up eventfd code in the same vein | Ralf Jung | -30/+25 |
| 2024-12-27 | add test for close-while-blocked | Ralf Jung | -8/+78 |
| 2024-12-27 | Add LTO support to clang in CI | clubby789 | -2/+11 |
| 2024-12-27 | bring socket logic back together and fix logic bug | Ralf Jung | -86/+74 |
| 2024-12-27 | Merge pull request #18744 from gbbosak/master | Lukas Wirth | -0/+1 |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -8/+7 |
| 2024-12-27 | Don't use `parse_cfg_name_directive` for normalize directives | Zalathar | -16/+49 |
| 2024-12-27 | clippy | Ralf Jung | -6/+6 |
| 2024-12-27 | tools: fix build failure caused by PR #134420 | Integral | -2/+2 |
| 2024-12-27 | Sort triples by name in platform_support.md | 9names | -52/+52 |
| 2024-12-27 | Merge from rustc | The Miri Cronjob Bot | -3742/+15870 |
| 2024-12-27 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-12-27 | completions: Zsh is now supported (#2173) | clubby789 | -3/+1 |
| 2024-12-26 | rustdoc: use shorter paths as preferred canonical paths | Michael Howell | -9/+10 |
| 2024-12-26 | Strip debuginfo from rustc-main and rustdoc | clubby789 | -2/+14 |
| 2024-12-26 | Auto merge of #134795 - GuillaumeGomez:rollup-9x8n7pi, r=GuillaumeGomez | bors | -25/+22 |
| 2024-12-26 | Rollup merge of #134772 - GuillaumeGomez:improve-rustdoc, r=notriddle | Guillaume Gomez | -24/+22 |
| 2024-12-26 | Rollup merge of #134656 - jieyouxu:migrate-incr-add-rust-src-component, r=wes... | Guillaume Gomez | -1/+0 |
| 2024-12-26 | Auto merge of #134788 - flip1995:clippy-subtree-update, r=matthiaskrgr | bors | -1415/+6002 |
| 2024-12-26 | replace bootstrap-self-test feature flag with cfg(test) | onur-ozkan | -22/+19 |
| 2024-12-26 | Merge pull request #18762 from davidbarsky/davidbarsky/wrap-salsa-cancellatio... | Lukas Wirth | -5/+28 |
| 2024-12-26 | Merge pull request #18761 from Veykril/push-vktnzltnxupr | Lukas Wirth | -7/+6 |
| 2024-12-26 | internal: wrap `salsa::Cycle` | David Barsky | -5/+28 |
| 2024-12-26 | internal: Swallow `error: config value is not set` cargo error | Lukas Wirth | -7/+6 |
| 2024-12-26 | Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u... | Philipp Krones | -2/+2 |
| 2024-12-26 | Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u... | Philipp Krones | -1415/+6002 |
| 2024-12-26 | internal: Workaround salsa cycles leaking | Lukas Wirth | -6/+11 |
| 2024-12-26 | Auto merge of #134784 - RalfJung:miri-sync, r=RalfJung | bors | -719/+868 |
| 2024-12-26 | minor: format editor/code | roife | -13/+14 |
| 2024-12-26 | move env vars for snapshot tests to UpdateTest | roife | -15/+33 |
| 2024-12-26 | optimize snapshot-testing macro detection and add tests | roife | -45/+137 |
| 2024-12-26 | fix incorrect name for UpdateTest config | roife | -4/+4 |
| 2024-12-26 | fix: await setting config to `not ask before UpdateTest` and format | roife | -7/+7 |
| 2024-12-26 | feat: add config `UpdateTest` to hover actions | roife | -2/+26 |
| 2024-12-26 | feat: support UpdateTest in hover actions and runnables | roife | -30/+32 |
| 2024-12-26 | feat: support UpdateTest in codelens | roife | -57/+204 |
| 2024-12-26 | feat: Add TestDefs to find usage of Expect, Insta and Snapbox | roife | -21/+168 |