about summary refs log tree commit diff
path: root/src/libcollections/ringbuf.rs
AgeCommit message (Expand)AuthorLines
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-2/+2
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-44/+0
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-2/+2
2014-10-02tests: remove uses of Gc.Eduard Burtescu-44/+0
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-2/+2
2014-09-22Update calls of deprecated functions in macros.Victor Berger-0/+2
2014-09-16Fallout from renamingAaron Turon-15/+15
2014-09-16Align with _mut conventionsAaron Turon-1/+7
2014-09-13Move info into individual modules.Steve Klabnik-4/+4
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
2014-08-29Register new snapshotsAlex Crichton-19/+0
2014-08-29auto merge of #16768 : nham/rust/libcollections_test_cleanup, r=alexcrichtonbors-45/+45
2014-08-28auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichtonbors-3/+3
2014-08-28Fallout from stabilizing core::optionAaron Turon-3/+3
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+21
2014-08-26libcollections: In tests, remove some uses of deprecated methods andnham-45/+45
2014-08-26Rebasing changesNick Cameron-2/+4
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-4/+14
2014-08-19A few minor documentation fixesP1start-37/+31
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-2/+1
2014-08-13core: Put stability attributes all over the slice moduleBrian Anderson-0/+2
2014-08-12Deprecation fallout in libcollectionsAaron Turon-4/+5
2014-08-12auto merge of #16195 : P1start/rust/more-index, r=aturonbors-3/+40
2014-08-12Implement Index for RingBufP1start-3/+40
2014-08-07libcollections: Fix RingBuf growth for non-power-of-two capacitiesKevin Butler-3/+44
2014-08-01collections: Implement Ord for DList, RingBuf, TreeMap, TreeSetnham-0/+7
2014-08-01collections: Implement Eq for DList, RingBuf, TreeMap, TreeSetnham-0/+2
2014-07-27Hash the length of the RingBuf before hashing elementsnham-0/+1
2014-07-26Implement PartialOrd for RingBufnham-0/+20
2014-07-26Implement Hash for RingBufnham-0/+28
2014-07-26Add examples for RingBuf methods get, get_mut, iter, mut_iternham-0/+66
2014-07-23Remove kludgy imports from vec! macroBrian Anderson-1/+1
2014-07-23collections: Make push_back/pop_back default methodsBrian Anderson-20/+12
2014-07-23collections: Deprecate push_back/pop_backBrian Anderson-0/+2
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-1/+6
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-5/+5
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-13/+13
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-5/+7
2014-06-13Fix all violations of stronger guarantees for mutable borrowsCameron Zwarich-1/+2
2014-06-09collections: Add missing Default implsTom Jakubowski-0/+6
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-3/+3
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-5/+6
2014-06-05std: Recreate a `collections` moduleAlex Crichton-5/+7
2014-06-04Implement Show for RingBufAdolfo OchagavĂ­a-0/+26
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-6/+6
2014-05-22Remove a slew of old deprecated functionsAlex Crichton-11/+1
2014-04-28Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...Jonathan S-11/+11
2014-04-23std: Change RandomAccessIterator to use `&mut self`Alex Crichton-1/+1
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-5/+5