summary refs log tree commit diff
path: root/src/libcollections/vec_deque.rs
AgeCommit message (Expand)AuthorLines
2015-04-25Utilize if..let for get_mut doc-comment examplesCorey Farwell-5/+2
2015-04-23std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-11/+6
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-1/+1
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-9/+5
2015-03-31Test fixes and rebase conflicts, round 1Alex Crichton-2/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-9/+5
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-1/+2
2015-03-31rollup merge of #23549: aturon/stab-numAlex Crichton-0/+1
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-0/+1
2015-03-31Stabilize std::numAaron Turon-0/+1
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-1/+2
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-8/+8
2015-03-28Remove IteratorExtSteven Fackler-1/+1
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-14/+0
2015-03-26syntax: Remove parsing of old slice syntaxAlex Crichton-1/+1
2015-03-26Register new snapshotsAlex Crichton-14/+0
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+15
2015-03-23rollup merge of #23637: apasel422/iterAlex Crichton-1/+2
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+15
2015-03-23Adjust Index/IndexMut impls. For generic collections, we takeNiko Matsakis-0/+14
2015-03-23document iteration order for `vec_deque::IntoIter`Andrew Paseltiner-1/+1
2015-03-23implement `Clone` for various iteratorsAndrew Paseltiner-0/+1
2015-03-18Register new snapshotsAlex Crichton-2/+0
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-9/+9
2015-03-16move some tests back to libcollectionsJorge Aparicio-0/+245
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-1118/+0
2015-03-16impl {i,u}{8,16,32,64,size}Jorge Aparicio-0/+1
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-9/+9
2015-03-13slice::from_raw_parts is preferred over transmuting a fresh raw::SliceOliver Schneider-3/+3
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-1/+1
2015-03-03Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddybbors-26/+41
2015-03-03Fixes to collections to accommodate arith-overflow changes.Felix S. Klock II-26/+41
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-2/+2
2015-02-26Send/Sync audit for libcollectionsEdward Wang-6/+0
2015-02-26Tweak VecDeque's IterMut implementationEdward Wang-15/+9
2015-02-25Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturonManish Goregaokar-11/+11
2015-02-25Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichtonManish Goregaokar-3/+3
2015-02-24Modify collection's `Debug` output to resemble in their content onlyTobias Bucher-3/+3
2015-02-24std: Stabilize some `ptr` functionsAlex Crichton-11/+11
2015-02-24Fix broken testsVadim Petrochenkov-6/+6
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-7/+7
2015-02-20Register new snapshotsAlex Crichton-12/+0
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-29/+31
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-0/+2894
2015-02-18make FromIterator use IntoIteratorAlexis-1/+2
2015-02-18make Extend use IntoIteratorAlexis-2/+2
2015-02-18Implement RFC 580Aaron Turon-0/+2881