rust/src/librustc/middle
Cameron Zwarich 59309e0d9b Remove RestrictionSet
Now that RestrictionSet is no longer being used for anything meaningful,
it can be removed, along with any other associated functions and
RestrictionSet fields of other types.
2014-06-16 15:40:20 -07:00
..
borrowck Remove RestrictionSet 2014-06-16 15:40:20 -07:00
cfg rustc: Move the AST from @T to Gc<T> 2014-06-11 09:51:37 -07:00
save Introduce VecPerParamSpace and use it to represent sets of types and 2014-06-13 13:20:24 -04:00
trans auto merge of #14900 : alexcrichton/rust/snapshots, r=huonw 2014-06-16 08:16:49 +00:00
typeck Register new snapshots 2014-06-15 23:30:24 -07:00
astencode.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
check_const.rs rustc: Move the AST from @T to Gc<T> 2014-06-11 09:51:37 -07:00
check_loop.rs rustc: Move the AST from @T to Gc<T> 2014-06-11 09:51:37 -07:00
check_match.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
check_static.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
const_eval.rs rustc: Move the AST from @T to Gc<T> 2014-06-11 09:51:37 -07:00
dataflow.rs Fix all violations of stronger guarantees for mutable borrows 2014-06-13 20:48:09 -07:00
dead.rs Fix the unused struct field lint for struct variants 2014-06-13 13:53:34 -07:00
def.rs Introduce VecPerParamSpace and use it to represent sets of types and 2014-06-13 13:20:24 -04:00
dependency_format.rs
effect.rs rustc: Move the AST from @T to Gc<T> 2014-06-11 09:51:37 -07:00
entry.rs
expr_use_visitor.rs rustc: Move the AST from @T to Gc<T> 2014-06-11 09:51:37 -07:00
freevars.rs
graph.rs Fix more misspelled comments and strings. 2014-06-10 11:24:17 -04:00
intrinsicck.rs librustc: Forbid transmute from being called on types whose size is 2014-06-13 13:53:55 -07:00
kind.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
lang_items.rs librustc: Implement overloading for the call operator behind a feature 2014-06-09 12:39:17 -07:00
lint.rs Register new snapshots 2014-06-15 23:30:24 -07:00
liveness.rs Fix all violations of stronger guarantees for mutable borrows 2014-06-13 20:48:09 -07:00
mem_categorization.rs Register new snapshots 2014-06-15 23:30:24 -07:00
pat_util.rs
privacy.rs Register new snapshots 2014-06-15 23:30:24 -07:00
reachable.rs rustc: Move the AST from @T to Gc<T> 2014-06-11 09:51:37 -07:00
region.rs rustc: Move the AST from @T to Gc<T> 2014-06-11 09:51:37 -07:00
resolve_lifetime.rs librustc: Fix the issue with labels shadowing variable names by making 2014-06-13 13:53:34 -07:00
resolve.rs Register new snapshots 2014-06-15 23:30:24 -07:00
subst.rs Introduce VecPerParamSpace and use it to represent sets of types and 2014-06-13 13:20:24 -04:00
ty_fold.rs Introduce VecPerParamSpace and use it to represent sets of types and 2014-06-13 13:20:24 -04:00
ty.rs Register new snapshots 2014-06-15 23:30:24 -07:00
weak_lang_items.rs