about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2014-12-15auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakisbors-9/+372
2014-12-15Remove internal uses of `marker::NoCopy`Jorge Aparicio-6/+0
2014-12-15Remove all shadowed lifetimes.Niko Matsakis-3/+3
2014-12-15rollup merge of #19802: jbranchaud/add-btreeset-new-doctestBrian Anderson-0/+8
2014-12-15rollup merge of #19771: jbranchaud/add-btreeset-iter-doctestsBrian Anderson-0/+26
2014-12-15rollup merge of #19710: steveklabnik/gh15449Brian Anderson-2/+2
2014-12-15Standardize some usages of "which" in docstringsAndrew Wagner-1/+1
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-29/+695
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-12-13Change `VecMap`'s iterators to use wrapper structs instead of typedefs.Chase Southwood-14/+45
2014-12-13libcollections: convert `BTreeSet` binops to by valueJorge Aparicio-0/+96
2014-12-13libcollections: convert `TreeSet` binops to by valueJorge Aparicio-4/+100
2014-12-13libcollections: convert `TrieSet` binops to by valueJorge Aparicio-4/+100
2014-12-13libcollections: add commutative version of `Vec`/`String` additionJorge Aparicio-0/+17
2014-12-13libcollections: fix unit testsJorge Aparicio-1/+1
2014-12-13libcollections: make `EnumSet` binops by valueJorge Aparicio-0/+36
2014-12-13libcollections: String + &strJorge Aparicio-0/+10
2014-12-13libcollections: Vec<T> + &[T]Jorge Aparicio-0/+12
2014-12-13libcollections: use tuple indexingJorge Aparicio-3/+3
2014-12-13libcollections: use unboxed closuresJorge Aparicio-12/+32
2014-12-13libcollections: use unboxed closures in `VecMap` methodsJorge Aparicio-7/+6
2014-12-13libcollections: use unboxed closures in `[Clone]SliceAllocPrelude` methodsJorge Aparicio-6/+7
2014-12-13libcollections: use unboxed closures in `DList` methodsJorge Aparicio-11/+9
2014-12-13libcollections: use unboxed closures in `Vec` methodsJorge Aparicio-6/+6
2014-12-13libcollections: use unboxed closures in `Bitv` methodsJorge Aparicio-8/+16
2014-12-13libcollections: use unboxed closures in `TreeMap` methodsJorge Aparicio-6/+16
2014-12-13libcollections: fix fallout in unit testsJorge Aparicio-12/+12
2014-12-13libcollections: fix unit testsJorge Aparicio-27/+54
2014-12-13libcollections: fix falloutJorge Aparicio-5/+10
2014-12-13libcollections: fix falloutJorge Aparicio-22/+43
2014-12-13auto merge of #19685 : jbranchaud/rust/add-btreemap-iter-doctests, r=Gankrobors-0/+33
2014-12-13auto merge of #19671 : tbu-/rust/pr_doc_removetraitrefs, r=Gankrobors-9/+8
2014-12-12Make BTree's Handle system more generic and more powerful, removing some runt...Jonathan S-298/+259
2014-12-12Add a doctest for BTreeSet::new.jbranchaud-0/+8
2014-12-12auto merge of #19569 : murphm8/rust/ring_buf_insert, r=Gankrobors-1/+267
2014-12-12auto merge of #18028 : gereeter/rust/slimmer-btree-node, r=Gankrobors-493/+1476
2014-12-12Slimmify BTree by replacing its internal Node type, which previously…held t...Jonathan S-493/+1476
2014-12-12Add doctests for `iter` and `into_iter` for BTreeSet.jbranchaud-0/+26
2014-12-11Implement insert for RingBufMatt Murphy-1/+267
2014-12-12auto merge of #19514 : jbranchaud/rust/add-btree-set-bitor, r=Gankrobors-1/+84
2014-12-11Add an implementation of the BitOps for BTreeSets.jbranchaud-1/+84
2014-12-11auto merge of #19672 : alexcrichton/rust/snapshots, r=brsonbors-308/+432
2014-12-11Register new snapshotsAlex Crichton-308/+432
2014-12-11auto merge of #19377 : tbu-/rust/pr_mapinplace_fixzerosized_test, r=sfacklerbors-0/+29
2014-12-10Fix inappropriate ## headingsSteve Klabnik-2/+2
2014-12-10auto merge of #19663 : tbu-/rust/pr_fix_vecmap, r=Gankrobors-35/+53
2014-12-10auto merge of #19655 : jbranchaud/rust/change-example-to-examples, r=stevekla...bors-283/+286
2014-12-10Remove references to traits that no longer existTobias Bucher-9/+8
2014-12-10auto merge of #19628 : jbranchaud/rust/add-string-as-string-doctest, r=stevek...bors-0/+13
2014-12-09Add doctests for `iter_mut` and `into_iter` of BTreeMap.jbranchaud-0/+33