| Age | Commit message (Expand) | Author | Lines |
| 2016-11-01 | Auto merge of #37299 - devonhollowood:result-unwrap-or-default, r=alexcrichton | bors | -0/+38 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -4/+4 |
| 2016-10-31 | Rollup merge of #37486 - msiglreith:pr_doc_bitandassign, r=apasel422 | Guillaume Gomez | -1/+1 |
| 2016-10-31 | Rollup merge of #37438 - Cobrand:index_doc, r=GuillaumeGomez | Guillaume Gomez | -18/+67 |
| 2016-10-30 | Fix typo in the BitAndAssign operator documentation | msiglreith | -1/+1 |
| 2016-10-28 | improve docs for Index and IndexMut | Cobrand | -18/+67 |
| 2016-10-27 | tidy/features: fix checking of lang features | Tamir Duberstein | -7/+7 |
| 2016-10-26 | Auto merge of #37315 - bluss:fold-more, r=alexcrichton | bors | -0/+32 |
| 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 | iter: Implement .fold() for .chain() | Ulrik Sverdrup | -0/+19 |
| 2016-10-25 | Small improvement to SipHasher | arthurprs | -50/+97 |
| 2016-10-25 | iter: Implement .fold() for .cloned() and .map() | Ulrik Sverdrup | -0/+13 |
| 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 | Fix use of `result_unwrap_or_default` feature | Devon Hollowood | -0/+2 |
| 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-20 | Make `Result`'s `unwrap_or_default` unstable | Devon Hollowood | -3/+6 |
| 2016-10-21 | doc: a more simple description of Iterator::nth | Tshepang Lekhonkhobe | -6/+2 |
| 2016-10-19 | Add `unwrap_or_default` method to `Result` | Devon Hollowood | -0/+33 |
| 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 |