about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-06-11Mark as permanently-unstable some implementation detailsSimon Sapin-1/+1
2018-06-11Stablize the alloc module without changing stability of its contents.Simon Sapin-6/+26
2018-06-11Document memory allocation APIsSimon Sapin-49/+178
2018-06-11Remove deprecated heap modulesSimon Sapin-7/+0
2018-06-11Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAllocMike Hommey-49/+24
2018-06-11Auto merge of #51442 - tinaun:more-future-impls, r=cramertjbors-0/+72
2018-06-11Regenerate character tables for Unicode 11Josh Stone-1120/+1214
2018-06-11Auto merge of #51423 - RalfJung:from_raw_parts, r=sfacklerbors-5/+7
2018-06-10Auto merge of #51474 - llogiq:from-docs, r=TimNNbors-13/+39
2018-06-10Auto merge of #51200 - tmccombs:stable-iter-repeat-with, r=Centril,kennytmbors-34/+8
2018-06-10add some docs to conversionsAndre Bogus-13/+39
2018-06-10Auto merge of #51320 - tmccombs:step-by, r=SimonSapinbors-14/+4
2018-06-09Auto merge of #51441 - bstrie:sizeof128, r=dtolnaybors-0/+2
2018-06-09Be more precise about why references need to be non-null and alignedRalf Jung-1/+1
2018-06-09add inherent methods to Polltinaun-0/+49
2018-06-08Rollup merge of #51396 - SimonSapin:option-nonzero-layout, r=SimonSapinMark Rousskov-2/+2
2018-06-08add a few blanket future impls to stdtinaun-0/+23
2018-06-08Document size_of for 128-bit integersbstrie-0/+2
2018-06-07Improve docs for slice::from_raw_partsRalf Jung-5/+7
2018-06-06Auto merge of #51263 - cramertj:futures-in-core, r=aturonbors-0/+611
2018-06-06Add Future and task system to the standard libraryTaylor Cramer-0/+611
2018-06-06Auto merge of #51333 - GuillaumeGomez:reexport-fmt-alignment, r=SimonSapinbors-2/+1
2018-06-06Make the size of Option<NonZero*> a documented guarantee.Simon Sapin-2/+2
2018-06-06Revert "Remove TryFrom impls that might become conditionally-infallible with ...Simon Sapin-83/+189
2018-06-04Add ExactChunks::remainder and ExactChunks::into_remainderSebastian Dröge-8/+54
2018-06-04Move slice::exact_chunks directly above exact_chunks_mut for more consistent ...Sebastian Dröge-35/+35
2018-06-03Rollup merge of #51326 - sdroege:slice-iter-cleanup, r=dtolnayMark Simulacrum-16/+22
2018-06-03Rollup merge of #51299 - faern:const-int-ops, r=oli-obkMark Simulacrum-14/+281
2018-06-03Reexport fmt::Alignment into stdGuillaume Gomez-2/+1
2018-06-03Implement TrustedLen for Windows and the 4 Chunks iteratorsSebastian Dröge-0/+15
2018-06-03Remove mention of Slice/SliceMut traits from IterMut documentationSebastian Dröge-3/+1
2018-06-03Move TrustedLen and FusedIterator impl of Iter/IterMut into macroSebastian Dröge-13/+6
2018-06-03undo payload in core::panic! changesJorge Aparicio-47/+7
2018-06-03document that `panic_impl` never passes the FFI boundaryJorge Aparicio-1/+2
2018-06-03remove unused `struct NoPayload`Jorge Aparicio-2/+0
2018-06-03s/panic_fmt/panic_impl/g in docsJorge Aparicio-1/+1
2018-06-03implement #[panic_implementation]Jorge Aparicio-2/+66
2018-06-02Stabilize Iterator::step_byThayne McCombs-14/+4
2018-06-02Rollup merge of #51306 - kennytm:impl-default-for-mut-str, r=SimonSapinMark Simulacrum-0/+6
2018-06-02Rollup merge of #51226 - gnzlbg:nonzero_align, r=SimonSapinMark Simulacrum-37/+43
2018-06-02Stabilize iterator_repeat_withThayne McCombs-34/+8
2018-06-02Rollup merge of #51147 - tmccombs:sliceindex, r=SimonSapinMark Simulacrum-2/+30
2018-06-02Rollup merge of #51124 - frewsxcv:frewsxcv-replace, r=QuietMisdreavusMark Simulacrum-4/+6
2018-06-02Rollup merge of #50919 - frewsxcv:frewsxcv-epsilon, r=steveklabnikMark Simulacrum-2/+10
2018-06-02Rollup merge of #50167 - fintelia:duration-nanos, r=sfacklerMark Simulacrum-0/+51
2018-06-03impl Default for &mut strkennytm-0/+6
2018-06-02add missing inline's and optimizationsgnzlbg-4/+11
2018-06-02remove debug_assert in padding_needed_forgnzlbg-3/+0
2018-06-02Make integer methods non-const in stage0Linus Färnstrand-0/+192
2018-06-02Make most integer operations const fnsLinus Färnstrand-40/+115