| Age | Commit message (Expand) | Author | Lines |
| 2014-06-27 | std::io: Use re-exported pathes in examples. | OGINO Masanori | -1/+1 |
| 2014-06-21 | std: inline many of the Writer/Reader methods | Erick Tryzelaar | -0/+37 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -14/+14 |
| 2014-06-13 | Improve error messages for io::fs | Yehuda Katz | -8/+43 |
| 2014-06-09 | std: adjust the TCP io doc example to work reliably. | Huon Wilson | -1/+6 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -1/+1 |
| 2014-06-08 | Fix spelling errors in comments. | Joseph Crail | -1/+1 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -2/+3 |
| 2014-06-06 | std: Deal with fallout of rtio changes | Alex Crichton | -3/+31 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -4/+4 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -4/+4 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -1/+1 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -7/+7 |
| 2014-05-22 | auto merge of #14357 : huonw/rust/spelling, r=pnkfelix | bors | -4/+4 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -13/+22 |
| 2014-05-22 | Spelling/doc formatting fixes. | Huon Wilson | -4/+4 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -2/+2 |
| 2014-05-15 | std: Add an adaptor for Writer => FormatWriter | Alex Crichton | -0/+36 |
| 2014-05-14 | Process::new etc should support non-utf8 commands/args | Aaron Turon | -1/+1 |
| 2014-05-14 | auto merge of #14009 : jcmoyer/rust/bitflags-complement, r=alexcrichton | bors | -1/+1 |
| 2014-05-14 | Implement set complement and universe for bitflags | J.C. Moyer | -1/+1 |
| 2014-05-13 | io: Add .read_at_least() to Reader | Kevin Ballard | -58/+227 |
| 2014-05-12 | auto merge of #13919 : thomaslee/rust/thomaslee_proposed_tcpstream_open, r=al... | bors | -6/+2 |
| 2014-05-12 | Easier interface for TCP ::connect and ::bind. | Tom Lee | -6/+2 |
| 2014-05-12 | Test fixes from rollup | Alex Crichton | -1/+0 |
| 2014-05-12 | Add `stat` method to `std::io::fs::File` to stat without a Path. | Yuri Kunde Schlesner | -3/+0 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -11/+11 |
| 2014-05-08 | Handle fallout in documentation | Kevin Ballard | -1/+1 |
| 2014-05-07 | native: Implement timeouts for windows pipes | Alex Crichton | -0/+2 |
| 2014-05-07 | std: Add I/O timeouts to networking objects | Alex Crichton | -1/+13 |
| 2014-05-07 | auto merge of #13964 : alexcrichton/rust/more-buffers, r=brson | bors | -0/+5 |
| 2014-05-07 | core: Inherit possible string functionality | Alex Crichton | -1/+1 |
| 2014-05-07 | std: Implement the Buffer trait for some wrappers | Alex Crichton | -0/+5 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -2/+3 |
| 2014-05-05 | Change std::io::FilePermission to a typesafe representation | Aaron Turon | -33/+38 |
| 2014-05-01 | Fix a/an typos | Jorge Aparicio | -1/+1 |
| 2014-04-27 | Added missing values in std::io::standard_error() | m-r-r | -1/+15 |
| 2014-04-19 | std: Add an experimental connect_timeout function | Alex Crichton | -0/+2 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -1/+1 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -2/+2 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -3/+3 |
| 2014-04-11 | Add more type signatures to the docs; tweak a few of them. | Huon Wilson | -7/+14 |
| 2014-04-08 | Fix spelling errors in comments. | Joseph Crail | -4/+4 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -14/+14 |
| 2014-04-01 | auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton | bors | -0/+84 |
| 2014-04-01 | std: migrate the errno -> IoError converter from libnative. | Huon Wilson | -0/+84 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -24/+24 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-25 | std: Touch various I/O documentation blocks | Alex Crichton | -2/+0 |
| 2014-03-25 | libstd: Document the following modules: | Patrick Walton | -0/+30 |