about summary refs log tree commit diff
path: root/src/bootstrap/builder
AgeCommit message (Expand)AuthorLines
2023-10-17improve bootstrap tests structureonur-ozkan-701/+0
2023-10-06remove the use of `fn update_submodule` on rust-analyzeronur-ozkan-1/+0
2023-09-08Fix Issue 112009LuuuX-2/+2
2023-08-10Auto merge of #112482 - tgross35:ci-non-rust-linters, r=pietroalbinibors-0/+2
2023-08-06fix(bootstrap): rename exclude flag to skip 🐛Meysam Azad-2/+2
2023-08-02Add support for tidy linting via external tools for non-rust filesTrevor Gross-0/+2
2023-07-14bootstrap: update defaults for `compiler` and `library` aliasesLukas Markeffsky-2/+6
2023-06-04cleanup now that Kind is no longer used for excludesjyn-22/+15
2023-05-29Switch doc::{Std, Rustc} to `crate_or_deps`jyn-0/+14
2023-05-20bootstrap: add test cases for beta revision extractionliushuyu-0/+16
2023-05-06Migrate bootstrap to Clap-based argumentsclubby789-8/+11
2023-04-29Remove unnecessary `test_kind` field and `TestKind` structjyn-1/+0
2023-02-10add only modified for compiletestyukang-0/+2
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-1/+1
2022-11-12Distinguish `--dry-run` from the automatic dry run checkJoshua Nelson-2/+2
2022-09-17Add a new component, `rust-json-docs`, to distribute the JSON-formatted docum...Luca Palmieri-2/+2
2022-07-31Move `x test --skip` to be part of `--exclude`Joshua Nelson-2/+0
2022-07-02Allow building single crates for the compiler and standard libraryJoshua Nelson-62/+63
2022-06-18Add tests for fixed bugsJoshua Nelson-4/+36
2022-06-18Pass all paths to `Step::run` at once when using `ShouldRun::krate`Joshua Nelson-1/+8
2022-05-13Auto merge of #96493 - chbaker0:issue-96342-fix, r=Mark-Simulacrumbors-0/+2
2022-05-10Fix running bootstrap tests on a fresh cloneJoshua Nelson-0/+12
2022-05-10Add test skip supportCollin Baker-0/+2
2022-04-21Use `run_build` helper consistently across most bootstrap testsJoshua Nelson-96/+69
2022-04-21Add a test for `--exclude test::XXX`Joshua Nelson-29/+43
2022-04-21Don't checkout submodules in bootstrap testsJoshua Nelson-0/+1
2022-04-09Make it possible to run `cargo test` for bootstrapJoshua Nelson-5/+2
2022-03-07copy over `std::path::absolute` instead of adding `canonicalize` hacksJoshua Nelson-1/+1
2022-03-07fix weird bug when `out` would get overridden by unit testsJoshua Nelson-2/+2
2022-01-21allow excluding paths only from a single modulePietro Albini-2/+2
2021-08-03Add x.py option to --force-rerun compiletest testsSmitty-0/+3
2021-06-09Test the linkchecker itself.Eric Huss-0/+5
2021-04-30Add run flag to bootstrap testTyler Mandry-0/+3
2021-03-24Fix bootstrap tests on betaMark Rousskov-0/+3
2021-01-31rustbuild: Don't build compiler twice for error-index-generator.Eric Huss-3/+3
2020-09-28Remove skip_only_host_stepsTyler Mandry-45/+22
2020-09-28bootstrap: Always build for host, even when target is givenTyler Mandry-12/+7
2020-09-22Auto merge of #76799 - Mark-Simulacrum:fix-cross-compile-dist, r=alexcrichtonbors-0/+48
2020-09-20Specify output directory for bootstrap testsMark Rousskov-0/+3
2020-09-17Add test for x.py build cross-compilationMark Rousskov-0/+48
2020-09-15Make the default stage for x.py configurableJoshua Nelson-7/+7
2020-09-11Verify we compile std without involving a b host compilerMark Rousskov-0/+10
2020-09-11Remove host parameter from step configurationsMark Rousskov-10/+0
2020-09-01Move ninja requirements to a dynamic check, when actually buildingMark Rousskov-1/+1
2020-08-30mv compiler to compiler/mark-1/+1
2020-08-28Disable ninja on the dry-run builderJosh Triplett-0/+1
2020-07-28reenable tests after moving stdmark-3/+1
2020-07-28Fix bad rebaseJoshua Nelson-1/+1
2020-07-27Add tests for the new behaviorJoshua Nelson-3/+92
2020-07-27Move tests into a submoduleJoshua Nelson-461/+470