summary refs log tree commit diff
path: root/src/test/mir-opt/validate_4.rs
AgeCommit message (Expand)AuthorLines
2017-10-05Fix infinite recursion in <DepNode as Debug>.Michael Woerister-6/+6
2017-09-08Use NodeId/HirId instead of DefId for local variables.Eduard-Mihai Burtescu-4/+4
2017-09-05Fix testsest31-6/+6
2017-08-04test MIR validation statements in closuresRalf Jung-1/+24
2017-08-01add a closure inside an unsafe fn to the testsRalf Jung-2/+4
2017-07-31Handle closures. Add some more tests.Ralf Jung-0/+58