about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2017-05-13Auto merge of #41965 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-1/+21
2017-05-12Rollup merge of #41943 - malbarbo:android-openssl, r=alexcrichtonMark Simulacrum-0/+17
2017-05-12Rollup merge of #41940 - est31:master, r=eddybMark Simulacrum-0/+3
2017-05-12config.toml.example: add note that optimize = false won't speed up a full boo...est31-0/+3
2017-05-11rustbuild: Use `-Z force-unstable-if-unmarked`Alex Crichton-2/+18
2017-05-07bootstrap: Output name of failed config in case of errorsDennis Schridde-1/+1
2017-05-05bootstrap: openssl android supportMarco A L Barbosa-0/+17
2017-05-04Add remote device testing supportMátyás Mustoha-19/+19
2017-05-03Auto merge of #41713 - cuviper:cmake-sanitizers, r=alexcrichtonbors-14/+13
2017-05-02rustbuild: Sanity-check cmake for sanitizers tooJosh Stone-14/+13
2017-04-30Rename os variable in bootstrap.py to avoid shadowing os module.Titus Barik-2/+2
2017-04-29Rollup merge of #41608 - cuviper:distcheck-rust-src, r=alexcrichtonCorey Farwell-0/+28
2017-04-29Update stage0 bootstrap compilerAlex Crichton-32/+37
2017-04-29Auto merge of #41577 - Keruspe:master, r=alexcrichtonbors-8/+24
2017-04-28rustbuild: only build cargo for hostMarc-Antoine Perennou-0/+1
2017-04-27travis: Parallelize tests on AndroidAlex Crichton-121/+41
2017-04-27appveyor: Use Ninja/sccache on MSVCAlex Crichton-9/+92
2017-04-27rustbuild: install rustc after cargo and rlsMarc-Antoine Perennou-3/+3
2017-04-27rustbuild: install cargo and rls when extended build is enabledMarc-Antoine Perennou-4/+12
2017-04-27rustbuild: add rls_package_versMarc-Antoine Perennou-0/+5
2017-04-27rustbuild: pass version number as param in install phaseMarc-Antoine Perennou-6/+6
2017-04-27rustbuild: build cargo and rls as part of extended buildMarc-Antoine Perennou-0/+2
2017-04-27Auto merge of #41567 - arielb1:rollup, r=arielb1bors-36/+85
2017-04-26Rollup merge of #41552 - jessicah:updated-num-cpus-dep, r=alexcrichtonAriel Ben-Yehuda-1/+1
2017-04-26Rollup merge of #41546 - cuviper:reduced-rust-src, r=alexcrichtonAriel Ben-Yehuda-27/+61
2017-04-26Rollup merge of #41524 - michaelwu:basic-hexagon, r=alexcrichtonAriel Ben-Yehuda-2/+2
2017-04-26Rollup merge of #41456 - jessicah:haiku-support, r=alexcrichtonAriel Ben-Yehuda-0/+5
2017-04-26Rollup merge of #41370 - malbarbo:android-bootstrap, r=alexcrichtonAriel Ben-Yehuda-6/+16
2017-04-26Make sure openssl compiles with only one coreAidan Hobson Sayers-1/+1
2017-04-26Add a distcheck for rust-src completenessJosh Stone-0/+28
2017-04-26Enable building the LLVM Hexagon targetMichael Wu-2/+2
2017-04-26Auto merge of #41352 - kennytm:macos-sanitizers, r=alexcrichtonbors-0/+20
2017-04-26Update num_cpus dependency to 1.x (1.4.0)Jessica Hamilton-1/+1
2017-04-25Rollup merge of #39983 - AndrewGaspar:rust-windbg, r=brsonCorey Farwell-1/+6
2017-04-25Reduce the contents of the rust-src componentJosh Stone-1/+29
2017-04-25Build the rustc-src tarball before the rust-src componentJosh Stone-27/+33
2017-04-25Auto merge of #41362 - alexcrichton:run-cargot-ests, r=aturonbors-11/+47
2017-04-25Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin.kennytm-0/+19
2017-04-25Pass `--format-version 1` to `cargo metadata`.kennytm-0/+1
2017-04-24Adds rust-windbg.cmd scriptAndrew Gaspar-1/+6
2017-04-24Auto merge of #40123 - TimNN:llvm40, r=alexcrichtonbors-0/+7
2017-04-24Run tests for the cargo submodule in treeAlex Crichton-11/+47
2017-04-24Haiku: add missing cases of using LIBRARY_PATHJessica Hamilton-0/+5
2017-04-23FIN: Compile LLVM with -fno-omit-frame-pointer on 32bit MinGW buildsTim Neumann-0/+7
2017-04-21Auto merge of #41445 - frewsxcv:rollup, r=frewsxcvbors-0/+6
2017-04-21Update #[no_core] users with the "freeze" lang item.Eduard-Mihai Burtescu-0/+1
2017-04-21Rollup merge of #41426 - malbarbo:android-x86_64, r=alexcrichtonCorey Farwell-0/+6
2017-04-20Add x86_64-linux-android targetMarco A L Barbosa-0/+6
2017-04-19Rollup merge of #41391 - durka:patch-40, r=petrochenkovCorey Farwell-4/+0
2017-04-19Auto merge of #41354 - alexcrichton:tool-no-debug, r=aturonbors-2/+7