summary refs log tree commit diff
path: root/src/tools/rust-installer
AgeCommit message (Collapse)AuthorLines
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