about summary refs log tree commit diff
path: root/library/alloc/src/collections/vec_deque.rs
AgeCommit message (Expand)AuthorLines
2020-11-13refactor: vec_deque ignore-tidy-filelengthC-3291/+0
2020-10-18Auto merge of #76885 - dylni:move-slice-check-range-to-range-bounds, r=KodrAusbors-1/+1
2020-10-16liballoc: VecDeque: Simplify binary_search_by()Vojtech Kral-15/+4
2020-10-16liballoc: VecDeque: Add tracking issue for binary search fnsVojtech Kral-3/+3
2020-10-09liballoc: VecDeque: Add binary search functionsVojtech Kral-1/+149
2020-10-06avoid unnecessary intermediate reference and improve safety commentsRalf Jung-6/+11
2020-10-05make IterMut Send/Sync againRalf Jung-0/+7
2020-10-05VecDeque: avoid more aliasing issues by working with raw pointers instead of ...Ralf Jung-12/+31
2020-10-05VecDeque: fix incorrect &mut aliasing in IterMut::next/next_backRalf Jung-7/+24
2020-10-03Replace some once(x).chain(once(y)) with [x, y] IntoIterScott McMurray-2/+3
2020-09-18Rename method to `assert_len`dylni-1/+1
2020-09-18Move `slice::check_range` to `RangeBounds`dylni-1/+1
2020-09-18Move to intra-doc linksDenis Vasilik-21/+27
2020-09-15fix slice::check_range aliasing problemsRalf Jung-5/+1
2020-09-09Rollup merge of #76504 - Flying-Toast:master, r=lcnrTyler Mandry-1/+1
2020-09-08Capitalize safety commentsFlying-Toast-1/+1
2020-09-08Update library/alloc/src/collections/vec_deque.rs Braden Nelson-1/+1
2020-09-08Convert MAXIMUM_ZST_CAPACITY to be calculated in amoonheart08-6/+2
2020-09-04Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAusbors-26/+13
2020-09-02Same typos in vec_dequeAnton-2/+2
2020-09-01Will land in 1.48, not 1.47Jon Gjengset-1/+1
2020-08-24Add more information to safety commentdylni-1/+3
2020-08-16Replace ad hoc implementations with `slice::check_range`dylni-26/+11
2020-07-28Stabilize deque_make_contiguousJon Gjengset-5/+8
2020-07-27mv std libs to library/mark-0/+3117