rust/src/librustc/middle
2015-01-05 11:31:37 -05:00
..
cfg Merge pull request #20457 from frewsxcv/rm-reexports 2015-01-04 21:36:36 +00:00
infer Treat associated types the same as type parameters when it comes to region bounding. Fixes #20303. 2015-01-05 10:14:35 -05:00
traits Don't ICE just because an impl is missing an associated type. Trust in the other compiler passes. 2015-01-05 11:31:37 -05:00
astconv_util.rs sed -i -s 's/\bmod,/self,/g' **/*.rs 2015-01-03 22:42:21 -05:00
astencode.rs sed -i -s 's/\bmod,/self,/g' **/*.rs 2015-01-03 22:42:21 -05:00
check_const.rs rustc: allow paths in constants to refer to polymorphic items. 2015-01-04 18:47:58 +02:00
check_loop.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
check_match.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
check_rvalues.rs Make ty::ParameterEnvironment, not ty::ctxt, implement Typer and 2015-01-03 07:01:21 -05:00
check_static_recursion.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
check_static.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
const_eval.rs [breaking change] Update entry API as part of RFC 509. 2015-01-04 15:55:54 -05:00
dataflow.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
dead.rs Add syntax for negative implementations of traits 2015-01-04 23:16:13 +01:00
def.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
dependency_format.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
effect.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
entry.rs
expr_use_visitor.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
fast_reject.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
graph.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
intrinsicck.rs sed -i -s 's/\bmod,/self,/g' **/*.rs 2015-01-03 22:42:21 -05:00
lang_items.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
liveness.rs auto merge of #20443 : nikomatsakis/rust/autoderef-overloaded-calls, r=pcwalton 2015-01-04 16:36:41 +00:00
mem_categorization.rs rustc: allow paths in constants to refer to polymorphic items. 2015-01-04 18:47:58 +02:00
pat_util.rs
privacy.rs Add syntax for negative implementations of traits 2015-01-04 23:16:13 +01:00
reachable.rs Add syntax for negative implementations of traits 2015-01-04 23:16:13 +01:00
recursion_limit.rs
region.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
resolve_lifetime.rs Add syntax for negative implementations of traits 2015-01-04 23:16:13 +01:00
stability.rs Add syntax for negative implementations of traits 2015-01-04 23:16:13 +01:00
subst.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
ty_fold.rs Convert the TODO into a FIXME. 2015-01-04 12:01:19 -05:00
ty_walk.rs sed -i -s 's/\bmod,/self,/g' **/*.rs 2015-01-03 22:42:21 -05:00
ty.rs auto merge of #20285 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis 2015-01-05 04:20:46 +00:00
weak_lang_items.rs