about summary refs log tree commit diff
path: root/src/tools/rust-installer/make-tarballs.sh
AgeCommit message (Collapse)AuthorLines
2023-05-25Improve commentsMichael Howell-0/+2
2023-05-25rust-installer: include `RUSTC_BOOTSTRAP` when generating installerMichael Howell-0/+2
2023-03-09replace legacy copyright annotations in submodulesPietro Albini-9/+0
2023-03-07Add bootstrap support for rust-installerMark Rousskov-1/+1
2023-03-07Directly import rust-installer submoduleMark Rousskov-0/+24
This moves the rust-installer code to be directly hosted in rust-lang/rust, since it's not used elsewhere and this makes it easier to make and review changes without needing a separate upstream commit.