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
/
metadata
/
loader.rs
Age
Commit message (
Expand
)
Author
Lines
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-06-07
Don’t ICE if fs::canonicalise fails in meta-load
Simonas Kazlauskas
-7
/
+8
2015-05-20
Auto merge of #25350 - alexcrichton:msvc, r=brson
bors
-12
/
+28
2015-05-19
rustc: Shorten MSVC metadata section name
Alex Crichton
-12
/
+28
2015-05-13
std: Redesign Duration, implementing RFC 1040
Alex Crichton
-2
/
+1
2015-04-27
std: Expand the area of std::fs
Alex Crichton
-5
/
+5
2015-04-21
rustc: Handle duplicate names merging archives
Alex Crichton
-5
/
+10
2015-04-16
Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton
bors
-7
/
+7
2015-04-15
rustc: fix a typo in letter to rustc
Richo Healey
-1
/
+1
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-6
/
+6
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-03-28
Rollup merge of #23803 - richo:unused-braces, r=Manishearth
Manish Goregaokar
-1
/
+1
2015-03-28
cleanup: Remove unused braces in use statements
Richo Healey
-1
/
+1
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-4
/
+4
2015-03-27
default => or_insert per RFC
Alexis Beingessner
-1
/
+2
2015-03-26
update everything to use Entry defaults
Alexis
-2
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-4
/
+4
2015-03-23
Add generic conversion traits
Aaron Turon
-1
/
+1
2015-03-16
Improve error handling in libflate
Tobias Bucher
-2
/
+2
2015-03-05
Rollup merge of #22764 - ivanradanov:fileline_help, r=huonw
Manish Goregaokar
-1
/
+1
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-23
/
+24
2015-03-03
Change span_help calls to fileline_help where appropriate
Ivan Radanov Ivanov
-1
/
+1
2015-02-24
style nitpicks
Oliver Schneider
-7
/
+5
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-15
/
+15
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-6
/
+6
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-6
/
+6
2015-02-18
std: Implement CString-related RFCs
Alex Crichton
-1
/
+1
2015-02-07
Auto merge of #22023 - alexcrichton:oops-picked-the-wrong-plugin, r=nikomatsakis
bors
-9
/
+3
2015-02-07
Auto merge of #21978 - Potpourri:error-extern-crate-staticlib, r=alexcrichton
bors
-4
/
+27
2015-02-06
rustc: Don't fall back to -L if using --extern
Alex Crichton
-9
/
+3
2015-02-06
Auto merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton
bors
-4
/
+4
2015-02-06
Improve error message, when found staticlib instead crate
Potpourri
-4
/
+27
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-2
/
+2
2015-02-05
Replace usage of slice::from_raw_buf with slice::from_raw_parts
Mikhail Zabaluev
-4
/
+4
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-2
/
+2
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-02-01
More deprecating of i/u suffixes in libraries
Alfie John
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-3
/
+3
2015-01-21
Fallout from stabilization.
Aaron Turon
-2
/
+2
2015-01-16
rustc: Fix a leak in dependency= paths
Alex Crichton
-22
/
+25
2015-01-09
Make the metadata loader use the appropriate Target structure
John Kåre Alsaker
-2
/
+5
2015-01-07
use slicing sugar
Jorge Aparicio
-31
/
+31
2015-01-06
rollup merge of #20653: alexcrichton/entry-unstable
Alex Crichton
-1
/
+1
2015-01-07
fallout
Nick Cameron
-1
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-18
/
+18
2015-01-06
[breaking change] Revert Entry behaviour to take keys by value.
Dylan Ede
-1
/
+1
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-6
/
+6
2015-01-04
[breaking change] Update entry API as part of RFC 509.
Ben Foppa
-5
/
+3
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-18
/
+18
[next]