rust/src/librustc/middle
bors 3d117cf3ca auto merge of #12639 : luqmana/rust/struct-variant-pat, r=pcwalton
We weren't passing the node id for the enum and hence it couldn't retrieve the field types for the struct variant we were trying to destructure.

Fixes #11577.
2014-03-01 03:06:31 -08:00
..
borrowck Forbid moves out of static items Closes #10577 2014-02-27 09:24:17 +01:00
cfg Replace callee_id with information stored in method_map. 2014-02-26 16:06:45 +02:00
trans auto merge of #12639 : luqmana/rust/struct-variant-pat, r=pcwalton 2014-03-01 03:06:31 -08:00
typeck auto merge of #12638 : luqmana/rust/op-no-ref, r=alexcrichton 2014-03-01 01:51:35 -08:00
astencode.rs std: Change assert_eq!() to use {} instead of {:?} 2014-02-28 23:01:54 -08:00
check_const.rs Replace callee_id with information stored in method_map. 2014-02-26 16:06:45 +02:00
check_loop.rs Replace crate usage with krate 2014-02-13 20:52:07 +01:00
check_match.rs Rename a few typeck method-related structures to UpperCamelCase. 2014-02-26 16:01:36 +02:00
check_static.rs Immutable static items should be Freeze Fixes #12432 2014-02-27 18:09:35 +01:00
const_eval.rs Replace callee_id with information stored in method_map. 2014-02-26 16:06:45 +02:00
dataflow.rs Replace callee_id with information stored in method_map. 2014-02-26 16:06:45 +02:00
dead.rs Replace callee_id with information stored in method_map. 2014-02-26 16:06:45 +02:00
effect.rs Replace callee_id with information stored in method_map. 2014-02-26 16:06:45 +02: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 Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
graph.rs std: Change assert_eq!() to use {} instead of {:?} 2014-02-28 23:01:54 -08:00
kind.rs rustc: Explicitly mention type params with missing 'static bounds 2014-02-27 02:14:46 +09:00
lang_items.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
lint.rs rustc: implement a lint for publicly visible private types. 2014-03-01 00:11:56 +11:00
liveness.rs Replace callee_id with information stored in method_map. 2014-02-26 16:06:45 +02:00
mem_categorization.rs Replace callee_id with information stored in method_map. 2014-02-26 16:06:45 +02:00
moves.rs Replace callee_id with information stored in method_map. 2014-02-26 16:06:45 +02:00
pat_util.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
privacy.rs rustc: implement a lint for publicly visible private types. 2014-03-01 00:11:56 +11:00
reachable.rs Replace callee_id with information stored in method_map. 2014-02-26 16:06:45 +02:00
region.rs Replace callee_id with information stored in method_map. 2014-02-26 16:06:45 +02:00
resolve.rs Replace callee_id with information stored in method_map. 2014-02-26 16:06:45 +02:00
resolve_lifetime.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
subst.rs Substitute type params in default type params using them. 2014-02-02 12:54:22 +02:00
ty.rs rustc: Add the concept of a Strict Version Hash 2014-02-28 10:48:04 -08:00
ty_fold.rs Removed ty_type (previously used to represent *tydesc). 2014-02-12 14:17:06 +02:00