about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-119/+66
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-47/+48
2015-01-21rollup merge of #21437: FlaPer87/snapshotAlex Crichton-3/+0
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-3/+3
2015-01-21rollup merge of #21354: eddyb/vec-ufcsAlex Crichton-8/+8
2015-01-21rollup merge of #21053: apasel422/exactAlex Crichton-0/+7
2015-01-21Fallout from stabilization.Aaron Turon-23/+28
2015-01-21Deprecate slicing methods in favor of notationAaron Turon-94/+28
2015-01-21Stabilize Index traits and most range notationAaron Turon-2/+10
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-47/+48
2015-01-20implement `ExactSizeIterator` for `slice::{Chunks,ChunksMut}`Andrew Paseltiner-0/+7
2015-01-20Register snapshot for 9006c3cFlavio Percoco-3/+0
2015-01-21Rollup merge of #21388 - aochagavia:collections, r=GankroBarosl LEE-11/+71
2015-01-21Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichtonBarosl LEE-13/+13
2015-01-21Rollup merge of #20998 - estsauver:20984, r=steveklabnikBarosl LEE-4/+4
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-3/+3
2015-01-19Implement range and range_mut for BTreePiotr Czarnecki-194/+604
2015-01-19Add test for #21328Adolfo Ochagavía-1/+13
2015-01-19Add a Drain iterator to VecMapAdolfo Ochagavía-6/+55
2015-01-19Make VecMap::into_iter consume the VecMapAdolfo Ochagavía-4/+3
2015-01-18Improve the vec![...] macro with UFCS.Eduard Burtescu-8/+8
2015-01-18auto merge of #21288 : brson/rust/snaps, r=alexcrichtonbors-29/+1
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-17Register new snapshots.Eduard Burtescu-29/+0
2015-01-17add append to vec with testsJeff Belgum-0/+46
2015-01-17s/deriving/derives in Comments/DocsEarl St Sauver-4/+4
2015-01-17Revert stability for Bitv and BitvSetSimonas Kazlauskas-4/+4
2015-01-17Remove unnecessary explicit conversions to *const Twe-13/+13
2015-01-15rollup merge of #21168: aidanhs/aphs-doc-vec-heapAlex Crichton-1/+1
2015-01-15rollup merge of #21161: japaric/ufcs-hashAlex Crichton-0/+2
2015-01-15rollup merge of #21126: sleepynate/dlist-examplesAlex Crichton-6/+166
2015-01-15rollup merge of #21036: renato-zannon/into-iter-implsAlex Crichton-0/+3
2015-01-15rollup merge of #20976: jbcrail/rm-unused-importAlex Crichton-1/+0
2015-01-15rollup merge of #20463: amaranth/black_box_outputAlex Crichton-4/+4
2015-01-15Explicitly note that vector contents are on the heapAidan Hobson Sayers-1/+1
2015-01-14use UFCS in `#[deriving(Hash)]`Jorge Aparicio-0/+2
2015-01-14Add examples for DList methods.nathan dotz-6/+166
2015-01-14auto merge of #21061 : japaric/rust/range, r=nick29581bors-8/+8
2015-01-13Fix test failuresTravis Watkins-4/+4
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-8/+8
2015-01-12auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichtonbors-2/+2
2015-01-12Vec's IntoIter should be Send/Sync when Vec is (fixes #21027)Renato Zannon-0/+3
2015-01-11Remove unused import.Joseph Crail-1/+0
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-2/+2
2015-01-11auto merge of #20406 : TimDumol/rust/dlist-append-split-off, r=Gankrobors-41/+161
2015-01-11auto merge of #20859 : mahkoh/rust/as_mut_vec, r=nikomatsakisbors-0/+15
2015-01-10add inline to every String functionJulian Orth-0/+15
2015-01-10Merge pull request #20771 from Kimundi/vec-macro-repeatbors-1/+5
2015-01-09Add append() and split_off() to DList.Tim Dumol-41/+161
2015-01-08Merge pull request #20766 from tsurai/patch-1bors-1/+1