about summary refs log tree commit diff
path: root/src/libcollections/ring_buf.rs
AgeCommit message (Expand)AuthorLines
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-3/+3
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-36/+36
2015-01-05rollup merge of #20560: aturon/stab-2-iter-ops-sliceAlex Crichton-0/+2
2015-01-05rollup merge of #20434: steveklabnik/five_eyeAlex Crichton-36/+36
2015-01-05rollup merge of #20197: pczarn/ring_buf-collections-reformAlex Crichton-22/+307
2015-01-05Remove i suffix in docsSteve Klabnik-36/+36
2015-01-05register snapshotJorge Aparicio-22/+0
2015-01-05Stabilize collection modulesAaron Turon-0/+2
2015-01-05Implement a few methods for RingBufPiotr Czarnecki-22/+307
2015-01-03Remove deprecated functionalityAlex Crichton-13/+0
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-4/+4
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-03collections: fix falloutJorge Aparicio-0/+26
2015-01-03collections: fix falloutJorge Aparicio-15/+23
2015-01-02std: Stabilize the prelude moduleAlex Crichton-3/+5
2014-12-31stabilize more of collectionsAlexis Beingessner-23/+48
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-3/+3
2014-12-30Fallout from stabilizationAaron Turon-3/+3
2014-12-30rollup merge of #20328: huonw/attack-of-the-clonesAlex Crichton-0/+11
2014-12-30rollup merge of #20326: rohitjoshi/masterAlex Crichton-0/+6
2014-12-30Stabilize cmpAaron Turon-0/+4
2014-12-30Implement `Clone` for a large number of iterators & other adaptors.Huon Wilson-0/+11
2014-12-30PR#20326 : Issue#20322: Adding unsafe Send and Sync traits implementation for...Rohit Joshi-0/+6
2014-12-30Rebasing and reviewer changesNick Cameron-1/+1
2014-12-23Merge pull request #20155 from tbu-/pr_vecmap_fiximplsbors-3/+0
2014-12-23Fix `collections::VecMap`'s `PartialEq` implementationTobias Bucher-3/+0
2014-12-22rollup merge of #20056: MrFloya/iter_renameAlex Crichton-20/+20
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-20/+20
2014-12-21Misc Stabilization for collectionsChase Southwood-4/+5
2014-12-21rollup merge of #20070: aturon/stab-2-cloneAlex Crichton-0/+1
2014-12-21auto merge of #19946 : cgaebel/rust/hashmap-drain-iter, r=gankrobors-4/+126
2014-12-20auto merge of #19903 : cgaebel/rust/ringbuf-as-slice, r=Gankrobors-2/+111
2014-12-20Stabilize cloneAaron Turon-0/+1
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-5/+4
2014-12-19Add RingBuf::as_slices as per collections reform v2.Clark Gaebel-2/+111
2014-12-18[collections] Adds `drain`: a way to sneak out the elements while clearing.Clark Gaebel-4/+126
2014-12-17rollup merge of #19902: alexcrichton/second-pass-memAlex Crichton-0/+2
2014-12-17rollup merge of #19873: drewm1980/masterAlex Crichton-1/+1
2014-12-17rollup merge of #19871: pczarn/ring_buf-removeAlex Crichton-50/+250
2014-12-17Implement remove for RingBufPiotr Czarnecki-50/+250
2014-12-15std: Second pass stabilization of `default`Alex Crichton-0/+2
2014-12-15Remove internal uses of `marker::NoCopy`Jorge Aparicio-2/+0
2014-12-15Standardize some usages of "which" in docstringsAndrew Wagner-1/+1
2014-12-13auto merge of #19671 : tbu-/rust/pr_doc_removetraitrefs, r=Gankrobors-1/+1
2014-12-11Implement insert for RingBufMatt Murphy-1/+267
2014-12-10auto merge of #19655 : jbranchaud/rust/change-example-to-examples, r=stevekla...bors-19/+19
2014-12-10Remove references to traits that no longer existTobias Bucher-1/+1
2014-12-09rollup merge of #19622: steveklabnik/fix_ringbuf_docAlex Crichton-2/+1
2014-12-08Change 'Example' to 'Examples' throughout collections' rustdocs.jbranchaud-19/+19