| Age | Commit message (Expand) | Author | Lines |
| 2014-07-10 | io::process::Command: add fine-grained env builder | Aaron Turon | -2/+19 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -4/+4 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -1/+3 |
| 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 | -5/+5 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -189/+267 |
| 2014-07-02 | Rename recvfrom -> recv_from, sendto -> send_to. | OGINO Masanori | -2/+2 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -11/+11 |
| 2014-06-29 | c_str: move `.unwrap` & document it more clearly. | Huon Wilson | -11/+16 |
| 2014-06-29 | c_str: replace .with_ref with .as_ptr throughout the codebase. | Huon Wilson | -69/+70 |
| 2014-06-29 | c_str: add `.as_ptr` & `.as_mut_ptr` to replace `.with_[mut_]ref`. | Huon Wilson | -0/+69 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -101/+104 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -100/+104 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-26 | rustrt: Reorganize task usage | Alex Crichton | -108/+265 |
| 2014-06-25 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-06-24 | Add more description to c_str::unwrap(). | Steve Klabnik | -1/+4 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -8/+8 |
| 2014-06-24 | auto merge of #14963 : w3ln4/rust/master, r=alexcrichton | bors | -0/+7 |
| 2014-06-24 | Added Mipsel architecture support | Pawel Olzacki | -0/+7 |
| 2014-06-23 | librustc: Feature gate lang items and intrinsics. | Patrick Walton | -1/+2 |
| 2014-06-22 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-06-20 | librustc: Put `#[unsafe_destructor]` behind a feature gate. | Patrick Walton | -2/+4 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -13/+13 |
| 2014-06-16 | Update repo location | Brian Anderson | -1/+1 |
| 2014-06-16 | auto merge of #14900 : alexcrichton/rust/snapshots, r=huonw | bors | -44/+44 |
| 2014-06-16 | auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton | bors | -17/+142 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -44/+44 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -18/+21 |
| 2014-06-14 | Register new snapshots | Alex Crichton | -10/+2 |
| 2014-06-13 | Audit usage of NativeMutex | Alex Crichton | -2/+78 |
| 2014-06-13 | Cosmetic fixes & comments | Valerii Hiora | -7/+6 |
| 2014-06-12 | Basic iOS support | Valerii Hiora | -14/+105 |
| 2014-06-12 | Runtime support for arm on iOS | Valerii Hiora | -2/+37 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -3/+3 |
| 2014-06-11 | auto merge of #14746 : alexcrichton/rust/libsync, r=brson | bors | -2/+352 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -2/+352 |
| 2014-06-11 | auto merge of #14787 : alexcrichton/rust/issue-14784, r=pcwalton | bors | -1/+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/+6 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -3/+3 |
| 2014-06-09 | rustrt: Fix invalid reads caught by valgrind | Alex Crichton | -1/+2 |
| 2014-06-09 | Use phase(plugin) in bootstrap crates | Keegan McAllister | -1/+9 |
| 2014-06-09 | Add missing repr(C) annotations to mutex.rs | Jakub Wieczorek | -0/+4 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -1/+1 |
| 2014-06-08 | Remove the dead code identified by the new lint | Jakub Wieczorek | -0/+2 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -33/+32 |
| 2014-06-06 | std: Extract librustrt out of libstd | Alex Crichton | -0/+5378 |