| Age | Commit message (Expand) | Author | Lines |
| 2016-09-30 | Rollup merge of #36535 - GuillaumeGomez:macro_url, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2016-09-30 | Rollup merge of #36529 - bluss:index-doc, r=GuillaumeGomez | Steve Klabnik | -13/+13 |
| 2016-09-30 | Auto merge of #36823 - durka:discriminant_value, r=nagisa | bors | -0/+82 |
| 2016-09-30 | str: Fix documentation typo | David Henningsson | -1/+1 |
| 2016-09-29 | Auto merge of #36377 - tormol:encode_utf, r=alexcrichton | bors | -132/+56 |
| 2016-09-29 | Add missing urls for ops module | Guillaume Gomez | -15/+19 |
| 2016-09-28 | Auto merge of #36818 - jonathandturner:rollup, r=jonathandturner | bors | -9/+0 |
| 2016-09-28 | Rollup merge of #36811 - brson:bootstrap, r=alexcrichton | Jonathan Turner | -9/+0 |
| 2016-09-28 | Auto merge of #36395 - durka:rangeinclusive-no-esi, r=alexcrichton | bors | -2/+9 |
| 2016-09-28 | Remove stage0 hacks | Brian Anderson | -9/+0 |
| 2016-09-28 | [breaking-change] std: change `encode_utf{8,16}()` to take a buffer and retur... | tormol | -132/+56 |
| 2016-09-27 | add wrapper for discriminant_value | Alex Burka | -0/+82 |
| 2016-09-26 | Add basic doc example for `core::ptr::write_bytes`. | Corey Farwell | -0/+13 |
| 2016-09-26 | Add missing links on cmp module | Guillaume Gomez | -3/+6 |
| 2016-09-22 | Rollup merge of #36589 - jpadkins:option_docs_safety_wording_fix, r=bluss | Jonathan Turner | -6/+4 |
| 2016-09-22 | Rollup merge of #36423 - GuillaumeGomez:eq_impl, r=pnkfelix | Jonathan Turner | -10/+10 |
| 2016-09-21 | add assert_ne and debug_assert_ne macros | Ashley Williams | -0/+63 |
| 2016-09-19 | Auto merge of #34942 - porglezomp:master, r=sfackler | bors | -15/+11 |
| 2016-09-19 | fixed the safety header/wording in option.rs | jacobpadkins | -6/+4 |
| 2016-09-18 | Auto merge of #36523 - Mark-Simulacrum:format-args-link, r=GuillaumeGomez | bors | -3/+7 |
| 2016-09-18 | Add missing Eq implementations | Guillaume Gomez | -10/+10 |
| 2016-09-17 | Auto merge of #36490 - bluss:zip-slightly-despecialized-edition, r=alexcrichton | bors | -38/+14 |
| 2016-09-16 | Add links between format_args! macro and std::fmt::Arguments struct | Mark-Simulacrum | -3/+7 |
| 2016-09-16 | Rollup merge of #36519 - Mark-Simulacrum:example-asmut, r=GuillaumeGomez | Jonathan Turner | -0/+16 |
| 2016-09-16 | Rollup merge of #36424 - kmcallister:gh-29361-marker-docs, r=GuillaumeGomez | Jonathan Turner | -155/+268 |
| 2016-09-16 | Update to new macro url syntax | Guillaume Gomez | -2/+2 |
| 2016-09-16 | Clarify Index/IndexMut trait docs | Ulrik Sverdrup | -13/+13 |
| 2016-09-15 | Add example in AsMut trait documentation | Mark-Simulacrum | -0/+16 |
| 2016-09-15 | Tweak std::marker docs | Keegan McAllister | -155/+268 |
| 2016-09-15 | Auto merge of #35992 - SimonSapin:rc-arc-ptr-eq, r=alexcrichton | bors | -0/+34 |
| 2016-09-15 | Add std::ptr::eq, for referential equality of &T references. | Simon Sapin | -0/+34 |
| 2016-09-15 | Auto merge of #36491 - Manishearth:rollup, r=Manishearth | bors | -8/+32 |
| 2016-09-15 | Rollup merge of #36454 - bluss:slice-primitive-index, r=alexcrichton | Manish Goregaokar | -4/+4 |
| 2016-09-15 | Rollup merge of #36384 - petrochenkov:derclone, r=alexcrichton | Manish Goregaokar | -4/+28 |
| 2016-09-15 | Remove data structure specialization for .zip() iterator | Ulrik Sverdrup | -38/+14 |
| 2016-09-15 | Auto merge of #36372 - sfackler:sum-prod-overflow, r=alexcrichton | bors | -14/+10 |
| 2016-09-14 | core: Use primitive indexing in slice's Index/IndexMut | Ulrik Sverdrup | -4/+4 |
| 2016-09-14 | Rollup merge of #36396 - athulappadan:Default-docs, r=bluss | Guillaume Gomez | -0/+10 |
| 2016-09-14 | Rollup merge of #36363 - GuillaumeGomez:add_urls, r=steveklabnik | Guillaume Gomez | -89/+160 |
| 2016-09-13 | Auto merge of #36041 - ahmedcharles:try, r=nrc | bors | -2/+2 |
| 2016-09-13 | Auto merge of #36181 - seanmonstar:likely, r=nikomatsakis | bors | -0/+14 |
| 2016-09-12 | Remove stray attribute | Steven Fackler | -1/+0 |
| 2016-09-12 | remove ExactSizeIterator from RangeInclusive<u/isize> | Alex Burka | -2/+9 |
| 2016-09-11 | Use question_mark feature in libcore. | Ahmed Charles | -2/+2 |
| 2016-09-11 | Documentation for default types modified | athulappadan | -4/+4 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+10 |
| 2016-09-11 | Improve Result doc | ggomez | -36/+59 |
| 2016-09-11 | Improve Option doc | ggomez | -28/+50 |
| 2016-09-11 | Improve Copy trait doc | ggomez | -16/+35 |
| 2016-09-11 | Improve Clone doc | ggomez | -9/+16 |