| Age | Commit message (Expand) | Author | Lines |
| 2020-03-02 | Rollup merge of #69617 - DutchGhost:master, r=LukasKalbertodt | Dylan DPC | -1/+2 |
| 2020-03-02 | Rollup merge of #69544 - lqd:unrevert-67174, r=Mark-Simulacrum | Dylan DPC | -7/+5 |
| 2020-03-02 | Rollup merge of #68682 - LeSeulArtichaut:stable-intrinsics, r=steveklabnik | Dylan DPC | -9/+473 |
| 2020-03-02 | actually mark the function const | DutchGhost | -1/+1 |
| 2020-03-01 | Implement nth, last, and count for iter::Copied | Steven Allen | -0/+12 |
| 2020-03-01 | constify mem::forget | DutchGhost | -0/+1 |
| 2020-03-01 | Remove assert that had been replaced by assert_ne | Michael Mc Donnell | -1/+0 |
| 2020-02-29 | Rollup merge of #69582 - RalfJung:vec-parts, r=Centril | Dylan DPC | -6/+10 |
| 2020-02-29 | Rollup merge of #69581 - RalfJung:align_to_mut, r=Centril | Dylan DPC | -1/+15 |
| 2020-02-29 | Fix typo | Ralf Jung | -1/+1 |
| 2020-02-29 | fix aliasing violation in align_to_mut | Ralf Jung | -1/+15 |
| 2020-02-29 | transmute: improve Vec example | Ralf Jung | -6/+10 |
| 2020-02-29 | Auto merge of #69570 - Dylan-DPC:rollup-d6boczt, r=Dylan-DPC | bors | -19/+22 |
| 2020-02-29 | mem::zeroed/uninit: panic on types that do not permit zero-initialization | Ralf Jung | -0/+16 |
| 2020-02-29 | Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2020-02-29 | Rollup merge of #69504 - MichaelMcDonnell:hash_assert_ne, r=LukasKalbertodt | Dylan DPC | -17/+20 |
| 2020-02-29 | Auto merge of #69208 - RalfJung:debug-assert, r=Mark-Simulacrum | bors | -5/+19 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -2/+2 |
| 2020-02-28 | Unrevert "Remove `checked_add` in `Layout::repeat`" | Remy Rakic | -7/+5 |
| 2020-02-28 | Rollup merge of #69501 - matthiaskrgr:find_note, r=ecstatic-morse | Dylan DPC | -0/+4 |
| 2020-02-28 | Rollup merge of #69495 - matthiaskrgr:op_ref, r=oli-obk | Dylan DPC | -1/+1 |
| 2020-02-27 | docs: note that find(f) is equivalent to filter(f).next() in the iterator docs. | Matthias Krüger | -0/+4 |
| 2020-02-27 | Remove spotlight usage | Guillaume Gomez | -3/+0 |
| 2020-02-27 | avoid a negation in is_nonoverlapping | Ralf Jung | -2/+3 |
| 2020-02-27 | disable debug assertion in ptr::write for now | Ralf Jung | -1/+3 |
| 2020-02-27 | Rollup merge of #69479 - matthiaskrgr:op_pred, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2020-02-26 | Use assert_ne in hash tests | Michael Mc Donnell | -17/+20 |
| 2020-02-26 | don't take redundant references to operands | Matthias Krüger | -1/+1 |
| 2020-02-26 | Rollup merge of #69209 - Mark-Simulacrum:strip-unsafe, r=dtolnay | Dylan DPC | -280/+265 |
| 2020-02-26 | Rollup merge of #68712 - HeroicKatora:finalize-ref-cell, r=dtolnay | Dylan DPC | -0/+63 |
| 2020-02-26 | clarify operator precedence | Matthias Krüger | -1/+1 |
| 2020-02-26 | use unions instead of transmute and add const safety comments | Trevor Spiteri | -8/+36 |
| 2020-02-26 | Rollup merge of #67637 - Mark-Simulacrum:primitive-mod, r=dtolnay | Dylan DPC | -0/+70 |
| 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 |