summary refs log tree commit diff
path: root/src/libcore/mem/mod.rs
AgeCommit message (Expand)AuthorLines
2019-10-18Rollup merge of #65016 - lzutao:inline-mem-constfn, r=oli-obkTyler Mandry-2/+2
2019-10-08Stabilize mem::take (mem_take)Jon Gjengset-5/+1
2019-10-02Always inline `mem::{size_of,align_of}` in debug buildsLzu Tao-2/+2
2019-09-30Add missing links for mem::needs_dropLzu Tao-4/+6
2019-09-23update testAndrew Banchich-3/+3
2019-08-14Handle cfg(bootstrap) throughoutMark Rousskov-2/+2
2019-08-11Rollup merge of #63346 - RalfJung:zeroed-lint, r=eddybMark Rousskov-1/+2
2019-08-11allow the lint if a few UB-demonstrating doc testsRalf Jung-1/+2
2019-08-10Revert "Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJung"Tatsuyuki Ishi-2/+8
2019-08-02Consistency.gnzlbg-1/+1
2019-08-02Remove trailing whitespacegnzlbg-1/+1
2019-08-02Clarify semantics of mem::zeroedgnzlbg-3/+6
2019-07-24Fix typo in mem::uninitialized docMika Lehtinen-1/+1
2019-07-11move mem::uninitialized deprecation back by 1 release, to 1.39Ralf Jung-1/+1
2019-07-04Implement mem::{zeroed,uninitialized} in terms of MaybeUninit.Alex Gaynor-4/+2
2019-06-30Update mem::replace example to not be identical to mem::takeChris Gregory-8/+20
2019-06-09Fix more tests after revert of rustdoc cfg(test) featureOliver Middleton-1/+4
2019-06-07Auto merge of #61130 - jonhoo:mem-take, r=SimonSapinbors-0/+55
2019-06-05Escape needs_drop in the needs_drop documentationChris Gregory-1/+1
2019-06-05Escape HashMap with backticks in needs_drop docsChris Gregory-1/+1
2019-05-29Add std::mem::take as suggested in #61129Jon Gjengset-0/+55
2019-05-29split libcore::mem into multiple filesRalf Jung-0/+752