rust/src/rustc
Mark Simulacrum 1ae3cff1eb Fix rustc binary metadata overwriting librustc metadata
In #49289, rustc was changed to emit metadata for binaries, which made
it so that the librustc.rmeta file created when compiling librustc was
overwritten by the rustc-main compilation. This commit renames the
rustc-main binary to avoid this problem.

https://github.com/rust-lang/cargo/issues/5524 has also been filed to
see if Cargo can learn to warn on this situation instead of leaving it
for the user to debug.
2018-05-17 08:47:25 -06:00
..
compiler_builtins_shim add a dist-thumb builder to build rust-std for the THUMB targets 2018-04-01 18:50:21 +02:00
dlmalloc_shim Update to most recent version of dlmalloc 2018-04-12 22:53:02 +02:00
libc_shim Inject the `compiler_builtins` crate whenever the `core` crate is injected 2018-04-07 09:24:35 +02:00
Cargo.toml Fix rustc binary metadata overwriting librustc metadata 2018-05-17 08:47:25 -06:00
rustc.rs Rollup merge of #49606 - varkor:pipe-repair, r=alexcrichton 2018-04-17 01:50:58 +08:00