about summary refs log tree commit diff
path: root/library/std/src/collections/mod.rs
AgeCommit message (Expand)AuthorLines
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-4/+4
2024-09-10Clarify docs for std::collectionsJames Liu-27/+35
2024-07-29Reformat `use` declarations.Nicholas Nethercote-16/+13
2023-11-02Move RandomState and DefaultHasher into std::hash, but don't export for nowltdk-0/+5
2023-04-14Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitorMatthias Krüger-2/+0
2023-04-14Rollup merge of #110047 - skaunov:patch-1, r=ChrisDentonYuki Okushi-2/+5
2023-04-14Add links to docs to `Iterator`Sergey Kaunov-2/+5
2023-04-12remove some unneeded importsKaDiWa-2/+0
2023-04-08std: Mark two reexports that should be inlined as `doc(inline)`Vadim Petrochenkov-0/+2
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-1/+1
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-4/+4
2022-01-09eplace usages of vec![].into_iter with [].into_iterLucas Kent-1/+1
2021-11-10Fix collection entry API documentation.Joseph Roitman-1/+1
2021-10-04Stabilize try_reserveKornel-1/+1
2021-09-25Rollup merge of #89216 - r00ster91:bigo, r=dtolnayManish Goregaokar-9/+9
2021-09-25Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514bors-2/+2
2021-09-25Apply 16 commits (squashed)Frank Steffahn-2/+2
2021-09-24consistent big O notationr00ster91-9/+9
2021-09-09Fix typo in docs for iteratorsJesse Ruderman-1/+1
2021-07-24Hide allocator details from TryReserveErrorKornel-0/+6
2021-03-18Revert the second deprecation of collections::Boundbstrie-2/+3
2021-03-09Deprecate items that accidentally weren't deprecatedbstrie-2/+3
2021-01-30Replace predecessor with range in collections documentationKonrad Borowski-4/+4
2020-08-23Switch to intra-doc links in `std::collections`Camelid-9/+1
2020-07-27mv std libs to library/mark-0/+446