summary refs log tree commit diff
path: root/src/libgreen/basic.rs
AgeCommit message (Expand)AuthorLines
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-15Register new snapshotsAlex Crichton-11/+11
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-33/+20
2014-05-20green: Remove some unsafe code in BasicLoopAlex Crichton-33/+19
2014-05-11core: Remove the cast moduleAlex Crichton-5/+4
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-13/+14
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-3/+3
2014-04-19green: Fix missing Send bounds on proceduresAlex Crichton-1/+1
2014-04-10green: de-~[].Huon Wilson-10/+10
2014-04-08Register new snapshotsAlex Crichton-2/+2
2014-03-27Fix fallout of removing default boundsAlex Crichton-11/+13
2014-03-24green: Remove the dependence on the crate mapAlex Crichton-2/+2
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-6/+6
2014-02-12Expose whether event loops have active I/OAlex Crichton-0/+2
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-3/+3
2014-01-29Removing do keyword from libgreenScott Lawrence-9/+9
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-1/+1
2014-01-21[std::vec] Rename .remove_opt() to .remove(), drop the old .remove() behaviorSimon Sapin-1/+1
2013-12-25Test fixes and rebase conflictsAlex Crichton-1/+1
2013-12-24green: Fixing all tests from previous refactoringsAlex Crichton-0/+58
2013-12-24green: Rip the bandaid off, introduce libgreenAlex Crichton-0/+225