summary refs log tree commit diff
path: root/src/test/mir-opt/validate_5.rs
AgeCommit message (Expand)AuthorLines
2017-10-05Fix infinite recursion in <DepNode as Debug>.Michael Woerister-2/+2
2017-09-13Update mir-opt tests to reflect change to EndRegion emission order.Felix S. Klock II-1/+1
2017-09-08Use NodeId/HirId instead of DefId for local variables.Eduard-Mihai Burtescu-1/+1
2017-09-05Fix testsest31-2/+2
2017-09-01rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.Eduard-Mihai Burtescu-3/+3
2017-09-01rustc: use hir::ItemLocalId instead of ast::NodeId in CodeExtent.Eduard-Mihai Burtescu-3/+3
2017-08-08explain that the example is indeed UB, but that's okayRalf Jung-0/+3
2017-08-04test MIR validation statements in closuresRalf Jung-5/+21
2017-08-01also release-validate return value before a callRalf Jung-1/+1
2017-07-31Handle closures. Add some more tests.Ralf Jung-0/+44