Files
rust/src/libstd
Alex Crichton 1b3b273f80 Add a method of manually specifying the crate map
Apparently weak linkage and dlopen aren't quite working out for applications
like servo on android. There appears to be a bug or two in how android loads
dynamic libraries and for some reason libservo.so isn't being found.

As a temporary solution, add an extern "C" function to libstd which can be
called if you have a handle to the crate map manually. When crawling the crate
map, we then check this manual symbol before falling back to the old solutions.

cc #11731
2014-02-25 09:22:24 -08:00
..
2014-02-22 14:12:47 -08:00
2014-02-23 20:51:56 -08:00
2014-02-25 19:52:51 +11:00
2014-02-23 01:07:53 -08:00
2014-02-23 01:07:53 -08:00
2014-02-23 20:51:56 -08:00
2014-02-23 01:07:53 -08:00
2014-01-07 18:49:13 -08:00
2014-02-13 20:12:59 -05:00
2014-02-02 02:58:57 +11:00
2014-02-22 01:45:29 +11:00
2014-02-14 23:49:22 -08:00
2014-02-23 01:07:53 -08:00
2014-02-20 16:03:58 +08:00
2014-02-23 01:07:53 -08:00
2014-02-15 12:11:41 -05:00
2014-02-23 01:07:53 -08:00
2014-02-23 01:07:53 -08:00
2014-02-14 08:07:46 -08:00
2013-12-08 02:55:28 -05:00