| Age | Commit message (Expand) | Author | Lines |
| 2016-07-12 | Rollup merge of #34749 - GuillaumeGomez:any_doc, r=steveklabnik | Guillaume Gomez | -2/+158 |
| 2016-07-12 | Rollup merge of #34736 - GuillaumeGomez:cells_doc, r=steveklabnik | Guillaume Gomez | -0/+49 |
| 2016-07-11 | Auto merge of #34686 - alexcrichton:new-stage, r=luqmana | bors | -1/+0 |
| 2016-07-11 | Add missing examples for std::cell types | Guillaume Gomez | -0/+49 |
| 2016-07-10 | Improve std::any module doc | Guillaume Gomez | -2/+158 |
| 2016-07-09 | Auto merge of #34365 - petrochenkov:deferr, r=eddyb | bors | -1/+1 |
| 2016-07-09 | Auto merge of #34709 - GuillaumeGomez:primitives, r=steveklabnik | bors | -0/+32 |
| 2016-07-08 | Improve primitive integers documentation | Guillaume Gomez | -0/+32 |
| 2016-07-08 | Stabilize `FnOnce::Output` + Fix rebase | petrochenkov | -1/+1 |
| 2016-07-08 | Rollup merge of #34688 - GuillaumeGomez:double_ended_iterator, r=steveklabnik | Manish Goregaokar | -6/+12 |
| 2016-07-06 | Rollup merge of #34277 - ollie27:docs_num, r=steveklabnik | Steve Klabnik | -65/+64 |
| 2016-07-06 | Rollup merge of #33265 - tshepang:peek, r=steveklabnik | Steve Klabnik | -11/+9 |
| 2016-07-06 | rustc: Update stage0 to beta-2016-07-06 | Alex Crichton | -1/+0 |
| 2016-07-06 | Improve DoubleEndedIterator examples | Guillaume Gomez | -6/+12 |
| 2016-07-04 | Revert "Revert "Remove the return_address intrinsic."" | Eduard Burtescu | -6/+0 |
| 2016-07-04 | Auto merge of #34638 - zackmdavis:if_let_over_none_empty_block_arm, r=jseyfried | bors | -5/+2 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -5/+2 |
| 2016-07-03 | Auto merge of #34530 - alexcrichton:stabilize-1.11, r=aturon | bors | -117/+362 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -117/+362 |
| 2016-07-03 | Auto merge of #34540 - jupp0r:patch-1, r=steveklabnik | bors | -1/+4 |
| 2016-07-02 | Auto merge of #34580 - eddyb:two-steps-forward-one-step-backwards, r=nagisa | bors | -0/+6 |
| 2016-06-30 | Revert "Remove the return_address intrinsic." | Eduard Burtescu | -0/+6 |
| 2016-06-30 | Correct MIN_EXP docs and improve EPSILON | Oliver Middleton | -4/+4 |
| 2016-06-29 | std: use siphash-1-3 for HashMap | Sean McArthur | -52/+200 |
| 2016-06-29 | Improve code example for try! | Jupp Müller | -1/+4 |
| 2016-06-27 | Remove the return_address intrinsic. | Eduard Burtescu | -6/+0 |
| 2016-06-24 | Auto merge of #34425 - tbu-:pr_len_instead_of_size_hint, r=alexcrichton | bors | -14/+13 |
| 2016-06-24 | Auto merge of #34399 - alexcrichton:issue-audit, r=brson | bors | -16/+0 |
| 2016-06-23 | std: Fix up stabilization discrepancies | Alex Crichton | -16/+0 |
| 2016-06-23 | Use `len` instead of `size_hint` where appropiate | Tobias Bucher | -14/+13 |
| 2016-06-22 | Auto merge of #34408 - Manishearth:rollup, r=Manishearth | bors | -0/+28 |
| 2016-06-22 | Rollup merge of #34190 - ollie27:wrapping_fmt, r=alexcrichton | Manish Goregaokar | -0/+28 |
| 2016-06-22 | Auto merge of #33976 - komamitsu:assert_eq_with_msg, r=alexcrichton | bors | -1/+12 |
| 2016-06-21 | Rollup merge of #34360 - dsprenkels:ops-doc, r=apasel422 | Guillaume Gomez | -0/+1 |
| 2016-06-21 | Auto merge of #34155 - ollie27:unzip, r=alexcrichton | bors | -15/+0 |
| 2016-06-21 | Add message argument to `assert_eq` macro | Mitsunori Komatsu | -1/+12 |
| 2016-06-19 | doc: std::ops md formatting fix | Daan Sprenkels | -0/+1 |
| 2016-06-17 | Auto merge of #33090 - bluss:special-zip-2, r=aturon | bors | -21/+210 |
| 2016-06-15 | Auto merge of #34180 - durka:patch-24, r=brson | bors | -6/+6 |
| 2016-06-14 | Add/improve num const docs | Oliver Middleton | -65/+64 |
| 2016-06-14 | specialize zip: Use associated type for specialized zip struct data | Ulrik Sverdrup | -13/+39 |
| 2016-06-14 | specialize zip: TrustedRandomAccess for Enumerate | Ulrik Sverdrup | -0/+9 |
| 2016-06-14 | specialize zip: TrustedRandomAccess for Zip | Ulrik Sverdrup | -0/+11 |
| 2016-06-14 | specialize zip: Specialize .zip() for TrustedRandomAccess iterators | Ulrik Sverdrup | -21/+121 |
| 2016-06-14 | specialize zip: Implement TrustedRandomAccess for slice iterators | Ulrik Sverdrup | -0/+15 |
| 2016-06-14 | specialize zip: Introduce TrustedRandomAccess trait | Ulrik Sverdrup | -0/+28 |
| 2016-06-10 | Rollup merge of #34145 - matklad:any-docs, r=steveklabnik | Seo Sanghyeon | -1/+1 |
| 2016-06-09 | Auto merge of #34046 - Vtec234:fix-atomic-doc, r=steveklabnik | bors | -3/+3 |
| 2016-06-09 | Implement Binary, Octal, LowerHex and UpperHex for Wrapping<T> | Oliver Middleton | -0/+28 |
| 2016-06-09 | make RangeInclusive Hash and !Copy | Alex Burka | -1/+1 |