about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-07-29Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkovbors-1/+1
2018-07-29Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakisbors-2/+1
2018-07-28Auto merge of #52744 - RalfJung:align_offset, r=Kimundibors-10/+7
2018-07-28Auto merge of #52711 - eddyb:unsized-manuallydrop, r=nikomatsakisbors-92/+236
2018-07-28Rollup merge of #52777 - omni-viral:master, r=TimNNkennytm-2/+2
2018-07-27Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrumbors-58/+62
2018-07-27Use str::repeatShotaro Yamada-2/+1
2018-07-27Fix doc comment for 'ptr::copy_to' methodZakarum-2/+2
2018-07-27add smoke test for ManuallyDropRalf Jung-0/+25
2018-07-27use slice::align_toRalf Jung-26/+7
2018-07-27Prefer to_string() to format!()ljedrz-1/+1
2018-07-26make memrchr use align_offsetRalf Jung-1/+17
2018-07-26Rollup merge of #52721 - cramertj:try-poll, r=aturonMark Rousskov-0/+54
2018-07-26Rollup merge of #52610 - MajorBreakfast:task-terminology, r=cramertjMark Rousskov-12/+18
2018-07-25std::ops::Try impl for std::task::PollTaylor Cramer-0/+54
2018-07-25Change ManuallyDrop from an union to a struct and make it a lang item.Eduard-Mihai Burtescu-92/+211
2018-07-25Clarify what a task isJosef Reinhard Brandl-12/+18
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-1/+0
2018-07-25Add missing dynTatsuyuki Ishi-22/+26
2018-07-25Enforce #![deny(bare_trait_objects)] in src/libcoreljedrz-36/+37
2018-07-24Rollup merge of #52668 - RalfJung:ptr-doc, r=cramertjMark Rousskov-4/+16
2018-07-24Rollup merge of #52658 - Wallacoloo:topics/use-option-methods, r=cramertjMark Rousskov-7/+4
2018-07-24Rollup merge of #52402 - crepererum:build_hasher_eq, r=sfacklerMark Rousskov-0/+10
2018-07-24Rollup merge of #52391 - Amanieu:volatile_unaligned, r=alexcrichtonMark Rousskov-0/+9
2018-07-24clarify offset function safety concernsRalf Jung-4/+16
2018-07-23libcore: Prefer `Option::map` over `match` where applicableColin Wallace-7/+4
2018-07-24Rollup merge of #52640 - Thomasdezeeuw:fix-localwaker-clone, r=cramertjkennytm-4/+5
2018-07-23Auto merge of #50494 - F001:as_cell, r=alexcrichtonbors-43/+90
2018-07-23use inherent method insteadF001-12/+20
2018-07-23Forget Waker when cloning LocalWakerThomas de Zeeuw-4/+5
2018-07-23Rollup merge of #52051 - scottmcm:swap-directly, r=alexcrichtonkennytm-1/+14
2018-07-23Rollup merge of #52581 - petrochenkov:bmacrodoc, r=alexcrichtonkennytm-32/+17
2018-07-22Rollup merge of #52508 - joshtriplett:dangling-not-sentinel, r=Mark-Simulacrumkennytm-0/+10
2018-07-22Rollup merge of #51807 - newpavlov:deprecate_str_slice, r=alexcrichtonkennytm-14/+16
2018-07-21Don't use SIMD in mem::swap for types smaller than the block sizeScott McMurray-1/+14
2018-07-21Auto merge of #52535 - alexcrichton:update-stdsimd, r=Mark-Simulacrumbors-3/+0
2018-07-20Update stdsimd to undo an accidental stabilizationAlex Crichton-3/+0
2018-07-21Avoid using `#[macro_export]` for documenting builtin macrosVadim Petrochenkov-32/+17
2018-07-21Rollup merge of #52502 - RalfJung:rotate, r=scottmcmkennytm-1/+1
2018-07-19fix safety-related comment in slice::rotateRalf Jung-1/+1
2018-07-18Document that Unique::empty() and NonNull::dangling() aren't sentinel valuesJosh Triplett-0/+10
2018-07-18Rollup merge of #52477 - frewsxcv:frewsxcv-iter-short, r=alexcrichtonkennytm-1/+3
2018-07-18Rollup merge of #52218 - rivertam:patch-1, r=withoutboatskennytm-2/+4
2018-07-18Rollup merge of #52116 - Pazzaz:match-str-case, r=SimonSapinkennytm-0/+3
2018-07-18revert DerefF001-17/+9
2018-07-17Clarify short-circuiting behvaior of Iterator::zip.Corey Farwell-1/+3
2018-07-17Auto merge of #52404 - felixrabe:doc-link-ch19-04-typo, r=GuillaumeGomezbors-1/+1
2018-07-17Fix doc linkFelix Rabe-1/+1
2018-07-17remove useless feature(repr_transparent)F001-1/+0
2018-07-17impl DerefMut for Cell<[T]>F001-0/+10