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_5.rs
Age
Commit message (
Expand
)
Author
Lines
2018-11-20
squashed form of #54145
Nick Cameron
-5
/
+5
2018-06-23
Fix codegen tests
varkor
-3
/
+3
2018-01-29
Fix ref-to-ptr coercions not working with NLL in certain cases
Aaron Hill
-3
/
+6
2017-11-28
tests: update to include move annotations in MIR.
Eduard-Mihai Burtescu
-3
/
+3
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
-2
/
+2
2017-11-09
change MIR dump filenames from `nodeN` to `DefPath`
Mikhail Modin
-4
/
+4
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
-11
/
+9
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
-3
/
+3
2017-09-01
rustc: use hir::ItemLocalId instead of ast::NodeId in CodeExtent.
Eduard-Mihai Burtescu
-3
/
+3
2017-08-08
explain that the example is indeed UB, but that's okay
Ralf Jung
-0
/
+3
2017-08-04
test MIR validation statements in closures
Ralf Jung
-5
/
+21
2017-08-01
also release-validate return value before a call
Ralf Jung
-1
/
+1
2017-07-31
Handle closures. Add some more tests.
Ralf Jung
-0
/
+44