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
about
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
2016-07-03
prefer `if let` to match with `None => {}` arm in some places
Zack M. Davis
-9
/
+6
2016-05-19
rustc: Add a new crate type, cdylib
Alex Crichton
-3
/
+4
2016-05-09
rustc: Implement custom panic runtimes
Alex Crichton
-38
/
+99
2016-04-12
Remove unused trait imports
Seo Sanghyeon
-1
/
+0
2015-12-30
use structured errors
Nick Cameron
-4
/
+5
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-2
/
+2
2015-11-26
make CrateStore a trait object
Ariel Ben-Yehuda
-14
/
+17
2015-11-26
remove csearch from the rest of rustc
Ariel Ben-Yehuda
-16
/
+15
2015-11-26
stop using csearch in librustc and librustc_lint
Ariel Ben-Yehuda
-11
/
+11
2015-08-14
rustc: Allow changing the default allocator
Alex Crichton
-34
/
+125
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
[prev]