summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2017-06-18Rollup merge of #42695 - Mark-Simulacrum:fix-verbose, r=alexcrichtonMark Simulacrum-9/+8
2017-06-17Reintroduce deprecated `collections` crateMurarth-1/+2
2017-06-16Add target to use LLVM wasm backendThomas Lively-0/+17
2017-06-16Auto merge of #42612 - est31:master, r=nagisabors-4/+49
2017-06-16Use custom cargo/rustc paths when parsing flags.Mark Simulacrum-9/+8
2017-06-16Fix cross compilationest31-8/+8
2017-06-16Auto merge of #42410 - nagisa:llvmup, r=sanxiynbors-0/+3
2017-06-16Auto merge of #42631 - malbarbo:wasm32, r=alexcrichtonbors-1/+3
2017-06-16Rollup merge of #42651 - infinity0:master, r=alexcrichtonCorey Farwell-2/+27
2017-06-15Add a no-system-llvm compilecheck headerSimonas Kazlauskas-0/+3
2017-06-15Auto merge of #42648 - murarth:merge-alloc-collections, r=alexcrichtonbors-3/+2
2017-06-15Only run check-linkchecker when actually building docsXimin Luo-1/+1
2017-06-15Ensure that disable-doc builds don't depend on doc targetsXimin Luo-1/+26
2017-06-14Auto merge of #42433 - marco-c:profiling, r=alexcrichtonbors-0/+15
2017-06-13Merge crate `collections` into `alloc`Murarth-3/+2
2017-06-14Autogenerate stubs and the summary of the unstable bookest31-4/+49
2017-06-13Add libprofiler_builtins to the list of paths for the rust-src componentMarco Castelluccio-0/+1
2017-06-13Do not execute .asm.js files on wasm32 testsMarco A L Barbosa-1/+3
2017-06-08Auto merge of #42491 - RalfJung:bootstrap-help, r=alexcrichtonbors-2/+7
2017-06-07bootstrap: further clarify build --helpRalf Jung-2/+3
2017-06-06Rollup merge of #42485 - Mark-Simulacrum:skip-no-doc, r=alexcrichtonCorey Farwell-1/+1
2017-06-06Rollup merge of #42429 - venkatagiri:llvm_config, r=alexcrichtonCorey Farwell-0/+4
2017-06-06bootstrap: improve 'build --help' by explaining what exactly the last example...Ralf Jung-1/+5
2017-06-06Skip printing for skipped doc tests.Mark Simulacrum-1/+1
2017-06-04Skip documentation files without ``` when running markdown tests.Mark Simulacrum-16/+15
2017-06-04rustc_llvm: re-run build script if config.toml changesVenkata Giri Reddy-0/+4
2017-06-04Merge branch 'profiling' of github.com:whitequark/rust into profilingMarco Castelluccio-0/+14
2017-06-03Rollup merge of #42382 - alexcrichton:remove-rustflags, r=Mark-SimulacrumCorey Farwell-6/+0
2017-06-03Rollup merge of #42363 - cuviper:no-fail-fast, r=alexcrichtonCorey Farwell-19/+89
2017-06-03Rollup merge of #42354 - Mark-Simulacrum:reduce-verbosity, r=alexcrichtonCorey Farwell-1/+1
2017-06-02Reduce sccache log level.Mark Simulacrum-1/+1
2017-06-02rustbuild: Remove RUSTFLAGS logic in rustc shimAlex Crichton-6/+0
2017-06-02rustbuild: Add `./x.py test --no-fail-fast`Josh Stone-19/+89
2017-06-02Rollup merge of #42225 - brson:vs2017, r=alexcrichtonMark Simulacrum-1/+1
2017-06-01Support VS 2017Brian Anderson-1/+1
2017-06-02ci: Further tone down the test verbosity.kennytm-5/+9
2017-06-02ci: Improve log output (mainly Travis).kennytm-3/+135
2017-06-01Auto merge of #42263 - alexcrichton:fix-copies, r=Mark-Simulacrumbors-84/+178
2017-06-01Rollup merge of #42306 - efyang:rls-packaging, r=alexcrichtonCorey Farwell-0/+46
2017-05-30rustbuild: Fix copying duplicate crates into the sysrootAlex Crichton-84/+178
2017-05-29Add RLS to .pkg installerEdward Yang-0/+10
2017-05-29Add RLS to .exe and .msi installersEdward Yang-0/+36
2017-05-28rust-src: include everything needed to compile libstd with jemallocRalf Jung-6/+21
2017-05-27Auto merge of #42109 - Keruspe:master, r=alexcrichtonbors-141/+207
2017-05-26Auto merge of #42081 - ishitatsuyuki:submodule-better, r=aidanhsbors-86/+78
2017-05-25Auto merge of #41932 - wesleywiser:py-to-rust, r=alexcrichtonbors-17/+137
2017-05-25bootstrap.py: support verbose for submodulesTatsuyuki Ishi-3/+3
2017-05-25bootstrap.py: decode to strTatsuyuki Ishi-11/+10
2017-05-25bootstrap.py: Filter instead of iterationTatsuyuki Ishi-9/+8
2017-05-25Format bootstrap.py using autopep8Tatsuyuki Ishi-35/+59