summary refs log tree commit diff
path: root/src/libcollections/vec_deque.rs
AgeCommit message (Expand)AuthorLines
2015-07-29Rollup merge of #27326 - steveklabnik:doc_show_use, r=GankroSteve Klabnik-10/+20
2015-07-29Rollup merge of #27102 - tshepang:better-examples, r=aturonSteve Klabnik-19/+23
2015-07-27Show appropriate feature flags in docsSteve Klabnik-10/+20
2015-07-19doc: use 'index' and 'value' in place of 'i' and 't'Tshepang Lekhonkhobe-38/+38
2015-07-17Auto merge of #26955 - Gankro:raw-vec, r=bluss,alexcrichtonbors-153/+130
2015-07-17doc: improve some VecDeque examplesTshepang Lekhonkhobe-19/+23
2015-07-17doc: add missing spaceTshepang Lekhonkhobe-1/+1
2015-07-17Add RawVec to unify raw Vecish codeAlexis Beingessner-153/+130
2015-07-08'iff' for docs to 'if and only if'Esption-1/+1
2015-07-08Fixed some occurrences of 'if' being spelled 'iff'Esption-1/+1
2015-07-06Auto merge of #26817 - cmr:vecdeque-docs, r=Gankrobors-0/+4
2015-07-05collections: vec_deque: add some notes on how to use VecDeque as a queue effe...Corey Richardson-0/+4
2015-07-05collections: vec_deque: rename "ringbuf" to "VecDeque" in doc commentsCorey Richardson-14/+14
2015-06-24Make `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