summary refs log tree commit diff
path: root/src/etc/rustup.sh
AgeCommit message (Expand)AuthorLines
2015-01-03Download from the combined installerBrian Anderson-1/+1
2015-01-03rustup: Long linesBrian Anderson-1/+4
2015-01-02rustup: Don't do verbose tarball extractionBrian Anderson-1/+1
2015-01-02rustup: Install from the combined installerBrian Anderson-45/+4
2014-12-29rustup: allow the use of either sha256sum or shasum to verify the download hashErick Tryzelaar-2/+16
2014-12-29rustup: Add support for resuming downloadsErick Tryzelaar-2/+15
2014-12-29rustup: allow rust and cargo snapshot dates to be differentErick Tryzelaar-19/+37
2014-12-29rustup: add caching of old nightliesErick Tryzelaar-9/+40
2014-12-29rustup: Add support for verifying remote hashesErick Tryzelaar-0/+32
2014-12-28Split overly long lineJohannes Hoff-1/+3
2014-12-24Better temporary directory nameJohannes Hoff-1/+1
2014-12-24Merge branch 'master' into cfg_tmp_dirJohannes Hoff-61/+86
2014-12-23Merge pull request #19886 from brson/rustupbors-1/+1
2014-12-15Add probe and var for fileAaron Friel-1/+2
2014-12-15rustup: Don't do verbose tarball extractionBrian Anderson-1/+1
2014-12-03rustup: simplify downloading packagesErick Tryzelaar-8/+9
2014-12-03rustup: extract the tarballs as part of installationErick Tryzelaar-11/+16
2014-12-03rustup: rewrite to protect against truncationErick Tryzelaar-18/+28
2014-12-03rustup: factor out installing packages into a functionErick Tryzelaar-27/+14
2014-12-03rustup: factor out downloading and extracting the snapshot tarballsErick Tryzelaar-18/+35
2014-12-03rustup: factor out the install flags into a CFG_INSTALL_FLAGS variableErick Tryzelaar-14/+13
2014-12-03rustup: rename TMP_DIR to CFG_TMP_DIRErick Tryzelaar-16/+16
2014-12-03rustup: add a RUST_ prefix to the rust-specific variablesErick Tryzelaar-10/+11
2014-12-03rustup: probe for the existance of tarErick Tryzelaar-2/+3
2014-12-03rustup: make rustup executableErick Tryzelaar-0/+0
2014-12-03whitespace cleanupErick Tryzelaar-1/+1
2014-11-27Fall back to hard coded download directoryJohannes Hoff-1/+13
2014-11-22Use mktemp for temporary download directoryJohannes Hoff-7/+1
2014-10-28Long linesBrian Anderson-1/+2
2014-10-27Untabify rustup.shBrian Anderson-18/+18
2014-10-07Add rustup.sh to the repoBrian Anderson-0/+475