about summary refs log tree commit diff
path: root/src/libcore/mem.rs
AgeCommit message (Expand)AuthorLines
2019-03-26adjust MaybeUninit API to discussionsRalf Jung-38/+72
2019-03-11Improvements to comments in libstd, libcore, liballoc.Alexander Regueiro-3/+6
2019-03-09Rollup merge of #58660 - RalfJung:maybe-uninit, r=CentrilMazdak Farrokhzad-29/+224
2019-03-06Apply suggestions from code reviewRalf Jung-1/+1
2019-03-06Apply suggestions from code reviewMazdak Farrokhzad-3/+3
2019-02-28Update src/libcore/mem.rsMazdak Farrokhzad-1/+1
2019-02-27improve readabilityRalf Jung-1/+1
2019-02-27ManuallyDrop != MaybeUninitRalf Jung-0/+8
2019-02-25heading # Unsafety => # Safety in stdlib docs.Mazdak Farrokhzad-3/+3
2019-02-24prefer into_initialized over read_initialitedRalf Jung-0/+3
2019-02-24show how to set with ptr::writeRalf Jung-4/+5
2019-02-24remark that the rules are unfinishedRalf Jung-0/+4
2019-02-23fix linkRalf Jung-0/+2
2019-02-23expand type nameRalf Jung-17/+17
2019-02-23Apply suggestions from code reviewMazdak Farrokhzad-18/+19
2019-02-22make MaybeUninit CopyRalf Jung-0/+10
2019-02-22examples for MaybeUninit::zeroedRalf Jung-0/+29
2019-02-22examples for as[_mut]_ptrRalf Jung-0/+53
2019-02-22misc tweaksRalf Jung-12/+22
2019-02-22also add examples to MaybeUninit::into_initializedRalf Jung-1/+28
2019-02-22Add MaybeUninit::read_uninitializedRalf Jung-0/+55
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