| Age | Commit message (Expand) | Author | Lines |
| 2016-03-28 | style: Use `iter` for IntoIterator parameter names | Kamal Marhubi | -10/+10 |
| 2016-03-28 | Rollup merge of #32507 - klingtnet:master, r=steveklabnik | Steve Klabnik | -2/+7 |
| 2016-03-28 | Implement BufRead for Chain | Tobias Mùˆller | -0/+21 |
| 2016-03-26 | Auto merge of #32510 - nodakai:libstd-sys-net-error-check, r=alexcrichton | bors | -10/+11 |
| 2016-03-27 | Extend linkchecker with anchor checking | mitaa | -15/+15 |
| 2016-03-26 | Auto merge of #32325 - alexcrichton:panic-once, r=aturon | bors | -56/+363 |
| 2016-03-27 | libstd/sys/*/net: very minor clean up of cvt*() utility functions. | NODA, Kai | -10/+11 |
| 2016-03-26 | std: Rewrite Once with poisoning | Alex Crichton | -56/+363 |
| 2016-03-26 | Rollup merge of #32387 - alexcrichton:ascii-test, r=aturon | Manish Goregaokar | -0/+6 |
| 2016-03-26 | Fix missing console output in `Barrier` example | Andreas Linz | -2/+7 |
| 2016-03-26 | Fixup #32476 | Manish Goregaokar | -0/+1 |
| 2016-03-26 | Rollup merge of #32476 - diwic:63-null-thread-name, r=alexcrichton | Manish Goregaokar | -20/+30 |
| 2016-03-26 | Rollup merge of #32448 - sfackler:time-augmented-assignment, r=alexcrichton | Manish Goregaokar | -2/+58 |
| 2016-03-26 | Rollup merge of #32257 - alexcrichton:fix-status-stdin, r=aturon | Manish Goregaokar | -1/+1 |
| 2016-03-26 | Rollup merge of #32199 - nikomatsakis:limiting-constants-in-patterns-2, r=pnk... | Manish Goregaokar | -6/+8 |
| 2016-03-25 | Auto merge of #32407 - alexcrichton:netbsd-gcc-s-link, r=aturon | bors | -1/+3 |
| 2016-03-25 | fallout in existing tests | Niko Matsakis | -6/+8 |
| 2016-03-25 | Fix unsound behaviour with null characters in thread names (issue #32475) | David Henningsson | -20/+30 |
| 2016-03-24 | Rollup merge of #32452 - GuillaumeGomez:patch-5, r=steveklabnik | Steve Klabnik | -0/+50 |
| 2016-03-24 | Rollup merge of #32276 - brson:doc, r=alexcrichton | Steve Klabnik | -2/+2 |
| 2016-03-23 | doc: Stdin is locked for reads, not writes | Brian Anderson | -2/+2 |
| 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-23 | Add code examples for libstd/time | Guillaume Gomez | -0/+50 |
| 2016-03-22 | Add augmented assignment operator impls for time types | Steven Fackler | -2/+58 |
| 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 | 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 |