summary refs log tree commit diff
path: root/src/libgreen/lib.rs
AgeCommit message (Expand)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-9/+9
2014-03-27Fix fallout of removing default boundsAlex Crichton-4/+5
2014-03-24green: Remove the dependence on the crate mapAlex Crichton-36/+33
2014-03-23Register new snapshotsFlavio Percoco-1/+0
2014-03-21rustc: Switch defaults from libgreen to libnativeAlex Crichton-1/+1
2014-03-20syntax: Tidy up parsing the new attribute syntaxAlex Crichton-0/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec -> std::sliceDaniel Micay-3/+3
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+2
2014-03-13auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestingerbors-0/+1
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-9/+9
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-0/+2
2014-03-06fix typos with with repeated words, just like this sentence.Kang Seonghoon-1/+1
2014-03-04doc: use the newer faviconAdrien Tétar-1/+1
2014-03-01Publicise types/add #[allow(visible_private_types)] to a variety of places.Huon Wilson-0/+1
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-2/+2
2014-02-11Shuffle around ownership in concurrent queuesAlex Crichton-0/+1
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-3/+3
2014-02-07Delete send_str, rewrite clients on top of MaybeOwned<'static>Kevin Ballard-1/+1
2014-02-06Add some doc examples to lib{green,native}Alex Crichton-3/+149
2014-01-29Removing do keyword from libgreenScott Lawrence-4/+4
2014-01-20Register new snapshotsAlex Crichton-2/+1
2014-01-12Bump version to 0.10-preBrian Anderson-0/+1
2014-01-07doc: Add libgreen and libnative to the indexBrian Anderson-0/+3
2014-01-06Register new snapshotsAlex Crichton-3/+0
2014-01-02Bump version to 0.9Brian Anderson-1/+1
2014-01-01Move task count bookeeping out of libstdAlex Crichton-15/+77
2013-12-26Remove green scheduler bootstrap tasksAlex Crichton-12/+2
2013-12-26Register new snapshotsAlex Crichton-1/+0
2013-12-25Test fixes and rebase conflictsAlex Crichton-16/+13
2013-12-24green: Properly wait for main before shutdownAlex Crichton-15/+34
2013-12-24Test fixes and rebase problemsAlex Crichton-7/+15
2013-12-24green: Fixing all tests from previous refactoringsAlex Crichton-2/+0
2013-12-24green: Allow specifying an IoFactory for poolsAlex Crichton-6/+16
2013-12-24rustuv: Write homing tests with SchedPoolAlex Crichton-26/+27
2013-12-24Finalize the green::Pool typeAlex Crichton-171/+105
2013-12-24std: Get stdtest all passing againAlex Crichton-0/+2
2013-12-24green: Rip the bandaid off, introduce libgreenAlex Crichton-0/+351