| Age | Commit message (Expand) | Author | Lines |
| 2016-10-26 | Auto merge of #37312 - arthurprs:sip-smaller, r=alexcrichton | bors | -50/+97 |
| 2016-10-26 | Auto merge of #37270 - Mark-Simulacrum:smallvec-optimized-arenas, r=eddyb | bors | -0/+5 |
| 2016-10-25 | Add size hint to Result's FromIterator implementation. | Mark-Simulacrum | -0/+5 |
| 2016-10-25 | Small improvement to SipHasher | arthurprs | -50/+97 |
| 2016-10-23 | Auto merge of #37325 - newpavlov:master, r=frewsxcv | bors | -0/+140 |
| 2016-10-22 | Rollup merge of #37314 - tshepang:simple, r=GuillaumeGomez | Guillaume Gomez | -6/+2 |
| 2016-10-22 | Rollup merge of #37219 - srinivasreddy:prelude, r=nrc | Guillaume Gomez | -14/+28 |
| 2016-10-21 | Small doc change for include! | Артём Павлов [Artyom Pavlov] | -3/+1 |
| 2016-10-21 | libcore documentation for builtin macros | Артём Павлов [Artyom Pavlov] | -0/+142 |
| 2016-10-21 | doc: a more simple description of Iterator::nth | Tshepang Lekhonkhobe | -6/+2 |
| 2016-10-19 | Rollup merge of #37240 - jethrogb:typeid_doc, r=sfackler | Eduard-Mihai Burtescu | -4/+2 |
| 2016-10-19 | Rollup merge of #37230 - bluss:zip-specialization-for-map, r=alexcrichton | Eduard-Mihai Burtescu | -1/+65 |
| 2016-10-17 | Add stable example to TypeId | Jethro Beekman | -4/+2 |
| 2016-10-17 | Expand .zip() specialization to .map() and .cloned() | Ulrik Sverdrup | -1/+65 |
| 2016-10-16 | Run rustfmt on libcore/prelude folder | Srinivas Reddy Thatiparthy | -14/+28 |
| 2016-10-16 | Run rustfmt on libcore/sync folder | Srinivas Reddy Thatiparthy | -56/+58 |
| 2016-10-14 | Rollup merge of #37123 - srinivasreddy:libcore_num, r=erickt | Jonathan Turner | -54/+112 |
| 2016-10-14 | Rollup merge of #36961 - GuillaumeGomez:hash_doc, r=frewsxcv | Jonathan Turner | -15/+22 |
| 2016-10-12 | run rustfmt on libcore/num folder | Srinivas Reddy Thatiparthy | -54/+112 |
| 2016-10-12 | Review changes | Nick Cameron | -1/+1 |
| 2016-10-12 | Deprecate `Reflect` | Nick Cameron | -4/+6 |
| 2016-10-12 | Stabilise `?` | Nick Cameron | -1/+4 |
| 2016-10-08 | Add missing urls for hash modules | Guillaume Gomez | -15/+22 |
| 2016-10-07 | rewrite checked_{div,rem} to no contain any reference to panics | Jorge Aparicio | -8/+6 |
| 2016-10-04 | update sip.rs for new intrinsics and defaults | Eric Roshan-Eisner | -14/+9 |
| 2016-10-04 | Rollup merge of #36908 - GuillaumeGomez:default_doc, r=apasel422 | Manish Goregaokar | -1/+1 |
| 2016-10-04 | Rollup merge of #36902 - ollie27:stab_impls, r=alexcrichton | Manish Goregaokar | -13/+17 |
| 2016-10-03 | Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturon | bors | -35/+37 |
| 2016-10-03 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -35/+37 |
| 2016-10-02 | fix typos | Guillaume Gomez | -1/+1 |
| 2016-10-01 | std: Correct stability attributes for some implementations | Oliver Middleton | -13/+17 |
| 2016-10-01 | impl Debug for raw pointers to unsized data | Alex Burka | -2/+2 |
| 2016-09-30 | Auto merge of #36864 - steveklabnik:rollup, r=steveklabnik | bors | -33/+40 |
| 2016-09-30 | Rollup merge of #36810 - GuillaumeGomez:ops_doc, r=steveklabnik | Steve Klabnik | -15/+19 |
| 2016-09-30 | Rollup merge of #36750 - GuillaumeGomez:cmp_doc, r=steveklabnik | Steve Klabnik | -3/+6 |
| 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-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 |