about summary refs log tree commit diff
path: root/library/core/src/mem
AgeCommit message (Expand)AuthorLines
2023-12-10remove redundant importssurechen-1/+1
2023-11-17only free lifetimes may get erasedlcnr-4/+6
2023-11-15Re-format code with new rustfmtMark Rousskov-4/+1
2023-11-15Bump cfg(bootstrap)sMark Rousskov-4/+1
2023-11-15Substitute version placeholdersMark Rousskov-4/+4
2023-11-05Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillotbors-0/+1
2023-11-05Auto merge of #116218 - tgross35:const-maybe-uninit-zeroed, r=dtolnaybors-7/+13
2023-11-04Stabilize `const_mem_zeroed`Trevor Gross-1/+2
2023-11-04Stabilize `const_maybe_uninit_zeroed`Trevor Gross-6/+11
2023-11-03cfg_attr offset_of_enum feature in doctestGeorge Bateman-1/+2
2023-11-03Feature gate enums in offset_ofGeorge Bateman-1/+1
2023-11-03Auto merge of #117510 - elichai:patch-3, r=cuviperbors-0/+1
2023-11-02Update mod.rsJoshua Liebow-Feeser-0/+2
2023-11-02Update mod.rsJoshua Liebow-Feeser-2/+1
2023-11-02Remove trailing spaceJoshua Liebow-Feeser-1/+1
2023-11-02Expand mem::offset_of! docsJoshua Liebow-Feeser-2/+62
2023-11-02Add track_caller to transmute_copyElichai Turkel-0/+1
2023-10-31Update based on wesleywiser reviewGeorge Bateman-2/+2
2023-10-31Update MIR tests for offset_ofGeorge Bateman-0/+1
2023-10-31Enums in offset_of: update based on est31, scottmcm & llogiq reviewGeorge Bateman-2/+8
2023-10-28Auto merge of #116240 - dtolnay:constdiscriminant, r=thomccbors-1/+1
2023-10-26Add comment to mem::replace to explain why it's not implemented via mem::swapCarter Hunt Fogelman-0/+4
2023-10-20s/generator/coroutine/Oli Scherer-1/+1
2023-10-14Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkanbors-1/+1
2023-10-13Auto merge of #116233 - DaniPopes:stabilize-const_maybe_uninit_assume_init_re...bors-1/+4
2023-10-06Rollup merge of #116329 - RalfJung:swap-comments, r=scottmcmGuillaume Gomez-5/+4
2023-10-06Rollup merge of #116198 - Jarcho:diag_items, r=WaffleLapkinGuillaume Gomez-0/+1
2023-10-06Rollup merge of #115522 - joshlf:patch-8, r=scottmcmGuillaume Gomez-6/+6
2023-10-05Add more diagnostic items for clippyJason Newcomb-0/+1
2023-10-03Bump version placeholdersMark Rousskov-1/+1
2023-10-02update some comments around swap()Ralf Jung-5/+4
2023-09-30mem::drop docsasquared31415-1/+1
2023-09-28Const stabilize mem::discriminantDavid Tolnay-1/+1
2023-09-28Stabilize `const_maybe_uninit_assume_init_read`DaniPopes-1/+4
2023-09-16Auto merge of #115520 - Finomnis:const_transmute_copy, r=dtolnaybors-1/+1
2023-09-08Rollup merge of #104299 - mkrasnitski:discriminant-transmute-docs, r=oli-obkGuillaume Gomez-0/+5
2023-09-03Clarify ManuallyDrop bit validityJoshua Liebow-Feeser-6/+6
2023-09-03Stabilize const_transmute_copyFinomnis-1/+1
2023-08-22Auto merge of #113365 - dima74:diralik/add-deprecated-suggestions, r=workingj...bors-2/+2
2023-08-21Add `suggestion` for some `#[deprecated]` itemsDmitry Murzin-2/+2
2023-07-12Flip cfg's for bootstrap bumpMark Rousskov-2/+1
2023-06-29Enable co-induction support for Safe TransmuteBryan Garza-0/+1
2023-06-21Auto merge of #111684 - ChayimFriedman2:unused-offset-of, r=WaffleLapkinbors-2/+3
2023-06-21Warn on unused offset_of!() resultChayim Refael Friedman-2/+3
2023-06-20Merge attrs, better validationMichael Goulet-1/+2
2023-06-20Add rustc_do_not_implement_via_objectMichael Goulet-0/+1
2023-06-01Require that const param tys implement ConstParamTyBoxy-0/+5
2023-05-30Bump to latest beta compilerMark Rousskov-2/+1
2023-05-21Rename `drop_copy` lint to `dropping_copy_types`Urgau-1/+1
2023-05-10Allow the drop_copy lint in some library examplesUrgau-0/+1