summary refs log tree commit diff
path: root/src/librustc/middle/check_rvalues.rs
AgeCommit message (Expand)AuthorLines
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-03Make `ty::ParameterEnvironment`, not `ty::ctxt`, implement `Typer` andNiko Matsakis-2/+2
2015-01-03Modify `type_known_to_meet_builtin_bound` so that it doesn't suppress overflow,Niko Matsakis-1/+1
2014-12-30Move the TypeContents-based "Sized" queries into trans, where the fullNiko Matsakis-4/+10
2014-12-30Make ExprUseVisitor<..> use inherited parameter environments.Niko Matsakis-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-2/+4
2014-11-25Track what drop obligations are established on match arms.Felix S. Klock II-0/+5
2014-11-19rustc: fix fallout of adding the `'tcx` lifetime to `Ty`.Eduard Burtescu-2/+2
2014-10-16librustc: Remove all uses of {:?}.Luqman Aden-1/+1
2014-10-12Properly visit nested functions and closures in check_rvaluesBrian Koropoff-4/+7
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