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
Age
Commit message (
Expand
)
Author
Lines
2017-11-17
MIR: hide .rodata constants vs by-ref ABI clash in trans.
Eduard-Mihai Burtescu
-11
/
+5
2017-11-16
fix mir-opt NLL tests -- variable `'_#0r` is now `'static`
Niko Matsakis
-25
/
+25
2017-11-09
change separator from `.` to `-`
Mikhail Modin
-2
/
+2
2017-11-09
change MIR dump filenames from `nodeN` to `DefPath`
Mikhail Modin
-30
/
+30
2017-11-02
add `mir-opt/named-lifetimes-basic.rs`
Niko Matsakis
-0
/
+34
2017-10-31
patch mir-opt reference files
Niko Matsakis
-7
/
+13
2017-10-31
change region display to `'_#Nr`, update the `newtype_index!` macro
Niko Matsakis
-12
/
+12
2017-10-31
add basic region subtyping inference
Santiago Pastorino
-0
/
+49
2017-10-31
add reborrow constraints
Santiago Pastorino
-0
/
+39
2017-10-31
update the format of liveness debug dumps to be more readable
Niko Matsakis
-46
/
+23
2017-10-31
add subregion between borrow region and resulting reference
Niko Matsakis
-0
/
+50
2017-10-31
preliminary support for may-dangle attribute and drop constraints
Niko Matsakis
-0
/
+50
2017-10-31
extend liveness to distinguish "drop" and "non-drop" uses
Niko Matsakis
-25
/
+94
2017-10-31
introduce liveness constraints into NLL code
Niko Matsakis
-0
/
+55
2017-10-31
extend liveness to compute intrablock liveness and add unit tests
Niko Matsakis
-5
/
+18
2017-10-31
factor out `pre_defs` field by going backwards
Niko Matsakis
-0
/
+36
2017-10-31
add a test for the subtle case around calls
Niko Matsakis
-0
/
+42
2017-10-31
execute liveness, write a simple test
Niko Matsakis
-0
/
+47