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
/
comp
/
back
/
rpath.rs
Age
Commit message (
Expand
)
Author
Lines
2011-12-16
reorder args to the various vec, option fns so blk comes last
Niko Matsakis
-3
/
+3
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-3
/
+3
2011-10-27
Remove uint::max/min in favor if math::max/min
Matt Brubeck
-1
/
+2
2011-10-21
Remove last uses of iterators from stdlib
Marijn Haverbeke
-3
/
+1
2011-10-10
Adjust function signatures to allow for vecs being immediate
Marijn Haverbeke
-2
/
+2
2011-10-06
Hopefully make test_prefix_rpath_abs work on win32
Brian Anderson
-1
/
+1
2011-10-06
Mac uses @executable_path instead of $ORIGIN
Brian Anderson
-2
/
+2
2011-10-06
Always use an absolute path for the backup install prefix rpath
Brian Anderson
-5
/
+12
2011-10-06
Mac doesn't seem to support rpath $ORIGIN
Brian Anderson
-9
/
+28
2011-10-06
Configure out rpath tests when not testing
Brian Anderson
-0
/
+1
2011-10-06
rpathing is based on the target, not host OS
Brian Anderson
-7
/
+5
2011-10-05
rpath all the things!
Brian Anderson
-2
/
+1
2011-10-05
Add a FIXME about test exports to rustc::back::rpath
Brian Anderson
-0
/
+2
2011-10-05
rpath the path to the runtime
Brian Anderson
-1
/
+14
2011-10-05
Fix some remaining rpath bugs
Brian Anderson
-15
/
+57
2011-10-05
Figure out the relative path from output to each crate
Brian Anderson
-15
/
+62
2011-10-05
Begin work on rpath
Brian Anderson
-0
/
+205