summary refs log tree commit diff
path: root/src/bootstrap/bin
AgeCommit message (Expand)AuthorLines
2017-10-20rustbuild: Compile rustc with ThinLTOAlex Crichton-0/+3
2017-10-15Don't use target's linker when linking build scriptsVadim Petrochenkov-8/+11
2017-10-15rustbuild: Support specifying archiver and linker explicitlyVadim Petrochenkov-6/+10
2017-10-13Auto merge of #45063 - michaelwoerister:bring-back-incremental-info, r=nikoma...bors-4/+0
2017-10-13Rollup merge of #44989 - QuietMisdreavus:what-is-your-quest, r=GuillaumeGomezkennytm-0/+8
2017-10-10render the rust version into std/compiler/test docsQuietMisdreavus-0/+8
2017-10-10Auto merge of #44822 - frewsxcv:frewsxcv-eprintln, r=Kimundibors-3/+1
2017-10-06incr.comp.: Bring back output of -Zincremental-info.Michael Woerister-4/+0
2017-09-28Migrate to eprint/eprintln macros where appropriate.Corey Farwell-3/+1
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
2017-05-30rustbuild: Fix copying duplicate crates into the sysrootAlex Crichton-0/+7
2017-05-18Add metadata suffix, close rust-lang/cargo#4028Tatsuyuki Ishi-1/+18
2017-05-11rustbuild: Use `-Z force-unstable-if-unmarked`Alex Crichton-0/+13
2017-04-27appveyor: Use Ninja/sccache on MSVCAlex Crichton-0/+43
2017-03-27rustbuild: Fix compiler docs againOliver Middleton-0/+8
2017-03-19Rollup merge of #40554 - nrc:rls-data, r=alexcrichtonCorey Farwell-0/+7
2017-03-17Fix handlebars failure by using the `rustbuild` feature less indiscriminately.Nick Cameron-1/+7
2017-03-15Handle feature=rustbuildNick Cameron-0/+1
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-1/+1
2017-02-25Rollup merge of #39888 - nagisa:on-fail-bootstrap, r=alexcrichtonEduard-Mihai Burtescu-3/+15
2017-02-16[rustbuild] add a way to run command after failureSimonas Kazlauskas-3/+15
2017-02-15rustc: Link statically to the MSVCRTAlex Crichton-0/+5
2017-02-04README path correctionking6cong-2/+2
2016-12-30rustbuild: Compile all support tools in stage0Alex Crichton-1/+3
2016-12-24Teach `rustdoc --test` about `--sysroot`, pass it when testing rustAidan Hobson Sayers-1/+5
2016-12-20rustbuild: Deny and fix warningsAlex Crichton-0/+4
2016-12-19Auto merge of #38072 - nikomatsakis:bootstrap-incremental, r=acrichtobors-0/+27
2016-12-19add and document `--incremental` flag along with misc other changesNiko Matsakis-0/+27
2016-12-18Use exec for the wrapper on UNIXesSimonas Kazlauskas-3/+14
2016-12-17rustbuild: Fix LC_ID_DYLIB directives on OSXAlex Crichton-0/+9