about summary refs log tree commit diff
path: root/src/libcore/mem.rs
AgeCommit message (Expand)AuthorLines
2019-02-18Auto merge of #58373 - RalfJung:maybe-uninit, r=gnzlbgbors-8/+0
2019-02-16Rollup merge of #58468 - RalfJung:maybe-uninit-split, r=Centrilkennytm-27/+49
2019-02-14split MaybeUninit into several features, expand docs a bitRalf Jung-27/+49
2019-02-14remove MaybeUninit::into_innerRalf Jung-8/+0
2019-02-14Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnikMazdak Farrokhzad-1/+1
2019-02-13Convert old doc links to current editionLzu Tao-1/+1
2019-02-10libs: doc commentsAlexander Regueiro-20/+24
2019-02-10tests: doc commentsAlexander Regueiro-2/+2
2019-02-10Auto merge of #58129 - RalfJung:maybe-uninit, r=cramertjbors-7/+53
2019-02-10it is okay not to use into_innerRalf Jung-0/+1
2019-02-07Rollup merge of #57848 - jrvanwhy:transmute-export-doc, r=QuietMisdreavusGuillaume Gomez-0/+1
2019-02-06fix doctestsRalf Jung-1/+2
2019-02-05fix doctestRalf Jung-2/+2
2019-02-04typosRalf Jung-2/+2
2019-02-03make set return a mutable referenceRalf Jung-1/+4
2019-02-03expand as_[mut_]ptr docs a bitRalf Jung-4/+4
2019-02-03some type-level docs for MaybeUninit; rename into_inner -> into_initializedRalf Jung-2/+43
2019-01-28rename first_mut_ptr -> first_ptr_mutRalf Jung-1/+1
2019-01-28fix typos, improve docsRalf Jung-2/+2
2019-01-28libcore: avoid mem::uninitialized and raw ptr castsRalf Jung-0/+14
2019-01-27Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichtonbors-3/+0
2019-01-26Remove lexical scope examples from std::mem::dropAlex Macleod-28/+1
2019-01-26Bump bootstrap compiler to 1.33 betaMark Rousskov-3/+0
2019-01-24Instead of adding a paragraph mentioning std::mem::transmute and core::mem::t...Johnathan Van Why-0/+1
2019-01-21un-deprecate mem::zeroedRalf Jung-1/+0
2018-12-27panic when calling MaybeUninhabited::into_inner on uninhabited typeRalf Jung-0/+6
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-23Rollup merge of #56970 - Firstyear:mem_uninit_doc_ptr_drop, r=Manishearthkennytm-0/+39
2018-12-19Fix tidy errorWilliam Brown-1/+2
2018-12-19Updates based on commentWilliam Brown-8/+4
2018-12-19Extend documentation for mem uninit to discuss partial allocation of the valuesWilliam Brown-0/+42
2018-12-17deny intra-doc link resolution failures in libstdAndy Russell-0/+3
2018-12-12Bump to 1.33.0Alex Crichton-1/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-2/+2
2018-12-02let FIXME refer to tracking issueRalf Jung-1/+1
2018-11-28put the MaybeUninit inside the UnsafeCellRalf Jung-3/+0
2018-11-27add comments explaining our uses of get_ref/get_mut for MaybeUninitRalf Jung-0/+6
2018-11-23use more inlining, and force some of itRalf Jung-4/+13
2018-11-22Rollup merge of #55485 - petertodd:2018-10-manuallydrop-deref, r=TimNNGuillaume Gomez-2/+2
2018-11-21update various stdlib docsSteve Klabnik-10/+5
2018-11-15Rollup merge of #55785 - stjepang:unsized-drop-forget, r=alexcrichtonPietro Albini-0/+13
2018-11-13Auto merge of #55052 - newpavlov:patch-2, r=alexcrichtonbors-1/+1
2018-11-12Auto merge of #55278 - Centril:constification-1, r=alexcrichtonbors-2/+1
2018-11-12Update docsStjepan Glavina-16/+3
2018-11-12Add forget_unsized onlyStjepan Glavina-107/+15
2018-11-10Fix documentation typos.Bruce Mitchener-4/+4
2018-11-10revert some more constification.Mazdak Farrokhzad-1/+1
2018-11-10constify parts of libcore.Mazdak Farrokhzad-3/+2
2018-11-08Allow unsized types in mem::drop and mem::forgetStjepan Glavina-1/+119
2018-10-31Bump nightly to 1.32.0Alex Crichton-11/+2