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
/
librustc
/
middle
/
dataflow.rs
Age
Commit message (
Expand
)
Author
Lines
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-6
/
+5
2013-06-27
Convert vec::[mut_]slice to methods, remove vec::const_slice.
Huon Wilson
-11
/
+11
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-9
/
+9
2013-06-21
vec: rm old_iter implementations, except BaseIter
Daniel Micay
-16
/
+16
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-1
/
+1
2013-06-17
rustc: map node ids through a table that ensures bitset indexes in dataflow a...
Graydon Hoare
-20
/
+71
2013-06-14
add IteratorUtil to the prelude
Daniel Micay
-1
/
+0
2013-06-11
option: remove redundant old_iter impls
Daniel Micay
-1
/
+1
2013-06-10
clean-up unused import warnings
Huon Wilson
-1
/
+0
2013-06-10
std: convert str::reserve* to methods, and methodise str::push_*.
Huon Wilson
-3
/
+3
2013-06-08
std: remove each[i]_mut functions, in favour of iterators.
Huon Wilson
-1
/
+2
2013-06-04
librustc: Disallow multiple patterns from appearing in a "let" declaration.
Patrick Walton
-5
/
+3
2013-06-01
syntax: move callee_id into the expr_ variants
Erick Tryzelaar
-13
/
+13
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+3
2013-05-28
Move checking for moves and initialization of local variables and patterns into
Niko Matsakis
-2
/
+2
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-20
Remove all unnecessary allocations (as flagged by lint)
Alex Crichton
-2
/
+2
2013-05-20
auto merge of #6635 : brson/rust/snapshot, r=brson
bors
-58
/
+0
2013-05-19
Register snapshots
Brian Anderson
-58
/
+0
2013-05-19
Fix many warnings.
Steve Klabnik
-1
/
+0
2013-05-18
minor automated whitespace fixes
Daniel Micay
-1
/
+0
2013-05-12
librustc: Make `self` and `static` into keywords
Patrick Walton
-1
/
+2
2013-05-10
Remove the '<->' operator from the language
Alex Crichton
-5
/
+0
2013-05-10
rustc: Use the new `for` protocol
Alex Crichton
-0
/
+61
2013-05-06
Replace NOTE with FIXME
Niko Matsakis
-1
/
+1
2013-04-30
dataflow: fix flow of information through pattern variants
Niko Matsakis
-2
/
+1
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-0
/
+1009