summary refs log tree commit diff
path: root/src/bootstrap/lib.rs
AgeCommit message (Expand)AuthorLines
2018-03-26rustbuild: Fail the build if we build Cargo twiceAlex Crichton-0/+5
2018-03-21Add support to rustbuild for a 'rustc docs' component tarballDavid Wood-0/+5
2018-03-17Rollup merge of #48943 - comex:verbose, r=kennytmkennytm-4/+0
2018-03-16Automatically enable the `clippy` feature of `rls` if clippy buildsOliver Schneider-0/+1
2018-03-15Support extra-verbose builds:comex-4/+0
2018-03-11Auto merge of #48599 - Mark-Simulacrum:rustbuild-updates-step-1, r=alexcrichtonbors-1/+1
2018-03-09rustbuild: Fix MSBuild location of `llvm-config.exe`Alex Crichton-14/+0
2018-03-08Deny warningsMark Simulacrum-1/+1
2018-03-03rust: Import LLD for linking wasm objectsAlex Crichton-1/+7
2018-02-17Add command to launch only doc testsGuillaume Gomez-0/+2
2018-02-11Change Step to be invoked with a path when in default mode.Mark Simulacrum-15/+22
2018-02-10fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}}Matthias Krüger-1/+1
2018-02-05Use time crate in bootstrap dist instead of dateOnur Aslan-0/+1
2018-01-30Add wasm_syscall feature to build systemDiggory Blake-0/+3
2018-01-28rustc: Split Emscripten to a separate codegen backendAlex Crichton-0/+4
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-3/+0
2018-01-26Merge branch 'beta-prerelease' of https://github.com/cuviper/rust into rollupAlex Crichton-1/+5
2018-01-25Call non-git beta builds simply x.y.z-betaJosh Stone-1/+5
2018-01-23Add ./x.py check src/{libstd,libtest,rustc}.Mark Simulacrum-6/+1
2018-01-19Automaticaly calculate beta prerelease numbersAlex Crichton-2/+51
2018-01-04rustc: Don't use relative paths for extended errorsAlex Crichton-0/+5
2017-12-27Revert "Add a file to trivially disable tool building or testing"kennytm-18/+10
2017-12-03Record build and test result of extended tools into toolstates.json.kennytm-0/+25
2017-11-13Distribute RustfmtNick Cameron-0/+8
2017-10-18Make sure to clear out the stageN-{rustc,std,tools} directories.Mark Simulacrum-2/+11
2017-10-16Re-enable linker override for cross-compilationVadim Petrochenkov-2/+3
2017-10-15Don't use target's linker when linking build scriptsVadim Petrochenkov-21/+9
2017-10-15rustbuild: Support specifying archiver and linker explicitlyVadim Petrochenkov-7/+16
2017-09-29Rollup merge of #44694 - tommyip:make_clean, r=Mark-SimulacrumMark Simulacrum-2/+2
2017-09-28Update to the `cc` crateAlex Crichton-6/+6
2017-09-20Add --all flag to ./x.py cleanTommy Ip-2/+2
2017-09-18rustbuild: with --no-fail-fast, report the specific commands that failedXimin Luo-4/+14
2017-09-17Add a file to trivially disable tool building or testingOliver Schneider-10/+19
2017-08-31Add full git commit hash to release channel manifestsSimon Sapin-0/+5
2017-08-30Auto merge of #44143 - alexcrichton:faster-bootstrap, r=Mark-Simulacrumbors-1/+1
2017-08-28rustbuild: Fix uplifting stage1 on cross buildsAlex Crichton-1/+1
2017-08-28bootstrap: remove unneeded extern crateTatsuyuki Ishi-1/+0
2017-08-22Inline crt-static choice for pc-windows-msvcSamuel Holland-2/+6
2017-08-22Introduce crt_static target option in config.tomlSamuel Holland-0/+6
2017-08-17Rollup merge of #43891 - Fourchaux:master, r=steveklabnikCorey Farwell-1/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-7/+7
2017-08-15Fix typos & us spellingsFourchaux-1/+1
2017-08-13Add ability to ignore git when building rust.Mark Simulacrum-3/+3
2017-08-13Unify flags into config.Mark Simulacrum-37/+18
2017-08-11Build support for no llvmbjorn3-0/+3
2017-07-20Change make_run signature to taking a RunConfig struct for refactorability.Mark Simulacrum-1/+1
2017-07-20Utilize interning to allow Copy/Clone stepsMark Simulacrum-65/+69
2017-07-20Remove core_intrinsics feature gateMark Simulacrum-1/+0
2017-07-20Fix a few errors introduced during rebase.Mark Simulacrum-13/+1
2017-07-20Update to toml 0.4Mark Simulacrum-1/+0