about summary refs log tree commit diff
path: root/src/bootstrap/lib.rs
AgeCommit message (Expand)AuthorLines
2020-04-02Translate the virtual `/rustc/$hash` prefix back to a real directory.Eduard-Mihai Burtescu-7/+7
2020-03-24ci: add github actions configurationPietro Albini-0/+1
2020-02-11Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPCDylan DPC-1/+0
2020-02-09Auto merge of #68623 - Zoxc:lld, r=Mark-Simulacrumbors-2/+14
2020-02-04Remove unused core_intrinsics feature gate from bootstrapbjorn3-1/+0
2020-02-03bootstrap: fix clippy warningsMatthias Krüger-3/+3
2020-01-31Drop cfg(bootstrap) codeMark Rousskov-1/+1
2020-01-29Don't use a whitelist for use_lldJohn Kåre Alsaker-5/+1
2020-01-29Add an option to use LLD to link the compiler on Windows platformsJohn Kåre Alsaker-2/+18
2019-12-22Format the worldMark Rousskov-122/+129
2019-12-21Implement `./x.py fmt [--check]`.Adam Perry-0/+5
2019-12-13Auto merge of #67077 - Aaron1011:build-llvm-in-binary, r=alexcrichtonbors-0/+3
2019-12-12Auto merge of #67172 - jethrogb:jb/bootstrap-linker, r=alexcrichtonbors-6/+2
2019-12-11rustc: Link LLVM directly into rustc againAlex Crichton-0/+3
2019-12-10Add toolstate checking into bootstrapMark Rousskov-27/+0
2019-12-09Bootstrap: change logic for choosing linker and rpathJethro Beekman-6/+2
2019-12-04SGX: Fix target linker used by bootstrapJethro Beekman-0/+1
2019-10-30ci: move toolstates.json to /tmp/toolstate/ and docker mount itPietro Albini-0/+4
2019-10-25Merge branch 'master' into rusty-hermit, resolve conflictsStefan Lankes-0/+1
2019-10-24Auto merge of #65474 - Mark-Simulacrum:rustc-dev-split, r=pietroalbinibors-0/+1
2019-10-22Merge branch 'master' into rusty-hermitStefan Lankes-7/+0
2019-10-21Remove `src/llvm-emscripten` submoduleAlex Crichton-7/+0
2019-10-20Merge branch 'master' into rusty-hermitStefan Lankes-1/+1
2019-10-17show up some extra info when t!() failsGuanqun Lu-1/+1
2019-10-15Package non-rust objectsJethro Beekman-0/+1
2019-10-06redesign of the interface to the unikernel HermitCoreStefan Lankes-1/+1
2019-09-23bootstrap: Remove usage of `RUSTC_TARGET_LINKER`Alex Crichton-0/+10
2019-08-29Rollup merge of #63979 - alexcrichton:remove-wasm-syscall, r=dtolnayMazdak Farrokhzad-3/+0
2019-08-28std: Remove the `wasm_syscall` featureAlex Crichton-3/+0
2019-08-27rustbuild: allow disabling deny(warnings) for bootstrapMarc-Antoine Perennou-3/+0
2019-08-23bootstrap: Merge the libtest build step with libstdAlex Crichton-6/+1
2019-08-08simplify a matchRalf Jung-3/+1
2019-08-01build_helper: rename (try_)run_silent -> (try_)runRalf Jung-3/+3
2019-07-28Deny `unused_lifetimes` through rustbuildVadim Petrochenkov-2/+2
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-2/+3
2019-07-15ci: Remove Travis/AppVeyor configurationAlex Crichton-14/+1
2019-07-06Fixed up a few comments.Alexander Regueiro-8/+8
2019-06-13Delete unused fields on Crate structMark Rousskov-5/+0
2019-06-09Use Build::read_dir instead of fs::read_dir in Build::cp_rPetr Hosek-2/+1
2019-05-09remove unneeded `extern crate`s from build toolsAndy Russell-12/+3
2019-04-26bootstrap: use correct version numbers for llvm-tools and lldbPietro Albini-2/+2
2019-04-17bump bootstrap; remove redundant imports.Mazdak Farrokhzad-2/+0
2019-04-03Support using LLVM's libunwind as the unwinder implementationPetr Hosek-0/+3
2019-03-31Fix custom relative libdir.O01eg-0/+1
2019-03-30Don't ignore git for LLVM infoJosh Stone-8/+12
2019-03-29Add a new wasm32-unknown-wasi targetAlex Crichton-0/+7
2019-03-28Rollup merge of #59351 - phil-opp:llvm-ar, r=alexcrichtonMazdak Farrokhzad-0/+1
2019-03-21Include llvm-ar with llvm-tools componentPhilipp Oppermann-0/+1
2019-03-20Add messages for different verbosity levels.O01eg-0/+12
2019-03-14bootstrap: Default to a sensible llvm-suffix.Emilio Cobos Álvarez-0/+6