about summary refs log tree commit diff
path: root/src/comp/back/rpath.rs
AgeCommit message (Expand)AuthorLines
2012-03-02Move src/comp to src/rustcGraydon Hoare-345/+0
2012-02-23Various cleanups and optimizations in core::strMarijn Haverbeke-2/+2
2012-02-22Remove preconditions from librariesMarijn Haverbeke-2/+0
2012-02-09Remove some pointless importsMarijn Haverbeke-7/+1
2012-02-07String split renaming:Kevin Cantu-2/+2
2012-01-31Require alts to be exhaustiveTim Chevalier-7/+22
2012-01-19Remove support for the '.' after a nullary tag in a patternTim Chevalier-3/+3
2012-01-14build: Build libraries in the bin directory on win32Brian Anderson-1/+0
2012-01-12Revert "build: Build libraries in the bin directory on win32"Brian Anderson-0/+1
2012-01-12build: Build libraries in the bin directory on win32Brian Anderson-1/+0
2012-01-12Make driver::session::session no longer an objectMarijn Haverbeke-6/+6
2012-01-11Revert "build: Build libraries in the bin directory on win32"Brian Anderson-0/+1
2012-01-11build: Build libraries in the bin directory on win32Brian Anderson-1/+0
2012-01-09Fix rpath bug.Graydon Hoare-2/+2
2012-01-05rustc: Stop exported back::rpath::testBrian Anderson-3/+1
2012-01-05Moved generic float::min, max to core::math and cleaned up some importsStefan Plantikow-1/+1
2012-01-01freebsd supportUser Jyyou-0/+10
2011-12-22Merge all 3 log syntaxes, tidy up residual misuses.Graydon Hoare-2/+2
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-9/+9
2011-12-20removed math leftovers from stdStefan Plantikow-2/+1
2011-12-16reorder args to the various vec, option fns so blk comes lastNiko Matsakis-3/+3
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-3/+3
2011-10-27Remove uint::max/min in favor if math::max/minMatt Brubeck-1/+2
2011-10-21Remove last uses of iterators from stdlibMarijn Haverbeke-3/+1
2011-10-10Adjust function signatures to allow for vecs being immediateMarijn Haverbeke-2/+2
2011-10-06Hopefully make test_prefix_rpath_abs work on win32Brian Anderson-1/+1
2011-10-06Mac uses @executable_path instead of $ORIGINBrian Anderson-2/+2
2011-10-06Always use an absolute path for the backup install prefix rpathBrian Anderson-5/+12
2011-10-06Mac doesn't seem to support rpath $ORIGINBrian Anderson-9/+28
2011-10-06Configure out rpath tests when not testingBrian Anderson-0/+1
2011-10-06rpathing is based on the target, not host OSBrian Anderson-7/+5
2011-10-05rpath all the things!Brian Anderson-2/+1
2011-10-05Add a FIXME about test exports to rustc::back::rpathBrian Anderson-0/+2
2011-10-05rpath the path to the runtimeBrian Anderson-1/+14
2011-10-05Fix some remaining rpath bugsBrian Anderson-15/+57
2011-10-05Figure out the relative path from output to each crateBrian Anderson-15/+62
2011-10-05Begin work on rpathBrian Anderson-0/+205