summary refs log tree commit diff
path: root/src/bootstrap/dist.rs
AgeCommit message (Expand)AuthorLines
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
2016-12-30rustbuild: Fix source tarballs and the vendor dirAlex Crichton-0/+7
2016-12-20rustbuild: package src only once for build tripleWang Xuerui-1/+7
2016-12-17rustbuild: Create directories in mingw distAlex Crichton-0/+1
2016-12-13rustbuild: Don't dist docs if disabledAlex Crichton-0/+5
2016-12-13rustbuild: Skip some more non-relevant dist stepsAlex Crichton-1/+14
2016-12-12rustbuild: Fix dist of save-analysis infoAlex Crichton-8/+1
2016-12-12rustbuild: Check for .git as a dirAlex Crichton-1/+1
2016-12-09Create tar balls of save-analysis-api metadata for the standard libraries as ...Nick Cameron-1/+45
2016-12-08rustbuild: Implement distcheckAlex Crichton-1/+6
2016-11-14rustbuild: Allow configuration of python interpreterAlex Crichton-2/+2
2016-10-08rustbuild: Optimize build times slightlyAlex Crichton-42/+23
2016-10-05Install docs, std and rustc using results from dist.Ahmed Charles-3/+3
2016-09-03Add rustc version info (git hash + date) to dist tarballJoseph Dunne-0/+8
2016-08-12Produce source package in rust-installer format in addition to vanilla tarballDiggory Blake-1/+115
2016-07-05rustbuild: Remove the `build` directoryAlex Crichton-0/+319