| Age | Commit message (Expand) | Author | Lines |
| 2017-07-13 | Forward more Iterator methods for iter::Rev | Simon Sapin | -0/+8 |
| 2017-07-13 | Forward more Iterator methods for str::Bytes | Simon Sapin | -0/+38 |
| 2017-07-12 | Rollup merge of #43137 - ollie27:stab, r=aturon | Mark Simulacrum | -5/+5 |
| 2017-07-12 | Rollup merge of #43011 - qnighy:unsized-tuple-impls, r=aturon | Mark Simulacrum | -7/+23 |
| 2017-07-12 | Rollup merge of #42670 - dns2utf8:panic_return_code, r=steveklabnik | Mark Simulacrum | -1/+1 |
| 2017-07-10 | Correct some stability attributes | Oliver Middleton | -5/+5 |
| 2017-07-08 | Add tests for reaching the end of RangeInclusive as an iterator | Simon Sapin | -0/+20 |
| 2017-07-08 | Add tests for Range*::nth | Simon Sapin | -0/+51 |
| 2017-07-08 | Implement O(1)-time Iterator::nth for Range* | Simon Sapin | -5/+84 |
| 2017-07-08 | Factorize some macros in iter/range.rs | Simon Sapin | -57/+28 |
| 2017-07-08 | Remove Step::steps_between, rename steps_between_by_one to steps_between | Simon Sapin | -51/+10 |
| 2017-07-08 | Remove unused Step methods | Simon Sapin | -34/+0 |
| 2017-07-08 | Remove unused Add bounds in iterator for ranges impls. | Simon Sapin | -23/+8 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -1/+2 |
| 2017-07-05 | Add `rustc_on_unimplemented` message to `std::ops::Try` | Esteban Küber | -0/+2 |
| 2017-07-05 | Insert current implementation header | Stefan Schindler | -1/+1 |
| 2017-07-04 | Rollup merge of #43043 - sfackler:reverse-stability, r=Mark-Simulacrum | Mark Simulacrum | -1/+1 |
| 2017-07-04 | Rollup merge of #42836 - rthomas:29355-debug, r=GuillaumeGomez | Mark Simulacrum | -10/+129 |
| 2017-07-04 | Auto merge of #43012 - scottmcm:delete-range-step-by, r=alexcrichton | bors | -246/+16 |
| 2017-07-03 | Add a stability marker for core::cmp::Reverse.0 | Steven Fackler | -1/+1 |
| 2017-07-02 | Auto merge of #43010 - stjepang:stabilize-sort-unstable, r=alexcrichton | bors | -6/+5 |
| 2017-07-02 | Remove the remaining feature gates | Stjepan Glavina | -1/+0 |
| 2017-07-02 | Add docs for Debug* structs. #29355 | Ryan Thomas | -10/+129 |
| 2017-07-02 | Style fix | est31 | -1/+1 |
| 2017-07-02 | Documentation | est31 | -2/+2 |
| 2017-07-02 | Fix the test failure, add comment, and refactor a little bit | est31 | -102/+22 |
| 2017-07-02 | Output line column info when panicking | est31 | -17/+120 |
| 2017-07-02 | Fix tidy errors | Stjepan Glavina | -3/+3 |
| 2017-07-01 | Delete deprecated & unstable range-specific `step_by` | Scott McMurray | -246/+16 |
| 2017-07-02 | Stabilize feature sort_unstable | Stjepan Glavina | -2/+2 |
| 2017-07-02 | Implement Eq/Hash/Debug etc. for unsized tuples. | Masaki Hara | -7/+23 |
| 2017-07-01 | Auto merge of #42991 - sfackler:unstable-rangeargument, r=alexcrichton | bors | -168/+9 |
| 2017-06-30 | Revert "Stabilize RangeArgument" | Steven Fackler | -168/+9 |
| 2017-06-30 | Track `iterator_for_each` in #42986 | Josh Stone | -1/+1 |
| 2017-06-30 | Auto merge of #42782 - cuviper:iterator_for_each, r=alexcrichton | bors | -0/+94 |
| 2017-06-29 | Rollup merge of #42920 - behnam:cmp, r=BurntSushi | Ariel Ben-Yehuda | -4/+6 |
| 2017-06-29 | Rollup merge of #42831 - rthomas:master, r=QuietMisdreavus | Ariel Ben-Yehuda | -7/+4 |
| 2017-06-28 | Auto merge of #42819 - scottmcm:swap-nonoverlapping, r=sfackler | bors | -61/+86 |
| 2017-06-28 | Auto merge of #42745 - sfackler:1.19-stabilization, r=alexcrichton | bors | -13/+171 |
| 2017-06-28 | Auto merge of #42431 - nagisa:core-float-2, r=alexcrichton | bors | -12/+24 |
| 2017-06-27 | Use a little more compelling example of `for_each` | Josh Stone | -6/+7 |
| 2017-06-26 | [libcore/cmp] Expand Ord/PartialOrd Derivable doc for enum types | Behnam Esfahbod | -4/+6 |
| 2017-06-24 | Stabilize RangeArgument | Steven Fackler | -9/+168 |
| 2017-06-24 | Stabilize cmp::Reverse | Steven Fackler | -4/+3 |
| 2017-06-24 | Auto merge of #42541 - gilescope:patch-1, r=alexcrichton | bors | -8/+12 |
| 2017-06-23 | Rollup merge of #42822 - ChrisMacNaughton:guard-traits, r=alexcrichton | Mark Simulacrum | -0/+14 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -19/+43 |
| 2017-06-22 | Adding training commer to be more consistent with prior format. | Giles Cope | -4/+4 |
| 2017-06-22 | Fix NaN handling in is_sign_negative/positive | Simonas Kazlauskas | -12/+24 |
| 2017-06-22 | Update docs for fmt::write. | Ryan Thomas | -7/+4 |