about summary refs log tree commit diff
path: root/src/bootstrap/builder.rs
AgeCommit message (Expand)AuthorLines
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
2019-12-22Format the worldMark Rousskov-85/+43
2019-12-21Implement `./x.py fmt [--check]`.Adam Perry-2/+3
2019-12-21Drop petgraph dependency from bootstrapMark Rousskov-46/+1
2019-12-13Auto merge of #67077 - Aaron1011:build-llvm-in-binary, r=alexcrichtonbors-22/+0
2019-12-12Auto merge of #67172 - jethrogb:jb/bootstrap-linker, r=alexcrichtonbors-5/+2
2019-12-11rustc: Link LLVM directly into rustc againAlex Crichton-22/+0
2019-12-10Add toolstate checking into bootstrapMark Rousskov-0/+1
2019-12-09Bootstrap: change logic for choosing linker and rpathJethro Beekman-5/+2
2019-11-13Rollup merge of #66317 - cuviper:bindir_relative, r=Mark-SimulacrumYuki Okushi-1/+2
2019-11-12Hopefully fix rustdoc buildMark Rousskov-1/+12
2019-11-12Fallback to the unmodified path in bindir_relativeJosh Stone-2/+1
2019-11-11Use a relative bindir for rustdoc to find rustcJosh Stone-1/+3
2019-10-24Auto merge of #65474 - Mark-Simulacrum:rustc-dev-split, r=pietroalbinibors-0/+1
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-0/+1
2019-10-15minimize the rust-std componentJosh Stone-0/+1
2019-10-12Revert "Auto merge of #64823 - cuviper:min-std, r=Mark-Simulacrum"Mark Rousskov-1/+0
2019-10-10Auto merge of #64823 - cuviper:min-std, r=Mark-Simulacrumbors-0/+1
2019-10-10Auto merge of #65129 - andjo403:cargo_args, r=alexcrichtonbors-0/+10
2019-10-09make it possible to add args to cargo in x.pyAndreas Jonson-0/+10
2019-10-07add dist::RustcDev for unstable compiler librariesJosh Stone-1/+1
2019-10-07[WIP] minimize the rust-std componentJosh Stone-0/+1
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-1/+0
2019-10-04Fix ABI, run and fix more tests, re-enable CI for PRsThomas Lively-0/+1
2019-09-23rustbuild: Pass `-Zsave-analysis` during testsAlex Crichton-2/+1
2019-09-23No need to remove target-specific RUSTFLAGSAlex Crichton-5/+3
2019-09-23Stylistic changesAlex Crichton-13/+7
2019-09-23Move handling of `-Cprefer-dynamic` into `builder.rs`Alex Crichton-0/+10
2019-09-23Move `--cfg bootstrap` out of `rustc.rs`Alex Crichton-0/+1
2019-09-23Move handling of `{MUSL,WASI}_ROOT` to `compile.rs`Alex Crichton-0/+5
2019-09-23Allow adding `RUSTFLAGS` after `Builder::cargo`Alex Crichton-6/+43
2019-09-23Move debuginfo level handling to `builder.rs`Alex Crichton-1/+1
2019-09-23Move handling of `codegen-units` to `builder.rs`Alex Crichton-2/+12