| Age | Commit message (Expand) | Author | Lines |
| 2018-06-04 | Add ExactChunks::remainder and ExactChunks::into_remainder | Sebastian Dröge | -0/+14 |
| 2018-06-02 | Stabilize Iterator::step_by | Thayne McCombs | -1/+0 |
| 2018-06-02 | Stabilize iterator_repeat_with | Thayne McCombs | -13/+0 |
| 2018-06-01 | Add @ithinuel's tests from #50597 | Clar Charr | -0/+21 |
| 2018-06-01 | Fix ambiguity in Result test | Clar Charr | -2/+4 |
| 2018-05-26 | Auto merge of #50364 - LukasKalbertodt:improve-duration-debug-impl, r=KodrAus | bors | -0/+128 |
| 2018-05-23 | Auto merge of #50933 - SimonSapin:anchorage, r=alexcrichton | bors | -39/+38 |
| 2018-05-22 | Remove the unstable Float trait | Simon Sapin | -39/+38 |
| 2018-05-21 | Auto merge of #49283 - varkor:combining-chars-escape_debug, r=SimonSapin | bors | -0/+1 |
| 2018-05-21 | Only escape extended grapheme characters in the first position | varkor | -1/+1 |
| 2018-05-21 | Make {char, str}::escape_debug and impl Debug for {char, str} consistent | varkor | -8/+1 |
| 2018-05-21 | Add test for Debug formatting of char | varkor | -0/+8 |
| 2018-05-18 | Auto merge of #50319 - nagisa:align_to, r=alexcrichton | bors | -0/+125 |
| 2018-05-17 | Fix align_offset_stride1 & align_to_simple tests | Simonas Kazlauskas | -2/+2 |
| 2018-05-17 | Implement [T]::align_to | Simonas Kazlauskas | -0/+125 |
| 2018-05-17 | Stabilise inclusive_range_methods | varkor | -1/+0 |
| 2018-05-17 | Switch to 1.26 bootstrap compiler | Mark Simulacrum | -2/+0 |
| 2018-05-16 | Stabilize num::NonZeroU* | Simon Sapin | -1/+0 |
| 2018-05-16 | Fix `Debug` impl of `Duration` for precisions > 9 | Lukas Kalbertodt | -5/+11 |
| 2018-05-16 | Implement rounding for `Duration`s Debug output | Lukas Kalbertodt | -6/+16 |
| 2018-05-12 | Rollup merge of #50545 - rizakrko:const_time, r=oli-obk | Mark Simulacrum | -2/+40 |
| 2018-05-10 | const time | Roman Stoliar | -2/+40 |
| 2018-05-10 | Rollup merge of #50010 - ExpHP:slice-bounds, r=alexcrichton | Alex Crichton | -38/+214 |
| 2018-05-09 | Rollup merge of #50464 - est31:master, r=rkruppe | kennytm | -6/+4 |
| 2018-05-06 | resolved conflict with upstream commit | Brad Gibson | -5/+218 |
| 2018-05-06 | Improve `Debug` impl of `core::time::Duration` | Lukas Kalbertodt | -0/+112 |
| 2018-05-06 | Some final touches to ensure `./x.py test --stage 0 src/lib*` works | kennytm | -0/+2 |
| 2018-05-06 | Move the tests in src/libcore/slice/memchr.rs as well. | kennytm | -0/+86 |
| 2018-05-06 | Fix warning in `core::time` tests | Lukas Kalbertodt | -4/+6 |
| 2018-05-06 | Move libcore/time tests from `time.rs` to `tests/time.rs` | Lukas Kalbertodt | -0/+123 |
| 2018-05-05 | Remove some transmutes | est31 | -6/+4 |
| 2018-05-02 | Added comments providing justification for support of calling deref_* with wr... | Brad Gibson | -1/+5 |
| 2018-04-30 | fixed some and added more tests | Brad Gibson | -17/+93 |
| 2018-05-01 | Removed direct field usage of RangeInclusive in rustc itself. | kennytm | -4/+4 |
| 2018-04-30 | revise macro in slice tests | Michael Lamparski | -92/+62 |
| 2018-04-30 | Make the fields of RangeInclusive private. | kennytm | -1/+1 |
| 2018-04-30 | flesh out tests for SliceIndex | Michael Lamparski | -38/+244 |
| 2018-04-30 | update libcore's comment about str tests | Michael Lamparski | -1/+1 |
| 2018-04-27 | fixed inner_deref test case for None | Brad Gibson | -1/+1 |
| 2018-04-27 | moved #![feature(inner_deref) to from libcore crate to libcore tests crate to... | Brad Gibson | -0/+1 |
| 2018-04-26 | added DerefOption and DerefResult + tests to std | Brad Gibson | -0/+32 |
| 2018-04-24 | Rollup merge of #50185 - dmizuk:mod_euc-fix-overflow, r=kennytm | kennytm | -0/+6 |
| 2018-04-24 | Rollup merge of #49970 - SimonSapin:deprecate, r=sfackler | kennytm | -0/+1 |
| 2018-04-24 | Rollup merge of #49727 - stjepang:cell-update, r=SimonSapin | kennytm | -0/+12 |
| 2018-04-24 | core: Fix overflow in `int::mod_euc` when `self < 0 && rhs == MIN` | Daiki Mizukami | -0/+6 |
| 2018-04-22 | Auto merge of #49896 - SimonSapin:inherent, r=alexcrichton | bors | -0/+1 |
| 2018-04-21 | Make the unstable StrExt and SliceExt traits private to libcore in not(stage0) | Simon Sapin | -0/+1 |
| 2018-04-20 | Revert "Stabilize the TryFrom and TryInto traits" | Felix S. Klock II | -0/+1 |
| 2018-04-15 | Deprecate Read::chars and char::decode_utf8 | Simon Sapin | -0/+1 |
| 2018-04-14 | stabilize fetch_nand | Andre Bogus | -1/+1 |