| Age | Commit message (Expand) | Author | Lines |
| 2016-03-22 | sprinkle feature gates here and there | Jorge Aparicio | -0/+1 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -347/+347 |
| 2016-03-22 | std: Change `encode_utf{8,16}` to return iterators | Alex Crichton | -19/+12 |
| 2016-03-22 | std: Store flowinfo/scope_id in host byte order | Alex Crichton | -6/+6 |
| 2016-03-22 | Fixes test which are now run due to should_panic | Lukas Pustina | -1/+5 |
| 2016-03-22 | f clarification, docs | Piotr Czarnecki | -2/+10 |
| 2016-03-22 | f Put and DerefMut | Piotr Czarnecki | -14/+26 |
| 2016-03-22 | doc: small char improvements | Tshepang Lekhonkhobe | -3/+3 |
| 2016-03-22 | Fix Default for OsString/OsStr | Wangshan Lu | -3/+3 |
| 2016-03-21 | f dead code | Piotr Czarnecki | -10/+0 |
| 2016-03-21 | std: Link to gcc_s on NetBSD | Alex Crichton | -1/+3 |
| 2016-03-22 | Implement Default for OsStr | Wangshan Lu | -0/+14 |
| 2016-03-22 | Implement Default for OsString | Wangshan Lu | -0/+14 |
| 2016-03-21 | Adjusts all rust doc test to use `expect` and `should_panic` | Lukas Pustina | -14/+13 |
| 2016-03-20 | std: Add regression test for #32074 | Alex Crichton | -0/+6 |
| 2016-03-20 | Add unix socket support to the standard library | Steven Fackler | -55/+1141 |
| 2016-03-19 | Fixes 2. stdout to stderr in rustdoc | Lukas Pustina | -1/+1 |
| 2016-03-19 | Auto merge of #32314 - alexcrichton:ascii-fun, r=aturon | bors | -102/+0 |
| 2016-03-19 | Rollup merge of #32329 - sfackler:assert-recover-safe-pub, r=aturon | Eduard-Mihai Burtescu | -3/+7 |
| 2016-03-19 | Revert "Tags new test as `no_run` and uses expect()" | Lukas Pustina | -3/+4 |
| 2016-03-18 | Auto merge of #32050 - achanda:from-slice-v4, r=alexcrichton | bors | -0/+12 |
| 2016-03-19 | Add functions to convert IPv6 addresses from and to octets | Tobias Bucher | -21/+43 |
| 2016-03-18 | Tags new test as `no_run` and uses expect() | Lukas Pustina | -4/+3 |
| 2016-03-18 | Fix tidy | Steven Fackler | -2/+4 |
| 2016-03-18 | Auto merge of #32282 - sfackler:panic-hook, r=alexcrichton | bors | -33/+45 |
| 2016-03-18 | Add a since to deprecations | Steven Fackler | -2/+2 |
| 2016-03-18 | Extends rustdoc on how to caputure output | Lukas Pustina | -0/+23 |
| 2016-03-18 | Auto merge of #32080 - eddyb:transcendent, r=nikomatsakis | bors | -0/+3 |
| 2016-03-18 | Auto merge of #32248 - dstu:master, r=alexcrichton | bors | -0/+49 |
| 2016-03-17 | Auto merge of #32207 - achanda:ipv6-doc, r=alexcrichton | bors | -19/+29 |
| 2016-03-17 | Make AssertRecoverSafe's field public | Steven Fackler | -3/+5 |
| 2016-03-17 | fixup Cleaner Recover::replace | Piotr Czarnecki | -11/+15 |
| 2016-03-17 | Add #[rustc_no_mir] to make tests pass with -Z orbit. | Eduard Burtescu | -0/+3 |
| 2016-03-17 | std: Revert addition of `into_ascii_*` methods | Alex Crichton | -102/+0 |
| 2016-03-15 | Make set_hook take a Box<Fn> | Steven Fackler | -3/+2 |
| 2016-03-15 | Rename panic handlers to panic hook | Steven Fackler | -33/+46 |
| 2016-03-15 | Use issue number from rust-lang/rust, not rust-lang/rfcs. | Stu Black | -2/+2 |
| 2016-03-15 | std: Fix overflow when subtracting Instant | Alex Crichton | -4/+4 |
| 2016-03-14 | std: Fix inheriting stdin on status() | Alex Crichton | -1/+1 |
| 2016-03-14 | Expose the key of Entry variants for HashMap and BTreeMap. | Stu Black | -0/+49 |
| 2016-03-13 | Add is_documentation for IPv6 | Abhishek Chanda | -19/+29 |
| 2016-03-13 | Auto merge of #32211 - achanda:ipv6-global, r=alexcrichton | bors | -1/+3 |
| 2016-03-13 | Auto merge of #32184 - ollie27:win_stdout, r=alexcrichton | bors | -23/+21 |
| 2016-03-12 | Reject unspecified and loopback IP from global | Abhishek Chanda | -1/+3 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -1488/+180 |
| 2016-03-11 | std: Remove unstable from ReentrantMutex | Alex Crichton | -3/+0 |
| 2016-03-12 | Further simplify Windows stdout/stderr | Oliver Middleton | -13/+8 |
| 2016-03-11 | Auto merge of #32200 - Manishearth:rollup, r=Manishearth | bors | -3/+3 |
| 2016-03-11 | Auto merge of #32132 - arcnmx:cargobuild-std-target, r=alexcrichton | bors | -5/+5 |
| 2016-03-12 | Rollup merge of #32174 - cmbrandenburg:spell_fix, r=steveklabnik | Manish Goregaokar | -3/+3 |