summary refs log tree commit diff
path: root/src/librustc/middle/resolve_lifetime.rs
AgeCommit message (Expand)AuthorLines
2014-01-06Disowned the Visitor.Eduard Burtescu-3/+3
2013-12-26librustc: De-`@mut` the named region map in the type contextPatrick Walton-6/+7
2013-12-12Remove fk_anonSeo Sanghyeon-1/+1
2013-12-11Make 'self lifetime illegal.Erik Price-11/+11
2013-12-01Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica...Eduard Burtescu-2/+2
2013-11-28Register new snapshotsAlex Crichton-8/+8
2013-11-08Rename and modernize region enum namesNiko Matsakis-2/+2
2013-11-08Create a new pass to resolve named lifetimes; rscope is not onlyNiko Matsakis-0/+321