summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
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
2017-04-19Auto merge of #41170 - Nashenas88:master, r=alexcrichtonbors-1/+3
2017-04-19remove disclaimer from bootstrap/README.mdAlex Burka-4/+0
2017-04-18Add bootstrap support for androidMarco A L Barbosa-6/+16
2017-04-17bootstrap: Don't workaround uname -m on DarwinRicho Healey-8/+0
2017-04-17Disable debuginfo when compiling toolsAlex Crichton-2/+7
2017-04-15[rustbuild] Side-step HashMap iteration to preserve command-line step order.Eduard-Mihai Burtescu-2/+2
2017-04-13rustbuild: Fix recompilation of stage0 tools dirAlex Crichton-42/+167
2017-04-12travis: Enable rust-analysis package for more targetsAlex Crichton-0/+1
2017-04-12Auto merge of #40584 - nrc:rls-submod, r=alexcrichtonbors-27/+93
2017-04-11Touch up rls integrationAlex Crichton-4/+26
2017-04-11Make sccache a bit quieterAidan Hobson Sayers-1/+1
2017-04-10Remove --enable-save-analysis configure flagNick Cameron-18/+4
2017-04-10Reviewer changesNick Cameron-72/+13
2017-04-10Build an RLS package as part of the dist targetNick Cameron-1/+118
2017-04-08Use the existing path when removing the prefix fails. This allows the use of ...Paul Faria-1/+3