summary refs log tree commit diff
path: root/src/libstd/collections
AgeCommit message (Expand)AuthorLines
2015-07-27Show appropriate feature flags in docsSteve Klabnik-5/+10
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-3/+3
2015-07-06typo "struct has is 0-sized"Oliver Schneider-1/+1
2015-06-24Make `align_of` behave like `min_align_of`.Huon Wilson-11/+11
2015-06-18Auto merge of #26192 - alexcrichton:features-clean, r=aturonbors-22/+23
2015-06-17std: Split the `std_misc` featureAlex Crichton-22/+23
2015-06-17collections: fix a couple of typosIvan Ukhov-3/+3
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-9/+10
2015-05-31Inline hash_table::calculate_offsets, used by iterators.Eduard Burtescu-0/+1
2015-05-17Make debug builders take &mut self, add entries methodSteven Fackler-2/+2
2015-05-16Small typo in the docsEmilio Cobos Álvarez-1/+1
2015-05-10Rollup merge of #25240 - bluss:doc-hashmap-entry, r=steveklabnikSteve Klabnik-0/+18
2015-05-09std: Add example for HashMap::entry()Ulrik Sverdrup-0/+18
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-2/+2
2015-05-05Rollup merge of #25074 - killercup:patch-10, r=alexcrichtonManish Goregaokar-19/+22
2015-05-03Fix Derive Notice for HashSetPascal Hertleif-2/+2
2015-05-03Fix Derive Notice for HashMapPascal Hertleif-2/+3
2015-05-03Clean up HashSet ExamplesPascal Hertleif-5/+5
2015-05-03HashSet Docs: Split First ParagraphPascal Hertleif-4/+6
2015-05-03Clean up HashMap examplesPascal Hertleif-8/+8
2015-05-03Restore HashMap performance by allowing some functions to be inlinedBjörn Steinbrink-0/+1
2015-05-01std: Remove index notation on slice iteratorsAlex Crichton-2/+1
2015-04-28Register new snapshotsTamir Duberstein-2/+0
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-3/+3
2015-04-21rollup merge of #24541: alexcrichton/issue-24538Alex Crichton-57/+47
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-2/+2
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-1/+1
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-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-57/+47
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