about summary refs log tree commit diff
path: root/src/libgreen/sched.rs
AgeCommit message (Expand)AuthorLines
2014-11-20Remove libgreenAaron Turon-1523/+0
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+3
2014-11-06Fallout from collection conventionsAlexis Beingessner-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-5/+5
2014-10-24Add a lint for not using field pattern shorthandsP1start-2/+2
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-13/+13
2014-10-13Clean up rustc warnings.NODA, Kai-1/+0
2014-10-10Register new snapshotsAlex Crichton-1/+1
2014-10-01Remove all use of librustuvAaron Turon-24/+0
2014-09-09Remove some test warnings.Jonas Hietala-0/+1
2014-08-28Fallout from stabilizing core::optionAaron Turon-10/+10
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-1/+1
2014-08-13Fix various fallout from timer changesBrian Anderson-1/+2
2014-07-30rustrt: Allow dropping a brand-new TaskAlex Crichton-1/+1
2014-07-24libsyntax: Remove `~self` and `mut ~self` from the language.Patrick Walton-17/+21
2014-07-19librustc: Implement lifetime elision.Patrick Walton-2/+2
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-3/+3
2014-06-28Rename all raw pointers as necessaryAlex Crichton-3/+3
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