| Age | Commit message (Expand) | Author | Lines |
| 2016-07-19 | Auto merge of #34898 - sanxiyn:rollup, r=sanxiyn | bors | -0/+10 |
| 2016-07-18 | Auto merge of #34879 - petrochenkov:fnptr, r=alexcrichton | bors | -2/+11 |
| 2016-07-18 | Auto merge of #34357 - tbu-:pr_exact_size_is_empty, r=brson | bors | -2/+28 |
| 2016-07-18 | Fix doctest of `ExactSizeIterator::is_empty` | Tobias Bucher | -1/+3 |
| 2016-07-18 | Rollup merge of #34875 - frewsxcv:std-slice-struct, r=GuillaumeGomez | Seo Sanghyeon | -0/+10 |
| 2016-07-17 | Indicate where `std::slice` structs originate from. | Corey Farwell | -0/+10 |
| 2016-07-17 | Implement traits for variadic function pointers | Vadim Petrochenkov | -2/+11 |
| 2016-07-16 | Rollup merge of #34838 - steveklabnik:gh33677, r=alexcrichton | Guillaume Gomez | -5/+8 |
| 2016-07-16 | Rollup merge of #34837 - GuillaumeGomez:better_example, r=nagisa | Guillaume Gomez | -1/+1 |
| 2016-07-16 | Rollup merge of #34768 - alexcrichton:issue-audit, r=aturon | Guillaume Gomez | -8/+8 |
| 2016-07-15 | Fix up documentation around no_std | Steve Klabnik | -5/+8 |
| 2016-07-15 | Improve float number example | Guillaume Gomez | -1/+1 |
| 2016-07-15 | Rollup merge of #34804 - GuillaumeGomez:fix_ret, r=steveklabnik | Guillaume Gomez | -5/+24 |
| 2016-07-15 | Rollup merge of #34777 - glandium:issue34697, r=GuillaumeGomez | Guillaume Gomez | -0/+2 |
| 2016-07-14 | Auto merge of #33907 - strake:decode_utf8, r=alexcrichton | bors | -0/+47 |
| 2016-07-13 | add core::char::DecodeUtf8 | M Farkas-Dyck | -0/+47 |
| 2016-07-13 | Add examples for FpCategory | ggomez | -5/+24 |
| 2016-07-12 | std: Clean out deprecated APIs | Alex Crichton | -33/+0 |
| 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-12 | doc: Mention that writeln! and println! always use LF | Mike Hommey | -0/+2 |
| 2016-07-11 | std: Correct tracking issue for SipHash{13,24} | Alex Crichton | -8/+8 |
| 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 |