| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2019-01-12 | whitespace | Corey Farwell | -6/+6 |
| 2019-01-12 | bring back the example i removed, also add symmetry and simplify impl | Corey Farwell | -0/+42 |
| 2019-01-12 | add comment explaining what the derive does | Corey Farwell | -0/+1 |
| 2019-01-12 | Rollup merge of #57499 - steveklabnik:gh47757, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+6 |
| 2019-01-12 | Rollup merge of #57433 - ecstatic-morse:issue-56610-bad-link, r=dtolnay | Mazdak Farrokhzad | -0/+1 |
| 2019-01-12 | Auto merge of #57234 - Centril:const-stabilizations-2, r=oli-obk | bors | -43/+78 |
| 2019-01-11 | re-do docs for core::cmp | Steve Klabnik | -20/+15 |
| 2019-01-10 | note that FromStr does not work for borrowed types | Steve Klabnik | -2/+6 |
| 2019-01-09 | Auto merge of #57419 - cramertj:pin-set, r=withouboats | bors | -2/+2 |
| 2019-01-08 | Auto merge of #56407 - GuillaumeGomez:missing-docs-reexported-macros, r=varkor | bors | -0/+2 |
| 2019-01-09 | Misc cleanups | Shotaro Yamada | -8/+7 |
| 2019-01-08 | Update stdsimd submodule | Guillaume Gomez | -0/+2 |
| 2019-01-07 | Add link destination for `read-ownership` | Dylan MacKenzie | -0/+1 |