about summary refs log tree commit diff
path: root/src/bootstrap/builder.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-3/+3
2022-12-31Run `cargo test` on tidy itself.Eric Huss-0/+1
2022-12-30Use more consistent progress messages in bootstrapJoshua Nelson-9/+8
2022-12-29Support `x clean --stage 1 rustc_query_impl`Joshua Nelson-0/+19
2022-12-26Allow cleaning individual cratesJoshua Nelson-48/+73
2022-12-23Auto merge of #106070 - matthiaskrgr:rollup-jv9ctkl, r=matthiaskrgrbors-1/+4
2022-12-23Rollup merge of #106051 - jyn514:cranelift-std, r=bjorn3Matthias Krüger-1/+4
2022-12-22Support documenting CargoJoshua Nelson-0/+1
2022-12-22Allow building std with craneliftJoshua Nelson-1/+4
2022-12-22Use LLVM_CMAKE_DIR for lld buildNikita Popov-1/+1
2022-12-18Rollup merge of #96584 - bentongxyz:x-setup-h-v-should-work, r=jyn514Matthias Krüger-3/+12
2022-12-17Remove special cases for setup subcommandBenjamin Tong-3/+12
2022-12-11bootstrap: Allow installing llvm-toolsMartin Kröning-0/+1
2022-12-06Rollup merge of #104439 - ferrocene:pa-generate-copyright, r=pnkfelixMatthias Krüger-0/+2
2022-11-26Support unit tests for jsondoclintNixon Enraght-Moony-0/+1
2022-11-23Rollup merge of #104286 - ozkanonur:fix-doc-bootstrap-recompilation, r=jyn514Dylan DPC-1/+7
2022-11-20refactor doc copying processozkanonur-1/+7
2022-11-15initial prototype of the tool to generate copyright noticesPietro Albini-0/+1
2022-11-15add tool to collect license metadata from REUSEPietro Albini-0/+1
2022-11-13Make all download functions need only Config, not BuilderJoshua Nelson-256/+5
2022-11-12Distinguish `--dry-run` from the automatic dry run checkJoshua Nelson-6/+6
2022-11-09Rollup merge of #104046 - RalfJung:run-miri-run, r=oli-obkMichael Goulet-1/+2
2022-11-06bootstrap: add support for running Miri on a fileRalf Jung-1/+2
2022-11-03move browser opening logic in BuilderPietro Albini-0/+18
2022-10-31Detect unused files in `src/test/mir-opt` and error on them in tidy.Jakob Degen-0/+1
2022-10-31Auto merge of #102950 - oli-obk:check_miri, r=RalfJungbors-0/+1
2022-10-26Add cargo miri to x.py checkOli Scherer-0/+1
2022-10-12Rollup merge of #102239 - joshtriplett:style-guide, r=calebcartwrightDylan DPC-0/+1
2022-09-26Rollup merge of #102178 - RalfJung:bootstrap-backtrace, r=Mark-Simulacrumfee1-dead-3/+2
2022-09-24Auto merge of #98483 - dvtkrlbs:bootstrap-dist, r=jyn514bors-0/+1
2022-09-24Move style guide to rust-lang/rustJosh Triplett-0/+1
2022-09-23bootstrap: the backtrace feature is stable, no need to allow it any moreRalf Jung-3/+2
2022-09-19Auto merge of #101799 - LukeMathWalker:distribute-json-doc, r=jyn514bors-0/+1
2022-09-17Auto merge of #101949 - matthiaskrgr:rollup-xu5cqnd, r=matthiaskrgrbors-0/+3
2022-09-17Add a new component, `rust-json-docs`, to distribute the JSON-formatted docum...Luca Palmieri-0/+1
2022-09-16Improve handing of env vars during bootstrap processChris Wailes-6/+7
2022-09-14Allow using vendoring when running bootstrap from outside the current working...Joshua Nelson-0/+3
2022-09-14Distribute bootstrap in CI artifactsTuna-0/+1
2022-08-31Fix a bunch of typoDezhi Wu-2/+2
2022-08-27Sunset RLSEric Huss-2/+0
2022-08-27Add replace-version-placeholder toolest31-1/+7
2022-08-26Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiserbors-16/+14
2022-08-18session: stabilize split debuginfo on linuxDavid Wood-16/+14
2022-08-16bootstrap: don't apply `-Ztls-model=initial-exec` to proc macrosAlex Macleod-1/+1
2022-07-27Ship `rust-analyzer-proc-macro-srv` binary with dist::RustcAmos Wenger-0/+1
2022-07-24Add test step for rust-analyzer, run it by defaultAmos Wenger-0/+1
2022-07-24Add check step, stuck on 'no output generated for libgoto_def-hash rmeta'Amos Wenger-0/+1
2022-07-24Convert rust-analyzer to 'in-tree' tool, pass 'in-rust-tree' feature by defaultAmos Wenger-1/+1
2022-07-20Auto merge of #98843 - Urgau:check-cfg-stage0, r=Mark-Simulacrumbors-38/+32
2022-07-14solaris: unbreak build on native platformPetr Sumbera-0/+1