about summary refs log tree commit diff
path: root/src/tools/rust-installer
AgeCommit message (Collapse)AuthorLines
2018-01-01Update crates and submodules to pull doc fixesMalo Jaffré-0/+0
Update `rand` crate to `0.3.19`. Update `log` crate to `0.3.9` and `0.4.1`. Update `parking_lot_core` crate to `0.2.9`. Upgrade all flate2 dependencies to `1.0.1`. - Update `rust-installer` submodule.
2017-09-15update rust-installerRalf Jung-0/+0
2017-09-09rustbuild: Switch back to using hard linksAlex Crichton-0/+0
The `copy` function historically in rustbuild used hard links to speed up the copy operations that it does. This logic was backed out, however, in #39518 due to a bug that only showed up on Windows, described in #39504. The cause described in #39504 happened because Cargo, on a fresh build, would overwrite the previous artifacts with new hard links that Cargo itself manages. This behavior in Cargo was fixed in rust-lang/cargo#4390 where it no longer should overwrite files on fresh builds, opportunistically leaving the filesystem intact and not touching it. Hopefully this can help speed up local builds by doing fewer copies all over the place!
2017-05-31Update rust-installer for Windows executable modeJosh Stone-0/+0
It now marks a few whitelisted extensions as executable in the tarball, so Windows packages can be extracted on other platforms and directly execute install.sh. It also includes a fix for the chmod on bulk dirs, so now the html docs won't be marked executable en masse. Fixes #42121 r? @alexcrichton
2017-05-20Update rust-installer to normalize manifest pathsJosh Stone-0/+0
2017-05-20update rust-installerMarc-Antoine Perennou-0/+0
This fixes the default value for sysconfdir Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2017-05-18Unify all stage2 tools into a workspaceTatsuyuki Ishi-0/+0
This avoids double compiled Cargo. Hopefully this would speed up (extended) compilation for ~10m. Notes: when updating Cargo submodule, the replacement version may also need to be updated.
2017-05-14Update to the oxidized rust-installerJosh Stone-0/+0