| Age | Commit message (Expand) | Author | Lines |
| 2020-02-26 | Remove `sip::Hasher::short_write`. | Nicholas Nethercote | -46/+7 |
| 2020-02-24 | Rollup merge of #69391 - memoryruins:memalias, r=Mark-Simulacrum | Dylan DPC | -0/+2 |
| 2020-02-24 | Address method comments | Andreas Molzer | -3/+2 |
| 2020-02-24 | Rollup merge of #69386 - danielhenrymantilla:maybe_uninit_docs_replace_chunk_... | Pietro Albini | -1/+1 |
| 2020-02-23 | Bump core::primitive to 1.43 | David Tolnay | -18/+18 |
| 2020-02-24 | adjuste doc of `map_while` | Waffle | -10/+6 |
| 2020-02-22 | Add rustdoc aliases to `ptr::copy` and `ptr::copy_nonoverlapping` | memoryruins | -0/+2 |
| 2020-02-22 | Fix doc example for `MaybeUninit::get_mut()` | Daniel Henry-Mantilla | -1/+1 |
| 2020-02-22 | Relax str::get_unchecked precondition to permit empty slicing | ridiculousfish | -4/+4 |
| 2020-02-22 | Rollup merge of #69354 - MichaelMcDonnell:duration_overflow_test, r=Centril | Dylan DPC | -0/+6 |
| 2020-02-22 | Rollup merge of #68984 - ecstatic-morse:const-u8-is-ascii, r=sfackler | Dylan DPC | -1/+2 |
| 2020-02-22 | Stabilize const for integer {to,from}_{be,le,ne}_bytes methods | Trevor Spiteri | -13/+16 |
| 2020-02-22 | Auto merge of #69332 - nnethercote:revert-u8to64_le-changes, r=michaelwoerister | bors | -1/+3 |
| 2020-02-22 | Auto merge of #67330 - golddranks:split_inclusive, r=kodraus | bors | -1/+421 |
| 2020-02-21 | Test `Duration::new` panics on overflow | Michael Mc Donnell | -0/+6 |
| 2020-02-21 | Revert `u8to64_le` changes from #68914. | Nicholas Nethercote | -1/+3 |
| 2020-02-20 | Rollup merge of #68978 - ecstatic-morse:const-int-pow, r=oli-obk | Dylan DPC | -23/+49 |
| 2020-02-20 | Auto merge of #69256 - nnethercote:misc-inlining, r=Centril | bors | -1/+1 |
| 2020-02-19 | Auto merge of #69241 - shahn:checked_add_revert, r=Mark-Simulacrum,lqd | bors | -5/+7 |
| 2020-02-18 | Revert "Remove `checked_add` in `Layout::repeat`" | Sebastian Hahn | -5/+7 |
| 2020-02-18 | Rollup merge of #69249 - LeSeulArtichaut:stabilize-logs-consts, r=sfackler | Yuki Okushi | -4/+4 |
| 2020-02-18 | Rollup merge of #68597 - ollie27:skip_nth_last, r=Amanieu | Yuki Okushi | -13/+7 |
| 2020-02-18 | Always inline `run_utf8_validation`. | Nicholas Nethercote | -1/+1 |
| 2020-02-17 | Move the show_usize marker function to a static | Mark Rousskov | -7/+16 |
| 2020-02-17 | Move to using an extern type for opaqueness | Mark Rousskov | -12/+4 |
| 2020-02-17 | Drop unused argument to float functions | Mark Rousskov | -240/+224 |
| 2020-02-17 | Rollup merge of #68701 - amosonn:patch-2, r=RalfJung | Yuki Okushi | -4/+15 |
| 2020-02-17 | Rollup merge of #68495 - sdegutis:patch-1, r=Mark-Simulacrum | Yuki Okushi | -1/+2 |
| 2020-02-16 | Stabilize {f32, f64}::{LOG2_10, LOG10_2} | LeSeulArtichaut | -4/+4 |
| 2020-02-16 | Improve documentation on iterators | LeSeulArtichaut | -2/+4 |
| 2020-02-16 | debug_assert a few more raw pointer methods | Ralf Jung | -5/+16 |
| 2020-02-16 | Improve #Safety of core::ptr::drop_in_place | Amos Onn | -1/+4 |
| 2020-02-15 | Formatter::sign is &'static str | Mark Rousskov | -21/+21 |
| 2020-02-15 | Improve #Safety in various methods in core::ptr | Amos Onn | -0/+8 |
| 2020-02-15 | Improve #Safety of core::ptr::replace | Amos Onn | -1/+1 |
| 2020-02-15 | Improve #Safety in various methods in core::ptr | Amos Onn | -2/+2 |
| 2020-02-14 | implement LowerExp and UpperExp for integers | Max Blachman | -0/+243 |
| 2020-02-12 | Add trait `Self` filtering to `rustc_on_unimplemented` | Esteban Küber | -4/+1 |
| 2020-02-12 | Account for `Pin::new(_)` and `Pin::new(Box::new(_))` when `Box::pin(_)` woul... | Esteban Küber | -0/+7 |
| 2020-02-12 | Add usage recommendation to old float constants | Linus Färnstrand | -0/+28 |
| 2020-02-12 | Update float documentation to use associated consts | Linus Färnstrand | -22/+2 |
| 2020-02-12 | Add notice about using new consts in new code on int modules | Linus Färnstrand | -0/+36 |
| 2020-02-12 | Add notice about using new consts in new code on float modules | Linus Färnstrand | -0/+6 |
| 2020-02-12 | Remove uint_macros that was identical to int_macros | Linus Färnstrand | -45/+13 |
| 2020-02-12 | Replace min/max_value() with MIN/MAX in integer docs | Linus Färnstrand | -52/+52 |
| 2020-02-12 | Use new preferred consts in int docs | Linus Färnstrand | -35/+13 |
| 2020-02-12 | Add "soft deprecation" notice to old MIN/MAX docs | Linus Färnstrand | -12/+41 |
| 2020-02-12 | Add "soft deprecation" notice to old min/max_value() docs | Linus Färnstrand | -40/+60 |
| 2020-02-12 | Stabilize assoc_int_consts | Linus Färnstrand | -37/+32 |
| 2020-02-12 | Add tracking number, adjust documentation wording | Andreas Molzer | -4/+5 |