about summary refs log tree commit diff
path: root/library/core/src/mem/mod.rs
AgeCommit message (Expand)AuthorLines
2021-10-11Add enum_intrinsics_non_enums lintFlying-Toast-0/+1
2021-08-22Fix typos “an”→“a” and a few different ones that appeared in the sa...Frank Steffahn-1/+1
2021-07-30Auto merge of #87445 - amalik18:issue-83584-fix, r=kennytmbors-1/+1
2021-07-29Fix may not to appropriate might not or must notAli Malik-1/+1
2021-07-28Add #[track_caller] for some function in core::mem.Mara Bos-0/+2
2021-07-15Added diagnostic items to functions for ClippyxFrednet-0/+6
2021-06-27Revert "Revert effects of PRs 81167 and 83091."Albin Hedman-2/+4
2021-06-04Revert effects of PRs 81167 and 83091.Felix S. Klock II-4/+2
2021-04-21Remove `delete` alias from `mem::drop`.Mara Bos-1/+0
2021-03-21Auto merge of #83053 - oli-obk:const_stab_version, r=m-ou-sebors-2/+2
2021-03-15Constify mem::transmute_copyAlbin Hedman-1/+2
2021-03-15Constify mem::replace and ptr::replaceAlbin Hedman-1/+2
2021-03-15Constify mem::swap and ptr::swap[_nonoverlapping]Albin Hedman-1/+2
2021-03-15Fix const stability `since` versions.Oli Scherer-2/+2
2021-03-11Don't implement mem::replace with mem::swap.Mara Bos-3/+9
2021-02-25Convert primitives to use intra-doc linksJoshua Nelson-3/+0
2021-02-20Update the bootstrap compilerJoshua Nelson-8/+0
2021-01-31Add doc aliases for "delete"Konrad Borowski-0/+1
2021-01-04Make `size_of_val` and `min_align_of_val` intrinsics unsafeCamelid-5/+11
2020-12-31Remove many unnecessary manual link resolves from libraryCamelid-1/+0
2020-12-30Rollup merge of #80491 - RalfJung:dangling-of-val, r=oli-obkMara Bos-2/+4
2020-12-30CTFE: test size/align_of_val_raw on dangling pointersRalf Jung-2/+4
2020-12-29Make forget intrinsic safeTomasz Miąsko-1/+6
2020-10-11transmute_copy: explain that alignment is handled correctlyRalf Jung-4/+4
2020-10-01Uplift drop-bounds lint from clippyMichael Howell-0/+1
2020-09-14Use intra-doc links in `core::mem`Camelid-40/+17
2020-08-25Suggest `mem::forget` if `mem::ManuallyDrop::new` isn't usedScott McMurray-1/+1
2020-08-01See also X-Link mem::{swap, take, replace}Ryan Scheel-0/+16
2020-07-29Make `{align,size}_of_val` `const`Dylan MacKenzie-3/+5
2020-07-27mv std libs to library/mark-0/+1044