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
/
rustc
/
middle
/
liveness.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-06
For #2229, recognize 'again' in place of 'cont', final change pending snapshot.
Graydon Hoare
-3
/
+3
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-103
/
+101
2012-07-03
Revert "Remove rule requiring non-nil block-style statements to be semi-termi...
Brian Anderson
-1
/
+1
2012-07-03
Remove rule requiring non-nil block-style statements to be semi-terminated
Brian Anderson
-1
/
+1
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-47
/
+47
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-30
/
+30
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-12
/
+12
2012-06-28
Replaced almost all vector+ in rustc (#2719)
Eric Holk
-3
/
+3
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-15
/
+16
2012-06-21
Make liveness print out a proper error message for moves out of a self field
Tim Chevalier
-1
/
+8
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-12
/
+2
2012-06-18
document liveness a bit better
Niko Matsakis
-2
/
+60
2012-06-18
Add 'do' expressions
Brian Anderson
-2
/
+5
2012-06-17
Issue #2633: remove last_use entries that are subject to a loan
Niko Matsakis
-0
/
+3
2012-06-13
Box AST idents
Brian Anderson
-21
/
+22
2012-06-06
Merge remote-tracking branch 'mozilla/incoming'
Niko Matsakis
-52
/
+9
2012-06-06
add pure, copies to liveness
Niko Matsakis
-7
/
+7
2012-06-06
Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures"
Tim Chevalier
-52
/
+9
2012-05-29
make all arguments modes immutable
Niko Matsakis
-5
/
+41
2012-05-26
core: Make range follow the for loop protocol
Brian Anderson
-4
/
+4
2012-05-25
replace last_use with liveness info
Niko Matsakis
-39
/
+81
2012-05-25
revisit error message; create spill map
Niko Matsakis
-15
/
+89
2012-05-24
improve liveness so it reports unused vars / dead assignments
Niko Matsakis
-83
/
+207
2012-05-24
new liveness pass to supercede last_use / initedness
Niko Matsakis
-0
/
+1502