about summary refs log tree commit diff
path: root/src/liballoc/vec_deque.rs
AgeCommit message (Expand)AuthorLines
2018-04-16Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundibors-1/+1
2018-04-14Cleanup liballoc use statementsMike Hommey-3/+2
2018-04-04Replace manual iter exhaust with for_each(drop).Clar Charr-1/+1
2018-04-03Remove all unstable placement featuresAidan Hobson Sayers-143/+1
2018-03-29Move RangeArguments to {core::std}::ops and rename to RangeBoundsSimon Sapin-3/+2
2018-03-29Move alloc::Bound to {core,std}::opsSimon Sapin-1/+1
2018-03-27Implement `shrink_to` method on collectionsDiggory Blake-1/+34
2018-03-14implementing fallible allocation API (try_reserve) for Vec, String and HashMapsnf-0/+92
2018-03-03core: Update stability attributes for FusedIteratorUlrik Sverdrup-4/+4
2018-03-03core: Stabilize FusedIteratorUlrik Sverdrup-4/+4
2018-01-24Auto merge of #47299 - cramertj:unsafe-placer, r=alexcrichtonbors-2/+2
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-20Auto merge of #46980 - zackmdavis:and_the_case_of_the_needlessly_parenthesize...bors-1/+1
2018-01-20Rename std::ptr::Shared to NonNullSimon Sapin-3/+3
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-09Make core::ops::Place an unsafe traitTaylor Cramer-2/+2
2017-09-30address some `FIXME`s whose associated issues were marked as closedNiv Kaminer-1/+1
2017-09-23Fix capacity comparison in reserveSteven Fackler-1/+1
2017-09-18alloc: Implement rfold for VecDeque iteratorsUlrik Sverdrup-0/+16
2017-08-27Clarify that VecDeque::swap can panicDavid Ross-2/+4
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-1/+1
2017-08-01Fixed extra cases found in better checking.Isaac van Bakel-2/+2
2017-08-01Fixed all unnecessary muts in language coreIsaac van Bakel-1/+1
2017-07-22Add conversions from references to NonZero pointers, Unique, and SharedSimon Sapin-1/+1
2017-07-22Rename {NonZero,Shared,Unique}::new to new_uncheckedSimon Sapin-1/+1
2017-06-30Revert "Stabilize RangeArgument"Steven Fackler-2/+3
2017-06-24Stabilize RangeArgumentSteven Fackler-3/+2
2017-06-13Merge crate `collections` into `alloc`Murarth-0/+2970