rust/src/librustc/middle
2014-08-21 10:05:28 -07:00
..
borrowck libsyntax: Remove the use foo = bar syntax from the language in favor 2014-08-18 09:19:10 -07:00
cfg Fix double evaluation of read+write operands 2014-08-19 20:39:26 +01:00
save librustc: Stop assuming that implementations and traits only contain 2014-08-14 11:40:22 -07:00
trans librustc: Create unboxing shims as necessary for unboxed closures. 2014-08-21 10:05:28 -07:00
typeck auto merge of #16631 : pcwalton/rust/unboxed-closures-wrong-trait, r=huonw 2014-08-21 12:55:54 +00:00
astencode.rs libsyntax: Remove the use foo = bar syntax from the language in favor 2014-08-18 09:19:10 -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 Forbid extern statics from appearing in patterns 2014-08-18 00:08:57 +02:00
check_static.rs
const_eval.rs librustc: Allow trait bounds on structures and enumerations, and check 2014-08-17 01:39:10 -07:00
dataflow.rs
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
entry.rs
expr_use_visitor.rs auto merge of #16632 : pcwalton/rust/unboxed-closures-euv, r=luqmana 2014-08-21 14:40:57 +00:00
freevars.rs librustc: Tie up loose ends in unboxed closures. 2014-08-14 08:53:25 -07:00
graph.rs
intrinsicck.rs
kind.rs librustc: Allow trait bounds on structures and enumerations, and check 2014-08-17 01:39:10 -07:00
lang_items.rs
liveness.rs Fix double evaluation of read+write operands 2014-08-19 20:39:26 +01:00
mem_categorization.rs librustc: Tie up loose ends in unboxed closures. 2014-08-14 08:53:25 -07:00
pat_util.rs
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
resolve_lifetime.rs
resolve.rs librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00
stability.rs librustc: Stop assuming that implementations and traits only contain 2014-08-14 11:40:22 -07:00
subst.rs
ty_fold.rs librustc: Tie up loose ends in unboxed closures. 2014-08-14 08:53:25 -07:00
ty.rs librustc: Fix bogus logic for static calls to unboxed closures in the 2014-08-20 13:16:12 -07:00
weak_lang_items.rs