rust/src/librustc/middle
2013-09-25 11:00:36 +02:00
..
borrowck visit::Visitor refactor: replace (&mut BorrowckVisitor, @BorrowckCtxt) with &mut BorrowckCtxt. 2013-09-24 01:56:25 +02:00
cfg change type of ExprLoop and ExprBreak elts from ident->name. 2013-09-10 14:12:54 -07:00
trans Fold context into CalleeTranslationVisitor. 2013-09-25 10:59:06 +02:00
typeck auto merge of #9463 : pnkfelix/rust/fsk-syntax-visit-refactor-rest-of-typeck, r=huonw 2013-09-24 08:26:04 -07:00
astencode.rs librustc: Change the ID visitor to use traits instead of garbage-collected functions. 2013-09-23 18:23:20 -07:00
check_const.rs Properly encode/decode structural variants. 2013-09-11 14:49:09 -04:00
check_loop.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
check_match.rs Rename the NaN and is_NaN methods to lowercase. 2013-09-19 23:59:51 +10:00
const_eval.rs std: Remove {float,f64,f32}::from_str in favor of from_str 2013-09-18 04:02:42 +02:00
dataflow.rs librustc: Port the pretty printer annotation infrastructure to use traits instead of garbage collected functions. 2013-09-23 18:23:18 -07:00
effect.rs Implement the notion of a "generated unsafe block" 2013-09-11 00:13:22 -07:00
entry.rs Replace unreachable() calls with unreachable!(). 2013-09-19 15:04:03 +10:00
freevars.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
graph.rs
kind.rs Fold KindAnalysisVisitor into the Context. Removed unused current_item state. 2013-09-25 11:00:36 +02:00
lang_items.rs Renumber the lang items correctly 2013-09-18 09:09:54 -07:00
lint.rs auto merge of #9453 : pnkfelix/rust/fsk-further-syntax-visit-refactors, r=alexcrichton 2013-09-24 02:26:06 -07:00
liveness.rs change type of ExprLoop and ExprBreak elts from ident->name. 2013-09-10 14:12:54 -07:00
mem_categorization.rs librustc: Remove @fn managed closures from the language. 2013-09-23 18:23:21 -07:00
moves.rs visit::Visitor refactor: fold moves.rs VisitContext into ComputeModesVisitor. 2013-09-24 03:25:41 +02:00
pat_util.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
privacy.rs std: rename Option::unwrap_or_default() to unwrap_or() 2013-09-12 18:54:11 -07:00
reachable.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
region.rs Move unchanging portions of Context over to the Visitor. 2013-09-25 10:59:56 +02:00
resolve.rs Properly encode/decode structural variants. 2013-09-11 14:49:09 -04:00
stack_check.rs Move unchanging portions of context over to the Visitor. 2013-09-25 10:59:31 +02:00
subst.rs
ty.rs librustc: Remove @fn managed closures from the language. 2013-09-23 18:23:21 -07:00