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
/
dependency_format.rs
Age
Commit message (
Expand
)
Author
Lines
2015-06-11
Conver reborrows to .iter() calls where appropriate
Joshua Landau
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+1
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-3
/
+3
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-1
/
+1
2015-01-18
Fix typedef/module name conflicts in the compiler
Alex Crichton
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-6
/
+6
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-3
/
+3
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-3
/
+3
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-11-18
Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...
Niko Matsakis
-2
/
+2
2014-11-10
Use FnvHashMap instead of HashMap in rustc
Ariel Ben-Yehuda
-4
/
+4
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-2
/
+2
2014-11-05
auto merge of #18592 : alexcrichton/rust/dylib-harder, r=pcwalton
bors
-0
/
+10
2014-11-04
Implement flexible target specification
Corey Richardson
-3
/
+3
2014-11-03
rustc: Default to static linking dylibs
Alex Crichton
-0
/
+10
2014-11-02
Convert some notes to help messages
P1start
-1
/
+1
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-1
/
+1
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-3
/
+4
2014-05-11
Reorganise driver code.
Nick Cameron
-6
/
+7
2014-05-02
rustc: Add some suppot for mixing rlibs and dylibs
Alex Crichton
-0
/
+229