| Age | Commit message (Expand) | Author | Lines |
| 2024-12-30 | chore: fix typos | Horu | -7/+7 |
| 2024-12-30 | Auto merge of #134865 - clubby789:proc-macro-tls, r=onur-ozkan | bors | -5/+150 |
| 2024-12-30 | Remove stale implementation details of coverage instrumentation (#2179) | Stuart Cook | -354/+2 |
| 2024-12-29 | Auto merge of #134901 - matthiaskrgr:rollup-b0wwuht, r=matthiaskrgr | bors | -1/+7 |
| 2024-12-29 | bootstrap: Don't apply `-Ztls-model=initial-exec` to deps of proc-macros | clubby789 | -1/+4 |
| 2024-12-29 | Add tidy check for list of proc-macro crate transitive dependencies | clubby789 | -4/+146 |
| 2024-12-29 | Remove properly tracked config file from .gitignore & add support for skippin... | Martin Liška | -9/+18 |
| 2024-12-29 | Add a couple of linkcheck exceptions: (#2120) | Martin Liška | -1/+7 |
| 2024-12-30 | Add missing link for [Node] (#2177) | Martin Liška | -0/+1 |
| 2024-12-30 | Fix 403 received for HEAD request (#2176) | Martin Liška | -1/+1 |
| 2024-12-29 | Rollup merge of #134894 - Kobzol:docker-ci-documentation, r=the8472 | Matthias Krüger | -0/+6 |
| 2024-12-29 | Rollup merge of #134884 - calciumbe:patch1, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-12-29 | Auto merge of #134765 - Noratrieb:linux-none-cant-unwind-silly, r=jieyouxu | bors | -0/+5 |
| 2024-12-29 | Document x86_64-unknown-linux-none is PIE by default | Noratrieb | -0/+5 |
| 2024-12-29 | Document how to run the split Docker pipelines | Jakub Beránek | -0/+6 |
| 2024-12-29 | Auto merge of #134891 - dxsullivan:fix-typo, r=GuillaumeGomez | bors | -4/+4 |
| 2024-12-29 | docs: fix typos | dxsullivan | -4/+4 |
| 2024-12-29 | fix: typos | calciumbe | -1/+1 |
| 2024-12-29 | Auto merge of #134887 - Zalathar:rollup-ghpz7oy, r=Zalathar | bors | -118/+137 |
| 2024-12-29 | Rollup merge of #134883 - Zalathar:shared-helpers, r=clubby789 | Stuart Cook | -3/+14 |
| 2024-12-29 | Rollup merge of #134876 - Zalathar:bootstrap-test-macros, r=jieyouxu | Stuart Cook | -103/+113 |
| 2024-12-29 | Rollup merge of #134799 - poliorcetics:ab/push-xuxotrnrtysz, r=GuillaumeGomez | Stuart Cook | -12/+10 |
| 2024-12-29 | Auto merge of #134650 - onur-ozkan:clean-up-fixmes, r=Kobzol | bors | -14/+9 |
| 2024-12-29 | Fix `./x check bootstrap` by moving `shared_helpers::tests` | Zalathar | -3/+14 |
| 2024-12-29 | Allow macro-declared test steps to have docstrings and attributes | Zalathar | -21/+32 |
| 2024-12-29 | Consolidate the macros for declaring compiletest suites | Zalathar | -82/+81 |
| 2024-12-29 | Auto merge of #134867 - rust-lang:cargo_update, r=clubby789 | bors | -14/+14 |
| 2024-12-29 | Auto merge of #134864 - Zalathar:rollup-suc8ay9, r=Zalathar | bors | -28/+16 |
| 2024-12-29 | cargo update | github-actions | -14/+14 |
| 2024-12-28 | Start using mdbook-linkcheck2 (#2103) | Martin Liška | -14/+8 |
| 2024-12-29 | Rollup merge of #134850 - tamird:rustc-private-book-update, r=bjorn3 | Stuart Cook | -2/+5 |
| 2024-12-29 | Rollup merge of #134849 - Zalathar:debuginfo-prefixes, r=lqd,clubby789,jieyouxu | Stuart Cook | -26/+11 |
| 2024-12-28 | nits: librustdoc::clean | Alexis (Poliorcetics) Bourget | -12/+10 |
| 2024-12-28 | Auto merge of #134848 - Zalathar:check-compiletest, r=jieyouxu | bors | -0/+4 |
| 2024-12-28 | Auto merge of #134845 - jieyouxu:temp-drop-warning, r=onur-ozkan | bors | -13/+4 |
| 2024-12-28 | Document virality of `feature(rustc_private)` | Tamir Duberstein | -2/+5 |
| 2024-12-28 | Auto merge of #134790 - onur-ozkan:cfg-test, r=clubby789 | bors | -22/+19 |
| 2024-12-29 | Simplify `DebuggerCommands::parse_from` to only take one prefix | Zalathar | -20/+11 |
| 2024-12-29 | Remove the unused `cdbg-*` debugger directive prefix | Zalathar | -7/+1 |
| 2024-12-28 | bootstrap: Allow `./x check compiletest` | Zalathar | -0/+4 |
| 2024-12-28 | Document `x test --no-capture` (#2174) | clubby789 | -0/+8 |
| 2024-12-28 | bootstrap: drop warning for top-level test suite path check | 许杰友 Jieyou Xu (Joe) | -13/+4 |
| 2024-12-28 | Remove the `-test` suffix from normalize directives (#2172) | Stuart Cook | -8/+4 |
| 2024-12-28 | remove deprecated option `parallel-compiler` | onur-ozkan | -10/+5 |
| 2024-12-28 | read to `String` directly without extra conversion | onur-ozkan | -2/+1 |
| 2024-12-28 | remove an invalid FIXME note | onur-ozkan | -2/+3 |
| 2024-12-28 | Rollup merge of #134840 - Zalathar:normalize, r=jieyouxu | Stuart Cook | -22/+25 |
| 2024-12-28 | Rollup merge of #134829 - jieyouxu:migrate-libs-through-symlinks, r=lqd | Stuart Cook | -1/+0 |
| 2024-12-28 | tests: migrate `branch-protection-check-IBT` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-12-28 | tests: migrate `libs-through-symlink` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -1/+0 |