summary refs log tree commit diff
path: root/src/bootstrap/lib.rs
AgeCommit message (Expand)AuthorLines
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
2017-07-05rustbuild: Only -Zsave-analysis for libstdAlex Crichton-1/+3
2017-07-04Use build.build instead of build.config.buildMark Simulacrum-1/+1
2017-07-04Move targets, hosts, and build triple into Build.Mark Simulacrum-1/+37
2017-07-04Store verbosity on BuildMark Simulacrum-4/+13
2017-07-04Store positive instead of negative fail_fast.Mark Simulacrum-1/+2
2017-07-04Remove src_is_git, instead call method on rust_info directly.Mark Simulacrum-2/+0
2017-07-04Clarify meaning of Build.cargo, Build.rustc.Mark Simulacrum-24/+14
2017-07-04Update a few comments.Mark Simulacrum-8/+6
2017-07-04Clippy lintsMark Simulacrum-7/+7
2017-06-30rustbuild: set __CARGO_DEFAULT_LIB_METADATA to channelMarc-Antoine Perennou-1/+1
2017-06-22Make Build.cxx() return a Result instead of panickingIan Douglas Scott-7/+10
2017-06-22Set CXX_<target> in bootstrapIan Douglas Scott-0/+1
2017-06-19Bump version and stage0 compilerAlex Crichton-23/+0
2017-06-16Auto merge of #42612 - est31:master, r=nagisabors-0/+5
2017-06-14Autogenerate stubs and the summary of the unstable bookest31-0/+5
2017-06-04Merge branch 'profiling' of github.com:whitequark/rust into profilingMarco Castelluccio-0/+3
2017-06-02rustbuild: Add `./x.py test --no-fail-fast`Josh Stone-1/+20
2017-06-02ci: Improve log output (mainly Travis).kennytm-1/+19