about summary refs log tree commit diff
path: root/src/rt/rust_crate_cache.cpp
AgeCommit message (Expand)AuthorLines
2012-01-08Fix some bad code in the dict internerMarijn Haverbeke-10/+5
2012-01-06Make binding of fns with bounded type parameters workMarijn Haverbeke-0/+27
2011-09-22Remove is_stateful flag from tydesc. Closes #136Brian Anderson-2/+0
2011-08-31rt: Set n_params appropriately in upcall_get_type_descPatrick Walton-0/+1
2011-08-25rt: Remember the number of captured type descriptors for objects in the type ...Patrick Walton-0/+5
2011-08-25rustc: Add an extra flag to object tydescs so that shapes know how to find th...Patrick Walton-1/+3
2011-07-21Lots of work on memory tracking and channels.Eric Holk-1/+2
2011-07-13Fix compile-command lines in rt.Graydon Hoare-1/+1
2011-06-28Renamed what's left of rust_dom to rust_schedulerEric Holk-10/+10
2011-06-28Removed dom_owned, splitting things between task_owned and kernel_owned. Had ...Eric Holk-2/+2
2011-05-26More delicious dead code removal from runtime, upcalls.Graydon Hoare-12/+1
2011-05-25Dead code.Rafael Ávila de Espíndola-44/+1
2011-05-25Dead code.Rafael Ávila de Espíndola-49/+1
2011-05-25Dead code.Rafael Ávila de Espíndola-82/+1
2011-05-24Dead code.Rafael Ávila de Espíndola-12/+0
2011-05-24Dead code.Rafael Ávila de Espíndola-29/+0
2011-05-18Remove a bit more dead code.Rafael Ávila de Espíndola-8/+0
2011-04-28Slightly more helpful error message for "null lib handle"Tim Chevalier-1/+2
2011-04-19Overhaul logging system in runtimeMarijn Haverbeke-30/+22
2011-04-09Remove silly legacy glue-offset encoding, predicate runtime adjustments by AB...Graydon Hoare-6/+8
2011-04-07Move to macro-based logging checks in the C++ codeMarijn Haverbeke-21/+21
2011-03-24Make symbol resolution failures log under rust_log::ERR flag as well.Graydon Hoare-1/+2
2011-03-07Yell louder when a linkage error in rt occurs, as compiler output fails quiet...Graydon Hoare-2/+3
2010-10-05Use RTLD_GLOBAL when loading libraries. This is needed to get LLVM working on...Patrick Walton-1/+1
2010-07-28Refer to issue #136 at the offending source point.Roy Frostig-0/+1
2010-07-28Test the deque a bit. Give it a get-by-index method. Fix two uncovered stat...Roy Frostig-0/+1
2010-07-19Added a message passing system based on lock free queues for inter-thread com...Michael Bebenita-3/+3
2010-06-25Add sever-glue, for missing first stage of sweep.Graydon Hoare-0/+1
2010-06-23Populate tree.Graydon Hoare-0/+306