about summary refs log tree commit diff
path: root/src/bootstrap/builder.rs
AgeCommit message (Expand)AuthorLines
2022-05-25Only allow `compiletest` to use `feature(test)`, not any other featureJoshua Nelson-1/+6
2022-05-22Rollup merge of #97277 - jyn514:no-unstable-for-bootstrap, r=Mark-SimulacrumJack Huey-0/+8
2022-05-22Disable unstable features in bootstrap toolsJoshua Nelson-0/+8
2022-05-14Fix rustc-perf benchmarksUrgau-3/+7
2022-05-08Fix the `x.py clippy` commandYuki Okushi-2/+2
2022-05-07Auto merge of #96670 - Urgau:bootstrap-check-cfg-features, r=Mark-Simulacrumbors-5/+14
2022-05-06Rollup merge of #96758 - davidtwco:split-debuginfo-bootstrap-bsd, r=Mark-Simu...Michael Goulet-2/+6
2022-05-06Rollup merge of #96660 - jyn514:better-missing-path-error, r=Mark-SimulacrumMichael Goulet-1/+13
2022-05-06bootstrap: bsd platform flags for split debuginfoDavid Wood-2/+6
2022-05-04Rollup merge of #96597 - semarie:split_debuginfo-unix, r=davidtwco,Mark-Simul...Yuki Okushi-1/+2
2022-05-03Enable cfg checking of cargo features for everything but stdLoïc BRANSTETT-5/+14
2022-05-02[bootstrap] Give a better error when trying to run a path with no registered ...Joshua Nelson-1/+13
2022-05-02Auto merge of #96310 - bertptrs:remove-debugger-bootstrap, r=Mark-Simulacrumbors-1/+0
2022-05-02Remove DebbugerScripts from bootstrap CLIBert Peters-1/+0
2022-05-02openbsd: unbreak build on native platformSébastien Marie-1/+2
2022-04-27Auto merge of #95170 - jyn514:ci-llvm, r=Mark-Simulacrumbors-1/+6
2022-04-24Move download-ci-llvm to rustbuildJoshua Nelson-1/+6
2022-04-24Add type_name info to [TIMING] log outputJames Higgins-2/+11
2022-04-21Auto merge of #96003 - aswild:pr/bootstrap-subcommands-cleanup, r=jyn514bors-27/+35
2022-04-21Auto merge of #95612 - davidtwco:split-debuginfo-in-bootstrap, r=Mark-Simulacrumbors-11/+11
2022-04-20bootstrap: non-bootstrap windows split debuginfoDavid Wood-7/+11
2022-04-18Remove assertion that all paths in `ShouldRun` existJoshua Nelson-5/+7
2022-04-18Auto merge of #95906 - jyn514:enforce-valid-paths, r=Mark-Simulacrumbors-1/+24
2022-04-18bootstrap: add split-debuginfo configDavid Wood-12/+8
2022-04-16bootstrap: consolidate subcommand parsing and matchingAllen Wild-27/+35
2022-04-16Require all paths passed to `ShouldRun::paths` to exist on diskJoshua Nelson-1/+24
2022-04-10bootstrap: show available paths help text for aliased subcommandsAllen Wild-3/+3
2022-04-08Auto merge of #95440 - jyn514:error-index, r=Mark-Simulacrumbors-9/+13
2022-03-30Spellchecking some commentsYuri Astrakhan-1/+1
2022-03-29Fix `x test src/tools/error_index_generator --stage {0,1}`Joshua Nelson-9/+13
2022-03-27[bootstrap] Don't print `Suite not skipped` unless `--verbose` is setJoshua Nelson-2/+2
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-1/+1
2022-03-15fix typosDylan DPC-1/+1
2022-03-13Auto merge of #94738 - Urgau:rustbuild-check-cfg-values, r=Mark-Simulacrumbors-1/+6
2022-03-11Remove unneeded conversions in bootstrapping codepierwill-8/+4
2022-03-09Enable conditional checking of values in the Rust codebaseLoïc BRANSTETT-1/+6
2022-03-07copy over `std::path::absolute` instead of adding `canonicalize` hacksJoshua Nelson-3/+3
2022-03-05Merge build_helper into utilbjorn3-2/+1
2022-03-05Remove build_helperbjorn3-2/+1
2022-03-04Enable conditional compilation checking on the Rust codebaseLoïc BRANSTETT-0/+28
2022-03-03bootstrap: correct reading of flags for llvmJon Gjengset-3/+4
2022-01-30Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-SimulacrumEric Huss-13/+4
2022-01-28update cfg(bootstrap)sPietro Albini-13/+4
2022-01-23Auto merge of #93047 - matthiaskrgr:defer__dist_PlainSourceTarball, r=Mark-Si...bors-1/+5
2022-01-21allow excluding paths only from a single modulePietro Albini-31/+117
2022-01-21replace paths in PathSet with a dedicated TaskPath structPietro Albini-14/+28
2022-01-19build: dist: defer PlainSourceTarballMatthias Krüger-1/+5
2022-01-04Do not use deprecated -Zsymbol-mangling-version in bootstrapJakub Beránek-3/+13
2022-01-01Remove some dead codebjorn3-2/+1
2021-12-17pass -Wl,-z,origin to set DF_ORIGIN when using rpathSébastien Marie-0/+1