| Age | Commit message (Expand) | Author | Lines |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-26 | rustrt: Reorganize task usage | Alex Crichton | -1/+1 |
| 2014-06-19 | auto merge of #15014 : brson/rust/all-crates-experimental, r=cmr | bors | -0/+1 |
| 2014-06-18 | Revamp TaskBuilder API | Aaron Turon | -11/+67 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -4/+4 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -1/+0 |
| 2014-06-09 | Use phase(plugin) in other crates | Keegan McAllister | -3/+3 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -3/+3 |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -1/+2 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -1/+0 |
| 2014-05-22 | auto merge of #14357 : huonw/rust/spelling, r=pnkfelix | bors | -1/+1 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -1/+1 |
| 2014-05-22 | Spelling/doc formatting fixes. | Huon Wilson | -1/+1 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-20 | green: Remove some unsafe code in BasicLoop | Alex Crichton | -2/+0 |
| 2014-05-19 | green: Remove usage of UnsafeArc | Alex Crichton | -6/+7 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -7/+7 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -2/+2 |
| 2014-04-19 | green: Fix missing Send bounds on procedures | Alex Crichton | -4/+4 |
| 2014-04-15 | green: Add a helper macro for booting libgreen | Alex Crichton | -0/+40 |
| 2014-04-10 | green: de-~[]. | Huon Wilson | -13/+19 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -0/+1 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -1/+1 |
| 2014-03-31 | green: Switch field privacy as necessary | Alex Crichton | -13/+13 |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -9/+9 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -4/+5 |
| 2014-03-24 | green: Remove the dependence on the crate map | Alex Crichton | -36/+33 |
| 2014-03-23 | Register new snapshots | Flavio Percoco | -1/+0 |
| 2014-03-21 | rustc: Switch defaults from libgreen to libnative | Alex Crichton | -1/+1 |
| 2014-03-20 | syntax: Tidy up parsing the new attribute syntax | Alex Crichton | -0/+1 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -3/+3 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -1/+2 |
| 2014-03-13 | auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestinger | bors | -0/+1 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+1 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -9/+9 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -0/+2 |
| 2014-03-06 | fix typos with with repeated words, just like this sentence. | Kang Seonghoon | -1/+1 |
| 2014-03-04 | doc: use the newer favicon | Adrien Tétar | -1/+1 |
| 2014-03-01 | Publicise types/add #[allow(visible_private_types)] to a variety of places. | Huon Wilson | -0/+1 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -2/+2 |
| 2014-02-11 | Shuffle around ownership in concurrent queues | Alex Crichton | -0/+1 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -3/+3 |
| 2014-02-07 | Delete send_str, rewrite clients on top of MaybeOwned<'static> | Kevin Ballard | -1/+1 |
| 2014-02-06 | Add some doc examples to lib{green,native} | Alex Crichton | -3/+149 |