rust/src/librustc/middle
Björn Steinbrink 6c5d97a5da Generate slightly better unoptimized code for for-loops
The discriminant for Option values is either 0 or 1, so we can just
truncate the value to an i1, which ends up as a no-op for Options
containing pointers.
2014-08-15 13:12:48 +02:00
..
borrowck librustc: Tie up loose ends in unboxed closures. 2014-08-14 08:53:25 -07:00
cfg AST refactoring: merge PatWild and PatWildMulti into one variant with a flag. 2014-08-06 17:04:44 +02:00
save librustc: Stop assuming that implementations and traits only contain 2014-08-14 11:40:22 -07:00
trans Generate slightly better unoptimized code for for-loops 2014-08-15 13:12:48 +02:00
typeck librustc: Implement simple where clauses. 2014-08-14 14:14:26 -07:00
astencode.rs librustc: Stop assuming that implementations and traits only contain 2014-08-14 11:40:22 -07:00
check_const.rs
check_loop.rs librustc: Tie up loose ends in unboxed closures. 2014-08-14 08:53:25 -07:00
check_match.rs AST refactoring: merge PatWild and PatWildMulti into one variant with a flag. 2014-08-06 17:04:44 +02:00
check_static.rs
const_eval.rs Fixes missing overflow lint for i64 #14269 2014-08-05 09:59:03 +02:00
dataflow.rs Removed the _frozen methods from dataflow API. 2014-07-18 13:48:53 +02:00
dead.rs librustc: Stop assuming that implementations and traits only contain 2014-08-14 11:40:22 -07:00
def.rs
dependency_format.rs
effect.rs Assign more diagnostic codes 2014-07-18 20:13:19 +02:00
entry.rs Assign more diagnostic codes 2014-07-18 20:13:19 +02:00
expr_use_visitor.rs librustc: Stop assuming that implementations and traits only contain 2014-08-14 11:40:22 -07:00
freevars.rs librustc: Tie up loose ends in unboxed closures. 2014-08-14 08:53:25 -07:00
graph.rs
intrinsicck.rs Assign more diagnostic codes 2014-07-18 20:13:19 +02:00
kind.rs librustc: Tie up loose ends in unboxed closures. 2014-08-14 08:53:25 -07:00
lang_items.rs Rename Share to Sync 2014-08-07 08:54:38 -07:00
liveness.rs librustc: Tie up loose ends in unboxed closures. 2014-08-14 08:53:25 -07:00
mem_categorization.rs librustc: Tie up loose ends in unboxed closures. 2014-08-14 08:53:25 -07:00
pat_util.rs AST refactoring: merge PatWild and PatWildMulti into one variant with a flag. 2014-08-06 17:04:44 +02:00
privacy.rs librustc: Stop assuming that implementations and traits only contain 2014-08-14 11:40:22 -07:00
reachable.rs librustc: Stop assuming that implementations and traits only contain 2014-08-14 11:40:22 -07:00
region.rs librustc: Stop desugaring for expressions and translate them directly. 2014-07-24 18:58:12 -07:00
resolve_lifetime.rs Temporary bootstrapping hack: introduce syntax for r egion bounds like 'b:'a, 2014-08-07 07:23:59 -04:00
resolve.rs librustc: Implement simple where clauses. 2014-08-14 14:14:26 -07:00
stability.rs librustc: Stop assuming that implementations and traits only contain 2014-08-14 11:40:22 -07:00
subst.rs librustc: Don't ICE when trying to subst regions in destructor call. 2014-07-31 11:50:24 -07:00
ty_fold.rs librustc: Tie up loose ends in unboxed closures. 2014-08-14 08:53:25 -07:00
ty.rs librustc: Stop assuming that implementations and traits only contain 2014-08-14 11:40:22 -07:00
weak_lang_items.rs