Marijn Haverbeke
|
6bcb4a426c
|
Remove last uses of iterators from stdlib
Issue #1056
|
2011-10-21 12:31:48 +02:00 |
|
Marijn Haverbeke
|
33167f7dec
|
Adjust function signatures to allow for vecs being immediate
Some code was relying on vectors being implicitly by-reference (as
non-immediate value). This adds the necessary &&-sigils.
Closes #1021
|
2011-10-10 16:01:51 +02:00 |
|
Brian Anderson
|
ed5a962d6f
|
Hopefully make test_prefix_rpath_abs work on win32
|
2011-10-06 16:39:34 -07:00 |
|
Brian Anderson
|
831d861d84
|
Mac uses @executable_path instead of $ORIGIN
|
2011-10-06 16:26:32 -07:00 |
|
Brian Anderson
|
5cd6dbd5b9
|
Always use an absolute path for the backup install prefix rpath
|
2011-10-06 16:12:45 -07:00 |
|
Brian Anderson
|
e4068f6715
|
Mac doesn't seem to support rpath $ORIGIN
|
2011-10-06 14:29:03 -07:00 |
|
Brian Anderson
|
06087e67e1
|
Configure out rpath tests when not testing
|
2011-10-06 13:29:36 -07:00 |
|
Brian Anderson
|
062ba22d99
|
rpathing is based on the target, not host OS
|
2011-10-06 13:12:11 -07:00 |
|
Brian Anderson
|
8215ffc822
|
rpath all the things!
|
2011-10-05 16:21:56 -07:00 |
|
Brian Anderson
|
ee8e058004
|
Add a FIXME about test exports to rustc:🔙:rpath
|
2011-10-05 16:21:56 -07:00 |
|
Brian Anderson
|
2f340a4d3d
|
rpath the path to the runtime
We don't currently rpath native libs, but we do know where rustrt is
located and everything needs to link to it.
|
2011-10-05 16:21:55 -07:00 |
|
Brian Anderson
|
3d5471f6ab
|
Fix some remaining rpath bugs
|
2011-10-05 16:21:55 -07:00 |
|
Brian Anderson
|
8b4601e08e
|
Figure out the relative path from output to each crate
|
2011-10-05 16:21:55 -07:00 |
|
Brian Anderson
|
19ba9b4d8d
|
Begin work on rpath
|
2011-10-05 16:21:55 -07:00 |
|