| Age | Commit message (Expand) | Author | Lines |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -6/+15 |
| 2015-04-15 | Rollup merge of #24480 - achanda:move_test, r=alexcrichton | Steve Klabnik | -259/+270 |
| 2015-04-15 | Move IP related tests to ip.rs | Abhishek Chanda | -259/+270 |
| 2015-04-15 | Fix some typos. | Ms2ger | -1/+1 |
| 2015-04-14 | rollup merge of #24377: apasel422/docs | Alex Crichton | -12/+12 |
| 2015-04-13 | Fix check for globally routable IPv4 address | Abhishek Chanda | -15/+43 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -12/+12 |
| 2015-04-10 | Auto merge of #24177 - alexcrichton:rustdoc, r=aturon | bors | -5/+1 |
| 2015-04-07 | std: Deny most warnings in doctests | Alex Crichton | -5/+1 |
| 2015-04-07 | disabling a test that is failing on bitrig. | Dave Huseby | -1/+2 |
| 2015-04-01 | std: Changing the meaning of the count to splitn | Alex Crichton | -1/+1 |
| 2015-03-31 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -11/+14 |
| 2015-03-31 | rollup merge of #23919: alexcrichton/stabilize-io-error | Alex Crichton | -3/+3 |
| 2015-03-31 | std: Stabilize last bits of io::Error | Alex Crichton | -3/+3 |
| 2015-03-31 | rollup merge of #23873: alexcrichton/remove-deprecated | Alex Crichton | -24/+3 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -24/+3 |
| 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 |