rust/src
Huon Wilson c8e0e9549d Feature gate SIMD in FFI, due to unknown ABIs.
I don't know if this handling of SIMD types is correct for the C ABI on
all platforms, so lets add an even finer feature gate than just the
`simd` one.

The `simd` one can be used with (relatively) little risk of complete
nonsense, the reason for it is that it is likely that things will
change. Using the types in FFI with an incorrect ABI will at best give
absolute nonsense results, but possibly cause serious breakage too, so
this is a step up in badness, hence a new feature gate.
2015-01-17 11:55:46 +11:00
..
compiler-rt@58ab642c30 Updated compiler-rt 2015-01-09 18:38:30 +02:00
compiletest Implement multi-line errors 2015-01-12 01:34:12 -05:00
doc auto merge of #20889 : Manishearth/rust/trait-error, r=nikomatsakis 2015-01-12 04:45:18 +00:00
driver Separate the driver into its own crate that uses trans, typeck. 2014-12-04 10:04:52 -05:00
etc auto merge of #20894 : swgillespie/rust/emacs-issue-20422, r=pnkfelix 2015-01-12 19:20:56 +00:00
grammar Un-gate macro_rules 2015-01-05 18:21:14 -08:00
jemalloc@b001609960 update jemalloc 2014-10-05 22:17:25 -04:00
liballoc Rename AtomicInt and AtomicUint 2015-01-11 11:47:44 -08:00
libarena rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
libbacktrace
libcollections auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichton 2015-01-12 22:56:20 +00:00
libcore auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichton 2015-01-12 22:56:20 +00:00
libcoretest Rename AtomicInt and AtomicUint 2015-01-11 11:47:44 -08:00
libflate rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
libfmt_macros rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
libgetopts rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
libgraphviz rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
liblibc Merge pull request #20699 from vhbit/ios-archs 2015-01-09 17:35:09 +00:00
liblog rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
librand rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
librbml rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
libregex rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
librustc Normalize bounds that we extract from where clauses. Fixes #20765. 2015-01-12 09:23:50 -05:00
librustc_back Default to "x86-64" as the target cpu for x86_64 builds 2015-01-11 12:26:54 +01:00
librustc_borrowck auto merge of #20760 : alexcrichton/rust/rollup, r=alexcrichton 2015-01-08 18:40:04 +00:00
librustc_driver Make the compilation process more easily customisable 2015-01-12 12:53:07 +13:00
librustc_llvm Document, tweak and refactor some trans code. 2015-01-15 00:23:43 +11:00
librustc_resolve rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
librustc_trans Feature gate SIMD in FFI, due to unknown ABIs. 2015-01-17 11:55:46 +11:00
librustc_typeck auto merge of #20889 : Manishearth/rust/trait-error, r=nikomatsakis 2015-01-12 04:45:18 +00:00
librustdoc Make the compilation process more easily customisable 2015-01-12 12:53:07 +13:00
libserialize Remove warning from the libraries. 2015-01-08 11:02:23 -05:00
libstd auto merge of #20944 : brson/rust/weve-met-with-a-terrible-fate-havent-we, r=brson 2015-01-13 01:08:03 +00:00
libsyntax Feature gate SIMD in FFI, due to unknown ABIs. 2015-01-17 11:55:46 +11:00
libterm rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
libtest rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
libunicode rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
llvm@ec1fdb3b9d core: split into fmt::Show and fmt::String 2015-01-06 14:49:42 -08:00
rt Fix: GNU AArch64 assembler does not like @plt symbol suffix 2015-01-11 00:40:26 +00:00
rust-installer@e577c97b49 Fix revert of rust-installer 2015-01-09 10:19:30 -08:00
rustbook rustbook: use a relative @import path to ensure it works offline. 2015-01-10 00:54:18 +11:00
rustllvm Ensure that LLVM is rebuilt with recent changes 2015-01-05 18:40:41 +01:00
test Feature gate SIMD in FFI, due to unknown ABIs. 2015-01-17 11:55:46 +11:00
snapshots.txt register new snapshots 2015-01-07 17:15:06 -05:00