| Age | Commit message (Expand) | Author | Lines |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -8/+11 |
| 2014-05-06 | auto merge of #13754 : alexcrichton/rust/net-experimental, r=brson | bors | -1/+70 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -4/+4 |
| 2014-04-26 | std: Add experimental networking methods | Alex Crichton | -1/+70 |
| 2014-04-24 | std: Add timeouts to unix connect/accept | Alex Crichton | -1/+90 |
| 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-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/+16 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -2/+3 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -4/+4 |
| 2014-04-12 | auto merge of #13448 : alexcrichton/rust/rework-chan-return-values, r=brson | bors | -2/+2 |
| 2014-04-11 | Add more type signatures to the docs; tweak a few of them. | Huon Wilson | -9/+15 |
| 2014-04-10 | std: Make std::comm return types consistent | Alex Crichton | -2/+2 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -2/+2 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -22/+20 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -2/+3 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -4/+4 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -13/+16 |
| 2014-03-25 | std: Touch various I/O documentation blocks | Alex Crichton | -2/+30 |
| 2014-03-25 | libstd: Document the following modules: | Patrick Walton | -9/+52 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -2/+2 |
| 2014-03-13 | auto merge of #12855 : alexcrichton/rust/shutdown, r=brson | bors | -0/+18 |
| 2014-03-13 | io: Bind to shutdown() for TCP streams | Alex Crichton | -0/+18 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -159/+116 |
| 2014-03-04 | Rename struct fields with uppercase characters in their names to use lowercase | Palmer Cox | -4/+4 |
| 2014-03-04 | Rename all variables that have uppercase characters in their names to use onl... | Palmer Cox | -2/+2 |
| 2014-02-28 | std: Improve some I/O documentation | Alex Crichton | -0/+10 |
| 2014-02-27 | std: Small cleanup and test improvement | Alex Crichton | -6/+10 |
| 2014-02-25 | auto merge of #12522 : erickt/rust/hash, r=alexcrichton | bors | -1/+0 |
| 2014-02-24 | Remove std::from_str::FromStr from the prelude | Brendan Zabarauskas | -0/+1 |
| 2014-02-24 | std: minor whitespace cleanup | Erick Tryzelaar | -1/+0 |
| 2014-02-24 | Correctly ignore some tests on windows | Alex Crichton | -1/+1 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -13/+14 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -14/+2 |
| 2014-02-16 | Implement named pipes for windows, touch up unix | Alex Crichton | -42/+61 |
| 2014-02-14 | Fix all code examples | Alex Crichton | -5/+8 |
| 2014-02-11 | Test fixes and rebase conflicts | Alex Crichton | -4/+4 |
| 2014-02-11 | io -- introduce local to avoid conflicting borrow | Niko Matsakis | -1/+2 |
| 2014-02-10 | IterBytes for IpAddr and SocketAddr | Tom Lee | -2/+13 |
| 2014-02-05 | Make a double-write UDP test more robust | Alex Crichton | -7/+10 |
| 2014-02-05 | Implement clone() for TCP/UDP/Unix sockets | Alex Crichton | -1/+393 |
| 2014-02-03 | Fixing remaining warnings and errors throughout | Alex Crichton | -6/+8 |
| 2014-02-03 | std: Fixing all documentation | Alex Crichton | -18/+0 |
| 2014-02-03 | std: Fix tests with io_error usage | Alex Crichton | -185/+144 |
| 2014-02-03 | std: Remove io::io_error | Alex Crichton | -139/+59 |
| 2014-01-31 | auto merge of #11918 : omasanori/rust/reduce-warnings, r=alexcrichton | bors | -7/+3 |