about summary refs log tree commit diff
path: root/src/bootstrap/builder
AgeCommit message (Expand)AuthorLines
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
2020-07-27Fix most bootstrap testsJoshua Nelson-1/+2
2020-07-27mv std libs to library/mark-3/+5
2020-07-17Teach bootstrap about target files vs target triplesJake Goulding-28/+28
2020-07-01Tests for number of times rustdoc is built with x.py test and doc.Eric Huss-0/+79
2020-02-03bootstrap: fix clippy warningsMatthias Krüger-1/+0
2019-12-22Format the worldMark Rousskov-298/+81
2019-12-11Fix a test in the bootstrap test suiteAlex Crichton-0/+4
2019-08-23bootstrap: Merge the libtest build step with libstdAlex Crichton-89/+64
2019-07-27Remove run-pass test suitesVadim Petrochenkov-4/+1
2019-06-24bootstrap: pass '--pass' on to compiletest.Mazdak Farrokhzad-0/+2
2019-06-16Separate bootstrap modulechansuke-0/+656