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
2014-09-24
handling fallout from entry api
Alexis Beingessner
-3
/
+7
2014-09-16
Fallout from renaming
Aaron Turon
-4
/
+4
2014-09-13
librustc: Forbid inherent implementations that aren't adjacent to the
Patrick Walton
-0
/
+1
2014-08-16
auto merge of #16505 : dotdash/rust/extern_realpath, r=alexcrichton
bors
-2
/
+2
2014-08-15
Properly canonicalize crate paths specified via --extern
Björn Steinbrink
-2
/
+2
2014-08-12
Replace all references to "Win32" with "Windows".
Vadim Chugunov
-3
/
+3
2014-08-01
Fix misspelled comments.
Joseph Crail
-4
/
+4
2014-07-29
Port Rust to DragonFlyBSD
Michael Neumann
-2
/
+8
2014-07-24
Deprecated `str::raw::from_buf_len`
Adolfo Ochagavía
-2
/
+2
2014-07-14
rustc_llvm: Remove the inner llvm module
Brian Anderson
-2
/
+3
2014-07-14
rustc: Move ArchiveRO to rustc_llvm
Brian Anderson
-1
/
+2
2014-07-05
rustc: Add a flag for specifying dependencies
Alex Crichton
-3
/
+281
2014-07-05
rustc: Modify crate loading to ignore versions
Alex Crichton
-87
/
+34
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-2
/
+3
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-1
/
+1
2014-06-16
auto merge of #14900 : alexcrichton/rust/snapshots, r=huonw
bors
-11
/
+2
2014-06-16
auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton
bors
-37
/
+37
2014-06-15
Register new snapshots
Alex Crichton
-11
/
+2
2014-06-13
There should be no metadata to read on iOS
Valerii Hiora
-1
/
+1
2014-06-12
Better dylib skipping based on Alex Crichton code
Valerii Hiora
-44
/
+37
2014-06-12
Basic iOS support
Valerii Hiora
-1
/
+8
2014-06-11
std: Remove i18n/l10n from format!
Alex Crichton
-4
/
+13
2014-06-08
Remove the dead code identified by the new lint
Jakub Wieczorek
-2
/
+2
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-21
/
+15
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-4
/
+4
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-5
/
+5
2014-05-22
libstd: Remove all uses of `~str` from `libstd`
Patrick Walton
-1
/
+1
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-16
/
+27
2014-05-12
librustc: Remove all uses of `~str` from librustc.
Patrick Walton
-24
/
+47
2014-05-11
core: Remove the cast module
Alex Crichton
-3
/
+3
2014-05-02
rustc: Use the "real" realpath function
Alex Crichton
-15
/
+3
2014-04-25
Cleaned up os::consts. The module only exposes constants for the target OS an...
Michael Darakananda
-6
/
+20
2014-04-23
Enable use of syntax extensions when cross compiling.
Douglas Young
-44
/
+80
2014-04-21
Fix misspellings in comments.
Joseph Crail
-2
/
+2
2014-04-08
rustc: Don't read both rlib and dylib metadata
Alex Crichton
-4
/
+12
2014-04-08
Made libflate functions return Options instead of outright failing
Tobba
-3
/
+6
2014-04-04
auto merge of #13284 : pnkfelix/rust/more-fs-info-on-crate-mismatch, r=alexcr...
bors
-10
/
+48
2014-04-05
Accumulate list of paths for crate hash mismatch.
Felix S. Klock II
-22
/
+26
2014-04-03
rustc: Stop using LLVMGetSectionName
Alex Crichton
-3
/
+5
2014-04-03
After a hash mismatch error, emit file-system paths of crates involved.
Felix S. Klock II
-10
/
+44
2014-03-31
rustc: Switch field privacy as necessary
Alex Crichton
-14
/
+14
2014-03-28
De-@ IdentInterner.
Eduard Burtescu
-1
/
+2
2014-03-20
auto merge of #13020 : alexcrichton/rust/vec, r=brson
bors
-1
/
+0
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
auto merge of #13017 : alexcrichton/rust/issue-13010, r=huonw
bors
-19
/
+27
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-3
/
+3
2014-03-19
rustc: Prevent false positives in crate loading
Alex Crichton
-19
/
+27
2014-03-17
De-@ codemap and diagnostic.
Eduard Burtescu
-1
/
+1
[next]