about summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2018-03-06Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichtonkennytm-32/+31
2018-03-06Rollup merge of #48657 - sinkuu:opt_str_repeat, r=dtolnaykennytm-3/+55
2018-03-04Avoid unnecessary calculationShotaro Yamada-3/+3
2018-03-04Add commentsShotaro Yamada-20/+40
2018-03-03core: Update stability attributes for FusedIteratorUlrik Sverdrup-30/+30
2018-03-03core: Stabilize FusedIteratorUlrik Sverdrup-32/+31
2018-03-02Don't have Vec<T> delegate to [T]'s bounds for indexingJonathan Behrens-7/+11
2018-03-02Update commentsJonathan Behrens-2/+2
2018-03-02Have Vec use slice's implementations of Index<I> and IndexMut<I>Jonathan Behrens-125/+5
2018-03-02Optimize str::repeatShotaro Yamada-3/+35
2018-02-28Rollup merge of #48450 - frewsxcv:frewsxcxv-stabilize-slice-rotatee, r=alexcr...kennytm-20/+3
2018-02-25Rollup merge of #48166 - hedgehog1024:hedgehog1024-stabilize-entry_and_modify...kennytm-2/+1
2018-02-251.25.0 -> 1.26.-Manish Goregaokar-1/+1
2018-02-24Rollup merge of #48110 - Centril:stabilize/box_leak, r=alexcrichtonManish Goregaokar-6/+1
2018-02-23Rollup merge of #48438 - mbrubeck:docs, r=TimNNManish Goregaokar-4/+4
2018-02-22Stabilize [T]::rotate_{left,right}Corey Farwell-20/+3
2018-02-22[docs] Minor wording changes to drain_filter docsMatt Brubeck-4/+4
2018-02-22Small grammar fix to docs for String::new().Anthony Deschamps-1/+1
2018-02-18Auto merge of #47687 - SimonSapin:panic-impl, r=sfacklerbors-1/+1
2018-02-16Clarify contiguity of Vec's elements.Sergio Benitez-5/+5
2018-02-13Switch to retain calling drain_filter.Jacob Kiesel-21/+1
2018-02-12Stabilize 'entry_and_modify' feature for BTreeMaphedgehog1024-2/+1
2018-02-10stabilize Box::leak: remove #![feature(box_leak)] in docsMazdak Farrokhzad-4/+0
2018-02-10stabilize (version: 1.26.0) Box::leak, cc #46179Mazdak Farrokhzad-2/+1
2018-02-08Swap `ptr::read` for `ptr::drop_in_place`Jacob Kiesel-1/+1
2018-02-07Apply optimization from #44355 to retainJacob Kiesel-4/+9
2018-01-28Document that `Index` ops can panic on `HashMap` & `BTreeMap`.Corey Farwell-0/+5
2018-01-25Auto merge of #47006 - bitshifter:stabilize-repr-align, r=eddybbors-1/+0
2018-01-24Add missing micro version number component in stability attributes.Simon Sapin-1/+1
2018-01-24Auto merge of #47299 - cramertj:unsafe-placer, r=alexcrichtonbors-7/+7
2018-01-23Stabilized `#[repr(align(x))]` attribute (RFC 1358)Cameron Hart-1/+0
2018-01-21Rollup merge of #47632 - sdroege:exact-chunks-docs-broken-links, r=kennytmGuillaume Gomez-0/+8
2018-01-21Rollup merge of #47625 - astraw:btreeset-doctest-fix, r=kennytmGuillaume Gomez-12/+12
2018-01-21Rollup merge of #47595 - PieterPenninckx:master, r=shepmasterGuillaume Gomez-7/+8
2018-01-21Revert change to docs in panic section of VecDeque::split_offPieter Penninckx-1/+1
2018-01-21Fix broken links to other slice functions in chunks/chunks_mut/exact_chunk/ex...Sebastian Dröge-0/+8
2018-01-20fix doctests for BTreeSet to use BTreeSet (not BTreeMap)Andrew Straw-12/+12
2018-01-20Auto merge of #46980 - zackmdavis:and_the_case_of_the_needlessly_parenthesize...bors-1/+1
2018-01-20Assign its own tracking issue to Box::into_raw_non_nullSimon Sapin-1/+4
2018-01-20Revert Box::into_raw_non_null to unstableSimon Sapin-1/+1
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