| Age | Commit message (Expand) | Author | Lines |
| 2014-05-07 | std: Add I/O timeouts to networking objects | Alex Crichton | -0/+15 |
| 2014-05-07 | auto merge of #13751 : alexcrichton/rust/io-close-read, r=brson | bors | -0/+4 |
| 2014-05-07 | std: Add close_{read,write}() methods to I/O | Alex Crichton | -0/+4 |
| 2014-05-07 | core: Move Option::expect to libstd from libcore | Alex Crichton | -1/+1 |
| 2014-05-07 | core: Add unwrap()/unwrap_err() methods to Result | Alex Crichton | -1/+1 |
| 2014-05-07 | core: Add a limited implementation of failure | Alex Crichton | -32/+12 |
| 2014-05-07 | core: Inherit possible string functionality | Alex Crichton | -1/+0 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -109/+139 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -23/+23 |
| 2014-05-03 | Add lint check for negating uint literals and variables. | Falco Hirschenberger | -0/+1 |
| 2014-04-27 | Fix repeated module documentation | Alexandre Gagnon | -14/+23 |
| 2014-04-24 | std: Add timeouts to unix connect/accept | Alex Crichton | -1/+3 |
| 2014-04-24 | Update libuv | Alex Crichton | -1/+1 |
| 2014-04-23 | auto merge of #13688 : alexcrichton/rust/accept-timeout, r=brson | bors | -0/+1 |
| 2014-04-23 | std: Add support for an accept() timeout | Alex Crichton | -0/+1 |
| 2014-04-23 | auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakis | bors | -1/+1 |
| 2014-04-23 | std: Change Finally to take `&mut self` | Alex Crichton | -1/+1 |
| 2014-04-22 | Fixed Win64 build | Vadim Chugunov | -4/+97 |
| 2014-04-21 | Fix misspellings in comments. | Joseph Crail | -1/+1 |
| 2014-04-19 | auto merge of #13615 : alexcrichton/rust/improve-demangling, r=brson | bors | -3/+13 |
| 2014-04-19 | std: Add an experimental connect_timeout function | Alex Crichton | -1/+2 |
| 2014-04-18 | auto merge of #13606 : alexcrichton/rust/better-thread-errors, r=brson | bors | -4/+17 |
| 2014-04-18 | std: Fix demangling with middle special chars | Alex Crichton | -3/+13 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -4/+5 |
| 2014-04-18 | std: Fail more gracefully on thread spawn errors | Alex Crichton | -4/+17 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -3/+4 |
| 2014-04-15 | std: Remove pub use globs | Brian Anderson | -2/+4 |
| 2014-04-15 | std: Impl Deref/DerefMut for a borrowed task | Alex Crichton | -16/+15 |
| 2014-04-12 | auto merge of #13448 : alexcrichton/rust/rework-chan-return-values, r=brson | bors | -1/+1 |
| 2014-04-11 | auto merge of #13236 : liigo/rust/rename-benchharness, r=huonw | bors | -10/+10 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -10/+10 |
| 2014-04-10 | std: Be sure to call pthread_attr_destroy | Alex Crichton | -0/+2 |
| 2014-04-10 | std: Make std::comm return types consistent | Alex Crichton | -1/+1 |
| 2014-04-10 | std,native,green,rustuv: make readdir return `Vec`. | Huon Wilson | -1/+2 |
| 2014-04-10 | std,serialize: remove some internal uses of ~[]. | Huon Wilson | -3/+4 |
| 2014-04-08 | Improve searching for XXX in tidy script (#3303) | Boris Egorov | -1/+1 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -13/+13 |
| 2014-04-06 | De-~[] Mem{Reader,Writer} | Steven Fackler | -1/+1 |
| 2014-04-03 | auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brson | bors | -1/+1 |
| 2014-04-03 | Test fixes from the rollup | Alex Crichton | -5/+5 |
| 2014-04-03 | fix Option<~ZeroSizeType> | Daniel Micay | -2/+11 |
| 2014-04-01 | auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton | bors | -1/+1 |
| 2014-04-01 | rand: bubble up IO messages futher. | Huon Wilson | -1/+1 |
| 2014-03-31 | Switch some tuple structs to pub fields | Alex Crichton | -1/+1 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -41/+39 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -10/+10 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -99/+107 |
| 2014-03-26 | auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson | bors | -107/+0 |
| 2014-03-24 | comm: Implement synchronous channels | Alex Crichton | -2/+3 |
| 2014-03-24 | auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brson | bors | -2/+2 |