| Age | Commit message (Expand) | Author | Lines |
| 2024-03-20 | Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68 | bors | -1/+1 |
| 2024-03-20 | Fix bootstrap bump fallout | Mark Rousskov | -1/+1 |
| 2024-03-20 | Rollup merge of #121543 - onur-ozkan:clippy-args, r=oli-obk | Matthias Krüger | -12/+84 |
| 2024-03-20 | resolve clippy errors | onur-ozkan | -1/+1 |
| 2024-03-18 | Support for visionOS | Adam Gastineau | -2/+4 |
| 2024-03-18 | Rollup merge of #122649 - cuviper:min-llvm-17, r=nikic | Matthias Krüger | -2/+2 |
| 2024-03-18 | Auto merge of #122646 - saethlin:library-frame-pointers, r=onur-ozkan | bors | -0/+4 |
| 2024-03-17 | LLVM bitcode linker: use --cfg=parallell_compiler to avoid trashing the cache... | Kjetil Kjeka | -1/+73 |
| 2024-03-18 | use `--cap-lints` only when deny and forbid rules are not specified | onur-ozkan | -2/+7 |
| 2024-03-18 | pass ignored lints after manual ones | onur-ozkan | -1/+1 |
| 2024-03-18 | add unit test: `order_of_clippy_rules` | onur-ozkan | -5/+49 |
| 2024-03-18 | reorder clippy rules to their original order before passing them | onur-ozkan | -6/+29 |
| 2024-03-17 | Update the minimum external LLVM to 17 | Josh Stone | -2/+2 |
| 2024-03-17 | Enable frame pointers for the library | Ben Kimock | -0/+4 |
| 2024-03-17 | fetch submodule before checking llvm stamp | onur-ozkan | -1/+1 |
| 2024-03-17 | Rollup merge of #121787 - onur-ozkan:improve-change-tracker, r=albertlarsan68 | Matthias Krüger | -14/+66 |
| 2024-03-17 | Rollup merge of #122295 - Nadrieril:mir-opt-run-current-target, r=Mark-Simula... | Matthias Krüger | -2/+4 |
| 2024-03-16 | Rollup merge of #122590 - Nilstrieb:bootstrap-do-you-know-what-the-word-copy-... | Chris Denton | -63/+79 |
| 2024-03-16 | Rollup merge of #122372 - onur-ozkan:change-id-improvement, r=Mark-Simulacrum | Chris Denton | -5/+15 |
| 2024-03-16 | Rollup merge of #122323 - heiher:loongarch64-musl-root, r=Mark-Simulacrum | Chris Denton | -0/+2 |
| 2024-03-16 | Remove double remove_file | Nilstrieb | -1/+0 |
| 2024-03-16 | bootstrap: Don't name things copy that are not copies | Nilstrieb | -62/+79 |
| 2024-03-14 | doc(bootstrap): add top-level doc-comment to utils/tarball.rs | Bryant Le | -0/+7 |
| 2024-03-14 | ensure std for cross-targets | onur-ozkan | -2/+6 |
| 2024-03-12 | Rollup merge of #122378 - clubby789:rustbook-rebuild, r=onur-ozkan | Jubilee | -1/+2 |
| 2024-03-12 | Rollup merge of #122354 - clubby789:bootstrap-eager-verbose, r=albertlarsan68 | Jubilee | -52/+62 |
| 2024-03-12 | Rollup merge of #122081 - onur-ozkan:validate-path-remaps, r=clubby789 | Jubilee | -1/+14 |
| 2024-03-12 | Rollup merge of #121754 - TimNN:split-target, r=Mark-Simulacrum,onur-ozkan | Jubilee | -11/+43 |
| 2024-03-12 | Properly rebuild rustbooks | clubby789 | -1/+2 |
| 2024-03-12 | prevent notifying the same changes more than once | onur-ozkan | -5/+15 |
| 2024-03-12 | Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obk | bors | -15/+33 |
| 2024-03-11 | bootstrap: Don't eagerly format verbose messages | clubby789 | -52/+62 |
| 2024-03-11 | [bootstrap] Move the split-debuginfo setting to the per-target section | Tim Neumann | -11/+43 |
| 2024-03-11 | Configure a default `runner` for WASI targets | Alex Crichton | -3/+30 |
| 2024-03-11 | Remove old support for emscripten/wasm32-u-u | Alex Crichton | -12/+3 |
| 2024-03-11 | Rollup merge of #122330 - tshepang:patch-1, r=clubby789 | Jubilee | -13/+14 |
| 2024-03-11 | Vendor rustc_codegen_gcc | Guillaume Gomez | -0/+3 |
| 2024-03-11 | Bootstrap: Add argument for building llvm bitcode linker | Kjetil Kjeka | -0/+29 |
| 2024-03-11 | LLVM Bitcode Linker: Added crate | Kjetil Kjeka | -0/+2 |
| 2024-03-11 | LLVM_TOOLS: Include llvm-link as a llvm tool | Kjetil Kjeka | -0/+1 |
| 2024-03-11 | Rollup merge of #122108 - alexcrichton:target-config-runtool, r=WaffleLapkin | Jacob Pratt | -0/+23 |
| 2024-03-11 | Rollup merge of #121907 - onur-ozkan:better-target-sanity-check, r=albertlars... | Jacob Pratt | -10/+7 |
| 2024-03-11 | bootstrap readme: fix, improve, update | Tshepang Mbambo | -13/+14 |
| 2024-03-11 | configure.py: add flag for loongarch64 musl-root | WANG Rui | -0/+2 |
| 2024-03-10 | bootstrap: document what the triples in 'Build' mean | Ralf Jung | -1/+3 |
| 2024-03-10 | skip sanity check for non-host targets in `check` builds | onur-ozkan | -10/+7 |
| 2024-03-10 | mir-opt: always run tests for the current target | Nadrieril | -2/+4 |
| 2024-03-10 | Rollup merge of #121567 - Nilstrieb:less-interning, r=albertlarsan68 | Matthias Krüger | -140/+128 |
| 2024-03-10 | Auto merge of #122042 - GuillaumeGomez:subtree-update_cg_gcc_2024-03-05, r=Ma... | bors | -1/+0 |
| 2024-03-09 | Rollup merge of #121526 - onur-ozkan:minor-improvement, r=Mark-Simulacrum | Guillaume Boisseau | -6/+7 |