about summary refs log tree commit diff
path: root/src/bootstrap/lib.rs
AgeCommit message (Expand)AuthorLines
2017-04-25Auto merge of #41362 - alexcrichton:run-cargot-ests, r=aturonbors-0/+13
2017-04-24Auto merge of #40123 - TimNN:llvm40, r=alexcrichtonbors-0/+7
2017-04-24Run tests for the cargo submodule in treeAlex Crichton-0/+13
2017-04-23FIN: Compile LLVM with -fno-omit-frame-pointer on 32bit MinGW buildsTim Neumann-0/+7
2017-04-17Disable debuginfo when compiling toolsAlex Crichton-2/+7
2017-04-11Touch up rls integrationAlex Crichton-0/+3
2017-04-10Remove --enable-save-analysis configure flagNick Cameron-1/+1
2017-04-10Reviewer changesNick Cameron-20/+6
2017-04-10Build an RLS package as part of the dist targetNick Cameron-0/+15
2017-04-03Loosen src_is_git to just check exists()Josh Stone-1/+1
2017-04-03Add a common Build::src_is_git flagJosh Stone-4/+4
2017-03-21rustbuild: Don't hardcode 'nightly' for CargoAlex Crichton-0/+5
2017-03-19Rollup merge of #40554 - nrc:rls-data, r=alexcrichtonCorey Farwell-2/+23
2017-03-17Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnikCorey Farwell-1/+1
2017-03-17Fix handlebars failure by using the `rustbuild` feature less indiscriminately.Nick Cameron-2/+23
2017-03-15Auto merge of #40383 - ishitatsuyuki:easy-dist-analysis, r=alexcrichtonbors-1/+1
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-1/+1
2017-03-12Update Cargo to fix nightly channelAlex Crichton-1/+1
2017-03-11Auto merge of #40199 - alexcrichton:doc-proc-macro, r=brsonbors-0/+7
2017-03-11rustbuild: Make save-analysis an optionTatsuyuki Ishi-1/+1
2017-03-10Don't put Cargo into the rustc workspaceAlex Crichton-1/+17
2017-03-10rustbuild: Build documentation for `proc_macro`Alex Crichton-0/+7
2017-03-05cleanup: remove the *san Cargo features from stdJorge Aparicio-1/+1
2017-03-04Support combination MSVC + NinjaVadim Petrochenkov-1/+1
2017-03-03rustbuild: Add support for compiling CargoAlex Crichton-24/+113
2017-02-25Rollup merge of #40019 - alexcrichton:fix-musl, r=brsonEduard-Mihai Burtescu-11/+0
2017-02-21travis: Move -mrelax-relocations to Docker configAlex Crichton-11/+0
2017-02-16[rustbuild] add a way to run command after failureSimonas Kazlauskas-0/+4
2017-02-14Automatically vendor Cargo deps when building the source tarballs.Eduard-Mihai Burtescu-0/+3
2017-02-08Rollup merge of #38699 - japaric:lsan, r=alexcrichtonCorey Farwell-1/+2
2017-02-08build/test the sanitizers only when --enable-sanitizers is usedJorge Aparicio-4/+0
2017-02-08sanitizer supportJorge Aparicio-1/+6
2017-02-07Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brsonCorey Farwell-0/+11
2017-02-02Build libbacktrace/jemalloc only when their timestamps are older than sourcesVadim Petrochenkov-17/+3
2017-02-02rustbuild: Build jemalloc and libbacktrace only once (take 2)Vadim Petrochenkov-2/+8
2017-01-29Add support for test suites emulated in QEMUAlex Crichton-0/+11
2017-01-24rustbuild: Start building --enable-extendedAlex Crichton-0/+4
2017-01-01Auto merge of #38736 - xen0n:save-the-save-analysis, r=alexcrichtonbors-1/+10
2016-12-31rustbuild: fix save-analysis not being saved for 2-stage buildsWang Xuerui-4/+5
2016-12-31rustbuild: check if compiler is final stage wrt the full bootstrap settingWang Xuerui-0/+8
2016-12-30rustbuild: Compile all support tools in stage0Alex Crichton-2/+10
2016-12-28rustbuild: Compile rustc twice, not thriceAlex Crichton-3/+25
2016-12-20Merge branch 'rustbuild-warnings' of https://github.com/alexcrichton/rust int...Alex Crichton-0/+2
2016-12-20rustbuild: Deny and fix warningsAlex Crichton-0/+2
2016-12-20Find FileCheck using llvm-configSeo Sanghyeon-1/+2
2016-12-19add and document `--incremental` flag along with misc other changesNiko Matsakis-2/+20
2016-12-09Create tar balls of save-analysis-api metadata for the standard libraries as ...Nick Cameron-0/+4
2016-12-07mk: Switch rustbuild to the default build systemAlex Crichton-5/+91
2016-11-30Update the bootstrap compilerAlex Crichton-14/+2
2016-11-26Auto merge of #38008 - bluss:rustbuild-benches, r=alexcrichtonbors-1/+3