Graydon Hoare
|
99682db53c
|
Make symbol resolution failures log under rust_log::ERR flag as well.
|
2011-03-24 12:20:48 -07:00 |
|
Graydon Hoare
|
5041944fd2
|
Yell louder when a linkage error in rt occurs, as compiler output fails quietly on null return.
|
2011-03-07 08:41:48 -08:00 |
|
Patrick Walton
|
246e72b0fb
|
Use RTLD_GLOBAL when loading libraries. This is needed to get LLVM working on the Mac in rustc.
|
2010-10-05 11:37:46 -07:00 |
|
Roy Frostig
|
a9ad2e98e3
|
Refer to issue #136 at the offending source point.
|
2010-07-28 14:11:56 -07:00 |
|
Roy Frostig
|
596d19e2ea
|
Test the deque a bit. Give it a get-by-index method. Fix two uncovered state-calculation bugs --- one decently, the other with an ugly hack. Bug on the latter coming right up.
|
2010-07-28 14:00:44 -07:00 |
|
Michael Bebenita
|
00d1465d13
|
Added a message passing system based on lock free queues for inter-thread communication. Channels now buffer on the sending side, and no longer require blocking when sending. Lots of other refactoring and bug fixes.
|
2010-07-19 14:05:18 -07:00 |
|
Graydon Hoare
|
37426e42cf
|
Add sever-glue, for missing first stage of sweep.
|
2010-06-25 21:57:46 -07:00 |
|
Graydon Hoare
|
d6b7c96c3e
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
|