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
/
back
/
rpath.rs
Age
Commit message (
Expand
)
Author
Lines
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
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-4
/
+4
2013-08-02
replace `range` with an external iterator
Daniel Micay
-2
/
+1
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-3
/
+3
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-1
/
+1
2013-07-08
Replaces the free-standing functions in f32, &c.
Jens Nockert
-1
/
+2
2013-06-30
Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this
Huon Wilson
-5
/
+3
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-9
/
+7
2013-06-27
Convert vec::[mut_]slice to methods, remove vec::const_slice.
Huon Wilson
-1
/
+1
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-3
/
+3
2013-06-21
auto merge of #7219 : sstewartgallus/rust/cleanup, r=graydon
bors
-9
/
+6
2013-06-21
Remove all #[cfg(stage0)]-protected code
James Miller
-13
/
+0
2013-06-18
Cleanup src/librustc/back
Steven Stewart-Gallus
-9
/
+6
2013-06-17
Revert "stop using an absolute rpath"
Brian Anderson
-1
/
+26
2013-06-16
remove unused imports
Huon Wilson
-3
/
+0
2013-06-15
stop using an absolute rpath
Daniel Micay
-25
/
+1
2013-06-11
std: replace str::{starts,ends}_with with the method.
Huon Wilson
-1
/
+1
2013-06-01
rustc: Call str::is_empty
Tim Chevalier
-1
/
+1
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-1
/
+11
2013-05-28
Silence various warnings throughout test modules
Alex Crichton
-8
/
+14
2013-05-23
cleanup warnings from librustc
Erick Tryzelaar
-6
/
+6
2013-05-22
librustc: Add some missing `use core::prelude::*;` in the test cases
Patrick Walton
-0
/
+2
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-20
Remove all unnecessary allocations (as flagged by lint)
Alex Crichton
-3
/
+3
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-15
/
+15
2013-05-15
Rename vec::len(var) to var.len()
Youngmin Yoo
-2
/
+2
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-1
/
+1
2013-05-03
rustpkg: Handle sysroot more correctly
Tim Chevalier
-1
/
+1
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-6
/
+0
[next]