rust/src
bors a49ae5bd43 Auto merge of #25858 - alexcrichton:disable-os-tls, r=brson
This commit adds a ./configure option called `--disable-elf-tls` which disables
ELF based TLS (that which is communicated to LLVM) on platforms which already
support it. OSX 10.6 does not support this form of TLS, and some users of Rust
need to target 10.6 and are unable to do so due to the usage of TLS. The
standard library will continue to use ELF based TLS on OSX by default (as the
officially supported platform is 10.7+), but this adds an option to compile the
standard library in a way that is compatible with 10.6.

Closes #25342
2015-06-01 19:51:57 +00:00
..
compiler-rt@58ab642c30
compiletest Revamp codegen tests to check IR quality instead of quantity 2015-05-27 12:08:31 +02:00
doc Auto merge of #25924 - FuGangqiang:master, r=Gankro 2015-06-01 04:57:00 +00:00
driver
error-index-generator
etc
grammar
jemalloc@e24a1a025a
liballoc Mark Arc function get_mut and method make_unique unsafe 2015-05-30 22:15:40 +02:00
libarena
libbacktrace
libcollections doc: be more clear/explicit that we got String type 2015-05-30 21:21:56 +02:00
libcollectionstest add const_fn features 2015-05-29 09:42:54 -04:00
libcore Auto merge of #25923 - tshepang:patch-1, r=Gankro 2015-06-01 02:18:49 +00:00
libcoretest Auto merge of #25817 - XMPPwocky:once_cleanedup, r=alexcrichton 2015-05-30 01:12:35 +00:00
libflate
libfmt_macros
libgetopts
libgraphviz
liblibc Fix windows recvfrom definition 2015-05-29 08:32:22 -07:00
liblog add const_fn features 2015-05-29 09:42:54 -04:00
librand
librbml
librustc Update diagnostics.rs 2015-06-01 12:33:41 +02:00
librustc_back
librustc_bitflags
librustc_borrowck Auto merge of #25790 - eddyb:oh-snap-ctfe-arrived, r=alexcrichton 2015-05-27 08:47:53 +00:00
librustc_data_structures
librustc_driver
librustc_lint
librustc_llvm
librustc_privacy
librustc_resolve Remove #[cfg(stage0)] items. 2015-05-27 11:19:02 +03:00
librustc_trans add const_fn features 2015-05-29 09:42:54 -04:00
librustc_typeck Add error explanations for E0040, E0087, E0378, E0379, E0394. 2015-05-28 17:54:19 -05:00
librustc_unicode
librustdoc Auto merge of #25796 - arielb1:default-assoc, r=eddyb 2015-05-27 22:05:09 +00:00
libserialize fix documentation in libserialize 2015-05-30 17:41:09 +02:00
libstd Auto merge of #25858 - alexcrichton:disable-os-tls, r=brson 2015-06-01 19:51:57 +00:00
libsyntax Add feature-gate to calling const fn 2015-05-29 09:42:53 -04:00
libterm
libtest
llvm@bff6907697
rt
rust-installer@e54d4823d2
rustbook
rustllvm
test Rollup merge of #25876 - tshepang:patch-3, r=steveklabnik 2015-05-29 15:24:47 -04:00
snapshots.txt