| Age | Commit message (Expand) | Author | Lines |
| 2014-05-07 | std: Add I/O timeouts to networking objects | Alex Crichton | -15/+404 |
| 2014-05-07 | auto merge of #13964 : alexcrichton/rust/more-buffers, r=brson | bors | -1/+63 |
| 2014-05-07 | auto merge of #13751 : alexcrichton/rust/io-close-read, r=brson | bors | -14/+201 |
| 2014-05-07 | std: Add close_{read,write}() methods to I/O | Alex Crichton | -14/+201 |
| 2014-05-07 | core: Move Option::expect to libstd from libcore | Alex Crichton | -0/+1 |
| 2014-05-07 | core: Add unwrap()/unwrap_err() methods to Result | Alex Crichton | -4/+6 |
| 2014-05-07 | core: Inherit possible string functionality | Alex Crichton | -2/+1 |
| 2014-05-07 | std: Implement the Buffer trait for some wrappers | Alex Crichton | -1/+63 |
| 2014-05-07 | auto merge of #13958 : pcwalton/rust/detilde, r=pcwalton | bors | -32/+43 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -32/+43 |
| 2014-05-06 | auto merge of #13754 : alexcrichton/rust/net-experimental, r=brson | bors | -1/+70 |
| 2014-05-05 | Change std::io::FilePermission to a typesafe representation | Aaron Turon | -36/+41 |
| 2014-05-04 | auto merge of #13865 : alexcrichton/rust/issue-13861, r=brson | bors | -0/+20 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -29/+29 |
| 2014-05-01 | Fix a/an typos | Jorge Aparicio | -1/+1 |
| 2014-04-30 | native: Always open a file with Open/Write modes | Alex Crichton | -0/+20 |
| 2014-04-27 | Added missing values in std::io::standard_error() | m-r-r | -1/+15 |
| 2014-04-26 | std: Add experimental networking methods | Alex Crichton | -1/+70 |
| 2014-04-25 | clarify docs for std:io::fs::Path::{is_dir,is_file,exists}; add lstat | Aaron Turon | -28/+28 |
| 2014-04-24 | std: Add timeouts to unix connect/accept | Alex Crichton | -1/+90 |
| 2014-04-24 | fix O(n^2) perf bug for std::io::fs::walk_dir | Aaron Turon | -2/+29 |
| 2014-04-23 | auto merge of #13688 : alexcrichton/rust/accept-timeout, r=brson | bors | -1/+85 |
| 2014-04-23 | std: Add support for an accept() timeout | Alex Crichton | -1/+85 |
| 2014-04-23 | auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakis | bors | -4/+4 |
| 2014-04-23 | Fix other bugs with new closure borrowing | Alex Crichton | -4/+4 |
| 2014-04-23 | auto merge of #13692 : vadimcn/rust/Win64-pre, r=alexcrichton | bors | -14/+2 |
| 2014-04-22 | Fixed Win64 build | Vadim Chugunov | -14/+2 |
| 2014-04-22 | native: Unlink unix socket paths on drop | Alex Crichton | -0/+16 |
| 2014-04-19 | std: Add an experimental connect_timeout function | Alex Crichton | -1/+18 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -40/+46 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -18/+15 |
| 2014-04-15 | Use the unsigned integer types for bitwise intrinsics. | Huon Wilson | -7/+7 |
| 2014-04-15 | std: Impl Deref/DerefMut for a borrowed task | Alex Crichton | -4/+2 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -24/+24 |
| 2014-04-12 | auto merge of #13448 : alexcrichton/rust/rework-chan-return-values, r=brson | bors | -21/+20 |
| 2014-04-11 | auto merge of #13458 : huonw/rust/doc-signatures, r=alexcrichton | bors | -16/+29 |
| 2014-04-11 | Add more type signatures to the docs; tweak a few of them. | Huon Wilson | -16/+29 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -15/+15 |
| 2014-04-10 | std: Make std::comm return types consistent | Alex Crichton | -21/+20 |
| 2014-04-10 | rustc: Don't allow priv use to shadow pub use | Alex Crichton | -1/+0 |
| 2014-04-10 | std,native,green,rustuv: make readdir return `Vec`. | Huon Wilson | -2/+2 |
| 2014-04-10 | std,serialize: remove some internal uses of ~[]. | Huon Wilson | -7/+8 |
| 2014-04-08 | auto merge of #13399 : SimonSapin/rust/patch-8, r=cmr | bors | -1/+1 |
| 2014-04-08 | Update an obsolete comment about conditions | Simon Sapin | -1/+1 |
| 2014-04-08 | Fix spelling errors in comments. | Joseph Crail | -4/+4 |
| 2014-04-08 | std: User a smaller stdin buffer on windows | Alex Crichton | -1/+9 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-04-07 | auto merge of #13354 : alexcrichton/rust/fixup-some-signals, r=sfackler | bors | -10/+9 |
| 2014-04-06 | auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton | bors | -108/+109 |
| 2014-04-06 | De-~[] IO utils | Steven Fackler | -6/+6 |