| Age | Commit message (Expand) | Author | Lines |
| 2020-07-10 | Rollup merge of #73887 - DutchGhost:master, r=oli-obk | Manish Goregaokar | -1/+1 |
| 2020-07-05 | variant_count: avoid incorrect dummy implementation | Ralf Jung | -0/+1 |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 6 | LeSeulArtichaut | -1/+0 |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 2 | LeSeulArtichaut | -6/+18 |
| 2020-06-30 | stabilize const mem::forget | Dodo | -1/+1 |
| 2020-06-26 | Rollup merge of #73579 - RalfJung:doc-missing-links, r=shepmaster | Manish Goregaokar | -2/+4 |
| 2020-06-24 | Fix tests | Nathan Corbyn | -0/+1 |
| 2020-06-24 | Fix tests | Nathan Corbyn | -0/+2 |
| 2020-06-24 | Implement intrinsic | Nathan Corbyn | -0/+27 |
| 2020-06-21 | improve grammar | Ralf Jung | -2/+2 |
| 2020-06-21 | tweak wording | Ralf Jung | -2/+2 |
| 2020-06-21 | add missing doc links | Ralf Jung | -0/+2 |
| 2020-06-17 | Remove duplicate sentence fragment from mem::zeroed doc | David Tolnay | -4/+4 |
| 2020-06-17 | Don't imply function pointers are references | Poliorcetics | -2/+2 |
| 2020-06-16 | Mention functions pointers in the documentation | Alexis Bourget | -5/+7 |
| 2020-06-15 | Fix typo in docs of std::mem | ivan tkachenko | -1/+1 |
| 2020-06-08 | Fix small typo in docs for std::mem::drop | alamb | -1/+1 |
| 2020-05-19 | update libcore, add `discriminant_kind` lang-item | Bastian Kauschke | -3/+3 |
| 2020-04-25 | Bump bootstrap compiler | Mark Rousskov | -8/+0 |
| 2020-04-23 | Rollup merge of #71446 - Amanieu:transmute_copy, r=sfackler | Dylan DPC | -1/+6 |
| 2020-04-22 | Only use read_unaligned in transmute_copy if necessary | Amanieu d'Antras | -1/+6 |
| 2020-04-17 | Lint must_use on mem::replace | Josh Stone | -0/+1 |
| 2020-03-22 | Auto merge of #69079 - CAD97:layout-of-ptr, r=RalfJung | bors | -0/+92 |
| 2020-03-21 | Allow calculating the layout behind a pointer | CAD97 | -0/+92 |
| 2020-03-19 | Don't hard-code the vector length in the examples. | Hrvoje Nikšić | -4/+3 |
| 2020-03-19 | Minor re-wordings and typo fixes. | Hrvoje Nikšić | -8/+8 |
| 2020-03-19 | Restore (and reword) the warning against passing invalid values to mem::forget. | Hrvoje Niksic | -17/+35 |
| 2020-03-19 | Clarify the relationship between `forget()` and `ManuallyDrop`. | Hrvoje Niksic | -11/+27 |
| 2020-03-17 | Rollup merge of #69922 - RalfJung:less-intrinsic, r=oli-obk | Mazdak Farrokhzad | -4/+4 |
| 2020-03-16 | make mem::{zeroed,uninitialized} inline(always) | Ralf Jung | -2/+2 |
| 2020-03-12 | rename panic_if_ intrinsics to assert_ | Ralf Jung | -2/+2 |
| 2020-03-11 | implement zeroed and uninitialized with MaybeUninit | Ralf Jung | -2/+2 |
| 2020-03-11 | Rollup merge of #69825 - lcnr:discriminant, r=oli-obk | Mazdak Farrokhzad | -1/+2 |
| 2020-03-11 | Rollup merge of #66059 - RalfJung:panic-on-non-zero, r=eddyb | Mazdak Farrokhzad | -0/+6 |
| 2020-03-08 | constify `mem::discriminant` | Bastian Kauschke | -1/+2 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-03-02 | actually mark the function const | DutchGhost | -1/+1 |
| 2020-03-01 | constify mem::forget | DutchGhost | -0/+1 |
| 2020-02-29 | mem::zeroed/uninit: panic on types that do not permit zero-initialization | Ralf Jung | -0/+6 |
| 2020-01-03 | Minor: change take() docs grammar to match other docs | Peter Todd | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -4/+2 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -1/+1 |
| 2019-12-18 | Propagate cfg bootstrap | Mark Rousskov | -19/+5 |
| 2019-12-14 | Auto merge of #67136 - oli-obk:const_stability, r=Centril | bors | -0/+3 |
| 2019-12-13 | be explicit that mem::uninitialized is the same as MaybeUninit::uninit().assu... | Ralf Jung | -1/+5 |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -0/+3 |
| 2019-11-24 | Rollup merge of #66411 - RalfJung:forget, r=sfackler | Mazdak Farrokhzad | -3/+33 |
| 2019-11-16 | Clarify transmute_copy documentation example | Adam Schwalm | -5/+5 |
| 2019-11-14 | mem::forget docs: mention ManuallyDrop | Ralf Jung | -3/+33 |
| 2019-11-10 | Rollup merge of #66217 - RalfJung:diagnostic-items, r=Centril | Yuki Okushi | -0/+2 |