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
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-345
/
+0
2012-02-23
Various cleanups and optimizations in core::str
Marijn Haverbeke
-2
/
+2
2012-02-22
Remove preconditions from libraries
Marijn Haverbeke
-2
/
+0
2012-02-09
Remove some pointless imports
Marijn Haverbeke
-7
/
+1
2012-02-07
String split renaming:
Kevin Cantu
-2
/
+2
2012-01-31
Require alts to be exhaustive
Tim Chevalier
-7
/
+22
2012-01-19
Remove support for the '.' after a nullary tag in a pattern
Tim Chevalier
-3
/
+3
2012-01-14
build: Build libraries in the bin directory on win32
Brian Anderson
-1
/
+0
2012-01-12
Revert "build: Build libraries in the bin directory on win32"
Brian Anderson
-0
/
+1
2012-01-12
build: Build libraries in the bin directory on win32
Brian Anderson
-1
/
+0
2012-01-12
Make driver::session::session no longer an object
Marijn Haverbeke
-6
/
+6
2012-01-11
Revert "build: Build libraries in the bin directory on win32"
Brian Anderson
-0
/
+1
2012-01-11
build: Build libraries in the bin directory on win32
Brian Anderson
-1
/
+0
2012-01-09
Fix rpath bug.
Graydon Hoare
-2
/
+2
2012-01-05
rustc: Stop exported back::rpath::test
Brian Anderson
-3
/
+1
2012-01-05
Moved generic float::min, max to core::math and cleaned up some imports
Stefan Plantikow
-1
/
+1
2012-01-01
freebsd support
User Jyyou
-0
/
+10
2011-12-22
Merge all 3 log syntaxes, tidy up residual misuses.
Graydon Hoare
-2
/
+2
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-9
/
+9
2011-12-20
removed math leftovers from std
Stefan Plantikow
-2
/
+1
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