rust/src/librustc/middle
2013-08-16 22:30:43 +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 debuginfo: Support for combinations of Self type and type parameters. 2013-08-16 22:30:43 +02:00
typeck auto merge of #8526 : blake2-ppc/rust/either-result, r=catamorphism 2013-08-16 01:56:16 -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 librustc: Allow vector repeat exprs in statics. 2013-08-13 03:36:21 -04:00
check_loop.rs fix warning still mentioning the again keyword 2013-08-04 18:21:29 -04:00
check_match.rs rustc: allow @ as-patterns to move when the sub-pattern contains no bindings. 2013-08-15 01:05:52 +10:00
const_eval.rs librustc: Allow vector repeat exprs in statics. 2013-08-13 03:36:21 -04: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 rustc: allow @ as-patterns to move when the sub-pattern contains no bindings. 2013-08-15 01:05:52 +10: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