about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2022-04-11Rollup merge of #95901 - jyn514:remove-duplicate-aliases, r=Mark-SimulacrumDylan DPC-7/+2
2022-04-11Rollup merge of #95875 - aswild:pr/alias-cmd-paths, r=Mark-SimulacrumMatthias Krüger-3/+3
2022-04-10Add `build compiler/rustc_codegen_gcc` as an alias for `CodegenBackend`Joshua Nelson-1/+1
2022-04-10Remove duplicate aliases for `codegen_{cranelift,gcc}`Joshua Nelson-6/+1
2022-04-10Rollup merge of #95849 - ehuss:check-submodules, r=Mark-SimulacrumDylan DPC-2/+13
2022-04-10Allow usage of sudo while not accessing rootgimbles-2/+2
2022-04-10Auto merge of #95253 - jyn514:cargo-run, r=Mark-Simulacrumbors-10/+3
2022-04-10bootstrap: show available paths help text for aliased subcommandsAllen Wild-3/+3
2022-04-10Auto merge of #95502 - jyn514:doc-rustc, r=Mark-Simulacrumbors-68/+30
2022-04-10Auto merge of #95254 - jyn514:fix-windows-builds, r=Mark-Simulacrumbors-2/+17
2022-04-09Make it possible to run `cargo test` for bootstrapJoshua Nelson-10/+3
2022-04-09Rollup merge of #95369 - jyn514:test-rustdoc, r=Mark-SimulacrumDylan DPC-6/+29
2022-04-09Check for git submodules in non-git source tree.Eric Huss-2/+13
2022-04-08Fix typo in bootstrap.pyYacin Tmimi-1/+1
2022-04-08[bootstrap.py] Instruct curl to follow redirectKai Luo-0/+1
2022-04-08Auto merge of #95440 - jyn514:error-index, r=Mark-Simulacrumbors-25/+21
2022-04-07Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrumbors-0/+1
2022-04-06Rollup merge of #95721 - xu-cheng:typo, r=compiler-errorsDylan DPC-1/+1
2022-04-06Rollup merge of #95353 - jyn514:invalid-filter-hard-error, r=Mark-SimulacrumDylan DPC-4/+4
2022-04-06fix regression caused by rust-lang/cargo#10448Pietro Albini-0/+1
2022-04-05Fix typo in bootstrap/setup.rsCheng XU-1/+1
2022-04-05Rollup merge of #95449 - jyn514:doc-stage-0, r=ehussDylan DPC-4/+16
2022-04-05Rollup merge of #95234 - ben0x539:nixquotes, r=Dylan-DPCDylan DPC-1/+1
2022-03-31Rollup merge of #95445 - jyn514:rustc-unit-tests, r=Dylan-DPCDylan DPC-1/+0
2022-03-30Add `x {check,build,doc} {compiler/library}` aliases.Joshua Nelson-6/+9
2022-03-30Reduce duplication in `impl Step for doc::Rustc`Joshua Nelson-24/+13
2022-03-30Remove dead code in `doc.rs`Joshua Nelson-14/+7
2022-03-30Fix `x doc compiler/rustc`Joshua Nelson-12/+9
2022-03-30Simplify `make_run` for `test::Crate` by introducing `crate_paths` instead of...Joshua Nelson-31/+14
2022-03-31Rollup merge of #94806 - jyn514:cargo-run-tidy, r=Mark-SimulacrumDylan DPC-1/+7
2022-03-30Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPCbors-3/+3
2022-03-30Rollup merge of #95461 - nyurik:spelling, r=lcnrDylan DPC-3/+3
2022-03-30Spellchecking some commentsYuri Astrakhan-3/+3
2022-03-30Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakisbors-0/+6
2022-03-29Fix `x doc --stage 0 compiler`Joshua Nelson-4/+16
2022-03-29Don't build the full compiler before running unit testsJoshua Nelson-1/+0
2022-03-29bootstrap: force system python3 on MacOSAlec Goncharow-9/+12
2022-03-29Fix `x test src/tools/error_index_generator --stage {0,1}`Joshua Nelson-25/+21
2022-03-29bootstrap: loosen and expand python check boundsAlec Goncharow-1/+3
2022-03-29Auto merge of #95417 - ehuss:doc-no_std-error, r=Dylan-DPCbors-0/+6
2022-03-28bootstrap: better error message for no_std docsEric Huss-0/+6
2022-03-28Rollup merge of #93787 - klensy:really-not-a-features, r=wesleywiserDylan DPC-5/+11
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-0/+6
2022-03-28Rollup merge of #95370 - jyn514:less-verbose-skips, r=Dylan-DPCDylan DPC-2/+2
2022-03-28Propagate `parallel_compiler` feature through rustc crates. Turned off featur...klensy-5/+11
2022-03-27[bootstrap] Don't print `Suite not skipped` unless `--verbose` is setJoshua Nelson-2/+2
2022-03-27Fix `x test src/librustdoc --no-doc`Joshua Nelson-0/+9
2022-03-27Fix `x test src/librustdoc` with download-rustc enabledJoshua Nelson-6/+20
2022-03-26Give a hard error when filtering tests for a file that does not existJoshua Nelson-4/+4
2022-03-25resolve: Stop passing unused spans and node ids to path resolution functionsVadim Petrochenkov-1/+1