about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2024-12-31handle submodules automatically on `doc` stepsonur-ozkan-30/+23
2024-12-31Use struct-like syntax in `tool_check_step!`Zalathar-15/+18
2024-12-31Make `tool_check_step!` always assume `SourceType::InTree`Zalathar-21/+23
2024-12-31Infer tool-check-step display name from the last path componentZalathar-24/+13
2024-12-31Move most of the `Step::run` impl out of `tool_check_step!`Zalathar-45/+41
2024-12-31Rollup merge of #134919 - Zalathar:x-test-compiler, r=jieyouxuStuart Cook-2/+24
2024-12-31Make `./x test compiler` actually run the compiler unit testsZalathar-2/+24
2024-12-30Rollup merge of #134911 - HigherOrderLogic:master, r=onur-ozkanMatthias Krüger-3/+3
2024-12-30chore: fix typosHoru-3/+3
2024-12-30Auto merge of #134865 - clubby789:proc-macro-tls, r=onur-ozkanbors-1/+75
2024-12-29bootstrap: Don't apply `-Ztls-model=initial-exec` to deps of proc-macrosclubby789-1/+4
2024-12-29Add tidy check for list of proc-macro crate transitive dependenciesclubby789-0/+71
2024-12-29Auto merge of #134887 - Zalathar:rollup-ghpz7oy, r=Zalatharbors-106/+127
2024-12-29Rollup merge of #134883 - Zalathar:shared-helpers, r=clubby789Stuart Cook-3/+14
2024-12-29Auto merge of #134650 - onur-ozkan:clean-up-fixmes, r=Kobzolbors-14/+9
2024-12-29Fix `./x check bootstrap` by moving `shared_helpers::tests`Zalathar-3/+14
2024-12-29Allow macro-declared test steps to have docstrings and attributesZalathar-21/+32
2024-12-29Consolidate the macros for declaring compiletest suitesZalathar-82/+81
2024-12-28Auto merge of #134848 - Zalathar:check-compiletest, r=jieyouxubors-0/+4
2024-12-28Auto merge of #134845 - jieyouxu:temp-drop-warning, r=onur-ozkanbors-13/+4
2024-12-28Auto merge of #134790 - onur-ozkan:cfg-test, r=clubby789bors-22/+19
2024-12-28bootstrap: Allow `./x check compiletest`Zalathar-0/+4
2024-12-28bootstrap: drop warning for top-level test suite path check许杰友 Jieyou Xu (Joe)-13/+4
2024-12-28remove deprecated option `parallel-compiler`onur-ozkan-10/+5
2024-12-28read to `String` directly without extra conversiononur-ozkan-2/+1
2024-12-28remove an invalid FIXME noteonur-ozkan-2/+3
2024-12-27Auto merge of #134830 - matthiaskrgr:rollup-7hdjojz, r=matthiaskrgrbors-0/+21
2024-12-27Add change tracker entryclubby789-0/+5
2024-12-27compiletest: Replace `--nocapture` with `--no-capture`clubby789-1/+1
2024-12-27Add `--no-capture` as a bootstrap argumentclubby789-0/+16
2024-12-26Strip debuginfo from rustc-main and rustdocclubby789-2/+13
2024-12-26replace bootstrap-self-test feature flag with cfg(test)onur-ozkan-22/+19
2024-12-24Auto merge of #134724 - onur-ozkan:type-improvements, r=jieyouxubors-53/+34
2024-12-24improve type mutation for certain structuresonur-ozkan-53/+34
2024-12-23Auto merge of #134405 - rmehri01:x-completions, r=onur-ozkanbors-2/+13
2024-12-20fix missing ns units in bootstrap's benchmark renderingThe 8472-1/+1
2024-12-19Rollup merge of #134437 - onur-ozkan:improve-compiler-build, r=jieyouxu许杰友 Jieyou Xu (Joe)-30/+34
2024-12-18reduce compiler `Assemble` complexityonur-ozkan-30/+34
2024-12-18Rollup merge of #134444 - jyn514:cranelift-std, r=bjorn3许杰友 Jieyou Xu (Joe)-0/+5
2024-12-18Rollup merge of #134420 - Integral-Tech:pathbuf-refactor, r=compiler-errors许杰友 Jieyou Xu (Joe)-7/+5
2024-12-17Fix `x build --stage 1 std` when using cg_cranelift as the default backendjyn-0/+5
2024-12-17Rollup merge of #134423 - jieyouxu:bootstrap-test-valid, r=onur-ozkanMatthias Krüger-1/+1
2024-12-17Rollup merge of #133801 - Gelbpunkt:powerpc64le-unknown-linux-musl-tier-2, r=...Matthias Krüger-0/+6
2024-12-17Generate shell completions for x as wellRyan Mehri-2/+13
2024-12-18refactor: replace &PathBuf with &Path to enhance generalityIntegral-7/+5
2024-12-17bootstrap: use specific-purpose ui test path许杰友 Jieyou Xu (Joe)-1/+1
2024-12-17clarify that path() is for on-disk pathsRalf Jung-1/+3
2024-12-17bootstrap: fix a commentRalf Jung-1/+1
2024-12-15bootstrap: make ./x test error-index workRalf Jung-1/+3
2024-12-14Auto merge of #134296 - matthiaskrgr:rollup-o0sxozj, r=matthiaskrgrbors-0/+10