rust/src
bors 385ef1514c Auto merge of #47663 - malbarbo:mips-crt-static, r=alexcrichton
Do not assume dynamic linking for musl/mips[el] targets

All musl targets except mips[el] assume static linking by default. This can be [confusing](https://users.rust-lang.org/t/static-cross-compiled-binaries-arent-really-static/6084).

When the musl/mips[el] targets was [added](https://github.com/rust-lang/rust/pull/31298), dynamic linking was chosen because of binary size concerns, and probably also because libunwind [didn't](https://users.rust-lang.org/t/static-cross-compiled-binaries-arent-really-static/6084/8) supported mips.

Now that we have `crt-static` target-feature (the user can choose dynamic link for musl targets), and libunwind [6.0](https://github.com/llvm-mirror/libunwind/commits/release_60) add support to mips, we do not need to assume dynamic linking.
2018-01-28 23:30:15 +00:00
..
binaryen@1c9bf65aa0
bootstrap Auto merge of #47663 - malbarbo:mips-crt-static, r=alexcrichton 2018-01-28 23:30:15 +00:00
build_helper
ci Auto merge of #47663 - malbarbo:mips-crt-static, r=alexcrichton 2018-01-28 23:30:15 +00:00
dlmalloc@d3812c3acc
doc fix for documentation error issue 47716 2018-01-24 09:25:46 -07:00
etc
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #47006 - bitshifter:stabilize-repr-align, r=eddyb 2018-01-25 00:26:17 +00:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcompiler_builtins@0a95675bab Update compiler-builtins submodule 2018-01-24 18:26:27 -08:00
libcore Auto merge of #47204 - varkor:unsafecell-into_inner-safe, r=alexcrichton 2018-01-28 19:01:51 +00:00
libfmt_macros
libgetopts
libgraphviz
liblibc@56444a4545 Update libc 2018-01-24 08:37:33 -02:00
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #47671 - alexcrichton:trans-c-api-only, r=Mark-Simulacrum 2018-01-28 03:40:26 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_back Auto merge of #47663 - malbarbo:mips-crt-static, r=alexcrichton 2018-01-28 23:30:15 +00:00
librustc_binaryen
librustc_borrowck end_point handling multibyte characters correctly. 2018-01-27 11:46:27 +00:00
librustc_const_eval Auto merge of #47374 - topecongiro:issue-47096, r=nikomatsakis 2018-01-25 03:20:54 +00:00
librustc_const_math
librustc_cratesio_shim
librustc_data_structures
librustc_driver rustc: Load the `rustc_trans` crate at runtime 2018-01-27 19:16:21 -08:00
librustc_errors Auto merge of #47690 - estebank:for-block-277, r=nikomatsakis 2018-01-27 08:04:12 +00:00
librustc_incremental
librustc_lint
librustc_llvm rustc: Load the `rustc_trans` crate at runtime 2018-01-27 19:16:21 -08:00
librustc_lsan
librustc_metadata rustc: Load the `rustc_trans` crate at runtime 2018-01-27 19:16:21 -08:00
librustc_mir Auto merge of #47746 - varkor:never-type-ice, r=nikomatsakis 2018-01-28 00:40:10 +00:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Auto merge of #47767 - estebank:as-suggestion, r=petrochenkov 2018-01-28 07:44:14 +00:00
librustc_save_analysis
librustc_trans Auto merge of #47794 - etaoins:fix-ice-on-const-eval-of-union-field, r=eddyb 2018-01-28 13:24:47 +00:00
librustc_trans_utils rustc: Load the `rustc_trans` crate at runtime 2018-01-27 19:16:21 -08:00
librustc_tsan
librustc_typeck end_point handling multibyte characters correctly. 2018-01-27 11:46:27 +00:00
librustdoc rustc: Load the `rustc_trans` crate at runtime 2018-01-27 19:16:21 -08:00
libserialize
libstd Print inlined functions on Windows 2018-01-26 04:49:54 +01:00
libstd_unicode
libsyntax Auto merge of #47800 - Pulkit07:issue47755, r=sfackler 2018-01-28 16:17:18 +00:00
libsyntax_ext Do not capture stderr in the compiler. Instead just panic silently for fatal errors 2018-01-26 04:52:30 +01:00
libsyntax_pos end_point handling multibyte characters correctly. 2018-01-27 11:46:27 +00:00
libterm
libtest libtest: Failing benchmarks no longer crash the harness. 2018-01-26 19:46:04 +02:00
libunwind Auto merge of #47663 - malbarbo:mips-crt-static, r=alexcrichton 2018-01-28 23:30:15 +00:00
llvm@bc344d5bc2 Upgrade LLVM to incorporate a fix for #47364 2018-01-26 09:57:34 +01:00
rt
rtstartup
rustc rustc: Load the `rustc_trans` crate at runtime 2018-01-27 19:16:21 -08:00
rustllvm Merge branch 'mlsm' of https://github.com/dotdash/rust into rollup 2018-01-26 06:53:18 -08:00
test Auto merge of #47800 - Pulkit07:issue47755, r=sfackler 2018-01-28 16:17:18 +00:00
tools Auto merge of #47671 - alexcrichton:trans-c-api-only, r=Mark-Simulacrum 2018-01-28 03:40:26 +00:00
Cargo.lock rustc: Load the `rustc_trans` crate at runtime 2018-01-27 19:16:21 -08:00
Cargo.toml rustc: Load the `rustc_trans` crate at runtime 2018-01-27 19:16:21 -08:00
stage0.txt