about summary refs log tree commit diff
path: root/src/libstd/collections
AgeCommit message (Expand)AuthorLines
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-6/+0
2015-04-18Utilize if..let for get_mut doc-comment examplesCorey Farwell-3/+2
2015-04-16Fixed typo in hash_map::Entry documentationAram Visser-1/+0
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-8/+8
2015-04-14test: Fixup many library unit testsAlex Crichton-2/+2
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-8/+8
2015-04-10Fix some typosTibor Benke-1/+1
2015-04-07std: Deny most warnings in doctestsAlex Crichton-163/+180
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-1/+7
2015-03-31rollup merge of #23288: alexcrichton/issue-19470Alex Crichton-1/+1
2015-03-31rollup merge of #23908: aturon/stab-more-stragglersAlex Crichton-4/+2
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-1/+1
2015-03-31Stabilize a few remaining stragglersAaron Turon-4/+2
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-1/+1
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-2/+2
2015-03-29Rollup merge of #23814 - steveklabnik:gh23320, r=alexcrichtonManish Goregaokar-2/+18
2015-03-29Auto merge of #23810 - sfackler:debug-collections, r=alexcrichtonbors-16/+2
2015-03-28Remove IteratorExtSteven Fackler-5/+3
2015-03-28Document properties for Eq + HashSteve Klabnik-2/+18
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 #23741: alexcrichton/remove-int-uintAlex Crichton-12/+12
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-16/+0
2015-03-27rollup merge of #23535: pnkfelix/fsk-filling-dropAlex Crichton-1/+1
2015-03-27default => or_insert per RFCAlexis Beingessner-5/+6
2015-03-26update everything to use Entry defaultsAlexis-8/+2
2015-03-26entry API v3: replace Entry::get with Entry::default and Entry::default_withAlexis-1/+25
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-12/+12
2015-03-26Register new snapshotsAlex Crichton-16/+0
2015-03-26Switch drop-flag to `u8` to allow special tags to instrument state.Felix S. Klock II-1/+1
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+15
2015-03-23rollup merge of #23648: steveklabnik/rollupAlex Crichton-8/+8
2015-03-23rollup merge of #23637: apasel422/iterAlex Crichton-0/+25
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+15
2015-03-23Rollup merge of #23509 - aturon:stab-entry, r=GankroSteve Klabnik-8/+8
2015-03-23Adjust Index/IndexMut impls. For generic collections, we takeNiko Matsakis-4/+20
2015-03-23implement `Clone` for various iteratorsAndrew Paseltiner-0/+25
2015-03-20Future-proof indexing on maps: remove IndexMutAaron Turon-13/+1
2015-03-18Stabilize Entry typesAaron Turon-8/+8
2015-03-18Register new snapshotsAlex Crichton-7/+0
2015-03-16impl {i,u}{8,16,32,64,size}Jorge Aparicio-0/+2
2015-03-16impl<T> *const T, impl<T> *mut TJorge Aparicio-0/+3
2015-03-16document undefined collection behavior with interior mutabilityAndrew Paseltiner-0/+11
2015-03-11Example -> ExamplesSteve Klabnik-45/+45
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-1/+1
2015-03-05Rollup merge of #22973 - djmally:coll_docs, r=GankroManish Goregaokar-6/+7
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-2/+2