rust/src/librustc/middle
bors 5f324aaf20 auto merge of #12399 : michaelwoerister/rust/simd-fix, r=alexcrichton
Fixes  #12333.
I also re-enabled the *function-arg-initialization* test case, so if it passes again, fixes #12021.
2014-02-20 05:46:48 -08:00
..
borrowck Removed the obsolete ast::CallSugar (previously used by do). 2014-02-14 07:48:13 -08:00
cfg Removed the obsolete ast::CallSugar (previously used by do). 2014-02-14 07:48:13 -08:00
trans auto merge of #12399 : michaelwoerister/rust/simd-fix, r=alexcrichton 2014-02-20 05:46:48 -08:00
typeck librustc: Remove unique vector patterns from the language. 2014-02-19 16:35:31 -08:00
astencode.rs Refactored ast_map and friends, mainly to have Paths without storing them. 2014-02-14 08:43:29 +02:00
check_const.rs Removed the obsolete ast::CallSugar (previously used by do). 2014-02-14 07:48:13 -08:00
check_loop.rs Replace crate usage with krate 2014-02-13 20:52:07 +01:00
check_match.rs Refactored ast_map and friends, mainly to have Paths without storing them. 2014-02-14 08:43:29 +02:00
const_eval.rs Refactored ast_map and friends, mainly to have Paths without storing them. 2014-02-14 08:43:29 +02:00
dataflow.rs Removed the obsolete ast::CallSugar (previously used by do). 2014-02-14 07:48:13 -08:00
dead.rs Refactored ast_map and friends, mainly to have Paths without storing them. 2014-02-14 08:43:29 +02:00
effect.rs Removed the obsolete ast::CallSugar (previously used by do). 2014-02-14 07:48:13 -08:00
entry.rs Refactored ast_map and friends, mainly to have Paths without storing them. 2014-02-14 08:43:29 +02:00
freevars.rs Replace crate usage with krate 2014-02-13 20:52:07 +01:00
graph.rs
kind.rs Refactored ast_map and friends, mainly to have Paths without storing them. 2014-02-14 08:43:29 +02:00
lang_items.rs Replace crate usage with krate 2014-02-13 20:52:07 +01:00
lint.rs librustc: Remove unique vector patterns from the language. 2014-02-19 16:35:31 -08:00
liveness.rs Removed the obsolete ast::CallSugar (previously used by do). 2014-02-14 07:48:13 -08:00
mem_categorization.rs Refactored ast_map and friends, mainly to have Paths without storing them. 2014-02-14 08:43:29 +02:00
moves.rs Removed the obsolete ast::CallSugar (previously used by do). 2014-02-14 07:48:13 -08:00
pat_util.rs
privacy.rs Make priavcy checking aware that a use directive can point to two defintions (namespaces) with different privacy. Closes #4110 2014-02-19 14:47:10 +13:00
reachable.rs Refactored ast_map and friends, mainly to have Paths without storing them. 2014-02-14 08:43:29 +02:00
region.rs Replace crate usage with krate 2014-02-13 20:52:07 +01:00
resolve_lifetime.rs Refactored ast_map and friends, mainly to have Paths without storing them. 2014-02-14 08:43:29 +02:00
resolve.rs Make priavcy checking aware that a use directive can point to two defintions (namespaces) with different privacy. Closes #4110 2014-02-19 14:47:10 +13:00
subst.rs
ty_fold.rs Removed ty_type (previously used to represent *tydesc). 2014-02-12 14:17:06 +02:00
ty.rs Change the format_args! macro expansion for temporaries 2014-02-19 20:54:44 +08:00