summary refs log tree commit diff
path: root/src/test/mir-opt/validate_3.rs
AgeCommit message (Expand)AuthorLines
2017-11-28tests: update to include move annotations in MIR.Eduard-Mihai Burtescu-1/+1
2017-11-09change MIR dump filenames from `nodeN` to `DefPath`Mikhail Modin-2/+2
2017-10-09Update README and tests for new infrastructureChristopher Vittal-0/+15
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-7/+7
2017-08-01also release-validate return value before a callRalf Jung-1/+1
2017-07-31more readable printing of validation operandsRalf Jung-5/+5
2017-07-31optionally only emit basic validation for functions containing unsafe block /...Ralf Jung-8/+12
2017-07-30silence tidyRalf Jung-0/+1
2017-07-30Add tests for emitting validation statementsRalf Jung-0/+45