| Age | Commit message (Expand) | Author | Lines |
| 2014-10-02 | native: fix passing errno to parent after fork | Benjamin Herr | -8/+9 |
| 2014-09-30 | Fix libnative | Steven Fackler | -6/+5 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -17/+17 |
| 2014-09-13 | librustc: Forbid inherent implementations that aren't adjacent to the | Patrick Walton | -0/+1 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -1/+1 |
| 2014-08-30 | Unify non-snake-case lints and non-uppercase statics lints | P1start | -1/+1 |
| 2014-08-24 | native: Implement clone/close_accept for unix | Alex Crichton | -1/+1 |
| 2014-08-23 | Complete renaming of win32 to windows | Vadim Chugunov | -1/+1 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -4/+4 |
| 2014-08-12 | libnative: process spawning should not close inherited file descriptors | Ivan Petkov | -1/+1 |
| 2014-08-12 | auto merge of #16284 : alexcrichton/rust/issue-16272, r=aturon | bors | -1/+4 |
| 2014-08-07 | windows: Fix INVALID_HANDLE_VALUE | Peter Atashian | -5/+5 |
| 2014-08-05 | native, rustuv: Fix spawning with empty args | Alex Crichton | -1/+4 |
| 2014-07-29 | Port Rust to DragonFlyBSD | Michael Neumann | -0/+1 |
| 2014-07-13 | native: Search the child's PATH on win32 | Alex Crichton | -1/+21 |
| 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 | -2/+2 |
| 2014-06-30 | auto merge of #14613 : schmee/rust/utf16-iterator, r=huonw | bors | -4/+10 |
| 2014-06-30 | Add `utf16_units` | John Schmidt | -4/+10 |
| 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 | -4/+4 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -31/+35 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -31/+35 |
| 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 |