| Age | Commit message (Expand) | Author | Lines |
| 2015-03-06 | rollup merge of #22813: alexcrichton/deprecate-net | Alex Crichton | -0/+9 |
| 2015-03-06 | std: Deprecate the std::old_io::net primitives | Alex Crichton | -0/+9 |
| 2015-03-05 | std: Deprecate the old_io::process module | Alex Crichton | -0/+2 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -1/+2 |
| 2015-03-03 | Rollup merge of #22876 - Florob:const, r=nikomatsakis | Manish Goregaokar | -2/+2 |
| 2015-03-02 | Enable recursion for visit_ty in lint visitor | Ivan Petkov | -2/+3 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -2/+2 |
| 2015-02-28 | std: Implement stdio for `std::io` | Alex Crichton | -2/+171 |
| 2015-02-28 | Rollup merge of #22884 - japaric:obsolete, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-02-27 | remove leftover annotations | Jorge Aparicio | -1/+1 |
| 2015-02-27 | Rollup merge of #22788 - vadimcn:fix-precise_time_ns, r=pnkfelix | Manish Goregaokar | -2/+25 |
| 2015-02-25 | Fix overflow in precise_time_ns() on Windows, | Vadim Chugunov | -2/+25 |
| 2015-02-25 | Fix type inference error (fixup #22739) | Manish Goregaokar | -1/+1 |
| 2015-02-25 | Rollup merge of #22727 - alexcrichton:prep-env, r=aturon | Manish Goregaokar | -30/+34 |
| 2015-02-25 | Rollup merge of #22596 - alexcrichton:fix-some-impls, r=huonw | Manish Goregaokar | -7/+20 |
| 2015-02-24 | std: Move std::env to the new I/O APIs | Alex Crichton | -30/+34 |
| 2015-02-25 | Rollup merge of #22772 - tbu-:pr_panic_fail, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-02-25 | Rollup merge of #22739 - tbu-:pr_error_net, r=alexcrichton | Manish Goregaokar | -7/+18 |
| 2015-02-24 | Improve readability of an error check in `set_non_blocking` | Tobias Bucher | -5/+5 |
| 2015-02-24 | Revert a wrong replace of "fail" to "panic" | Tobias Bucher | -1/+1 |
| 2015-02-24 | Rollup merge of #22594 - alexcrichton:issue-22577, r=aturon | Manish Goregaokar | -12/+27 |
| 2015-02-23 | Hide unnecessary error checking from the user | Tobias Bucher | -5/+16 |
| 2015-02-23 | Test fixes and rebase conflicts | Alex Crichton | -2/+0 |
| 2015-02-23 | Fix windows failure (fixup #22538) | Manish Goregaokar | -2/+2 |
| 2015-02-23 | Use boxed functions instead of transmute | Stepan Koltsov | -4/+7 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -194/+0 |
| 2015-02-20 | std: Tidy up some `unsafe impl`s for `sync` | Alex Crichton | -7/+20 |
| 2015-02-20 | std: Ensure fs::{DirEntry, ReadDir} are Send/Sync | Alex Crichton | -12/+27 |
| 2015-02-19 | Round 8 tex fixes | Manish Goregaokar | -1/+1 |
| 2015-02-19 | Round 5 test fixes and rebase conflicts | Alex Crichton | -2/+31 |
| 2015-02-18 | Round 4 test fixes and rebase conflicts | Alex Crichton | -2/+166 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -8/+8 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -8/+8 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -2/+2 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -1/+2 |
| 2015-02-17 | rollup merge of #22435: aturon/final-stab-thread | Alex Crichton | -3/+5 |
| 2015-02-17 | Revise std::thread semantics | Aaron Turon | -3/+5 |
| 2015-02-17 | fix windows | Manish Goregaokar | -2/+2 |
| 2015-02-16 | Implement ExactSizeIterator for Args and ArgsOs | Simonas Kazlauskas | -0/+4 |
| 2015-02-13 | Add std::process | Aaron Turon | -18/+604 |
| 2015-02-11 | More test fixes and rebase conflicts | Alex Crichton | -1/+43 |
| 2015-02-11 | std: Add a `net` module for TCP/UDP | Alex Crichton | -0/+133 |
| 2015-02-10 | Auto merge of #21936 - alexcrichton:fsv2, r=aturon | bors | -7/+525 |
| 2015-02-09 | std: Add a new `fs` module | Alex Crichton | -7/+525 |
| 2015-02-06 | Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-06 | Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -6/+5 |
| 2015-02-05 | Replace usage of slice::from_raw_buf with slice::from_raw_parts | Mikhail Zabaluev | -2/+2 |
| 2015-02-04 | Fix for misspelled comments. | Joseph Crail | -1/+1 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -1/+1 |