rust/src/libsyntax
bors 89c4e3792d auto merge of #21233 : huonw/rust/simd-size, r=Aatch
This stops the compiler ICEing on the use of SIMD types in FFI signatures. It emits correct code for LLVM intrinsics, but I am quite unsure about the ABI handling in general so I've added a new feature gate `simd_ffi` to try to ensure people don't use it without realising there's a non-trivial risk of codegen brokenness.

Closes #20043.
2015-01-17 10:58:43 +00:00
..
ast_map auto merge of #21061 : japaric/rust/range, r=nick29581 2015-01-14 04:42:01 +00:00
diagnostics
ext auto merge of #21162 : apasel422/rust/issue-16530, r=huonw 2015-01-16 16:21:06 +00:00
parse Test fixes and rebase conflicts 2015-01-15 18:53:30 -08:00
print rollup merge of #21127: erickt/opt-stack 2015-01-15 14:11:53 -08:00
util
abi.rs
ast_util.rs Store deprecated status of i/u-suffixed literals. 2015-01-08 11:02:23 -05:00
ast.rs rollup merge of #21052: nick29581/methods-ext 2015-01-15 14:11:39 -08:00
attr.rs Store deprecated status of i/u-suffixed literals. 2015-01-08 11:02:23 -05:00
codemap.rs cleanup: &foo[0..a] -> &foo[..a] 2015-01-12 17:59:37 -05:00
config.rs
diagnostic.rs auto merge of #21008 : huonw/rust/trait-suggestions, r=nikomatsakis 2015-01-16 22:41:16 +00:00
feature_gate.rs Feature gate SIMD in FFI, due to unknown ABIs. 2015-01-17 11:55:46 +11:00
fold.rs rollup merge of #21052: nick29581/methods-ext 2015-01-15 14:11:39 -08:00
lib.rs rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
owned_slice.rs
ptr.rs
show_span.rs
std_inject.rs
test.rs syntax: Add #[allow(unstable)] to --test expansion 2015-01-09 13:26:21 -08:00
visit.rs syntax: add fully qualified UFCS expressions. 2015-01-15 18:51:14 +02:00