about summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2018-01-20Rename Box::into_non_null_raw to Box::into_raw_non_nullSimon Sapin-13/+13
2018-01-20Remove `Box::from_non_null_raw`Simon Sapin-35/+3
2018-01-20Rename Box::*_nonnull_raw to *_non_null_rawSimon Sapin-18/+18
2018-01-20Stabilize std::ptr::NonNullSimon Sapin-9/+2
2018-01-20Mark Unique as perma-unstable, with the feature renamed to ptr_internals.Simon Sapin-1/+1
2018-01-20Replace Box::{from,into}_unique with {from,into}_nonnull_rawSimon Sapin-31/+38
2018-01-20Replace Unique<T> with NonZero<T> in Alloc traitSimon Sapin-11/+11
2018-01-20Rename std::ptr::Shared to NonNullSimon Sapin-43/+43
2018-01-19Small improvements to the documentation of VecDeque.Pieter Penninckx-7/+8
2018-01-18in which the unused-parens lint comes to cover function and method argsZack M. Davis-1/+1
2018-01-15Reexport -> re-export in prose and documentation commentsCarol (Nichols || Goulding)-2/+2
2018-01-15Rollup merge of #47126 - sdroege:exact-chunks, r=blusskennytm-2/+134
2018-01-13Add unit tests for exact_chunks/exact_chunks_mutSebastian Dröge-0/+57
2018-01-13Use assert_eq!() instead of assert!(a == b) in slice chunks_mut() unit testSebastian Dröge-2/+2
2018-01-13Mention in the exact_chunks docs that this can often be optimized better by t...Sebastian Dröge-0/+15
2018-01-13Fix doctests for slice::exact_chunks() for realSebastian Dröge-2/+2
2018-01-13Fix assertions in examples of the exact_chunk() documentationSebastian Dröge-2/+1
2018-01-13Add #![feature(exact_chunks)] to the documentation examples to fix the doc testsSebastian Dröge-0/+4
2018-01-13Add slice::ExactChunks and ::ExactChunksMut iteratorsSebastian Dröge-0/+57
2018-01-13Auto merge of #46461 - zackmdavis:elemental_method_suggestion_jamboree, r=est...bors-0/+2
2018-01-09Rollup merge of #46777 - frewsxcv:frewsxcv-rotate, r=alexcrichtonCorey Farwell-44/+108
2018-01-09Make core::ops::Place an unsafe traitTaylor Cramer-7/+7
2018-01-06type error method suggestions use whitelisted identity-like conversionsZack M. Davis-0/+2
2018-01-05Write examples for {BTree,Hash}Set::{get,replace,take}Stjepan Glavina-0/+33
2018-01-03Remove `T: Ord` bound from `BTreeSet::{is_empty, len}`Stjepan Glavina-72/+68
2018-01-03Rollup merge of #47125 - daboross:patch-3, r=estebankkennytm-0/+8
2018-01-03Rollup merge of #47121 - frewsxcv:frewsxcv-vec, r=kennytmkennytm-1/+1
2018-01-02Mention SliceConcatExt's stability in its docsDavid Ross-0/+8
2018-01-02Consistently use chunk_size as the field name for Chunks and ChunksMutSebastian Dröge-6/+6
2018-01-01Fix panic condition docs for Vec::insert.Corey Farwell-1/+1
2018-01-01Auto merge of #47064 - kennytm:force-trailing-newlines, r=estebankbors-1/+1
2017-12-31Auto merge of #47004 - nvzqz:rc-conversions, r=bluss,kennytmbors-2/+4
2017-12-30Add trailing newlines to files which have no trailing newlines.kennytm-1/+1
2017-12-28Auto merge of #47036 - QuietMisdreavus:i-like-big-chars, r=frewsxcvbors-2/+6
2017-12-27update char_indices example to highlight big charsQuietMisdreavus-2/+6
2017-12-26Rollup merge of #46930 - lucis-fluxum:patch-1, r=QuietMisdreavuskennytm-1/+1
2017-12-25Remove transmute in From<&str> impls for Arc/RcNikolai Vazquez-2/+4
2017-12-24Deprecate [T]::rotate in favor of [T]::rotate_{left,right}.Corey Farwell-44/+108
2017-12-21Clarify docs for split_at_mutLuc Street-1/+1
2017-12-20Clarify vec docs on deallocation (fixes #46879)Manish Goregaokar-2/+4
2017-12-16Move PhantomData<T> from Shared<T> to users of both Shared and #[may_dangle]Simon Sapin-13/+22
2017-12-12Auto merge of #46411 - rillian:str_ascii, r=kennytmbors-12/+12
2017-12-10Auto merge of #46602 - mbrubeck:try, r=kennytmbors-55/+15
2017-12-09Use Try syntax for Option in place of macros or matchMatt Brubeck-55/+15
2017-12-09Revert "Make drop impl stable for DrainFilter"Thayne McCombs-1/+1
2017-12-07Make drop impl stable for DrainFilterThayne McCombs-1/+1
2017-12-07Add Drop impl for linked_list::DrainFilterThayne McCombs-0/+9
2017-12-06Rollup merge of #46378 - udoprog:benches-rand, r=kennytmCorey Farwell-2/+2
2017-12-02Mark ascii methods on primitive types stable in 1.23.0.Ralph Giles-12/+12
2017-11-29Update bootstrap compilerAlex Crichton-21/+5