about summary refs log tree commit diff
path: root/src/comp/back/rpath.rs
AgeCommit message (Expand)AuthorLines
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