summary refs log tree commit diff
path: root/src/test/mir-opt/validate_4.rs
AgeCommit message (Expand)AuthorLines
2017-12-03initialize the destination in unit statementsAriel Ben-Yehuda-0/+1
2017-11-28tests: update to include move annotations in MIR.Eduard-Mihai Burtescu-2/+2
2017-11-21clean the Debug impl for CrateNum and DefIdAriel Ben-Yehuda-6/+6
2017-11-09change separator from `.` to `-`Mikhail Modin-4/+4
2017-11-09change MIR dump filenames from `nodeN` to `DefPath`Mikhail Modin-8/+8
2017-11-02new rules for merging expected/supplied types in closure signaturesNiko Matsakis-2/+2
2017-10-26Avoid unnecessary copies of arguments that are simple bindingsBjörn Steinbrink-8/+5
2017-10-24Introduce CrateDisambiguator newtype and fix testsIgor Matuszewski-6/+6
2017-10-16Update crate hashes in mir-opt test after changing hash algorithm.Michael Woerister-6/+6
2017-10-14Auto merge of #45162 - chrisvittal:mir-testing, r=nikomatsakisbors-0/+9
2017-10-09Update README and tests for new infrastructureChristopher Vittal-0/+9
2017-10-08Fix testsWonwoo Choi-4/+4
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