summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
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
2017-04-08Rollup merge of #41152 - cuviper:bootstrap-armv7, r=japaricTim Neumann-2/+2
2017-04-07bootstrap.py: fix armv7 detectionJosh Stone-2/+2
2017-04-07Rollup merge of #41047 - cuviper:src_is_git, r=alexcrichtonCorey Farwell-24/+27
2017-04-06Auto merge of #41102 - frewsxcv:rollup, r=frewsxcvbors-159/+187
2017-04-05Rollup merge of #41026 - CleanCut:rust-40860, r=alexcrichtonCorey Farwell-20/+22
2017-04-05Rollup merge of #41011 - CleanCut:bootstrap-help, r=alexcrichtonCorey Farwell-139/+165
2017-04-06Auto merge of #40805 - vadimcn:msys-mingw, r=alexcrichtonbors-1/+10
2017-04-04Fixes other targets rustlibs installationGitLab-2/+7
2017-04-04Branch arms need to match the return value even if it's not being assigned to...Nathan Stocks-4/+4