summary refs log tree commit diff
path: root/src/libcore/mem/mod.rs
AgeCommit message (Expand)AuthorLines
2020-03-06fix various typosMatthias Krüger-1/+1
2020-03-02actually mark the function constDutchGhost-1/+1
2020-03-01constify mem::forgetDutchGhost-0/+1
2020-01-03Minor: change take() docs grammar to match other docsPeter Todd-1/+1
2019-12-22Format the worldMark Rousskov-4/+2
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-1/+1
2019-12-18Propagate cfg bootstrapMark Rousskov-19/+5
2019-12-14Auto merge of #67136 - oli-obk:const_stability, r=Centrilbors-0/+3
2019-12-13be explicit that mem::uninitialized is the same as MaybeUninit::uninit().assu...Ralf Jung-1/+5
2019-12-13Require stable/unstable annotations for the constness of all stable functions...Oliver Scherer-0/+3
2019-11-24Rollup merge of #66411 - RalfJung:forget, r=sfacklerMazdak Farrokhzad-3/+33
2019-11-16Clarify transmute_copy documentation exampleAdam Schwalm-5/+5
2019-11-14mem::forget docs: mention ManuallyDropRalf Jung-3/+33
2019-11-10Rollup merge of #66217 - RalfJung:diagnostic-items, r=CentrilYuki Okushi-0/+2
2019-11-09partially port invalid_value lint to diagnostic itemsRalf Jung-0/+2
2019-11-06Silence a deprecation warningOliver Scherer-0/+1
2019-11-06Halloween... time to get rid of 👻Oliver Scherer-6/+6
2019-11-06Have tidy ensure that we document all `unsafe` blocks in libcoreOliver Scherer-1/+17
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