| Age | Commit message (Expand) | Author | Lines |
| 2024-04-02 | skip Codegen{GCC,Cranelift} when using CI rustc | onur-ozkan | -0/+10 |
| 2024-04-02 | Updated comments | Adam Gastineau | -1/+1 |
| 2024-04-02 | x.py test: remove no-op --skip flag | Ralf Jung | -5/+0 |
| 2024-04-01 | set miri sysroots inside Cargo::new | Ralf Jung | -7/+13 |
| 2024-04-01 | Auto merge of #123192 - RalfJung:bootstrap-test-miri, r=onur-ozkan | bors | -129/+163 |
| 2024-03-31 | fix not finding the right libraries on Windows | Ralf Jung | -3/+9 |
| 2024-03-31 | add FIXME for making the cargo cmd properly typed | Ralf Jung | -5/+5 |
| 2024-03-31 | move parallel_compiler handling into prepare_tool_cargo so that it is done ev... | Ralf Jung | -16/+11 |
| 2024-03-31 | remove a pointless env var | Ralf Jung | -4/+0 |
| 2024-03-31 | shift Miri's stage so that it matches other rustc-based tools | Ralf Jung | -57/+74 |
| 2024-03-31 | bootstrap/rustc: remove a miri hack | Ralf Jung | -1/+1 |
| 2024-03-31 | Auto merge of #123246 - Kobzol:tarball-reproducible, r=Mark-Simulacrum | bors | -26/+49 |
| 2024-03-31 | Remove potential `__pycache__` directories from src tarballs | Jakub Beránek | -0/+14 |
| 2024-03-31 | Checkout all submodules when building source tarballs | Jakub Beránek | -3/+3 |
| 2024-03-31 | Move submodule lookup to `Builder` | Jakub Beránek | -23/+32 |
| 2024-03-31 | Rollup merge of #123189 - Kobzol:rustc-shim-log, r=onur-ozkan | Matthias Krüger | -6/+6 |
| 2024-03-30 | prepare_tool_cargo: add support for a miri-test mode, and use it in the cargo... | Ralf Jung | -77/+85 |
| 2024-03-29 | Rollup merge of #123186 - onur-ozkan:llvm-library-bug, r=Kobzol | Matthias Krüger | -2/+2 |
| 2024-03-29 | Log BOLT args in bootstrap `rustc` shim | Jakub Beránek | -6/+6 |
| 2024-03-29 | copy any file from stage0/lib to stage0-sysroot/lib | onur-ozkan | -2/+2 |
| 2024-03-28 | x.py test miri: respect --no-doc / --doc | Ralf Jung | -2/+14 |
| 2024-03-28 | create `Build::update_existing_submodule` and use for llvm | onur-ozkan | -0/+17 |
| 2024-03-27 | Auto merge of #122205 - onur-ozkan:incorrect-sysroot-for-target, r=albertlars... | bors | -2/+6 |
| 2024-03-26 | Rollup merge of #123055 - onur-ozkan:miri-rustdoc, r=RalfJung | Matthias Krüger | -1/+5 |
| 2024-03-26 | enable cargo miri test doctests | onur-ozkan | -1/+5 |
| 2024-03-25 | Rollup merge of #122892 - lovesegfault:versioned-vendor, r=onur-ozkan | Jubilee | -0/+1 |
| 2024-03-25 | Add more comments to the bootstrap code that handles `tests/coverage` | Zalathar | -16/+49 |
| 2024-03-23 | Auto merge of #122911 - Nilstrieb:live-love-patch, r=clubby789 | bors | -8/+19 |
| 2024-03-23 | Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlin | bors | -12/+3 |
| 2024-03-22 | Delete dead fields of deserialized cargo output | Arthur Carcano | -12/+3 |
| 2024-03-22 | Fix nix patching for LLVM 18 | Nilstrieb | -8/+19 |
| 2024-03-22 | fix(bootstrap/dist): use versioned dirs when vendoring | Bernardo Meurer Costa | -0/+1 |
| 2024-03-22 | Rollup merge of #122831 - onur-ozkan:less-verbose-fail-logs, r=clubby789 | Matthias Krüger | -7/+15 |
| 2024-03-21 | make failure logs less verbose | onur-ozkan | -7/+15 |
| 2024-03-20 | Inherit `RUSTC_BOOTSTRAP` when testing wasm | Alex Crichton | -0/+7 |
| 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 |