summary refs log tree commit diff
path: root/src/librustc/middle/check_rvalues.rs
AgeCommit message (Expand)AuthorLines
2014-09-12Track the visited AST's lifetime throughout Visitor.Eduard Burtescu-4/+4
2014-09-12Remove largely unused context from Visitor.Eduard Burtescu-4/+3
2014-09-08rustc: fix fallout from the addition of a 'tcx lifetime on tcx.Eduard Burtescu-4/+4
2014-09-08Forbid unsized rvaluesNick Cameron-0/+86