summary refs log tree commit diff
path: root/src/bootstrap/dist.rs
AgeCommit message (Expand)AuthorLines
2017-07-18Remove all packaging support for the RLSAlex Crichton-51/+1
2017-07-07Fix stage 2 builds with a custom libdir.Matthew Dawson-2/+3
2017-07-06Auto merge of #42899 - alexcrichton:compiler-builtins, r=nikomatsakisbors-1/+1
2017-07-05Switch to rust-lang-nursery/compiler-builtinsAlex Crichton-1/+1
2017-07-04Use build.build instead of build.config.buildMark Simulacrum-7/+7
2017-07-04Remove src_is_git, instead call method on rust_info directly.Mark Simulacrum-1/+1
2017-07-04Clarify meaning of Build.cargo, Build.rustc.Mark Simulacrum-4/+4
2017-07-04Clippy lintsMark Simulacrum-6/+5
2017-07-04Cleanup distMark Simulacrum-21/+11
2017-06-20Switch to the crates.io `getopts` crateAlex Crichton-1/+0
2017-06-17Reintroduce deprecated `collections` crateMurarth-0/+1
2017-06-15Auto merge of #42648 - murarth:merge-alloc-collections, r=alexcrichtonbors-2/+1
2017-06-13Merge crate `collections` into `alloc`Murarth-2/+1
2017-06-13Add libprofiler_builtins to the list of paths for the rust-src componentMarco Castelluccio-0/+1
2017-06-01Rollup merge of #42306 - efyang:rls-packaging, r=alexcrichtonCorey Farwell-0/+46
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-91/+91
2017-05-25Auto merge of #41932 - wesleywiser:py-to-rust, r=alexcrichtonbors-17/+137
2017-05-22Create the bin dirWesley Wiser-0/+1
2017-05-22rustbuild: split Install out of Dist subcommandMarc-Antoine Perennou-91/+91
2017-05-16rustbuild: fix bash completion installation dirMarc-Antoine Perennou-2/+2
2017-05-14Don't use sanitize_sh with rust-installerJosh Stone-41/+40
2017-05-14Use "rust-installer tarball" to create rustc-src tooJosh Stone-4/+8
2017-05-14Update to the oxidized rust-installerJosh Stone-24/+22
2017-05-14Rewrite make-win-dist.py in RustWesley Wiser-17/+136
2017-04-29Rollup merge of #41608 - cuviper:distcheck-rust-src, r=alexcrichtonCorey Farwell-0/+7
2017-04-29Update stage0 bootstrap compilerAlex Crichton-4/+2
2017-04-26Rollup merge of #41546 - cuviper:reduced-rust-src, r=alexcrichtonAriel Ben-Yehuda-27/+61
2017-04-26Add a distcheck for rust-src completenessJosh Stone-0/+7
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-24Adds rust-windbg.cmd scriptAndrew Gaspar-1/+6
2017-04-11Touch up rls integrationAlex Crichton-2/+16
2017-04-10Remove --enable-save-analysis configure flagNick Cameron-5/+3
2017-04-10Reviewer changesNick Cameron-52/+7
2017-04-10Build an RLS package as part of the dist targetNick Cameron-1/+92
2017-04-03Only use cargo-vendor if building from git sourcesJosh Stone-19/+22
2017-03-21rustbuild: Don't hardcode 'nightly' for CargoAlex Crichton-8/+11
2017-03-15Auto merge of #40383 - ishitatsuyuki:easy-dist-analysis, r=alexcrichtonbors-9/+5
2017-03-11rustbuild: Fix a bug when manifesting with CargoAlex Crichton-1/+1
2017-03-11rustbuild: Skip saving analysis when disabledTatsuyuki Ishi-0/+4
2017-03-11rustbuild: Make save-analysis an optionTatsuyuki Ishi-9/+1
2017-03-10Test fixes and rebase conflictsAlex Crichton-1/+1
2017-03-10Don't put Cargo into the rustc workspaceAlex Crichton-5/+6
2017-03-03rustbuild: Add support for compiling CargoAlex Crichton-58/+76
2017-02-16Auto merge of #39824 - alexcrichton:disable-dist-src, r=brsonbors-0/+4
2017-02-15travis: Disable source tarballs on most buildersAlex Crichton-0/+4
2017-02-15use bash when invoking dist shell scripts on solarisShawn Walker-Salas-7/+14