| Age | Commit message (Expand) | Author | Lines |
| 2016-03-23 | Auto merge of #32454 - eddyb:rollup, r=eddyb | bors | -9/+37 |
| 2016-03-23 | Rollup merge of #32441 - tshepang:doc-primitive, r=steveklabnik | Eduard-Mihai Burtescu | -3/+3 |
| 2016-03-23 | Rollup merge of #32429 - alexcrichton:scope-id-hton, r=aturon | Eduard-Mihai Burtescu | -6/+6 |
| 2016-03-23 | Rollup merge of #32404 - WiSaGaN:feature/osstring-implement-default, r=aturon | Eduard-Mihai Burtescu | -0/+28 |
| 2016-03-23 | Auto merge of #32390 - japaric:untry, r=pnkfelix | bors | -356/+357 |
| 2016-03-22 | Auto merge of #32058 - pczarn:hashmap-initial-refactoring, r=apasel422 | bors | -224/+250 |
| 2016-03-22 | fix alignment | Jorge Aparicio | -21/+21 |
| 2016-03-22 | std: undo conversion of user defined try!s | Jorge Aparicio | -11/+11 |
| 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 | 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-22 | Implement Default for OsStr | Wangshan Lu | -0/+14 |
| 2016-03-22 | Implement Default for OsString | Wangshan Lu | -0/+14 |
| 2016-03-20 | Add unix socket support to the standard library | Steven Fackler | -55/+1141 |
| 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-18 | Auto merge of #32050 - achanda:from-slice-v4, r=alexcrichton | bors | -0/+12 |
| 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 | 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 | 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 |
| 2016-03-11 | Auto merge of #32133 - alexcrichton:linkchecker, r=brson | bors | -17/+17 |
| 2016-03-10 | Auto merge of #32102 - alexcrichton:assert-safe-closures, r=aturon | bors | -1/+36 |