| Age | Commit message (Expand) | Author | Lines |
| 2014-06-26 | librustc: Ensure that proc upvars have static lifetime. | Patrick Walton | -0/+4 |
| 2014-06-16 | std: Improve pipe() functionality | Alex Crichton | -80/+123 |
| 2014-06-12 | Basic iOS support | Valerii Hiora | -0/+1 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -1/+1 |
| 2014-06-09 | std: Remove the as_utf16_p functions | Alex Crichton | -23/+22 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -12/+12 |
| 2014-06-06 | native: Deal with the rtio changes | Alex Crichton | -40/+43 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -6/+9 |
| 2014-05-30 | lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors. | Kevin Butler | -1/+2 |
| 2014-05-28 | auto merge of #14477 : alexcrichton/rust/issue-14456, r=brson | bors | -52/+78 |
| 2014-05-27 | native: Ignore stdio fds with /dev/null | Alex Crichton | -52/+78 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -5/+5 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -6/+6 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -4/+4 |
| 2014-05-20 | core: Stabilize the mem module | Alex Crichton | -3/+3 |
| 2014-05-14 | Process::new etc should support non-utf8 commands/args | Aaron Turon | -95/+90 |
| 2014-05-13 | io: Implement process wait timeouts | Alex Crichton | -52/+311 |
| 2014-05-13 | Test Unicode support of process spawning | Phil Ruffwind | -0/+4 |
| 2014-05-13 | Fix make_command_line to handle Unicode correctly | Phil Ruffwind | -7/+8 |
| 2014-05-13 | Use CreateProcessW instead of CreateProcessA | Phil Ruffwind | -7/+10 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -3/+3 |
| 2014-05-08 | Handle fallout in libnative | Kevin Ballard | -2/+2 |
| 2014-04-19 | std: Add an experimental connect_timeout function | Alex Crichton | -11/+2 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -8/+8 |
| 2014-04-18 | Update the rest of the compiler with ~[T] changes | Alex Crichton | -10/+6 |
| 2014-04-11 | Fix tests. Add Vec<u8> conversion to StrBuf. | Huon Wilson | -1/+1 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -4/+5 |
| 2014-04-08 | auto merge of #13397 : alexcrichton/rust/rollup, r=alexcrichton | bors | -2/+2 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -2/+2 |
| 2014-04-07 | native: Try hard to not malloc on a forked child | Alex Crichton | -1/+31 |
| 2014-04-07 | Fix some windows rpass tests | Alex Crichton | -26/+55 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -14/+14 |
| 2014-04-01 | auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton | bors | -1/+1 |
| 2014-04-01 | std: migrate the errno -> IoError converter from libnative. | Huon Wilson | -1/+1 |
| 2014-03-31 | native: Switch field privacy as necessary | Alex Crichton | -3/+3 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -2/+4 |
| 2014-03-28 | native: Use WNOHANG before signaling | Alex Crichton | -23/+58 |
| 2014-03-22 | native: Fix a possible deadlock in spawn | Alex Crichton | -107/+105 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -4/+4 |
| 2014-02-28 | std: Avoid using "{:?}" in format strings | Alex Crichton | -2/+2 |
| 2014-02-23 | Roll std::run into std::io::process | Alex Crichton | -36/+62 |
| 2014-02-16 | Allow configuration of uid/gid/detach on processes | Alex Crichton | -21/+74 |
| 2014-02-17 | Remove CloneableTuple and ImmutableTuple traits | Brendan Zabarauskas | -2/+2 |
| 2014-02-03 | Fixing remaining warnings and errors throughout | Alex Crichton | -13/+12 |
| 2014-02-03 | native: Require all results are used and fix fallout | Alex Crichton | -10/+10 |
| 2014-01-29 | Flag Result as #[must_use] and deal with fallout. | Alex Crichton | -1/+1 |
| 2014-01-23 | Update flip() to be rev(). | Sean Chalmers | -1/+1 |
| 2014-01-23 | Rename Invert to Flip - Issue 10632 | Sean Chalmers | -1/+1 |
| 2014-01-05 | Handle EINTR throughout libnative | Alex Crichton | -8/+9 |
| 2013-12-27 | Implement native TCP I/O | Alex Crichton | -2/+2 |