| Age | Commit message (Expand) | Author | Lines |
| 2024-07-24 | Rollup merge of #128108 - onur-ozkan:ensure-std-for-precompiled-rustc, r=Kobzol | Matthias Krüger | -0/+1 |
| 2024-07-24 | Rollup merge of #128100 - GuillaumeGomez:run-make-path, r=Kobzol,jieyouxu | Matthias Krüger | -2/+25 |
| 2024-07-23 | Allow to pass a full path for `run-make` tests | Guillaume Gomez | -2/+25 |
| 2024-07-23 | ensure std step before preparing sysroot | onur-ozkan | -0/+1 |
| 2024-07-23 | Rollup merge of #128098 - onur-ozkan:incompatible-option-behaviour, r=Kobzol | Matthias Krüger | -11/+25 |
| 2024-07-23 | Rollup merge of #128060 - alexcrichton:include-wasm-component-ld-for-real-thi... | Matthias Krüger | -0/+5 |
| 2024-07-23 | Rollup merge of #127990 - Oneirical:ii-the-high-priestest, r=jieyouxu | Matthias Krüger | -3/+0 |
| 2024-07-23 | Rollup merge of #126898 - GuillaumeGomez:migrate-run-make-link-framework, r=K... | Matthias Krüger | -1/+0 |
| 2024-07-23 | Rollup merge of #125886 - GuillaumeGomez:migrate-run-make-issue-15460, r=jiey... | Matthias Krüger | -1/+2 |
| 2024-07-23 | make it possible to disable download-rustc if it's incompatible | onur-ozkan | -11/+25 |
| 2024-07-23 | Auto merge of #127931 - GuillaumeGomez:switch-to-rinja, r=notriddle | bors | -21/+19 |
| 2024-07-23 | Auto merge of #128093 - matthiaskrgr:rollup-1snye4b, r=matthiaskrgr | bors | -17/+13 |
| 2024-07-23 | Rollup merge of #128076 - compiler-errors:infer_ctxt_ext, r=lcnr | Matthias Krüger | -2/+2 |
| 2024-07-23 | Rollup merge of #127962 - jieyouxu:cleanup-dll-compiletest, r=fmease | Matthias Krüger | -11/+7 |
| 2024-07-23 | Rollup merge of #125834 - workingjubilee:weaken-thir-unsafeck-for-addr-of-sta... | Matthias Krüger | -4/+4 |
| 2024-07-23 | Migrate `run-make/issue-15460` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-07-23 | Auto merge of #127755 - no1wudi:master, r=michaelwoerister | bors | -2/+81 |
| 2024-07-23 | Replace askama with rinja | Guillaume Gomez | -21/+19 |
| 2024-07-23 | Auto merge of #127778 - Oneirical:artificial-intestlligence, r=jieyouxu | bors | -3/+2 |
| 2024-07-22 | miri: fixup for allowing &raw UNSAFE_STATIC | Jubilee Young | -4/+4 |
| 2024-07-22 | Add new `MSVC_LIB_PATH` runtest environment variable to know location of the ... | Guillaume Gomez | -0/+2 |
| 2024-07-22 | Migrate `run-make/link-framework` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-07-22 | Get rid of infer_ctxt_ext | Michael Goulet | -2/+2 |
| 2024-07-22 | Auto merge of #127786 - ehuss:rustbook-workspace, r=Mark-Simulacrum | bors | -3/+1786 |
| 2024-07-22 | Auto merge of #128063 - tgross35:rollup-hsxmptf, r=tgross35 | bors | -175/+95 |
| 2024-07-22 | rewrite pgo-gen-no-imp-symbols to rmake | Oneirical | -1/+0 |
| 2024-07-22 | rewrite and rename issue-97463-abi-param-passing to rmake | Oneirical | -1/+2 |
| 2024-07-22 | Rollup merge of #128051 - notriddle:notriddle/spacing, r=GuillaumeGomez | Trevor Gross | -1/+0 |
| 2024-07-22 | Rollup merge of #127923 - ferrocene:use-reuse-tool-4.0, r=pietroalbini | Trevor Gross | -146/+92 |
| 2024-07-22 | Rollup merge of #127820 - Oneirical:intestellar-travel, r=jieyouxu | Trevor Gross | -3/+0 |
| 2024-07-22 | Rollup merge of #125990 - tbu-:pr_unsafe_env_lint_name, r=ehuss | Trevor Gross | -0/+1 |
| 2024-07-22 | Rollup merge of #117932 - GuillaumeGomez:update-rustdoc-book, r=notriddle | Trevor Gross | -25/+2 |
| 2024-07-22 | Auto merge of #128041 - compiler-errors:uplift-errors-into-trait-sel, r=lcnr | bors | -5/+7 |
| 2024-07-22 | Fix inclusion of `wasm-component-ld` in dist artifacts | Alex Crichton | -0/+5 |
| 2024-07-22 | Move rustbook to its own workspace. | Eric Huss | -3/+1786 |
| 2024-07-22 | rewrite and rename issue-107094 to rmake | Oneirical | -1/+0 |
| 2024-07-22 | rewrite and rename issue-33329 to ui test | Oneirical | -1/+0 |
| 2024-07-22 | rewrite and rename issue-14698 to rmake | Oneirical | -1/+0 |
| 2024-07-22 | rewrite no-duplicate-libs to rmake | Oneirical | -1/+0 |
| 2024-07-22 | rewrite lto-linkage-used-attr to rmake | Oneirical | -1/+0 |
| 2024-07-22 | Removed CondensedDirectory support from license tools. | Jonathan Pallant | -89/+11 |
| 2024-07-22 | Rollup merge of #127985 - Oneirical:testibule-of-hell, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -3/+0 |
| 2024-07-22 | Rollup merge of #127977 - alexcrichton:update-wasi-sdk, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -4/+4 |
| 2024-07-22 | Rollup merge of #127510 - tgross35:test-float-parse-update, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -555/+2421 |
| 2024-07-22 | Rollup merge of #127177 - bjorn3:arm64_macos_cg_clif, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -1/+4 |
| 2024-07-22 | Regenerated hashes using python3.10 | Jonathan Pallant | -1/+1 |
| 2024-07-21 | rustdoc: revert spacing change in item-table | Michael Howell | -1/+0 |
| 2024-07-22 | Auto merge of #128048 - workingjubilee:rollup-gehtjxd, r=workingjubilee | bors | -0/+5 |
| 2024-07-21 | Fix tools | Michael Goulet | -3/+6 |
| 2024-07-21 | Move all error reporting into rustc_trait_selection | Michael Goulet | -2/+1 |