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-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
2014-12-21
Remove a ton of public reexports
Corey Farwell
-1
/
+1
2014-12-13
librustc: use tuple indexing
Jorge Aparicio
-3
/
+3
2014-12-10
rustc: Fix `make install`
Alex Crichton
-3
/
+3
2014-12-09
rollup merge of #19614: steveklabnik/gh19599
Alex Crichton
-3
/
+3
2014-12-07
remove usage of notrust from the docs
Steve Klabnik
-3
/
+3
2014-12-06
librustc: remove unnecessary `as_slice()` calls
Jorge Aparicio
-3
/
+3
2014-11-22
std: Align `raw` modules with unsafe conventions
Alex Crichton
-20
/
+8
2014-11-18
Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...
Niko Matsakis
-1
/
+1
2014-11-17
Fallout from deprecation
Aaron Turon
-1
/
+1
2014-11-14
auto merge of #18840 : huonw/rust/tweaks, r=alexcrichton
bors
-7
/
+5
2014-11-13
Tweak and add test for detecting libraries with mismatching target triples.
Huon Wilson
-7
/
+5
2014-11-12
time: Deprecate the library in the distribution
Alex Crichton
-7
/
+9
2014-11-04
Implement flexible target specification
Corey Richardson
-72
/
+28
2014-11-03
rollup merge of #18318 : arielb1/transmute-cleanup
Alex Crichton
-24
/
+11
2014-11-03
Clean-up transmutes in librustc
Ariel Ben-Yehuda
-24
/
+11
2014-11-02
refactor libcollections as part of collection reform
Alexis Beingessner
-1
/
+1
2014-10-31
DSTify Hash
Jorge Aparicio
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-3
/
+3
2014-10-13
Don't ICE on bad extern paths
Steven Fackler
-31
/
+40
2014-10-09
rustc: Convert statics to constants
Alex Crichton
-12
/
+12
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
[next]