about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2024-04-05bootstrap: move all of rustc's flags to `rustc_cargo`Josh Stone-54/+59
2024-04-05Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwcoGuillaume Gomez-2/+4
2024-04-05bootstrap: split cargo-miri test into separate StepRalf Jung-4/+36
2024-04-05Auto merge of #123497 - GuillaumeGomez:rollup-usqb4q9, r=GuillaumeGomezbors-6/+7
2024-04-05Rollup merge of #123489 - onur-ozkan:handle-rustc-args-properly, r=clubby789Guillaume Gomez-6/+4
2024-04-05Rollup merge of #122334 - GuillaumeGomez:vendor-cg_gcc, r=Mark-SimulacrumGuillaume Gomez-0/+3
2024-04-05Auto merge of #123317 - RalfJung:test-in-miri, r=m-ou-se,saethlin,onur-ozkanbors-33/+115
2024-04-05handle rustc args properly in bootstraponur-ozkan-6/+4
2024-04-04fix parsing the test harness JSON when time could not be measuredRalf Jung-4/+8
2024-04-03add 'x.py miri', and make it work for 'library/{core,alloc,std}'Ralf Jung-22/+94
2024-04-03Rollup merge of #123386 - Rajveer100:branch-for-issue-123227, r=onur-ozkanMatthias Krüger-11/+2
2024-04-03Rollup merge of #123342 - RalfJung:noskip, r=onur-ozkanMatthias Krüger-5/+0
2024-04-03Set `CARGO` instead of `PATH` for Rust ClippyRajveer-11/+2
2024-04-02Rollup merge of #123380 - Nilstrieb:bomments, r=clubby789Jacob Pratt-6/+5
2024-04-02Improve bootstrap commentsNilstrieb-6/+5
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