rust/src/librustc/middle
2013-08-15 04:09:19 +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 port callee.rs from oldvisit to <V:Visitor> trait API. 2013-08-15 04:09:19 +02:00
typeck Ported typeck::collect from oldvisit to <V:Visitor> trait API. 2013-08-15 04:09:19 +02: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 Ported effect checker from oldvisit to <V:Visitor> trait API. 2013-08-15 04:06:17 +02: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 Ported liveness.rs from oldvisit to <V:Visitor> trait API. 2013-08-15 04:09:19 +02: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 Port privacy.rs from oldvisit to <V:Visitor> trait. 2013-08-15 04:09:18 +02:00
reachable.rs port reachable.rs from oldvisit to <V:Visitor> trait. 2013-08-15 04:09:18 +02:00
region.rs port region.rs from oldvisit to <V:Visitor> trait API. 2013-08-15 04:09:18 +02:00
resolve.rs port resolve.rs from oldvisit to <V:Visitor> trait. 2013-08-15 04:09:19 +02: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