| Age | Commit message (Expand) | Author | Lines |
| 2014-07-11 | std: Move MemoryMap fields to methods | Alex Crichton | -11/+13 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 2014-07-10 | Document event_loop_factory usage | Robert Clipsham | -1/+10 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -5/+5 |
| 2014-07-04 | auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brson | bors | -2/+2 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -1/+1 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -21/+21 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -1/+1 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -20/+20 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -20/+20 |
| 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 |