summary refs log tree commit diff
path: root/src/bootstrap/lib.rs
AgeCommit message (Expand)AuthorLines
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
2017-07-20Document the process more thoroughlyMark Simulacrum-17/+66
2017-07-20Finish fixing warnings and errors. Bootstrap builds.Mark Simulacrum-31/+1
2017-07-20Move cargo() to BuilderMark Simulacrum-174/+0
2017-07-20Fix tool_cmdMark Simulacrum-6/+0
2017-07-20Move tool_cmd to tool.rsMark Simulacrum-39/+0
2017-07-20Fixes warnings and errors introduced while moving code aroundMark Simulacrum-53/+25
2017-07-20Add Builder and Step definitions.Mark Simulacrum-5/+29
2017-07-20Move rule configs out of stepMark Simulacrum-1/+0
2017-07-17Allow remote testing remotely when `TEST_DEVICE_ADDR` is setMátyás Mustoha-1/+2
2017-07-07Fix stage 2 builds with a custom libdir.Matthew Dawson-2/+8