| Age | Commit message (Expand) | Author | Lines |
| 2014-02-03 | std: Fixing all documentation | Alex Crichton | -303/+245 |
| 2014-02-03 | std: Fix tests with io_error usage | Alex Crichton | -646/+531 |
| 2014-02-03 | std: Remove io::io_error | Alex Crichton | -802/+630 |
| 2014-02-02 | std: rename fmt::Default to `Show`. | Huon Wilson | -1/+1 |
| 2014-02-01 | Optimize u64_to_{le,be}_bytes | Björn Steinbrink | -28/+14 |
| 2014-01-31 | Fix minor doc typos | Virgile Andreani | -1/+1 |
| 2014-01-31 | auto merge of #11918 : omasanori/rust/reduce-warnings, r=alexcrichton | bors | -8/+4 |
| 2014-01-29 | auto merge of #11672 : bjz/rust/remove-times, r=brson | bors | -10/+10 |
| 2014-01-30 | Remove Times trait | Brendan Zabarauskas | -10/+10 |
| 2014-01-29 | auto merge of #11893 : Armavica/rust/copyable-cloneable, r=huonw | bors | -3/+3 |
| 2014-01-30 | Prefix _ to unused variables. | OGINO Masanori | -4/+4 |
| 2014-01-30 | Remove unused imports. | OGINO Masanori | -4/+0 |
| 2014-01-29 | auto merge of #11754 : alexcrichton/rust/unused-result, r=brson | bors | -3/+3 |
| 2014-01-29 | Flag Result as #[must_use] and deal with fallout. | Alex Crichton | -3/+3 |
| 2014-01-29 | Removing do keyword from libstd and librustc | Scott Lawrence | -80/+80 |
| 2014-01-28 | Rename OwnedCopyableVector to OwnedCloneableVector | Virgile Andreani | -2/+2 |
| 2014-01-28 | Rename CopyableVector to CloneableVector | Virgile Andreani | -1/+1 |
| 2014-01-28 | auto merge of #11845 : xales/rust/libnative, r=alexcrichton | bors | -0/+40 |
| 2014-01-27 | Set SO_REUSEADDR by default in libnative. | xales | -0/+40 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -1/+1 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -16/+16 |
| 2014-01-25 | auto merge of #11808 : huonw/rust/std-visible-types, r=brson | bors | -1/+1 |
| 2014-01-26 | std,extra: Make some types public and other private. | Huon Wilson | -1/+1 |
| 2014-01-25 | Uppercase numeric constants | Chris Wong | -13/+13 |
| 2014-01-24 | auto merge of #11732 : luqmana/rust/native-getaddrinfo, r=alexcrichton | bors | -5/+11 |
| 2014-01-24 | libstd: Use iotest! for for get_host_addresses. | Luqman Aden | -5/+11 |
| 2014-01-22 | Implement native timers | Alex Crichton | -29/+146 |
| 2014-01-21 | [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr... | Simon Sapin | -3/+3 |
| 2014-01-21 | [std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be... | Simon Sapin | -9/+9 |
| 2014-01-21 | [std::vec] Rename .shift_opt() to .shift(), drop the old .shift() behavior | Simon Sapin | -2/+2 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -2/+5 |
| 2014-01-21 | Remove unnecessary parentheses. | Huon Wilson | -1/+1 |
| 2014-01-18 | Rename iterators for consistency | Palmer Cox | -21/+21 |
| 2014-01-17 | auto merge of #11598 : alexcrichton/rust/io-export, r=brson | bors | -91/+134 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -91/+134 |
| 2014-01-15 | Issue #3511 - Rationalize temporary lifetimes. | Niko Matsakis | -9/+11 |
| 2014-01-15 | auto merge of #11112 : alexcrichton/rust/issue-11087, r=brson | bors | -4/+4 |
| 2014-01-15 | Allow more "error" values in try_recv() | Alex Crichton | -4/+4 |
| 2014-01-14 | Mark LineIterator as public so its docs get generated. | a_m0d | -1/+1 |
| 2014-01-14 | auto merge of #11485 : eddyb/rust/sweep-old-rust, r=nikomatsakis | bors | -3/+3 |
| 2014-01-13 | std: Ignore bind error tests on android. #11530 | Brian Anderson | -2/+4 |
| 2014-01-12 | Removed remnants of `@mut` and `~mut` from comments and the type system. | Eduard Burtescu | -3/+3 |
| 2014-01-10 | auto merge of #11416 : bjz/rust/remove-print-fns, r=alexcrichton | bors | -4/+4 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -4/+4 |
| 2014-01-10 | std::io: Optimize u64_from_be_bytes() | Carl-Anton Ingmarsson | -11/+19 |
| 2014-01-10 | std::io: Add tests and benchmarks for u64_from_be_bytes() | Carl-Anton Ingmarsson | -0/+82 |
| 2014-01-09 | Add eof to MemReader and BufReader | Steven Fackler | -2/+12 |
| 2014-01-09 | Remove eof() from io::Reader | Alex Crichton | -142/+18 |
| 2014-01-08 | Remove the io::Decorator trait | Alex Crichton | -192/+118 |
| 2014-01-08 | Robustly read remaining bytes in a character | Alex Crichton | -4/+16 |