| Age | Commit message (Expand) | Author | Lines |
| 2015-03-31 | rollup merge of #23766: alexcrichton/stabilize-raw-fd | Alex Crichton | -2/+16 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -0/+3 |
| 2015-03-27 | rollup merge of #23750: murarth/ipaddr-fromstr | Alex Crichton | -6/+12 |
| 2015-03-26 | Add `std::net::lookup_addr` for reverse DNS lookup | Murarth | -0/+19 |
| 2015-03-26 | std: Stabilize parts of std::os::platform::io | Alex Crichton | -2/+16 |
| 2015-03-26 | impl `FromStr` for `IpAddr` | Murarth | -6/+12 |
| 2015-03-25 | std: Add net::IpAddr, destabilize lookup_host | Alex Crichton | -9/+56 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -0/+5 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -1/+0 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+5 |
| 2015-03-20 | Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichton | bors | -1/+1 |
| 2015-03-20 | don't use Result::ok just to be able to use unwrap/unwrap_or | Oliver Schneider | -1/+1 |
| 2015-03-20 | Auto merge of #23504 - alexcrichton:parse-error-not-unit, r=aturon | bors | -11/+17 |
| 2015-03-19 | std: Stablize io::ErrorKind | Alex Crichton | -5/+8 |
| 2015-03-18 | std: Stabilize FromStr implementations in std::net | Alex Crichton | -11/+17 |
| 2015-03-17 | Fix IPv6 address format in documentation | Ricardo Martins | -1/+1 |
| 2015-03-17 | Auto merge of #23352 - alexcrichton:stabilize-net, r=aturon | bors | -203/+380 |
| 2015-03-16 | Auto merge of #23347 - aturon:stab-misc, r=alexcrichton | bors | -1/+1 |
| 2015-03-15 | Removed old_io note from std::net | Trent Nadeau | -2/+1 |
| 2015-03-13 | std: Stabilize the `net` module | Alex Crichton | -203/+380 |
| 2015-03-13 | Deprecate range, range_step, count, distributions | Aaron Turon | -1/+1 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -3/+3 |
| 2015-03-06 | Test fixes and rebase conflicts | Alex Crichton | -0/+1 |
| 2015-03-06 | rollup merge of #23097: alexcrichton/issue-23076 | Alex Crichton | -1/+6 |
| 2015-03-06 | Rollup merge of #23095 - stepancheg:test-bind-fail, r=alexcrichton | Manish Goregaokar | -4/+4 |
| 2015-03-05 | std: Fix peeling ports from addresses | Alex Crichton | -1/+6 |
| 2015-03-06 | std: net: enable bind_error test on all platforms | Stepan Koltsov | -4/+4 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -8/+8 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -1/+1 |
| 2015-02-26 | std: Draw from the same port pool during tests | Alex Crichton | -2/+2 |
| 2015-02-24 | std: Move std::env to the new I/O APIs | Alex Crichton | -1/+1 |
| 2015-02-22 | Rollup merge of #22584 - alexcrichton:snapshots, r=Gankro | Manish Goregaokar | -29/+0 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -29/+0 |
| 2015-02-20 | try to reduce bajillion warnings | Alexis | -7/+1 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -0/+32 |
| 2015-02-17 | rollup merge of #22435: aturon/final-stab-thread | Alex Crichton | -46/+46 |
| 2015-02-17 | Fallout from stabilization | Aaron Turon | -46/+46 |
| 2015-02-17 | openbsd: adapt connect_error test | Sébastien Marie | -1/+2 |
| 2015-02-11 | std: Add a `net` module for TCP/UDP | Alex Crichton | -0/+2592 |