| Age | Commit message (Expand) | Author | Lines |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-26 | auto merge of #14886 : alexcrichton/rust/rt-improvements, r=brson | bors | -3/+3 |
| 2014-06-26 | rustrt: Reorganize task usage | Alex Crichton | -3/+3 |
| 2014-06-24 | librustc: Remove cross borrowing from mutable `Box`es to `&mut`. | Patrick Walton | -1/+1 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -5/+5 |
| 2014-06-24 | auto merge of #14963 : w3ln4/rust/master, r=alexcrichton | bors | -0/+3 |
| 2014-06-24 | Added Mipsel architecture support | Pawel Olzacki | -0/+3 |
| 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-18 | fix signatures of mmap-related functions from libc | Daniel Micay | -1/+1 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -22/+22 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -3/+2 |
| 2014-06-10 | auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichton | bors | -3/+3 |
| 2014-06-10 | auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichton | bors | -0/+1 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -3/+3 |
| 2014-06-09 | Use phase(plugin) in other crates | Keegan McAllister | -3/+3 |
| 2014-06-08 | Mark relevant structs with repr(C) | Jakub Wieczorek | -0/+1 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -64/+55 |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -1/+2 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-30 | Rename OSRng to OsRng | Piotr Jawniak | -2/+2 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -5/+5 |
| 2014-05-28 | auto merge of #14455 : crabtw/rust/mips, r=alexcrichton | bors | -1/+1 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -2/+2 |
| 2014-05-28 | fix MIPS target | Jyun-Yan You | -1/+1 |
| 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 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -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-21 | std,green: Mark some queue types as NoShare | Alex Crichton | -2/+6 |
| 2014-05-20 | green: Remove some unsafe code in BasicLoop | Alex Crichton | -36/+20 |
| 2014-05-19 | green: Remove usage of UnsafeArc | Alex Crichton | -17/+18 |
| 2014-05-16 | rustc: Stop leaking enum variants into children | Alex Crichton | -1/+1 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -3/+1 |
| 2014-05-15 | Test fixes from rollup | Alex Crichton | -1/+0 |
| 2014-05-15 | std: Remove run_in_bare_thread | Brian Anderson | -3/+3 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -25/+26 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -122/+139 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -19/+19 |
| 2014-04-22 | Fixed Win64 build | Vadim Chugunov | -13/+2 |
| 2014-04-19 | green: Fix missing Send bounds on procedures | Alex Crichton | -13/+13 |
| 2014-04-15 | auto merge of #13532 : alexcrichton/rust/rollup, r=alexcrichton | bors | -2/+42 |
| 2014-04-15 | Test fixes from the rollup | Alex Crichton | -2/+2 |
| 2014-04-15 | green: Add a helper macro for booting libgreen | Alex Crichton | -0/+40 |
| 2014-04-13 | Replace 'region' with 'lifetime' in a few transmute function names | John Simon | -3/+3 |
| 2014-04-10 | std: Make std::comm return types consistent | Alex Crichton | -5/+4 |
| 2014-04-10 | green: de-~[]. | Huon Wilson | -31/+37 |