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
/
nll
/
region-subtyping-basic.rs
Age
Commit message (
Expand
)
Author
Lines
2018-07-26
patch up mir-opt tests
Niko Matsakis
-3
/
+3
2018-06-27
Update MIR opt tests
Matthew Jasper
-6
/
+4
2018-05-30
rustc: use syntactic (instead of visibility) source info where appropriate.
Eduard-Mihai Burtescu
-2
/
+2
2018-04-15
remove -Znll -- borrowck=mir implies nll now
Niko Matsakis
-2
/
+2
2017-12-15
more concise debug output when dumping the value of a region
Niko Matsakis
-3
/
+3
2017-12-15
thread through an implicit region body of the fn body
Niko Matsakis
-6
/
+6
2017-12-07
add closure requirement tests, improve debugging output
Niko Matsakis
-3
/
+3
2017-12-04
constraint_generation: create liveness constraints more thoroughly
Niko Matsakis
-1
/
+1
2017-12-03
funnel all unwind paths through a single Resume block
Ariel Ben-Yehuda
-3
/
+3
2017-11-28
tests: update to include move annotations in MIR.
Eduard-Mihai Burtescu
-1
/
+1
2017-11-16
fix mir-opt NLL tests -- variable `'_#0r` is now `'static`
Niko Matsakis
-5
/
+5
2017-11-09
change MIR dump filenames from `nodeN` to `DefPath`
Mikhail Modin
-4
/
+4
2017-10-31
change region display to `'_#Nr`, update the `newtype_index!` macro
Niko Matsakis
-3
/
+3
2017-10-31
add basic region subtyping inference
Santiago Pastorino
-0
/
+49