summary refs log tree commit diff
path: root/src/librustc/middle/check_rvalues.rs
AgeCommit message (Expand)AuthorLines
2015-09-03Add an intital HIR and lowering stepNick Cameron-6/+7
2015-07-01Address nitsJared Roesch-1/+4
2015-06-30Remove Typer + ClosureTyper impls for BlockSJared Roesch-2/+2
2015-06-30Remove Typer + ClosureTyper impls for ParameterEnvJared Roesch-2/+5
2015-06-26rustc: switch most remaining middle::ty functions to methods.Eduard Burtescu-1/+1
2015-06-19rustc: remove Repr and UserString.Eduard Burtescu-3/+2
2015-06-19rustc: use the TLS type context in Repr and UserString.Eduard Burtescu-2/+2
2015-06-19rustc: use Repr and UserString instead of ppaux::ty_to_string.Eduard Burtescu-3/+3
2015-06-05Introduce a fast-path for type_is_sized/type_moves_by_defaultAriel Ben-Yehuda-1/+1
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