summary refs log tree commit diff
path: root/src/bootstrap/builder.rs
AgeCommit message (Expand)AuthorLines
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
2020-03-24ci: add github actions configurationPietro Albini-0/+5
2020-03-19Avoid llvm-config in more situations, like bootstrap test runsJosh Stone-8/+19
2020-03-18Ensure LLVM is in the link path for rustc toolsJosh Stone-2/+16
2020-03-18Rename add_lib_path to add_dylib_pathJosh Stone-2/+2
2020-03-15Bump the bootstrap compilerJonas Schievink-8/+2
2020-02-11Rollup merge of #68824 - ajpaverd:cfguard-rustbuild, r=Mark-SimulacrumDylan DPC-0/+14
2020-02-10Enable Control Flow Guard in rustbuildAndrew Paverd-0/+14
2020-02-09Auto merge of #68623 - Zoxc:lld, r=Mark-Simulacrumbors-3/+24
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-1/+7
2020-02-03bootstrap: fix clippy warningsMatthias Krüger-16/+8
2020-01-29Link a linking issueJohn Kåre Alsaker-1/+2
2020-01-29Add an option to use LLD to link the compiler on Windows platformsJohn Kåre Alsaker-3/+23
2020-01-23Clear out std, not std toolsMark Rousskov-1/+1
2020-01-09Add bootstrap step for building sanitizer runtimesTomasz Miąsko-0/+1
2020-01-08Auto merge of #67760 - Mark-Simulacrum:rustc-dirty, r=alexcrichtonbors-1/+13
2020-01-02bootstrap: Allow for setting the ThinLTO import limit used for compiler the c...Michael Woerister-0/+15
2020-01-01Clear out target directory if compiler has changedMark Rousskov-1/+13