| Age | Commit message (Expand) | Author | Lines |
| 2019-01-21 | Speed up the fast path for assert_eq! and assert_ne! | Björn Steinbrink | -4/+16 |
| 2019-01-21 | Auto merge of #55045 - kleimkuhler:add-std-is_sorted, r=KodrAus | bors | -4/+212 |
| 2019-01-21 | Rollup merge of #56796 - KrishnaSannasi:try_from_impl_change, r=shepmaster | Mazdak Farrokhzad | -2/+2 |
| 2019-01-19 | Rollup merge of #57452 - steveklabnik:improve-formatter-docs, r=frewsxcv | Mazdak Farrokhzad | -3/+12 |
| 2019-01-19 | Make `str` indexing generic on `SliceIndex`. | Alexis Hunt | -195/+132 |
| 2019-01-18 | Rollup merge of #57350 - folex:master, r=estebank | Mazdak Farrokhzad | -0/+30 |
| 2019-01-18 | Rollup merge of #57685 - pthariensflame:enhancement/pin-impl-applicability, r... | Mazdak Farrokhzad | -3/+45 |
| 2019-01-18 | Rollup merge of #57357 - frewsxcv:frewsxcv-partial-eq, r=QuietMisdreavus | Mazdak Farrokhzad | -16/+22 |
| 2019-01-18 | Rollup merge of #57340 - eqrion:doc/c_variadic, r=Mark-Simulacrum | Mazdak Farrokhzad | -11/+11 |
| 2019-01-18 | Rollup merge of #56594 - sdroege:c_void-is-not-never, r=TimNN | Mazdak Farrokhzad | -7/+10 |
| 2019-01-18 | Auto merge of #56996 - clarcharr:spin_loop_hint, r=KodrAus | bors | -9/+26 |
| 2019-01-17 | Override `Iterator::is_sorted_by` in `slice::Iter` impl | Lukas Kalbertodt | -13/+22 |
| 2019-01-17 | Compare pairs with `slice::windows` | Kevin Leimkuhler | -8/+9 |
| 2019-01-17 | Improve documentation and slice impl | Kevin Leimkuhler | -11/+18 |
| 2019-01-17 | Add is_sorted unstable documentation | Kevin Leimkuhler | -0/+4 |
| 2019-01-17 | Add is_sorted impl for [T] | Kevin Leimkuhler | -21/+109 |
| 2019-01-17 | Add initial impl of is_sorted to Iterator | Kevin Leimkuhler | -0/+99 |
| 2019-01-17 | Add signed num::NonZeroI* types | Simon Sapin | -16/+30 |
| 2019-01-17 | Auto merge of #57694 - pietroalbini:revert-beta-on-master, r=pietroalbini | bors | -20/+0 |
| 2019-01-17 | Revert "Auto merge of #57670 - rust-lang:beta-next, r=Mark-Simulacrum" | Pietro Albini | -20/+0 |
| 2019-01-17 | Auto merge of #57520 - alexreg:tidy-copyright-lint, r=Mark-Simulacrum | bors | -15/+14 |
| 2019-01-16 | Fix tidy errors. | Alexander Ronald Altman | -2/+0 |
| 2019-01-16 | Enhance `Pin` impl applicability for `PartialEq` and `PartialOrd`. | Alexander Ronald Altman | -3/+47 |
| 2019-01-16 | allow unused warnings related to rustc_layout_scalar_valid_range_start | Pietro Albini | -0/+20 |
| 2019-01-15 | demonstrate symmetry | Corey Farwell | -1/+1 |
| 2019-01-15 | Move spin_loop_hint to core::hint module | Clar Fon | -9/+26 |
| 2019-01-15 | Rollup merge of #57608 - timvisee:master, r=frewsxcv | Mazdak Farrokhzad | -1/+1 |
| 2019-01-15 | Rollup merge of #57579 - stjepang:once-with, r=SimonSapin | Mazdak Farrokhzad | -0/+135 |
| 2019-01-14 | Simplify 'product' factorial example | timvisee | -1/+1 |
| 2019-01-14 | Add another feature(iter_once_with) | Stjepan Glavina | -0/+2 |
| 2019-01-14 | Add feature(iter_once_with) | Stjepan Glavina | -0/+2 |
| 2019-01-14 | Remove unnecessary mut | Stjepan Glavina | -1/+1 |
| 2019-01-14 | Auto merge of #57322 - Centril:stabilize-identity, r=SimonSapin | bors | -4/+1 |
| 2019-01-14 | Fix failing test | Stjepan Glavina | -6/+7 |
| 2019-01-13 | Fix intradoc link and update issue number | Stjepan Glavina | -8/+9 |
| 2019-01-13 | Cosmetic improvements | Alexander Regueiro | -15/+14 |
| 2019-01-13 | Auto merge of #57577 - Centril:rollup, r=Centril | bors | -24/+24 |
| 2019-01-13 | Rollup merge of #57549 - taiki-e:must_use, r=estebank | Mazdak Farrokhzad | -24/+24 |
| 2019-01-13 | Add core::iter::once_with | Stjepan Glavina | -0/+129 |
| 2019-01-13 | Auto merge of #57567 - Centril:stabilize-transpose, r=alexreg | bors | -6/+2 |
| 2019-01-13 | Auto merge of #57568 - Centril:rollup, r=Centril | bors | -64/+49 |
| 2019-01-13 | Change #[must_use] message of Iterator in documentation | Taiki Endo | -1/+1 |
| 2019-01-13 | Change #[must_use] message of Iterator | Taiki Endo | -22/+22 |
| 2019-01-13 | stabilize transpose_result in 1.33 | Mazdak Farrokhzad | -6/+2 |
| 2019-01-13 | Rollup merge of #57496 - steveklabnik:gh32934, r=Centril | Mazdak Farrokhzad | -20/+15 |
| 2019-01-13 | Rollup merge of #57454 - sinkuu:fmt_cleanup, r=joshtriplett | Mazdak Farrokhzad | -40/+10 |
| 2019-01-13 | Rollup merge of #57353 - huonw:faster-finiteness-checks, r=KodrAus | Mazdak Farrokhzad | -4/+24 |
| 2019-01-13 | Minor cosmetic changes | Alexander Regueiro | -8/+12 |
| 2019-01-13 | const stabilize . | Mazdak Farrokhzad | -22/+44 |
| 2019-01-13 | Add #[must_use] message to Iterator and Future | Taiki Endo | -2/+2 |