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
2016-09-20
rustc_metadata: go only through rustc_serialize in astencode.
Eduard Burtescu
-259
/
+0
2015-12-15
Pass --enable-new-dtags to GNU ld
Geoffrey Thomas
-0
/
+9
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-2
/
+2
2015-04-27
std: Expand the area of std::fs
Alex Crichton
-6
/
+3
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-14
rustc_back: Rewrite realpath to not use old_io
Alex Crichton
-1
/
+2
2015-03-23
Test fixes and rebase conflicts, round 2
Alex Crichton
-2
/
+2
2015-03-23
Test fixes and rebase conflicts, round 1
Alex Crichton
-1
/
+1
2015-03-23
Fix regression in -C rpath that causes failures with symlinks
Brian Anderson
-15
/
+43
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-82
/
+62
2015-02-24
std: Move std::env to the new I/O APIs
Alex Crichton
-3
/
+3
2015-02-22
Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturon
Manish Goregaokar
-1
/
+1
2015-02-21
Auto merge of #21959 - dhuseby:bitrig-support, r=brson
bors
-0
/
+1
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-1
/
+1
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-7
/
+7
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-7
/
+7
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-4
/
+1
2015-02-11
bitrig integration
Dave Huseby
-0
/
+1
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-4
/
+4
2015-02-02
rollup merge of #21787: alexcrichton/std-env
Alex Crichton
-6
/
+5
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-4
/
+4
2015-02-01
std: Add a new `env` module
Alex Crichton
-6
/
+5
2015-02-01
openbsd support
Sébastien Marie
-2
/
+4
2015-01-27
fix #[cfg(test)] warnings
Jorge Aparicio
-1
/
+0
2015-01-26
Fallout of io => old_io
Alex Crichton
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-8
/
+8
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-2
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-8
/
+8
2014-12-25
auto merge of #20024 : mneumann/rust/dragonfly-fixes3, r=alexcrichton
bors
-16
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-8
/
+8
2014-12-19
Several fixes for DragonFly (rebase)
Michael Neumann
-16
/
+1
2014-12-13
librustc_back: use unboxed closures
Jorge Aparicio
-12
/
+27
2014-12-06
librustc_back: remove unnecessary `to_string()` calls
Jorge Aparicio
-2
/
+2
2014-12-06
librustc_back: remove unnecessary `as_slice()` calls
Jorge Aparicio
-12
/
+12
2014-12-03
Fix fallout
Jorge Aparicio
-2
/
+2
2014-11-19
Make os::getcwd() return IoResult<Path>
Barosl Lee
-3
/
+3
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-5
/
+5
2014-11-04
Implement flexible target specification
Corey Richardson
-26
/
+15
2014-10-29
Rename fail! to panic!
Steve Klabnik
-4
/
+4
2014-10-11
Fix cfg warnings in librustc_back
Michael Gehring
-2
/
+1
2014-09-30
Fix librustc_back
Steven Fackler
-1
/
+1
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-08-12
Replace all references to "Win32" with "Windows".
Vadim Chugunov
-3
/
+3
2014-07-29
Port Rust to DragonFlyBSD
Michael Neumann
-1
/
+21
2014-07-14
Fix rebase fallout. Sorry.
Brian Anderson
-1
/
+1
2014-07-14
Extract rpath to rustc_back::rpath
Brian Anderson
-0
/
+238