index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bootstrap
/
builder
Age
Commit message (
Expand
)
Author
Lines
2023-10-17
improve bootstrap tests structure
onur-ozkan
-701
/
+0
2023-10-06
remove the use of `fn update_submodule` on rust-analyzer
onur-ozkan
-1
/
+0
2023-09-08
Fix Issue 112009
LuuuX
-2
/
+2
2023-08-10
Auto merge of #112482 - tgross35:ci-non-rust-linters, r=pietroalbini
bors
-0
/
+2
2023-08-06
fix(bootstrap): rename exclude flag to skip 🐛
Meysam Azad
-2
/
+2
2023-08-02
Add support for tidy linting via external tools for non-rust files
Trevor Gross
-0
/
+2
2023-07-14
bootstrap: update defaults for `compiler` and `library` aliases
Lukas Markeffsky
-2
/
+6
2023-06-04
cleanup now that Kind is no longer used for excludes
jyn
-22
/
+15
2023-05-29
Switch doc::{Std, Rustc} to `crate_or_deps`
jyn
-0
/
+14
2023-05-20
bootstrap: add test cases for beta revision extraction
liushuyu
-0
/
+16
2023-05-06
Migrate bootstrap to Clap-based arguments
clubby789
-8
/
+11
2023-04-29
Remove unnecessary `test_kind` field and `TestKind` struct
jyn
-1
/
+0
2023-02-10
add only modified for compiletest
yukang
-0
/
+2
2023-01-11
Change `src/test` to `tests` in source files, fix tidy and tests
Albert Larsan
-1
/
+1
2022-11-12
Distinguish `--dry-run` from the automatic dry run check
Joshua Nelson
-2
/
+2
2022-09-17
Add a new component, `rust-json-docs`, to distribute the JSON-formatted docum...
Luca Palmieri
-2
/
+2
2022-07-31
Move `x test --skip` to be part of `--exclude`
Joshua Nelson
-2
/
+0
2022-07-02
Allow building single crates for the compiler and standard library
Joshua Nelson
-62
/
+63
2022-06-18
Add tests for fixed bugs
Joshua Nelson
-4
/
+36
2022-06-18
Pass all paths to `Step::run` at once when using `ShouldRun::krate`
Joshua Nelson
-1
/
+8
2022-05-13
Auto merge of #96493 - chbaker0:issue-96342-fix, r=Mark-Simulacrum
bors
-0
/
+2
2022-05-10
Fix running bootstrap tests on a fresh clone
Joshua Nelson
-0
/
+12
2022-05-10
Add test skip support
Collin Baker
-0
/
+2
2022-04-21
Use `run_build` helper consistently across most bootstrap tests
Joshua Nelson
-96
/
+69
2022-04-21
Add a test for `--exclude test::XXX`
Joshua Nelson
-29
/
+43
2022-04-21
Don't checkout submodules in bootstrap tests
Joshua Nelson
-0
/
+1
2022-04-09
Make it possible to run `cargo test` for bootstrap
Joshua Nelson
-5
/
+2
2022-03-07
copy over `std::path::absolute` instead of adding `canonicalize` hacks
Joshua Nelson
-1
/
+1
2022-03-07
fix weird bug when `out` would get overridden by unit tests
Joshua Nelson
-2
/
+2
2022-01-21
allow excluding paths only from a single module
Pietro Albini
-2
/
+2
2021-08-03
Add x.py option to --force-rerun compiletest tests
Smitty
-0
/
+3
2021-06-09
Test the linkchecker itself.
Eric Huss
-0
/
+5
2021-04-30
Add run flag to bootstrap test
Tyler Mandry
-0
/
+3
2021-03-24
Fix bootstrap tests on beta
Mark Rousskov
-0
/
+3
2021-01-31
rustbuild: Don't build compiler twice for error-index-generator.
Eric Huss
-3
/
+3
2020-09-28
Remove skip_only_host_steps
Tyler Mandry
-45
/
+22
2020-09-28
bootstrap: Always build for host, even when target is given
Tyler Mandry
-12
/
+7
2020-09-22
Auto merge of #76799 - Mark-Simulacrum:fix-cross-compile-dist, r=alexcrichton
bors
-0
/
+48
2020-09-20
Specify output directory for bootstrap tests
Mark Rousskov
-0
/
+3
2020-09-17
Add test for x.py build cross-compilation
Mark Rousskov
-0
/
+48
2020-09-15
Make the default stage for x.py configurable
Joshua Nelson
-7
/
+7
2020-09-11
Verify we compile std without involving a b host compiler
Mark Rousskov
-0
/
+10
2020-09-11
Remove host parameter from step configurations
Mark Rousskov
-10
/
+0
2020-09-01
Move ninja requirements to a dynamic check, when actually building
Mark Rousskov
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-1
/
+1
2020-08-28
Disable ninja on the dry-run builder
Josh Triplett
-0
/
+1
2020-07-28
reenable tests after moving std
mark
-3
/
+1
2020-07-28
Fix bad rebase
Joshua Nelson
-1
/
+1
2020-07-27
Add tests for the new behavior
Joshua Nelson
-3
/
+92
2020-07-27
Move tests into a submodule
Joshua Nelson
-461
/
+470
[next]