| Age | Commit message (Expand) | Author | Lines |
| 2014-07-10 | io::process::Command: add fine-grained env builder | Aaron Turon | -2/+2 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -7/+7 |
| 2014-07-04 | auto merge of #15051 : retep998/rust/master, r=alexcrichton | bors | -3/+203 |
| 2014-07-04 | windows: Unicode console support. | Peter Atashian | -3/+203 |
| 2014-07-04 | auto merge of #15403 : vhbit/rust/ios-llvm-fixme, r=pcwalton | bors | -15/+2 |
| 2014-07-04 | Removed LLVM bug workaround | Valerii Hiora | -15/+2 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -2/+2 |
| 2014-07-02 | Rename recvfrom -> recv_from, sendto -> send_to. | OGINO Masanori | -2/+2 |
| 2014-06-30 | auto merge of #14613 : schmee/rust/utf16-iterator, r=huonw | bors | -6/+14 |
| 2014-06-30 | Add `utf16_units` | John Schmidt | -6/+14 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -1/+1 |
| 2014-06-29 | c_str: replace .with_ref with .as_ptr throughout the codebase. | Huon Wilson | -24/+24 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -100/+109 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -100/+109 |
| 2014-06-26 | librustc: Ensure that proc upvars have static lifetime. | Patrick Walton | -0/+4 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -1/+1 |
| 2014-06-24 | auto merge of #14963 : w3ln4/rust/master, r=alexcrichton | bors | -3/+12 |
| 2014-06-24 | Added Mipsel architecture support | Pawel Olzacki | -3/+12 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -4/+4 |
| 2014-06-18 | Shorten endian conversion method names | Brendan Zabarauskas | -4/+4 |
| 2014-06-18 | Merge the Bitwise and ByteOrder traits into the Int trait | Brendan Zabarauskas | -3/+2 |
| 2014-06-18 | Use ByteOrder methods instead of free-standing functions | Brendan Zabarauskas | -4/+5 |
| 2014-06-16 | std: Improve pipe() functionality | Alex Crichton | -85/+128 |
| 2014-06-16 | auto merge of #14900 : alexcrichton/rust/snapshots, r=huonw | bors | -55/+55 |
| 2014-06-16 | auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton | bors | -4/+30 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -55/+55 |
| 2014-06-13 | Fix all violations of stronger guarantees for mutable borrows | Cameron Zwarich | -3/+2 |
| 2014-06-13 | Rolling up PRs in the queue | Alex Crichton | -10/+15 |
| 2014-06-12 | Basic iOS support | Valerii Hiora | -4/+30 |
| 2014-06-10 | auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichton | bors | -2/+2 |
| 2014-06-10 | auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichton | bors | -4/+12 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -2/+2 |
| 2014-06-09 | Test fixes from rollup | Alex Crichton | -2/+2 |
| 2014-06-09 | native: add more info to the native unimplemented error. | Huon Wilson | -1/+1 |
| 2014-06-09 | std: Remove the as_utf16_p functions | Alex Crichton | -146/+151 |
| 2014-06-08 | Mark relevant structs with repr(C) | Jakub Wieczorek | -0/+2 |
| 2014-06-08 | Remove the dead code identified by the new lint | Jakub Wieczorek | -4/+10 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -134/+114 |
| 2014-06-06 | native: Deal with the rtio changes | Alex Crichton | -298/+304 |
| 2014-06-06 | rtio: Remove usage of `Path` | Alex Crichton | -10/+10 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -6/+9 |
| 2014-05-30 | windows: Allow snake_case errors for now. | Kevin Butler | -1/+3 |
| 2014-05-30 | lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors. | Kevin Butler | -1/+2 |
| 2014-05-29 | auto merge of #14487 : arielb1/rust/fix-13933, r=alexcrichton | bors | -17/+23 |
| 2014-05-28 | auto merge of #14477 : alexcrichton/rust/issue-14456, r=brson | bors | -52/+78 |
| 2014-05-28 | Issue #13933: Remove transmute_mut from IO | Ariel Ben-Yehuda | -17/+23 |
| 2014-05-28 | auto merge of #14455 : crabtw/rust/mips, r=alexcrichton | bors | -12/+56 |
| 2014-05-27 | native: Ignore stdio fds with /dev/null | Alex Crichton | -52/+78 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -1/+1 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -5/+5 |