]> git.lizzy.rs Git - rust.git/history - src/rt/rust_scheduler.h
Fix some bad code in the dict interner
[rust.git] / src / rt / rust_scheduler.h
2012-01-08 Marijn HaverbekeFix some bad code in the dict interner
2012-01-06 Graydon HoareMerge pull request #1450 from erickt/master
2012-01-06 Marijn HaverbekeMake binding of fns with bounded type parameters work
2011-12-28 Graydon HoareMerge pull request #1385 from Lenny222/quotes
2011-12-28 Graydon HoareMerge pull request #1389 from erickt/master
2011-12-28 Graydon HoareTidy up some drift in runtime logging, close #1380.
2011-09-28 Patrick Waltonrt: Expose the C stack inside the Rust scheduler so...
2011-09-28 Patrick Waltonrt: Store the task in TLS
2011-09-08 Graydon HoareMerge pull request #867 from paulstansifer/master
2011-08-25 Patrick Waltonrustc: Add an extra flag to object tydescs so that...
2011-08-18 Michael SullivanRemove rc_base. Closes #603.
2011-08-10 Brian Andersonrt: Shutdown gracefully on failure
2011-08-08 unknownIntroduced task handles.
2011-07-30 Eric HolkRemoving proxies and message queues.
2011-07-29 robarnoldMerge pull request #781 from robarnold/upstream-stable
2011-07-28 Brian AndersonDo all runtime calls to getenv at initialization
2011-07-28 Eric HolkUpdating to work on Windows.
2011-07-28 Eric HolkPer-thread scheduling. Closes #682.
2011-07-28 Eric HolkMade root_task no longer special.
2011-07-13 Graydon HoareFix compile-command lines in rt.
2011-06-30 Eric HolkAdding support for pinning tasks to the currently runni...
2011-06-29 Graydon HoareRe-enable tidy (it was broken) and fix various non...
2011-06-28 Eric HolkRenamed what's left of rust_dom to rust_scheduler