rust/src/librustc/middle
2013-08-15 04:06:17 +02:00
..
borrowck Switch main borrowck to <V:Visitor> trait API. 2013-08-15 04:06:17 +02:00
cfg std: Rename Iterator.transform -> .map 2013-08-10 07:33:21 -07:00
trans auto merge of #8462 : thestinger/rust/loop-cleanup, r=cmr 2013-08-14 10:35:12 -07:00
typeck rustc: Eliminate a derived error in check::_match 2013-08-14 13:42:58 -07:00
astencode.rs typeck: Modify method resolution to use new object adjustments, and 2013-08-11 14:01:23 -04:00
check_const.rs Ported check_const from oldvisit to <V:Visitor> trait API. 2013-08-15 04:06:17 +02:00
check_loop.rs Ported check_loop from oldvisit to <V:Visit> trait API. 2013-08-15 04:06:17 +02:00
check_match.rs Port check_match from oldvisit to <V:Visitor> trait API. 2013-08-15 04:06:17 +02:00
const_eval.rs Port const_eval from oldvisit to <V:Visitor> trait API. 2013-08-15 04:06:17 +02:00
dataflow.rs rustc: Fix for-range loops that can use iterators 2013-08-07 22:39:57 -04:00
effect.rs librustc: Introduce a new visitor type based on traits and port syntax to it. 2013-08-02 21:57:58 -07:00
entry.rs auto merge of #8279 : pcwalton/rust/no-main, r=brson 2013-08-05 04:37:58 -07:00
freevars.rs librustc: Introduce a new visitor type based on traits and port syntax to it. 2013-08-02 21:57:58 -07:00
graph.rs Bugfix .each_edge in middle/graph.rs 2013-08-07 22:39:57 -04:00
kind.rs Move EnumSet into libextra 2013-08-06 14:45:02 +09:00
lang_items.rs core: option.map_consume -> option.map_move 2013-08-07 08:52:09 -07:00
lint.rs Switch to new <V:Visitor> visitor (rather than @Visitor). 2013-08-15 04:06:17 +02:00
liveness.rs core: option.map_consume -> option.map_move 2013-08-07 08:52:09 -07:00
mem_categorization.rs borrowck: Integrate AutoBorrowObj into borrowck / mem_categorization 2013-08-11 14:01:23 -04:00
moves.rs rm obsolete for support from the compiler 2013-08-04 00:39:48 -04:00
pat_util.rs replace all remaining for with foreach or do 2013-08-03 03:00:42 -04:00
privacy.rs Forbid pub/priv where it has no effect 2013-08-12 23:20:46 -07:00
reachable.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
region.rs core: option.map_consume -> option.map_move 2013-08-07 08:52:09 -07:00
resolve.rs Mass rename of .consume{,_iter}() to .move_iter() 2013-08-10 07:01:07 -07:00
subst.rs Generalize the ty::substs struct so that it can represent 2013-07-24 16:52:57 -04:00
ty.rs Forbid pub/priv where it has no effect 2013-08-12 23:20:46 -07:00