about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2024-04-02skip Codegen{GCC,Cranelift} when using CI rustconur-ozkan-0/+10
2024-04-02Updated commentsAdam Gastineau-1/+1
2024-04-02x.py test: remove no-op --skip flagRalf Jung-5/+0
2024-04-01set miri sysroots inside Cargo::newRalf Jung-7/+13
2024-04-01Auto merge of #123192 - RalfJung:bootstrap-test-miri, r=onur-ozkanbors-129/+163
2024-03-31fix not finding the right libraries on WindowsRalf Jung-3/+9
2024-03-31add FIXME for making the cargo cmd properly typedRalf Jung-5/+5
2024-03-31move parallel_compiler handling into prepare_tool_cargo so that it is done ev...Ralf Jung-16/+11
2024-03-31remove a pointless env varRalf Jung-4/+0
2024-03-31shift Miri's stage so that it matches other rustc-based toolsRalf Jung-57/+74
2024-03-31bootstrap/rustc: remove a miri hackRalf Jung-1/+1
2024-03-31Auto merge of #123246 - Kobzol:tarball-reproducible, r=Mark-Simulacrumbors-26/+49
2024-03-31Remove potential `__pycache__` directories from src tarballsJakub Beránek-0/+14
2024-03-31Checkout all submodules when building source tarballsJakub Beránek-3/+3
2024-03-31Move submodule lookup to `Builder`Jakub Beránek-23/+32
2024-03-31Rollup merge of #123189 - Kobzol:rustc-shim-log, r=onur-ozkanMatthias Krüger-6/+6
2024-03-30prepare_tool_cargo: add support for a miri-test mode, and use it in the cargo...Ralf Jung-77/+85
2024-03-29Rollup merge of #123186 - onur-ozkan:llvm-library-bug, r=KobzolMatthias Krüger-2/+2
2024-03-29Log BOLT args in bootstrap `rustc` shimJakub Beránek-6/+6
2024-03-29copy any file from stage0/lib to stage0-sysroot/libonur-ozkan-2/+2
2024-03-28x.py test miri: respect --no-doc / --docRalf Jung-2/+14
2024-03-28create `Build::update_existing_submodule` and use for llvmonur-ozkan-0/+17
2024-03-27Auto merge of #122205 - onur-ozkan:incorrect-sysroot-for-target, r=albertlars...bors-2/+6
2024-03-26Rollup merge of #123055 - onur-ozkan:miri-rustdoc, r=RalfJungMatthias Krüger-1/+5
2024-03-26enable cargo miri test doctestsonur-ozkan-1/+5
2024-03-25Rollup merge of #122892 - lovesegfault:versioned-vendor, r=onur-ozkanJubilee-0/+1
2024-03-25Add more comments to the bootstrap code that handles `tests/coverage`Zalathar-16/+49
2024-03-23Auto merge of #122911 - Nilstrieb:live-love-patch, r=clubby789bors-8/+19
2024-03-23Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlinbors-12/+3
2024-03-22Delete dead fields of deserialized cargo outputArthur Carcano-12/+3
2024-03-22Fix nix patching for LLVM 18Nilstrieb-8/+19
2024-03-22fix(bootstrap/dist): use versioned dirs when vendoringBernardo Meurer Costa-0/+1
2024-03-22Rollup merge of #122831 - onur-ozkan:less-verbose-fail-logs, r=clubby789Matthias Krüger-7/+15
2024-03-21make failure logs less verboseonur-ozkan-7/+15
2024-03-20Inherit `RUSTC_BOOTSTRAP` when testing wasmAlex Crichton-0/+7
2024-03-20Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68bors-1/+1
2024-03-20Fix bootstrap bump falloutMark Rousskov-1/+1
2024-03-20Rollup merge of #121543 - onur-ozkan:clippy-args, r=oli-obkMatthias Krüger-12/+84
2024-03-20resolve clippy errorsonur-ozkan-1/+1
2024-03-18Support for visionOSAdam Gastineau-2/+4
2024-03-18Rollup merge of #122649 - cuviper:min-llvm-17, r=nikicMatthias Krüger-2/+2
2024-03-18Auto merge of #122646 - saethlin:library-frame-pointers, r=onur-ozkanbors-0/+4
2024-03-17LLVM bitcode linker: use --cfg=parallell_compiler to avoid trashing the cache...Kjetil Kjeka-1/+73
2024-03-18use `--cap-lints` only when deny and forbid rules are not specifiedonur-ozkan-2/+7
2024-03-18pass ignored lints after manual onesonur-ozkan-1/+1
2024-03-18add unit test: `order_of_clippy_rules`onur-ozkan-5/+49
2024-03-18reorder clippy rules to their original order before passing themonur-ozkan-6/+29
2024-03-17Update the minimum external LLVM to 17Josh Stone-2/+2
2024-03-17Enable frame pointers for the libraryBen Kimock-0/+4
2024-03-17fetch submodule before checking llvm stamponur-ozkan-1/+1