index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
mir-opt
/
validate_1.rs
Age
Commit message (
Expand
)
Author
Lines
2017-11-28
tests: update to include move annotations in MIR.
Eduard-Mihai Burtescu
-2
/
+2
2017-11-21
clean the Debug impl for CrateNum and DefId
Ariel Ben-Yehuda
-2
/
+2
2017-11-09
change separator from `.` to `-`
Mikhail Modin
-4
/
+4
2017-11-09
change MIR dump filenames from `nodeN` to `DefPath`
Mikhail Modin
-6
/
+6
2017-11-02
new rules for merging expected/supplied types in closure signatures
Niko Matsakis
-1
/
+1
2017-10-26
Avoid unnecessary copies of arguments that are simple bindings
Björn Steinbrink
-9
/
+6
2017-10-24
Introduce CrateDisambiguator newtype and fix tests
Igor Matuszewski
-2
/
+2
2017-10-16
Update crate hashes in mir-opt test after changing hash algorithm.
Michael Woerister
-2
/
+2
2017-10-14
Auto merge of #45162 - chrisvittal:mir-testing, r=nikomatsakis
bors
-0
/
+5
2017-10-09
Update README and tests for new infrastructure
Christopher Vittal
-0
/
+5
2017-10-08
Fix tests
Wonwoo Choi
-1
/
+1
2017-10-05
Fix infinite recursion in <DepNode as Debug>.
Michael Woerister
-2
/
+2
2017-09-13
Update mir-opt tests to reflect change to EndRegion emission order.
Felix S. Klock II
-1
/
+1
2017-09-08
Use NodeId/HirId instead of DefId for local variables.
Eduard-Mihai Burtescu
-1
/
+1
2017-09-05
Fix tests
est31
-2
/
+2
2017-09-01
rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.
Eduard-Mihai Burtescu
-6
/
+6
2017-09-01
rustc: use hir::ItemLocalId instead of ast::NodeId in CodeExtent.
Eduard-Mihai Burtescu
-9
/
+9
2017-08-04
test MIR validation statements in closures
Ralf Jung
-5
/
+23
2017-08-01
also release-validate return value before a call
Ralf Jung
-1
/
+1
2017-08-01
handle tuple struct ctors
Ralf Jung
-12
/
+12
2017-07-31
Handle closures. Add some more tests.
Ralf Jung
-0
/
+7
2017-07-31
fix AddValidation on methods
Ralf Jung
-18
/
+21
2017-07-31
more readable printing of validation operands
Ralf Jung
-7
/
+7
2017-07-31
optionally only emit basic validation for functions containing unsafe block /...
Ralf Jung
-1
/
+1
2017-07-30
silence tidy
Ralf Jung
-0
/
+1
2017-07-30
Add tests for emitting validation statements
Ralf Jung
-0
/
+48