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
/
back
/
rpath.rs
Age
Commit message (
Expand
)
Author
Lines
2014-07-14
Extract rpath to rustc_back::rpath
Brian Anderson
-238
/
+0
2014-07-14
rustc: Invert some rpath dependencies
Brian Anderson
-84
/
+58
2014-06-12
Basic iOS support
Valerii Hiora
-1
/
+1
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-27
/
+27
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-8
/
+8
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-3
/
+4
2014-05-12
librustc: Remove all uses of `~str` from librustc.
Patrick Walton
-26
/
+54
2014-05-08
Handle fallout in librustc
Kevin Ballard
-2
/
+2
2014-04-24
use option_env! instead of env!
Niko Matsakis
-2
/
+2
2014-04-23
Enable use of syntax extensions when cross compiling.
Douglas Young
-1
/
+1
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-12
/
+13
2014-04-18
Update the rest of the compiler with ~[T] changes
Alex Crichton
-2
/
+0
2014-04-10
rustc: Use realpath() for sysroot/rpath
Alex Crichton
-3
/
+4
2014-04-10
rustc: Don't rpath to librustrt.dylib
Alex Crichton
-12
/
+3
2014-04-10
rustc: Remove absolute rpaths
Alex Crichton
-29
/
+1
2014-03-26
rustc: Fix tests for sysroot changes
Brian Anderson
-2
/
+2
2014-03-25
install: Support --libdir and --mandir correctly
Brian Anderson
-7
/
+10
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-2
/
+2
2014-03-17
De-@ filesearch.
Eduard Burtescu
-2
/
+2
2014-03-17
De-@ Session usage.
Eduard Burtescu
-3
/
+3
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-7
/
+8
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-12
/
+12
2014-02-28
std: Change assert_eq!() to use {} instead of {:?}
Alex Crichton
-2
/
+2
2014-02-23
Move std::{trie, hashmap} to libcollections
Alex Crichton
-1
/
+1
2014-01-17
rustc::metadata: Remove trait FileSearch
klutzy
-2
/
+2
2014-01-05
Make rustc's own lib directory configurable and change the default to rustlib...
Jan Niklas Hasse
-1
/
+4
2013-12-25
Method-ify CStore
Steven Fackler
-1
/
+1
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-9
/
+9
2013-11-29
Add generation of static libraries to rustc
Alex Crichton
-6
/
+18
2013-11-29
libstd: Change `Path::new` to `Path::init`.
Patrick Walton
-9
/
+9
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-1
/
+0
2013-11-09
Add a "system" ABI
Alex Crichton
-16
/
+14
2013-11-05
Use loader_path instead of executable_path for osx
Alex Crichton
-2
/
+2
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-10
/
+10
2013-10-16
Implement new methods vec.starts_with()/vec.ends_with()
Kevin Ballard
-5
/
+2
2013-10-16
path2: Update based on more review feedback
Kevin Ballard
-2
/
+2
2013-10-15
path2: Adjust the API to remove all the _str mutation methods
Kevin Ballard
-11
/
+11
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-46
/
+64
2013-09-30
rustc: Remove usage of fmt!
Alex Crichton
-11
/
+11
2013-09-19
Replace unreachable() calls with unreachable!().
Chris Morgan
-2
/
+2
2013-09-01
Modernized a few type names in rustc and syntax
Marvin Löbel
-12
/
+12
2013-08-12
fix build with the new snapshot compiler
Daniel Micay
-13
/
+0
2013-08-10
syntax and rustc: fix some warnings
Erick Tryzelaar
-1
/
+1
2013-08-10
std: Rename Iterator.transform -> .map
Erick Tryzelaar
-3
/
+3
2013-08-09
auto merge of #8176 : catamorphism/rust/rustpkg-extern-mod, r=catamorphism
bors
-113
/
+4
2013-08-09
std/rustc/rustpkg/syntax: Support the `extern mod = ...` form
Tim Chevalier
-113
/
+4
2013-08-08
env! syntax extension changes
Steven Fackler
-0
/
+9
[next]