summary refs log tree commit diff
path: root/src/libgreen/lib.rs
AgeCommit message (Expand)AuthorLines
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-26rustrt: Reorganize task usageAlex Crichton-1/+1
2014-06-19auto merge of #15014 : brson/rust/all-crates-experimental, r=cmrbors-0/+1
2014-06-18Revamp TaskBuilder APIAaron Turon-11/+67
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-15Register new snapshotsAlex Crichton-4/+4
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-1/+0
2014-06-09Use phase(plugin) in other cratesKeegan McAllister-3/+3
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-3/+3
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-05-29std: Recreate a `rand` moduleAlex Crichton-1/+0
2014-05-22auto merge of #14357 : huonw/rust/spelling, r=pnkfelixbors-1/+1
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
2014-05-22Spelling/doc formatting fixes.Huon Wilson-1/+1
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-20green: Remove some unsafe code in BasicLoopAlex Crichton-2/+0
2014-05-19green: Remove usage of UnsafeArcAlex Crichton-6/+7
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-7/+7
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-2/+2
2014-04-19green: Fix missing Send bounds on proceduresAlex Crichton-4/+4
2014-04-15green: Add a helper macro for booting libgreenAlex Crichton-0/+40
2014-04-10green: de-~[].Huon Wilson-13/+19
2014-04-04Fix fallout from std::libc separationCorey Richardson-0/+1
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-03-31green: Switch field privacy as necessaryAlex Crichton-13/+13
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