summary refs log tree commit diff
path: root/src/libgreen/simple.rs
AgeCommit message (Expand)AuthorLines
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-3/+2
2014-05-11core: Remove the cast moduleAlex Crichton-4/+4
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-7/+10
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-2/+2
2014-04-19green: Fix missing Send bounds on proceduresAlex Crichton-1/+1
2014-03-27Fix fallout of removing default boundsAlex Crichton-3/+3
2014-03-23std: Move NativeMutex from &mut self to &selfAlex Crichton-2/+2
2014-03-04Cleaned up `std::any`Marvin Löbel-0/+1
2014-02-16std: add a NativeMutex type as a wrapper to destroy StaticNativeMutex.Huon Wilson-5/+5
2014-02-03std: Remove try_send_deferred plus all falloutAlex Crichton-1/+2
2014-01-07std::rt: require known stack bounds for all tasks.Huon Wilson-1/+1
2014-01-04Add a stack_bounds function to the Runtime traitAlex Crichton-0/+1
2013-12-24std: Remove must deferred sending functionsAlex Crichton-1/+1
2013-12-24native: Protect against spurious wakeups on cvarsAlex Crichton-13/+24
2013-12-24green: Properly wait for main before shutdownAlex Crichton-0/+77