about summary refs log tree commit diff
path: root/src/bootstrap/bin
AgeCommit message (Expand)AuthorLines
2018-07-25Discriminate between external and optional toolsTatsuyuki Ishi-1/+2
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-1/+2
2018-07-23Replace a few expect+format combos with unwrap_or_else+panicljedrz-2/+2
2018-07-16Revert some changes from #51917 to fix #52317.O01eg-1/+2
2018-06-12Add verify-llvm-ir flag to config.tomlNikita Popov-0/+4
2018-05-31bootstrap: pass crt-static for the compiler host as wellJohannes Nixdorf-0/+9
2018-05-19Auto merge of #50709 - alexcrichton:revert-musl, r=sfacklerbors-9/+0
2018-05-17Revert "bootstrap: pass crt-static for the compiler host as well"Alex Crichton-9/+0
2018-05-17Add `bless` x.py subcommand for easy ui test replacementOliver Schneider-1/+6
2018-05-11Auto merge of #50105 - mixi:crt-included, r=alexcrichtonbors-0/+9
2018-05-09ci: Compile LLVM with Clang 6.0.0Alex Crichton-2/+35
2018-05-05Misc tweaksJohn Kåre Alsaker-0/+7
2018-04-29bootstrap: pass crt-static for the compiler host as wellJohannes Nixdorf-0/+9
2018-04-13Remove -Z miri debugging optionFabio B-3/+0
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-0/+4
2018-03-20ci: Print out how long each step takes on CIAlex Crichton-20/+45
2018-03-16Rollup merge of #48892 - alexcrichton:thinlto-again, r=Mark-Simulacrumkennytm-3/+0
2018-03-09rustbuild: Remove ThinLTO-related configurationAlex Crichton-3/+0
2018-03-08Print out the sysroot and libdir on verbose builds.Mark Simulacrum-2/+4
2018-03-03rust: Import LLD for linking wasm objectsAlex Crichton-1/+1
2018-02-24Added error-format flag to x.py.penpalperson-0/+5
2018-02-16Remove hoedown from rustdocGuillaume Gomez-5/+2
2018-01-23Add ./x.py check src/{libstd,libtest,rustc}.Mark Simulacrum-5/+0
2018-01-12Add library path for real rustdoc with `RUSTDOC_LIBDIR` environment variable.O01eg-1/+1
2018-01-12Accept verbosity in rustdoc.O01eg-0/+11
2017-12-27bootstrap: pass --deny-render-differences to rustdocQuietMisdreavus-0/+4
2017-12-17Add sync module to rustc_data_structuresJohn Kåre Alsaker-0/+4
2017-12-12Put miri const eval checking behind -ZmiriOliver Schneider-0/+3
2017-12-06Update miri to rustc changesOliver Schneider-12/+25
2017-09-28Update to the `cc` crateAlex Crichton-2/+2
2017-09-17-Zmir-emit-validate is in stage 0Oliver Schneider-1/+1
2017-09-17Get the miri test suite to run inside the rustc dev environmentOliver Schneider-0/+6
2017-09-05disable gcc warningsRalf Jung-0/+1
2017-09-02update gcc crateRalf Jung-1/+1
2017-08-22Inline crt-static choice for pc-windows-msvcSamuel Holland-5/+0
2017-08-22Introduce crt_static target option in config.tomlSamuel Holland-0/+9
2017-08-13Unify flags into config.Mark Simulacrum-4/+3
2017-08-03Appease tidy and fix save-analysis config for dist buildsNick Cameron-1/+1
2017-07-24Remove save-analysis-api references from tests and rustbuildNick Cameron-1/+4
2017-07-16Compile `compiler_builtins` with `abort` panic strategyVadim Petrochenkov-1/+6
2017-07-06Auto merge of #42899 - alexcrichton:compiler-builtins, r=nikomatsakisbors-4/+15
2017-07-05Switch to rust-lang-nursery/compiler-builtinsAlex Crichton-4/+15
2017-07-04Update a few comments.Mark Simulacrum-10/+5
2017-06-22Rollup merge of #42806 - ollie27:rustbuild_compiler_docs, r=alexcrichtonMark Simulacrum-5/+5
2017-06-22Rollup merge of #42804 - Mark-Simulacrum:rustbuild-colors, r=alexcrichtonMark Simulacrum-0/+9
2017-06-21rustbuild: Fix compiler docs yet againOliver Middleton-5/+5
2017-06-21Make rustc errors colorful.Mark Simulacrum-0/+9
2017-06-20Fixes bootstrapping with custom cargo/rustc.Mark Simulacrum-7/+1
2017-06-19Bump version and stage0 compilerAlex Crichton-17/+2
2017-06-02rustbuild: Remove RUSTFLAGS logic in rustc shimAlex Crichton-6/+0