rust/src/rustc
Alex Crichton 6cc06b36c4 rustbuild: Implement make dist
This commit implements the `make dist` command in the new rustbuild build
system, porting over `dist.mk` and `prepare.mk` into Rust. There's a huge amount
of complexity between those two files, not all of which is likely justified, so
the Rust implementation is *much* smaller.

Currently the implementation still shells out to rust-installer as well as some
python scripts, but ideally we'd rewrite it all in the future to not shell out
and be in Rust proper.
2016-03-16 17:15:55 -07:00
..
libc_shim
std_shim rustbuild: Sync changes to Cargo.lock 2016-02-28 10:50:13 -08:00
Cargo.lock rustbuild: Implement make dist 2016-03-16 17:15:55 -07:00
Cargo.toml rustbuild: Fix stage1 rustdoc 2016-03-08 13:44:14 -08:00
rustc.rs
rustdoc.rs