about summary refs log tree commit diff
path: root/src/bootstrap/lib.rs
AgeCommit message (Expand)AuthorLines
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
2019-03-05Bootstrap changesJohn Kåre Alsaker-3/+4
2019-02-25bootstrap: deny(rust_2018_idioms)Taiki Endo-3/+1
2019-02-25Remove some unnecessary 'extern crate'Taiki Endo-12/+0
2019-02-10rustc: doc commentsAlexander Regueiro-9/+9
2019-02-01Auto merge of #57937 - denzp:nvptx, r=nagisabors-0/+1
2019-01-27Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichtonbors-1/+1
2019-01-27Create `nvptx64-nvidia-cuda` target specificationDenys Zariaiev-0/+1
2019-01-26Bump bootstrap compiler to 1.33 betaMark Rousskov-1/+1
2019-01-25Correctly set filetime for copied LLVMMark Rousskov-4/+10
2019-01-08fixupOliver Scherer-0/+5
2019-01-08Prepare everything for distributing miri via rustupOliver Scherer-0/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-15Auto merge of #56600 - ljedrz:fix_edition, r=Mark-Simulacrumbors-7/+7
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-4/+4
2018-12-10bootstrap: fix editionljedrz-7/+7
2018-12-08Auto merge of #56578 - alexreg:cosmetic-1, r=alexregbors-1/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-07use top level `fs` functions where appropriateAndy Russell-4/+2
2018-11-29Rollup merge of #55391 - matthiaskrgr:bootstrap_cleanup, r=TimNNGuillaume Gomez-2/+2
2018-11-06Auto merge of #55106 - petrhosek:fuchsia-lld, r=alexcrichtonbors-1/+2
2018-11-05Use lld directly for Fuchsia targetPetr Hosek-1/+2
2018-11-02Use `jemalloc-sys` on Linux and OSX compilersAlex Crichton-1/+5
2018-11-02Remove all jemalloc-related contentAlex Crichton-12/+2
2018-10-27bootstrap: be more explicit on what we collect into. NFCMatthias Krüger-2/+2
2018-10-26Rollup merge of #55391 - matthiaskrgr:bootstrap_cleanup, r=oli-obkkennytm-4/+4
2018-10-26bootstrap: clean up a few clippy findingsMatthias Krüger-4/+4