| Age | Commit message (Expand) | Author | Lines |
| 2014-06-21 | std: inline many of the Writer/Reader methods | Erick Tryzelaar | -0/+127 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -35/+35 |
| 2014-06-16 | std: Chunk writing to stdout on windows | Alex Crichton | -4/+15 |
| 2014-06-16 | auto merge of #14781 : alexcrichton/rust/issue-14724, r=brson | bors | -3/+42 |
| 2014-06-16 | std: Improve pipe() functionality | Alex Crichton | -3/+42 |
| 2014-06-16 | std: Support consuming a Process without waiting | Alex Crichton | -0/+23 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -20/+20 |
| 2014-06-13 | Rolling up PRs in the queue | Alex Crichton | -2/+6 |
| 2014-06-13 | std: Rebase better errors on master | Alex Crichton | -7/+11 |
| 2014-06-13 | Improve error messages for io::fs | Yehuda Katz | -64/+244 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -27/+26 |
| 2014-06-09 | std: adjust the TCP io doc example to work reliably. | Huon Wilson | -1/+6 |
| 2014-06-09 | auto merge of #14709 : alexcrichton/rust/collections, r=brson | bors | -8/+8 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -8/+8 |
| 2014-06-08 | auto merge of #14765 : rapha/rust/master, r=alexcrichton | bors | -22/+23 |
| 2014-06-09 | Converted PortReader and ChanWriter to use Vec. | Raphael Speyer | -22/+23 |
| 2014-06-08 | Fix spelling errors in comments. | Joseph Crail | -6/+6 |
| 2014-06-08 | std::io: expand the oneshot/periodic docs. | Huon Wilson | -8/+68 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -3/+5 |
| 2014-06-06 | std: Deal with fallout of rtio changes | Alex Crichton | -165/+400 |
| 2014-06-06 | rtio: Remove usage of `Path` | Alex Crichton | -2/+6 |
| 2014-06-05 | auto merge of #14568 : erickt/rust/slice-update, r=alexcrichton | bors | -0/+49 |
| 2014-06-03 | std: Remove generics from Option::expect | Alex Crichton | -1/+0 |
| 2014-06-02 | std: add `IterReader` to adapt iterators into readers | Erick Tryzelaar | -0/+49 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -4/+4 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -10/+10 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -14/+13 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -28/+28 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -1/+1 |
| 2014-05-25 | libstd: Remove unnecessary re-exports under std::std | Kevin Ballard | -3/+3 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -9/+9 |
| 2014-05-23 | std: Move running_on_valgrind to rt::util. #1457 | Brian Anderson | -1/+1 |
| 2014-05-22 | auto merge of #14357 : huonw/rust/spelling, r=pnkfelix | bors | -7/+7 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -7/+8 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -124/+144 |
| 2014-05-22 | Spelling/doc formatting fixes. | Huon Wilson | -7/+7 |
| 2014-05-20 | Add .isatty() method to StdReader | Kevin Ballard | -0/+10 |
| 2014-05-16 | rustc: Stop leaking enum variants into children | Alex Crichton | -3/+3 |
| 2014-05-15 | core: Update all tests for fmt movement | Alex Crichton | -2/+2 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -16/+14 |
| 2014-05-15 | std: Add an adaptor for Writer => FormatWriter | Alex Crichton | -0/+36 |
| 2014-05-15 | std: Delete unused file | Brian Anderson | -52/+0 |
| 2014-05-15 | std: Modify TempDir to not fail on drop. Closes #12628 | Brian Anderson | -10/+47 |
| 2014-05-14 | Process::new etc should support non-utf8 commands/args | Aaron Turon | -306/+291 |
| 2014-05-14 | auto merge of #14009 : jcmoyer/rust/bitflags-complement, r=alexcrichton | bors | -1/+1 |
| 2014-05-14 | auto merge of #14186 : omasanori/rust/suppress-warnings, r=alexcrichton | bors | -1/+1 |
| 2014-05-14 | Implement set complement and universe for bitflags | J.C. Moyer | -1/+1 |
| 2014-05-13 | auto merge of #13127 : kballard/rust/read_at_least, r=alexcrichton | bors | -82/+251 |
| 2014-05-13 | io: Add .read_at_least() to Reader | Kevin Ballard | -82/+251 |
| 2014-05-13 | io: Implement process wait timeouts | Alex Crichton | -59/+131 |