rust/src/librustc/middle
John Clements ca05828cb7 change to new trait style for method field refs
Per @pnkfelix 's suggestion, using a trait to make these
field accesses more readable (and vastly more similar
to the original code.

oops fix new ast_map fix
2014-07-15 14:46:32 -07:00
..
borrowck Extend --pretty flowgraph=ID to include dataflow results in output. 2014-07-15 12:26:56 +02:00
cfg Extend --pretty flowgraph=ID to include dataflow results in output. 2014-07-15 12:26:56 +02:00
save change to new trait style for method field refs 2014-07-15 14:46:32 -07:00
trans change to new trait style for method field refs 2014-07-15 14:46:32 -07:00
typeck change to new trait style for method field refs 2014-07-15 14:46:32 -07:00
astencode.rs change to new trait style for method field refs 2014-07-15 14:46:32 -07:00
check_const.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
check_loop.rs rustc: Move the AST from @T to Gc<T> 2014-06-11 09:51:37 -07:00
check_match.rs Add scaffolding for assigning alpha-numeric codes to rustc diagnostics 2014-07-11 00:32:00 +02:00
check_static.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
const_eval.rs Fix #15129 2014-06-24 17:22:48 -07:00
dataflow.rs Extend --pretty flowgraph=ID to include dataflow results in output. 2014-07-15 12:26:56 +02:00
dead.rs change to new trait style for method field refs 2014-07-15 14:46:32 -07:00
def.rs Introduce VecPerParamSpace and use it to represent sets of types and 2014-06-13 13:20:24 -04:00
dependency_format.rs
effect.rs change to new trait style for method field refs 2014-07-15 14:46:32 -07:00
entry.rs
expr_use_visitor.rs librustc: Fix expr_use_visitor (and, transitively, the borrow check) 2014-07-01 14:32:57 -07:00
freevars.rs
graph.rs librustc: Remove uses of advance. 2014-07-09 15:51:58 -07:00
intrinsicck.rs librustc: Forbid transmute from being called on types whose size is 2014-06-13 13:53:55 -07:00
kind.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
lang_items.rs librustc (RFC #34): Implement the new Index and IndexMut traits. 2014-07-07 11:43:23 -07:00
liveness.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
mem_categorization.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
pat_util.rs Simplify PatIdent to contain an Ident rather than a Path 2014-07-03 12:54:51 -07:00
privacy.rs change to new trait style for method field refs 2014-07-15 14:46:32 -07:00
reachable.rs change to new trait style for method field refs 2014-07-15 14:46:32 -07:00
region.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
resolve_lifetime.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
resolve.rs change to new trait style for method field refs 2014-07-15 14:46:32 -07:00
stability.rs Bug fixes for stability tracking 2014-07-10 20:51:35 -07:00
subst.rs Revise VecPerParamSpace to use a one Vec rather than three. 2014-07-05 06:29:27 +02:00
ty_fold.rs RegionFolder should only invoke callback on free regions. 2014-06-22 06:19:56 +02:00
ty.rs librustc: Remove uses of advance. 2014-07-09 15:51:58 -07:00
weak_lang_items.rs