summary refs log tree commit diff
path: root/src/bootstrap/dist.rs
AgeCommit message (Expand)AuthorLines
2017-07-13[beta] Remove rls from the workspace and extended buildsJosh Stone-5/+1
2017-06-05Revert "Add RLS to .exe and .msi installers"Alex Crichton-36/+0
2017-06-05Revert "Add RLS to .pkg installer"Alex Crichton-10/+0
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
2017-02-14Automatically vendor Cargo deps when building the source tarballs.Eduard-Mihai Burtescu-7/+25
2017-02-08Rollup merge of #39598 - alexcrichton:cargo-branch, r=brsonCorey Farwell-3/+1
2017-02-06Fix branch name Cargo's downloaded fromAlex Crichton-3/+1
2017-02-06rustbuild: Fix a few locations with makefiles goneAlex Crichton-2/+0
2017-02-02rustbuild: Add x.py to source tarballsAlex Crichton-1/+2
2017-01-30travis: Tweak artifact uploadsAlex Crichton-1/+3
2017-01-25rustbuild: Add manifest generation in-treeAlex Crichton-1/+32
2017-01-24rustbuild: Start building --enable-extendedAlex Crichton-8/+384
2017-01-12travis: Start uploading artifacts on commitsAlex Crichton-4/+7
2017-01-04rustbuild: Quickly `dist` cross-host compilersAlex Crichton-6/+1
2017-01-02rustbuild: fix dist-analysis with full bootstrap disabledWang Xuerui-1/+9