summary refs log tree commit diff
path: root/src/libcollections/vec_deque.rs
AgeCommit message (Expand)AuthorLines
2015-06-30Make `align_of` behave like `min_align_of`.Huon Wilson-4/+4
2015-06-17More test fixes and fallout of stability changesAlex Crichton-0/+1
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-9/+9
2015-06-17collections: Split the `collections` featureAlex Crichton-10/+10
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-2/+2
2015-06-08Implement RFC 839Johannes Oertel-0/+7
2015-06-01[libcollections] Fix unused import warnings during stage0 buildWesley Wiser-1/+1
2015-05-19collections: Clean up feature flags doc examplesUlrik Sverdrup-6/+0
2015-05-04Implement retain for vec_dequeSteven Allen-0/+36
2015-04-28Register new snapshotsTamir Duberstein-2/+0
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-21rollup merge of #24541: alexcrichton/issue-24538Alex Crichton-11/+6
2015-04-18Utilize if..let for get_mut doc-comment examplesCorey Farwell-5/+2
2015-04-17std: 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