| Age | Commit message (Expand) | Author | Lines |
| 2017-02-10 | Rollup merge of #39174 - rspeer:iter-nth-doc-fix, r=alexcrichton | Corey Farwell | -2/+5 |
| 2017-02-11 | Auto merge of #39642 - stjepang:specialize-slice-partialord, r=alexcrichton | bors | -3/+4 |
| 2017-02-10 | iterator docs: Move paragraph about discarding; clarify "consumed" | Rob Speer | -5/+5 |
| 2017-02-10 | Rephrase my proposed edit ("objects" -> "elements") | Rob Speer | -1/+1 |
| 2017-02-10 | Fix a misleading statement in `Iterator.nth()` | Rob Speer | -1/+4 |
| 2017-02-09 | name anonymous fn parameters in libcore traits | Trevor Spiteri | -22/+22 |
| 2017-02-09 | Rollup merge of #39615 - phungleson:corefloat, r=alexcrichton | Corey Farwell | -83/+98 |
| 2017-02-08 | Remove unnecessary specialization for [u8] | Stjepan Glavina | -7/+0 |
| 2017-02-08 | Rollup merge of #39561 - phungleson:libcollectionsbench, r=alexcrichton | Corey Farwell | -2/+2 |
| 2017-02-08 | Simplify by calling SliceOrd::compare | Stjepan Glavina | -15/+1 |
| 2017-02-08 | Specialize `PartialOrd<A> for [A] where A: Ord` | Stjepan Glavina | -0/+22 |
| 2017-02-07 | Improve fmt float | Son | -83/+98 |
| 2017-02-06 | improve error message when two-arg assert_eq! receives a trailing comma | Zack M. Davis | -6/+6 |
| 2017-02-06 | Revert "Add 128-bit atomics" | Alex Crichton | -18/+0 |
| 2017-02-06 | Extract collections benchmarks to libcollections/benches | Son | -2/+2 |
| 2017-02-05 | Auto merge of #39567 - frewsxcv:rollup, r=frewsxcv | bors | -4/+664 |
| 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 |