summary refs log tree commit diff
path: root/src/test/mir-opt/validate_1.rs
AgeCommit message (Expand)AuthorLines
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-2/+2
2017-11-09change separator from `.` to `-`Mikhail Modin-4/+4
2017-11-09change MIR dump filenames from `nodeN` to `DefPath`Mikhail Modin-6/+6
2017-11-02new rules for merging expected/supplied types in closure signaturesNiko Matsakis-1/+1
2017-10-26Avoid unnecessary copies of arguments that are simple bindingsBjörn Steinbrink-9/+6
2017-10-24Introduce CrateDisambiguator newtype and fix testsIgor Matuszewski-2/+2
2017-10-16Update crate hashes in mir-opt test after changing hash algorithm.Michael Woerister-2/+2
2017-10-14Auto merge of #45162 - chrisvittal:mir-testing, r=nikomatsakisbors-0/+5
2017-10-09Update README and tests for new infrastructureChristopher Vittal-0/+5
2017-10-08Fix testsWonwoo Choi-1/+1
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-6/+6
2017-09-01rustc: use hir::ItemLocalId instead of ast::NodeId in CodeExtent.Eduard-Mihai Burtescu-9/+9
2017-08-04test MIR validation statements in closuresRalf Jung-5/+23
2017-08-01also release-validate return value before a callRalf Jung-1/+1
2017-08-01handle tuple struct ctorsRalf Jung-12/+12
2017-07-31Handle closures. Add some more tests.Ralf Jung-0/+7
2017-07-31fix AddValidation on methodsRalf Jung-18/+21
2017-07-31more readable printing of validation operandsRalf Jung-7/+7
2017-07-31optionally only emit basic validation for functions containing unsafe block /...Ralf Jung-1/+1
2017-07-30silence tidyRalf Jung-0/+1
2017-07-30Add tests for emitting validation statementsRalf Jung-0/+48