about summary refs log tree commit diff
path: root/src/bootstrap/builder.rs
AgeCommit message (Expand)AuthorLines
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
2022-07-13Rollup merge of #98848 - flip1995:clippy-book, r=jyn514Guillaume Gomez-0/+1
2022-07-08Rollup merge of #98798 - jyn514:download-rustc-cached, r=Mark-SimulacrumMatthias Krüger-0/+1
2022-07-07Rollup merge of #98994 - kons-9:dont_use_process_exit, r=jyn514Matthias Krüger-7/+3
2022-07-07squash the commitstoshiki goto-7/+3
2022-07-06Build the Clippy book as part of x.py docflip1995-0/+1
2022-07-05Rollup merge of #95503 - jyn514:build-single-crate, r=Mark-SimulacrumGuillaume Gomez-6/+13
2022-07-03Add miri to the rustc docs.rs pageInfRandomness-0/+1
2022-07-03Enable check-cfg in stage0Urgau-38/+32
2022-07-02Allow building single crates for the compiler and standard libraryJoshua Nelson-3/+12
2022-07-01Fix caching bug in `download-rustc = true`Joshua Nelson-0/+1
2022-07-01bootstrap: illumos platform flags for split-debuginfoAndy Fiddaman-1/+2
2022-06-26Only call default steps once, not once for each PathSetJoshua Nelson-3/+1
2022-06-18Auto merge of #96501 - jyn514:individual-paths, r=Mark-Simulacrumbors-50/+124
2022-06-18Add tests for fixed bugsJoshua Nelson-0/+4
2022-06-18Pass all paths to `Step::run` at once when using `ShouldRun::krate`Joshua Nelson-50/+120
2022-06-09future-proof adding more protocolsPietro Albini-2/+11
2022-06-09load configuration for downloading artifacts from stage0.jsonPietro Albini-8/+2
2022-06-07Add checksum verification for rustfmt downloadsJoshua Nelson-1/+22
2022-06-07Move beta rustfmt downloads to rustbuildJoshua Nelson-1/+6
2022-06-05Auto merge of #93717 - pietroalbini:pa-ci-profiler, r=Mark-Simulacrumbors-0/+6
2022-06-04Auto merge of #97529 - Urgau:bootstrap-check-cfg-features, r=Mark-Simulacrumbors-20/+17