rust/src/librustc/middle
2013-09-11 00:13:41 -07:00
..
borrowck gather_loans/mod.rs Visitor refactoring (#7081): unify GatherLoan{Ctxt,Visitor}. 2013-09-10 11:25:09 +02:00
cfg change type of ExprLoop and ExprBreak elts from ident->name. 2013-09-10 14:12:54 -07:00
trans change type of ExprLoop and ExprBreak elts from ident->name. 2013-09-10 14:12:54 -07:00
typeck Implement the notion of a "generated unsafe block" 2013-09-11 00:13:22 -07:00
astencode.rs Delay assignment of node ids until after expansion. Ensures that each AST node 2013-09-10 05:45:12 -04:00
check_const.rs stop treating char as an integer type 2013-09-04 08:07:56 -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 std::iterator to std::iter 2013-09-09 03:21:46 -04:00
const_eval.rs stop treating char as an integer type 2013-09-04 08:07:56 -04:00
dataflow.rs change type of ExprLoop and ExprBreak elts from ident->name. 2013-09-10 14:12:54 -07:00
effect.rs Implement the notion of a "generated unsafe block" 2013-09-11 00:13:22 -07:00
entry.rs middle/entry.rs Visitor refactoring (#7081): unify Entry{Context,Visitor}. 2013-09-10 11:25:10 +02:00
freevars.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
graph.rs Bugfix .each_edge in middle/graph.rs 2013-08-07 22:39:57 -04:00
kind.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
lang_items.rs Remove the __log function for __log_level 2013-09-05 01:48:20 -07:00
lint.rs Flag unsafe blocks from format! as compiler-generated 2013-09-11 00:13:41 -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 auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson 2013-09-09 10:41:05 -07:00
moves.rs auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson 2013-09-09 10:41:05 -07:00
pat_util.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
privacy.rs ident->name in NamedField, elsewhere 2013-09-06 13:35:11 -07:00
reachable.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
region.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
resolve.rs change type of ExprLoop and ExprBreak elts from ident->name. 2013-09-10 14:12:54 -07:00
stack_check.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
subst.rs Generalize the ty::substs struct so that it can represent 2013-07-24 16:52:57 -04:00
ty.rs remove redundant tycat line from the binop table 2013-09-10 22:36:26 -04:00