rust/src/bootstrap/bin
Alex Crichton c02c44db72 rustc: Link statically to the MSVCRT
This commit changes all MSVC rustc binaries to be compiled with
`-C target-feature=+crt-static` to link statically against the MSVCRT instead of
dynamically (as it does today). This also necessitates compiling LLVM in a
different fashion, ensuring it's compiled with `/MT` instead of `/MD`.

cc #37406
2017-02-15 19:36:29 -08:00
..
main.rs README path correction 2017-02-04 16:44:23 +08:00
rustc.rs rustc: Link statically to the MSVCRT 2017-02-15 19:36:29 -08:00
rustdoc.rs Teach rustdoc --test about --sysroot, pass it when testing rust 2016-12-24 17:15:07 +00:00