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
2015-07-09
Use vec![elt; n] where possible
Ulrik Sverdrup
-7
/
+6
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-04-17
Port to using the newer graph, which offers iterators instead of the
Niko Matsakis
-3
/
+2
2015-04-15
Dataflow changes and associated borrowck fix.
Felix S. Klock II
-17
/
+63
2015-04-03
Auto merge of #23832 - petrochenkov:usize, r=aturon
bors
-4
/
+4
2015-04-01
rollup merge of #23860: nikomatsakis/copy-requires-clone
Alex Crichton
-1
/
+1
2015-04-01
Fallout out rustc
Niko Matsakis
-1
/
+1
2015-04-01
Pretty print ids for assoc items
Nick Cameron
-1
/
+1
2015-03-30
Remove unnecessary `as usize`
Vadim Petrochenkov
-4
/
+4
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-28
/
+28
2015-03-27
default => or_insert per RFC
Alexis Beingessner
-2
/
+2
2015-03-26
update everything to use Entry defaults
Alexis
-12
/
+2
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-28
/
+28
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-5
/
+7
2015-03-02
core: Audit num module for int/uint
Brian Anderson
-5
/
+5
2015-02-22
Add support for mapping a single ast-node to multiple cfg-nodes.
James Miller
-39
/
+67
2015-02-22
Distinguish between AST and various Dummy nodes in CFG.
James Miller
-3
/
+3
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-1
/
+1
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-2
/
+2
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-2
/
+2
2015-02-18
Remove usage of .map(|&foo| foo)
Kevin Butler
-2
/
+2
2015-02-11
rustc: Fix a number of stability lint holes
Alex Crichton
-11
/
+11
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-4
/
+4
2015-02-02
`for x in xs.iter_mut()` -> `for x in &mut xs`
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-02-01
More deprecating of i/u suffixes in libraries
Alfie John
-5
/
+5
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-2
/
+2
2015-01-26
Fallout of io => old_io
Alex Crichton
-5
/
+5
2015-01-21
Fallout from stabilization.
Aaron Turon
-15
/
+15
2015-01-18
Fix typedef/module name conflicts in the compiler
Alex Crichton
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-3
/
+3
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-10
/
+10
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-10
/
+10
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-3
/
+3
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-2
/
+2
2014-12-30
Fallout from stabilization
Aaron Turon
-4
/
+5
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-3
/
+3
2014-12-19
librustc: use `#[deriving(Copy)]`
Jorge Aparicio
-3
/
+1
2014-12-13
librustc: use unboxed closures
Jorge Aparicio
-12
/
+12
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-1
/
+6
2014-11-26
/*! -> //!
Steve Klabnik
-6
/
+4
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-15
/
+15
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+1
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-2
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-4
/
+4
2014-10-16
librustc: Remove all uses of {:?}.
Luqman Aden
-7
/
+7
2014-09-16
Fallout from renaming
Aaron Turon
-6
/
+6
2014-09-12
Track the visited AST's lifetime throughout Visitor.
Eduard Burtescu
-1
/
+1
[next]