summary refs log tree commit diff
path: root/src/libgreen/sched.rs
AgeCommit message (Expand)AuthorLines
2014-06-24librustc: Remove cross borrowing from mutable `Box`es to `&mut`.Patrick Walton-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-3/+3
2014-06-15Register new snapshotsAlex Crichton-7/+7
2014-06-10Fix more misspelled comments and strings.Joseph Crail-2/+2
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-3/+3
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-30Rename OSRng to OsRngPiotr Jawniak-2/+2
2014-05-29std: Recreate a `rand` moduleAlex Crichton-4/+5
2014-05-20green: Remove some unsafe code in BasicLoopAlex Crichton-1/+1
2014-05-16rustc: Stop leaking enum variants into childrenAlex Crichton-1/+1
2014-05-15Test fixes from rollupAlex Crichton-1/+0
2014-05-15std: Remove run_in_bare_threadBrian Anderson-3/+3
2014-05-11core: Remove the cast moduleAlex Crichton-10/+12
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-61/+69
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-5/+5
2014-04-19green: Fix missing Send bounds on proceduresAlex Crichton-1/+1
2014-04-15auto merge of #13532 : alexcrichton/rust/rollup, r=alexcrichtonbors-2/+2
2014-04-15Test fixes from the rollupAlex Crichton-2/+2
2014-04-13Replace 'region' with 'lifetime' in a few transmute function namesJohn Simon-3/+3
2014-04-10std: Make std::comm return types consistentAlex Crichton-4/+3
2014-04-10green: de-~[].Huon Wilson-6/+6
2014-04-04Fix fallout from std::libc separationCorey Richardson-1/+1
2014-04-01auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichtonbors-1/+6
2014-04-01rand: bubble up IO messages futher.Huon Wilson-1/+6
2014-03-31green: Switch field privacy as necessaryAlex Crichton-9/+10
2014-03-28std and green: fix some warningsErick Tryzelaar-2/+2
2014-03-27Fix fallout of removing default boundsAlex Crichton-10/+9
2014-03-24green: Remove the dependence on the crate mapAlex Crichton-3/+5
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-61/+61
2014-03-12green: Fix a scheduler assertion on yieldingAlex Crichton-0/+14
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-2/+3
2014-02-25test: Clean out the test suite a bitAlex Crichton-2/+0
2014-02-24green,native,rustuv: Replace many pointer `transmute`'s with `as` or referenc...Huon Wilson-11/+4
2014-02-23std: Move raw to std::rawBrian Anderson-1/+1
2014-02-18Spellcheck library docs.Huon Wilson-1/+1
2014-02-16Convert some unnecessary StaticNativeMutexes to NativeMutexes.Huon Wilson-2/+2
2014-02-16std: Rename unstable::mutex::Mutex to StaticNativeMutex.Huon Wilson-4/+4
2014-02-16std: add an RAII unlocker to Mutex.Huon Wilson-13/+11
2014-02-14auto merge of #12186 : alexcrichton/rust/no-sleep-2, r=brsonbors-60/+97
2014-02-13Remove two allocations from spawning a green taskAlex Crichton-1/+1
2014-02-12Don't hit epoll unless a scheduler absolutely mustAlex Crichton-19/+50
2014-02-12Percolate the (Scheduler, GreenTask) pair upwardsAlex Crichton-50/+56
2014-02-11Shuffle around ownership in concurrent queuesAlex Crichton-8/+8
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-02-03Various bug fixes and rebase conflictsAlex Crichton-2/+1
2014-02-03std: Hardcode pthread constants and structuresAlex Crichton-15/+11
2014-01-30Remove Times traitBrendan Zabarauskas-3/+3
2014-01-29Removing do keyword from libgreenScott Lawrence-72/+70
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-3/+3
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-2/+5