| Age | Commit message (Expand) | Author | Lines |
| 2014-06-27 | std::io: Use re-exported pathes in examples. | OGINO Masanori | -2/+2 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -1/+1 |
| 2014-06-16 | std: Support consuming a Process without waiting | Alex Crichton | -0/+23 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -2/+2 |
| 2014-06-08 | Fix spelling errors in comments. | Joseph Crail | -1/+1 |
| 2014-06-06 | std: Deal with fallout of rtio changes | Alex Crichton | -9/+25 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -12/+12 |
| 2014-05-25 | libstd: Remove unnecessary re-exports under std::std | Kevin Ballard | -1/+1 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -2/+2 |
| 2014-05-22 | auto merge of #14357 : huonw/rust/spelling, r=pnkfelix | bors | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -2/+4 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -19/+25 |
| 2014-05-22 | Spelling/doc formatting fixes. | Huon Wilson | -1/+1 |
| 2014-05-15 | core: Update all tests for fmt movement | Alex Crichton | -2/+2 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -2/+2 |
| 2014-05-14 | Process::new etc should support non-utf8 commands/args | Aaron Turon | -305/+290 |
| 2014-05-13 | io: Implement process wait timeouts | Alex Crichton | -59/+131 |
| 2014-05-12 | Make ProcessOutput Eq, TotalEq, Clone | Yehuda Katz | -0/+1 |
| 2014-05-08 | Handle fallout in io::net::addrinfo, io::process, and rt::rtio | Kevin Ballard | -2/+2 |
| 2014-05-07 | core: Inherit possible string functionality | Alex Crichton | -1/+0 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -1/+2 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -2/+2 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -28/+29 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -6/+2 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -22/+22 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -21/+19 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-28 | native: Use WNOHANG before signaling | Alex Crichton | -3/+26 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -1/+1 |
| 2014-03-20 | std: Implement Clone/TotalEq for ProcessExit | Alex Crichton | -1/+2 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -5/+5 |
| 2014-02-24 | windows: Fix the test_exists unit test | Alex Crichton | -2/+5 |
| 2014-02-24 | Correctly ignore some tests on windows | Alex Crichton | -2/+1 |
| 2014-02-23 | Roll std::run into std::io::process | Alex Crichton | -78/+519 |
| 2014-02-16 | Allow configuration of uid/gid/detach on processes | Alex Crichton | -23/+106 |
| 2014-02-08 | std::fmt: convert the formatting traits to a proper self. | Huon Wilson | -2/+2 |
| 2014-02-03 | std: Fixing all documentation | Alex Crichton | -1/+1 |
| 2014-02-03 | std: Fix tests with io_error usage | Alex Crichton | -17/+8 |
| 2014-02-03 | std: Remove io::io_error | Alex Crichton | -10/+5 |
| 2014-02-02 | std: rename fmt::Default to `Show`. | Huon Wilson | -1/+1 |
| 2014-01-21 | [std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be... | Simon Sapin | -1/+1 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -2/+5 |
| 2014-01-15 | Issue #3511 - Rationalize temporary lifetimes. | Niko Matsakis | -7/+7 |
| 2013-12-27 | Bring native process bindings up to date | Alex Crichton | -2/+149 |
| 2013-12-24 | std: Expose that LocalIo may not always be available | Alex Crichton | -13/+11 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -6/+6 |
| 2013-12-10 | librustuv: Change `with_local_io` to use RAII. | Patrick Walton | -16/+13 |