| Age | Commit message (Expand) | Author | Lines |
| 2017-07-26 | Rollup merge of #43471 - ollie27:try_from_ints, r=nagisa | Mark Simulacrum | -4/+16 |
| 2017-07-26 | Rollup merge of #42959 - SimonSapin:nonzero-checked, r=sfackler | Mark Simulacrum | -4/+4 |
| 2017-07-25 | std: Stabilize `char_escape_debug` | Alex Crichton | -1/+0 |
| 2017-07-25 | Add missing impl and tests for int to int TryFrom impls | Oliver Middleton | -4/+16 |
| 2017-07-24 | improve the TryFrom implementations | Andre Bogus | -0/+214 |
| 2017-07-22 | Rename {NonZero,Shared,Unique}::new to new_unchecked | Simon Sapin | -4/+4 |
| 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-04 | Auto merge of #43012 - scottmcm:delete-range-step-by, r=alexcrichton | bors | -27/+16 |
| 2017-07-02 | Remove the remaining feature gates | Stjepan Glavina | -1/+0 |
| 2017-07-01 | Delete deprecated & unstable range-specific `step_by` | Scott McMurray | -27/+16 |
| 2017-06-20 | Rollup merge of #42271 - tinaun:charfromstr, r=alexcrichton | Corey Farwell | -0/+11 |
| 2017-06-20 | added `FromStr` Impl for `char` | tinaun | -0/+11 |
| 2017-06-16 | Auto merge of #42430 - nagisa:core-float, r=alexcrichton | bors | -0/+55 |
| 2017-06-16 | Auto merge of #42631 - malbarbo:wasm32, r=alexcrichton | bors | -0/+8 |
| 2017-06-14 | Re-implement float min/max in rust | Simonas Kazlauskas | -0/+55 |
| 2017-06-13 | Ignore some failing test on wasm32-unknown-emscripten | Marco A L Barbosa | -0/+8 |
| 2017-06-06 | Add max and min default fns to Ord trait | Nick Whitney | -0/+11 |
| 2017-06-02 | Rollup merge of #42310 - scottmcm:deprecate-range-stepby, r=alexcrichton | Mark Simulacrum | -13/+21 |
| 2017-06-02 | Auto merge of #41670 - scottmcm:slice-rotate, r=alexcrichton | bors | -0/+17 |
| 2017-05-31 | Avoid range::step_by in another test | Scott McMurray | -2/+2 |
| 2017-05-31 | Deprecate Range*::step_by | Scott McMurray | -13/+21 |
| 2017-05-30 | RangeFrom should have an infinite size_hint | Scott McMurray | -0/+1 |
| 2017-05-28 | Auto merge of #42167 - scottmcm:iter-stepby-sizehint, r=alexcrichton | bors | -0/+75 |
| 2017-05-23 | Override size_hint and propagate ExactSizeIterator for iter::StepBy | Scott McMurray | -0/+75 |
| 2017-05-21 | Return a correct size_hint for degenerate inclusive ranges | Scott McMurray | -0/+5 |
| 2017-05-21 | Stop returning k from [T]::rotate | Scott McMurray | -2/+2 |
| 2017-05-21 | Add an in-place rotate method for slices to libcore | Scott McMurray | -0/+17 |
| 2017-05-21 | Make RangeInclusive just a two-field struct | Scott McMurray | -1/+18 |
| 2017-05-12 | Fix commit derp and update implementations and documentation | Ivan Dardi | -1/+29 |
| 2017-05-04 | fallout from NonZero/Unique/Shared changes | Alexis Beingessner | -6/+6 |
| 2017-04-26 | Rollup merge of #41493 - scottmcm:fix-step-replace, r=sfackler | Ariel Ben-Yehuda | -0/+40 |
| 2017-04-23 | Step::replace_one should put a one, not a zero (Issue #41492) | Scott McMurray | -0/+40 |
| 2017-04-20 | Remove float_extras | Josh Stone | -12/+35 |
| 2017-04-09 | Auto merge of #41154 - bluss:slice-rfind, r=alexcrichton | bors | -0/+14 |
| 2017-04-08 | slice: Implement .rfind() for slice iterators Iter and IterMut | Ulrik Sverdrup | -0/+14 |
| 2017-04-07 | Optimize AtomicBool::fetch_nand | Stjepan Glavina | -1/+14 |
| 2017-04-03 | Move libXtest into libX/tests | Stjepan Glavina | -0/+7661 |