summary refs log tree commit diff
path: root/src/libcollections/btree
AgeCommit message (Expand)AuthorLines
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-1/+1
2015-03-31Stabilize a few remaining stragglersAaron Turon-4/+2
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-12/+12
2015-03-28Fold collections debug implsSteven Fackler-10/+2
2015-03-28Update debug helpers and add list builderSteven Fackler-14/+8
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-75/+0
2015-03-27rollup merge of #23535: pnkfelix/fsk-filling-dropAlex Crichton-2/+4
2015-03-27default => or_insert per RFCAlexis Beingessner-4/+4
2015-03-26update everything to use Entry defaultsAlexis-11/+2
2015-03-26entry API v3: replace Entry::get with Entry::default and Entry::default_withAlexis-1/+25
2015-03-26Register new snapshotsAlex Crichton-75/+0
2015-03-26Switch drop-flag to `u8` to allow special tags to instrument state.Felix S. Klock II-2/+4
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+16
2015-03-23rollup merge of #23648: steveklabnik/rollupAlex Crichton-8/+8
2015-03-23rollup merge of #23604: apasel422/btreeAlex Crichton-0/+41
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+16
2015-03-23Rollup merge of #23509 - aturon:stab-entry, r=GankroSteve Klabnik-8/+8
2015-03-23Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses ofNiko Matsakis-2/+63
2015-03-23Adjust Index/IndexMut impls. For generic collections, we takeNiko Matsakis-0/+15
2015-03-21implement `Clone` for `btree` iteratorsAndrew Paseltiner-0/+41
2015-03-20Future-proof indexing on maps: remove IndexMutAaron Turon-10/+1
2015-03-18Stabilize Entry typesAaron Turon-8/+8
2015-03-18Register new snapshotsAlex Crichton-3/+0
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-483/+0
2015-03-16impl {i,u}{8,16,32,64,size}Jorge Aparicio-2/+5
2015-03-16Auto merge of #23342 - apasel422:23327, r=alexcrichtonbors-0/+8
2015-03-16document undefined collection behavior with interior mutabilityAndrew Paseltiner-0/+8
2015-03-13slice::from_raw_parts is preferred over transmuting a fresh raw::SliceOliver Schneider-8/+2
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-03-03Fixes to collections to accommodate arith-overflow changes.Felix S. Klock II-3/+4
2015-02-26Send/Sync audit for libcollectionsEdward Wang-5/+8
2015-02-25Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturonManish Goregaokar-12/+12
2015-02-25Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichtonManish Goregaokar-4/+4
2015-02-24Change `Debug` implementation of `BTree*` as wellTobias Bucher-4/+4
2015-02-24std: Stabilize some `ptr` functionsAlex Crichton-12/+12
2015-02-25Rollup merge of #22539 - oli-obk:style_nitpicks, r=ManishearthManish Goregaokar-4/+4
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-12/+12
2015-02-24style nitpicksOliver Schneider-4/+4
2015-02-20Register new snapshotsAlex Crichton-10/+0
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-36/+65
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-14/+15
2015-02-18Stabilize std::borrowAaron Turon-14/+15
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-10/+10
2015-02-18make FromIterator use IntoIteratorAlexis-2/+2
2015-02-18make Extend use IntoIteratorAlexis-2/+2
2015-02-18Implement RFC 580Aaron Turon-6/+6
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-0/+10
2015-02-18Fallout: port btree to use Unique, some markers.Niko Matsakis-32/+52