about summary refs log tree commit diff
path: root/src/bootstrap/builder.rs
AgeCommit message (Expand)AuthorLines
2020-07-27Use exhaustive match for assertJoshua Nelson-1/+1
2020-07-27Add assert that tests happen with stage 2 in CIJoshua Nelson-1/+15
2020-07-27Fix most bootstrap testsJoshua Nelson-1/+1
2020-07-27Make the default stage dependent on the subcommandJoshua Nelson-1/+14
2020-07-27Don't duplicate builder codeJoshua Nelson-19/+14
2020-07-22Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakisManish Goregaokar-1/+1
2020-07-19Do not clobber RUSTDOCFLAGSMark Rousskov-0/+7
2020-07-19Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandrybors-0/+1
2020-07-17Rollup merge of #74251 - shepmaster:bootstrap-target-files, r=Mark-SimulacrumManish Goregaokar-31/+30
2020-07-17Generating the coverage mapRich Kadel-0/+1
2020-07-17Teach bootstrap about target files vs target triplesJake Goulding-31/+30
2020-07-16Set "invalid_codeblock_attributes" lint to warning level by defaultGuillaume Gomez-2/+3
2020-07-16Update code to new invalid_codeblock_attributes lint nameGuillaume Gomez-2/+2
2020-07-16Apply review commentsGuillaume Gomez-3/+6
2020-07-16Enforce even more the code blocks attributes check through rustdocGuillaume Gomez-2/+5
2020-07-14Use local links in the alloc docs.Eric Huss-1/+2
2020-07-14Stabilize control-flow-guard codegen optionAndrew Paverd-1/+1
2020-07-04Fix caching issue when building tools.Eric Huss-4/+14
2020-07-03Add rust-analyzer submoduleAleksey Kladov-0/+3
2020-07-01Rollup merge of #73929 - kraai:fix-comment-typo, r=jonas-schievinkManish Goregaokar-1/+1
2020-07-01Fix comment typoKRAAI, MATTHEW [VISUS]-1/+1
2020-06-29rustbuild: Move compiler-builtins build logic to manifestAlex Crichton-8/+8
2020-06-25Support configurable deny-warnings for all in-tree crates.Eric Huss-2/+3
2020-06-20Rollup merge of #73404 - ajpaverd:cfguard_syntax, r=Mark-SimulacrumRalf Jung-2/+2
2020-06-19Rollup merge of #73352 - ehuss:bootstrap-metadata, r=Mark-SimulacrumRalf Jung-11/+41
2020-06-16Update CFGuard syntaxAndrew Paverd-2/+2
2020-06-15Rollup merge of #73296 - ehuss:remove-msvc-aux, r=Mark-SimulacrumRalf Jung-1/+0
2020-06-14Add some doc comments regarding PathSet.Eric Huss-3/+25
2020-06-14Show suite paths (`src/test/ui/...`) in help output.Eric Huss-6/+12
2020-06-14Switch bootstrap metadata to --no-deps.Eric Huss-2/+4
2020-06-12Remove vestigial CI job msvc-aux.Eric Huss-1/+0
2020-06-12x.py: do not build Miri by defaultRalf Jung-0/+2
2020-06-01bump Miri, update for cargo-miri being a separate projectRalf Jung-0/+2
2020-05-29Get libdir from stage0 compilerO01eg-0/+1
2020-05-21Add flag to open docs: x.py doc --openDavid Tolnay-1/+1
2020-05-15Rollup merge of #72146 - Mark-Simulacrum:separate-std-asserts, r=alexcrichtonDylan DPC-1/+8
2020-05-14Auto merge of #72058 - RalfJung:no-dist-lldb, r=Mark-Simulacrumbors-1/+0
2020-05-12Provide separate option for std debug assertsMark Rousskov-1/+8
2020-05-10remove lldb package from bootstrap, config and build-manifestRalf Jung-1/+0
2020-05-06Remove code related to `test/run-fail`Yuki Okushi-2/+0
2020-05-03Auto merge of #71815 - Mark-Simulacrum:no-llvm-rebuild, r=jonas-schievinkbors-2/+10
2020-05-02Don't skip building LLVM if already builtMark Rousskov-2/+10
2020-05-02Auto merge of #70655 - oli-obk:subrepo_funness, r=Mark-Simulacrumbors-1/+1
2020-05-02Also build clippy with `./x.py check`Oliver Scherer-1/+1
2020-05-01bootstrap: also apply unused-attributes hack without deny_warningsRalf Jung-6/+6
2020-04-24Only set *FLAGS env vars if they are not emptyDylan MacKenzie-2/+10
2020-04-23Set RUSTDOCFLAGS in `cargo` invocationDylan MacKenzie-2/+9
2020-04-12rustbuild: Remove LLD flavor workaround for MSVCVadim Petrochenkov-16/+0
2020-04-07bootstrap: work around "unused attribute" errors in incremental stdlib rebuilds.Eduard-Mihai Burtescu-0/+7
2020-04-02Translate the virtual `/rustc/$hash` prefix back to a real directory.Eduard-Mihai Burtescu-1/+6