rust/src
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
..
bootstrap rustc: Link statically to the MSVCRT 2017-02-15 19:36:29 -08:00
build_helper
ci Automatically vendor Cargo deps when building the source tarballs. 2017-02-14 01:52:03 +02:00
compiler-rt@d30da544a8
doc Improve grammar on field init docs 2017-02-11 23:42:39 -05:00
driver
etc Auto merge of #38561 - nagisa:rdrandseed, r=alexcrichton 2017-02-14 01:26:10 +00:00
grammar
jemalloc@11bfb0dcf8
liballoc
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcollections typo fix 2017-02-13 18:41:45 +08:00
libcollectionstest
libcompiler_builtins
libcore Auto merge of #38981 - sdleffler:patch-1, r=alexcrichton 2017-02-14 04:29:26 +00:00
libcoretest
libflate
libfmt_macros
libgetopts
libgraphviz
liblibc@8d8264b967
liblog
libpanic_abort
libpanic_unwind
libproc_macro
libproc_macro_plugin
librand
librustc Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakis 2017-02-13 02:32:09 +00:00
librustc_asan use helper function in the rebuild logic of the rustc_*san crates 2017-02-08 18:51:43 -05:00
librustc_back
librustc_bitflags
librustc_borrowck Inline open_drop_for_variant & clean matches::test 2017-02-10 19:47:09 +02:00
librustc_const_eval Use global recursion limit when evaluating inhabitedness 2017-02-10 00:52:51 +08:00
librustc_const_math SwitchInt over Switch 2017-02-10 19:42:41 +02:00
librustc_data_structures Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakis 2017-02-13 02:32:09 +00:00
librustc_driver Auto merge of #38561 - nagisa:rdrandseed, r=alexcrichton 2017-02-14 01:26:10 +00:00
librustc_errors
librustc_incremental
librustc_lint
librustc_llvm Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakis 2017-02-13 02:32:09 +00:00
librustc_lsan use helper function in the rebuild logic of the rustc_*san crates 2017-02-08 18:51:43 -05:00
librustc_metadata Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakis 2017-02-13 02:32:09 +00:00
librustc_mir Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakis 2017-02-13 02:32:09 +00:00
librustc_msan use helper function in the rebuild logic of the rustc_*san crates 2017-02-08 18:51:43 -05:00
librustc_passes SwitchInt over Switch 2017-02-10 19:42:41 +02:00
librustc_platform_intrinsics Auto merge of #38561 - nagisa:rdrandseed, r=alexcrichton 2017-02-14 01:26:10 +00:00
librustc_plugin
librustc_privacy
librustc_resolve Allow using inert attributes from proc_macro_derives with #![feature(proc_macro)]. 2017-02-12 07:20:04 +00:00
librustc_save_analysis
librustc_trans Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakis 2017-02-13 02:32:09 +00:00
librustc_tsan use helper function in the rebuild logic of the rustc_*san crates 2017-02-08 18:51:43 -05:00
librustc_typeck Standardize lifetime and type parameter count mismatch errors 2017-02-13 09:08:55 -05:00
librustdoc Rollup merge of #39743 - GuillaumeGomez:rustdoc-test-output, r=alexcrichton 2017-02-12 19:16:32 +01:00
libserialize Only SwitchInt over integers, not all consts 2017-02-10 19:42:41 +02:00
libstd Rollup merge of #39662 - Henning-K:patch-1, r=frewsxcv 2017-02-12 19:16:29 +01:00
libstd_unicode
libsyntax Allow using inert attributes from proc_macro_derives with #![feature(proc_macro)]. 2017-02-12 07:20:04 +00:00
libsyntax_ext Allow using inert attributes from proc_macro_derives with #![feature(proc_macro)]. 2017-02-12 07:20:04 +00:00
libsyntax_pos
libterm
libtest Auto merge of #38945 - battisti:fix_thread_num, r=alexcrichton 2017-02-12 00:54:57 +00:00
libunwind Add Solaris as recognized ostype 2017-02-11 20:28:44 -08:00
llvm@ceb177eeef
rt
rtstartup
rust-installer@4f99485080
rustc
rustllvm rustc: Link statically to the MSVCRT 2017-02-15 19:36:29 -08:00
test Standardize lifetime and type parameter count mismatch errors 2017-02-13 09:08:55 -05:00
tools Auto merge of #39728 - eddyb:vendeur-tres-bien, r=alexcrichton 2017-02-14 07:06:25 +00:00
Cargo.lock Rebase fixups 2017-02-10 19:47:09 +02:00
Cargo.toml
stage0.txt