| Age | Commit message (Expand) | Author | Lines |
| 2016-11-03 | Peekable::peek(): Use Option::as_ref() | Martin Glagla | -4/+1 |
| 2016-11-02 | Rollup merge of #37523 - d-unseductable:deref_mut_lifetimes, r=bluss | Jonathan Turner | -2/+2 |
| 2016-11-02 | Rollup merge of #37517 - Mark-Simulacrum:add-unwrap-default-tracking-issue, r... | Jonathan Turner | -1/+1 |
| 2016-11-02 | Rollup merge of #37473 - joshtriplett:doc-copyedit-write-writeln, r=alexcrichton | Jonathan Turner | -18/+20 |
| 2016-11-02 | Rollup merge of #37351 - Amanieu:consume, r=alexcrichton | Jonathan Turner | -0/+18 |
| 2016-11-02 | Auto merge of #37054 - rednum:master, r=alexcrichton | bors | -0/+74 |
| 2016-11-01 | Elide lifetimes in DerefMut documentation | Dmitry Gritsay | -2/+2 |
| 2016-11-01 | Add tracking issue number to Result::unwrap_or_default unstable annotation. | Mark-Simulacrum | -1/+1 |
| 2016-11-01 | Rollup merge of #37316 - ollie27:docs_links, r=GuillaumeGomez | Guillaume Gomez | -11/+12 |
| 2016-11-01 | Rollup merge of #36849 - diwic:69-fromutf8-doc, r=alexcrichton | Guillaume Gomez | -1/+1 |
| 2016-11-01 | Merge branch 'master' of https://github.com/rust-lang/rust | Marcin Fatyga | -699/+1343 |
| 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-29 | Copyediting on documentation for write! and writeln! | Josh Triplett | -18/+20 |
| 2016-10-29 | Add documentation to write! and writeln! on using both io::Write and fmt::Write | Josh Triplett | -0/+30 |
| 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-27 | Rename ordering chaining functions. | Marcin Fatyga | -12/+12 |
| 2016-10-27 | core::ptr: Add .wrapping_offset() methods | Ulrik Sverdrup | -0/+80 |
| 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 | Add `Sum` and `Product` impls for `Wrapping` | Cristi Cobzarenco | -6/+11 |
| 2016-10-23 | Implement ops on `&Wrapping<T>` | Cristi Cobzarenco | -52/+75 |
| 2016-10-23 | Prevent exhaustive matching of Ordering to allow for future extension | Amanieu d'Antras | -0/+18 |
| 2016-10-23 | Auto merge of #37325 - newpavlov:master, r=frewsxcv | bors | -0/+140 |
| 2016-10-22 | Actually fix doctests. | Marcin Fatyga | -2/+5 |
| 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 | Fix a few links in the docs | Oliver Middleton | -11/+12 |
| 2016-10-21 | doc: a more simple description of Iterator::nth | Tshepang Lekhonkhobe | -6/+2 |
| 2016-10-20 | Document TrustedLen’s contract | Ulrik Sverdrup | -1/+13 |
| 2016-10-20 | Implement TrustedLen for more iterators | Ulrik Sverdrup | -5/+43 |
| 2016-10-20 | Introduce iterator trait TrustedLen | Ulrik Sverdrup | -1/+50 |
| 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 |