| Age | Commit message (Expand) | Author | Lines |
| 2014-07-30 | Implement Default for std::io::FilePermission | nham | -0/+6 |
| 2014-07-30 | Derive PartialOrd, Ord and Hash for bitflags types. | nham | -1/+0 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -0/+2 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+2 |
| 2014-07-15 | auto merge of #15619 : kwantam/rust/master, r=huonw | bors | -1/+1 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo OchagavĂa | -6/+6 |
| 2014-07-14 | add Graphemes iterator; tidy unicode exports | kwantam | -1/+1 |
| 2014-07-13 | std: make std::io::IoError{,Kind} implement Eq | Erick Tryzelaar | -2/+2 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -1/+1 |
| 2014-07-09 | auto merge of #15283 : kwantam/rust/master, r=alexcrichton | bors | -0/+1 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -6/+6 |
| 2014-07-07 | Add libunicode; move unicode functions from core | kwantam | -0/+1 |
| 2014-06-30 | libstd: set baseline stability levels. | Aaron Turon | -0/+1 |
| 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 |