| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-03-22 | std: Add an I/O reader method to fill a buffer | Alex Crichton | -2/+19 |
| 2014-03-20 | std: Rename {push,read}_bytes to {push,read}_exact | Alex Crichton | -7/+8 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -4/+4 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -3/+1 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -19/+10 |
| 2014-03-13 | auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson | bors | -1/+1 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -1/+1 |
| 2014-03-12 | auto merge of #12414 : DaGenix/rust/failing-iterator-wrappers, r=alexcrichton | bors | -29/+31 |
| 2014-03-12 | Update io iterators to produce IoResults | Palmer Cox | -29/+31 |
| 2014-03-12 | std: allow io::File* structs to be hashable | Erick Tryzelaar | -1/+3 |
| 2014-03-12 | doc: discuss try! in std::io | Peter Marheine | -0/+34 |
| 2014-03-06 | fix typos with with repeated words, just like this sentence. | Kang Seonghoon | -1/+1 |