about summary refs log tree commit diff
path: root/src/bootstrap/test.rs
AgeCommit message (Expand)AuthorLines
2023-10-17move bootstrap core implementation to bootstrap/src/core moduleonur-ozkan-3090/+0
2023-10-15add x.py.zsh to tidy checkonur-ozkan-1/+2
2023-10-12remove outdated bootstrap FIXMEonur-ozkan-4/+0
2023-09-17Auto merge of #115514 - onur-ozkan:bootstrap-codebase-improvements, r=albertl...bors-11/+9
2023-09-17micro-level optimizations for bootstraponur-ozkan-11/+9
2023-09-15rustdoc: merge theme css into rustdoc.cssMichael Howell-1/+1
2023-09-10Allow testing cg_clif using ./x.py testbjorn3-0/+126
2023-09-05Add test suite `coverage-map` to test coverage mappings emitted by LLVMZalathar-0/+14
2023-08-22Skip ExpandYamlAnchors when the config is missingJosh Stone-0/+5
2023-08-22bootstrap/miri: respect config_locked_depsRalf Jung-0/+7
2023-08-10Auto merge of #112482 - tgross35:ci-non-rust-linters, r=pietroalbinibors-0/+9
2023-08-06fix(bootstrap): rename exclude flag to skip 🐛Meysam Azad-3/+3
2023-08-02Add support for tidy linting via external tools for non-rust filesTrevor Gross-0/+9
2023-07-30bootstrap: inline format!() argsMatthias Krüger-4/+4
2023-07-26Unite bless environment variables under `RUSTC_BLESS`Trevor Gross-18/+7
2023-07-26Make `x test src/tools/rustfmt --bless` format rustfmt with the freshly built...Oli Scherer-0/+4
2023-07-20Avoid another gha group nestingOli Scherer-1/+2
2023-07-15Rollup merge of #113643 - jyn514:try-run, r=ozkanonurjyn-42/+17
2023-07-15Rollup merge of #113644 - jyn514:bootstrap-cleanups, r=albertlarsan68Matthias Krüger-4/+4
2023-07-15Replace `builder::try_run_quiet` with `run_quiet_delaying_failure`jyn-14/+1
2023-07-15Rename `Builder::try_run` to `run_delaying_failure`jyn-14/+14
2023-07-15Deduplicate `Builder::try_run` and mark `Config::try_run` as deprecatedjyn-28/+16
2023-07-14add a couple more groupsjyn-7/+12
2023-07-14Add must_use to `msg_` functionsjyn-41/+57
2023-07-14Add GHA log groups for tool testsjyn-0/+20
2023-07-14fix nested GHA groups (redux)jyn-10/+6
2023-07-14Add even more GHA log groupsjyn-15/+36
2023-07-14bootstrap: update defaults for `compiler` and `library` aliasesLukas Markeffsky-0/+1
2023-07-13Rename `detail_exit_macro` to `exit`jyn-4/+4
2023-07-13Make `nodejs` control the default for RustdocJs tests instead of a hard-off s...jyn-43/+39
2023-07-12Auto merge of #113214 - GuillaumeGomez:try-run-fix, r=ozkanonur,jyn514bors-20/+16
2023-07-11Rollup merge of #113373 - jyn514:download-rustc-fixes, r=albertlarsan68Jubilee-1/+1
2023-07-11Don't fail early if `try_run` returns an errorGuillaume Gomez-20/+16
2023-07-09Port PGO/LTO/BOLT optimized build pipeline to RustJakub Beránek-4/+4
2023-07-08Fail the build if clippy tests don't passNilstrieb-0/+4
2023-07-05fix `x test --stage 0 core`jyn-1/+1
2023-07-05Auto merge of #112697 - tgross35:explain-markdown, r=oli-obkbors-0/+5
2023-07-03Add a simple markdown parser for formatting `rustc --explain`Trevor Gross-0/+5
2023-07-02Auto merge of #113260 - flip1995:clippyup, r=Manishearthbors-17/+5
2023-07-02Fix compile-test tests to work with the new ui_test cratePhilipp Krones-17/+5
2023-07-02Rollup merge of #113244 - Kobzol:bootstrap-rust-analyzer-tests, r=jyn514Matthias Krüger-1/+3
2023-07-02Rollup merge of #113234 - jyn514:revert-python-test-args, r=clubby789Matthias Krüger-2/+3
2023-07-01Make Rust Analyzer tests faster by compiling less codeJakub Beránek-1/+3
2023-07-01Don't pass --test-args to `python -m unitest`jyn-2/+3
2023-07-01Use RustOptimize to set optimizehi-rustin-1/+1
2023-06-28Declare a `run-coverage-rustdoc` suite for coverage tests that need `rustdoc`Zalathar-0/+6
2023-06-28Declare a `run-coverage` test mode/suite in bootstrapZalathar-4/+10
2023-06-26Rollup merge of #113034 - jyn514:ci-progress, r=oli-obkMatthias Krüger-5/+7
2023-06-25fix some bugsjyn-0/+1
2023-06-25Switch some more Steps to `builder.msg`jyn-5/+7