| Age | Commit message (Expand) | Author | Lines |
| 2017-02-05 | Rollup merge of #39501 - phungleson:libcorebench, r=alexcrichton | Corey Farwell | -4/+664 |
| 2017-02-05 | Auto merge of #39408 - ollie27:i128_try_from, r=alexcrichton | bors | -4/+4 |
| 2017-02-05 | Rollup merge of #39477 - jimmycuadra:try-from-parameter-name, r=alexcrichton | Corey Farwell | -1/+1 |
| 2017-02-05 | Rollup merge of #39393 - ollie27:stab_impls, r=alexcrichton | Corey Farwell | -37/+59 |
| 2017-02-05 | Rollup merge of #39289 - shahn:option_entry, r=alexcrichton | Corey Farwell | -0/+70 |
| 2017-02-05 | Rollup merge of #39107 - llogiq:branchless_filter_count, r=alexcrichton | Corey Farwell | -1/+21 |
| 2017-02-05 | Rollup merge of #38959 - Amanieu:atomic128, r=alexcrichton | Corey Farwell | -0/+18 |
| 2017-02-05 | Provide Entry-like API for Option | Sebastian Hahn | -0/+70 |
| 2017-02-04 | Fix TryFrom for i128/u128 | Oliver Middleton | -4/+4 |
| 2017-02-04 | Auto merge of #39399 - clarcharr:iter_rfind, r=alexcrichton | bors | -0/+58 |
| 2017-02-04 | Extract libcore benchmarks to a separate folder | Son | -4/+664 |
| 2017-02-03 | Auto merge of #39463 - alexcrichton:update-bootstrap, r=alexcrichton | bors | -187/+31 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -187/+31 |
| 2017-02-03 | Merge remote-tracking branch 'upstream/master' into format-with-capacity | Michał Krasnoborski | -66/+138 |
| 2017-02-03 | Move rfind to DoubleEndedIterator, add tracking issue. | Clar Charr | -58/+58 |
| 2017-02-03 | Auto merge of #39287 - wesleywiser:move_cell, r=aturon | bors | -41/+108 |
| 2017-02-02 | Add a name for the parameter to `TryFrom::try_from`. | Jimmy Cuadra | -1/+1 |
| 2017-02-01 | Update cell docs | Wesley Wiser | -5/+13 |
| 2017-02-02 | remove the wrapping arithmetics | Michał Krasnoborski | -10/+5 |
| 2017-02-01 | Adjust heuristics to better handle "{}..." format strings. | Michał Krasnoborski | -9/+12 |
| 2017-01-30 | Auto merge of #39407 - GuillaumeGomez:convert_module, r=frewsxcv | bors | -10/+18 |
| 2017-01-30 | Auto merge of #39405 - tshepang:nits, r=sfackler | bors | -3/+3 |
| 2017-01-30 | doc: minor Option improvements | Tshepang Lekhonkhobe | -3/+3 |
| 2017-01-29 | Add missing url in convert module | Guillaume Gomez | -10/+18 |
| 2017-01-29 | Add Iterator::rfind. | Clar Charr | -0/+58 |
| 2017-01-29 | Fix a few impl stability attributes | Oliver Middleton | -37/+59 |
| 2017-01-28 | use `String::with_capacity` in `format!` | Michał Krasnoborski | -0/+28 |
| 2017-01-27 | Rollup merge of #39344 - ollie27:links, r=steveklabnik | Alex Crichton | -5/+6 |
| 2017-01-27 | Rollup merge of #39307 - alexcrichton:stabilize-1.16, r=brson | Alex Crichton | -7/+3 |
| 2017-01-27 | Fix a few links in the docs | Oliver Middleton | -5/+6 |
| 2017-01-26 | Move stability attributes per feedback | Wesley Wiser | -2/+3 |
| 2017-01-26 | Auto merge of #39075 - est31:remove_reflect, r=nikomatsakis | bors | -57/+0 |
| 2017-01-25 | std: Stabilize APIs for the 1.16.0 release | Alex Crichton | -7/+3 |
| 2017-01-25 | Rollup merge of #38930 - insaneinside:place-left-arrow-syntax-docs, r=brson | Guillaume Gomez | -8/+8 |
| 2017-01-24 | Extend Cell to work with non-Copy types | Wesley Wiser | -36/+94 |
| 2017-01-24 | Remove Reflect | est31 | -57/+0 |
| 2017-01-24 | add explanation, fix test | Andre Bogus | -0/+11 |
| 2017-01-20 | Revert previous commit | Geoff Yoerger | -4/+0 |
| 2017-01-19 | Clarify the `default` option to use | Geoff Yoerger | -1/+6 |
| 2017-01-19 | Into item level docs (enum Ordering) | Geoff Yoerger | -0/+2 |
| 2017-01-19 | '.' | Geoff Yoerger | -1/+1 |
| 2017-01-19 | Module level doc | Geoff Yoerger | -1/+2 |
| 2017-01-17 | Add warning about varying hashes/orderings | Sean Leffler | -0/+4 |
| 2017-01-17 | Auto merge of #37972 - bluss:iter-find-is-on-a-roll, r=sfackler | bors | -14/+185 |
| 2017-01-17 | fix style nits | Andre Bogus | -7/+6 |
| 2017-01-16 | Rollup merge of #38247 - federicomenaquintero:assert-eq-argument-docs, r=Guil... | Guillaume Gomez | -1/+12 |
| 2017-01-16 | branchless .filter(_).count() | Andre Bogus | -0/+10 |
| 2017-01-14 | Auto merge of #38982 - clarcharr:expect_err, r=aturon | bors | -0/+25 |
| 2017-01-13 | expect_err for Result. | Clar Charr | -0/+25 |
| 2017-01-13 | Rollup merge of #39024 - stjepang:owned-to-string, r=steveklabnik | Guillaume Gomez | -8/+8 |