index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
collections
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-4
/
+4
2024-09-10
Clarify docs for std::collections
James Liu
-27
/
+35
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-16
/
+13
2023-11-02
Move RandomState and DefaultHasher into std::hash, but don't export for now
ltdk
-0
/
+5
2023-04-14
Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor
Matthias Krüger
-2
/
+0
2023-04-14
Rollup merge of #110047 - skaunov:patch-1, r=ChrisDenton
Yuki Okushi
-2
/
+5
2023-04-14
Add links to docs to `Iterator`
Sergey Kaunov
-2
/
+5
2023-04-12
remove some unneeded imports
KaDiWa
-2
/
+0
2023-04-08
std: Mark two reexports that should be inlined as `doc(inline)`
Vadim Petrochenkov
-0
/
+2
2022-04-14
Remove use of `#[rustc_deprecated]`
Jacob Pratt
-1
/
+1
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-4
/
+4
2022-01-09
eplace usages of vec![].into_iter with [].into_iter
Lucas Kent
-1
/
+1
2021-11-10
Fix collection entry API documentation.
Joseph Roitman
-1
/
+1
2021-10-04
Stabilize try_reserve
Kornel
-1
/
+1
2021-09-25
Rollup merge of #89216 - r00ster91:bigo, r=dtolnay
Manish Goregaokar
-9
/
+9
2021-09-25
Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514
bors
-2
/
+2
2021-09-25
Apply 16 commits (squashed)
Frank Steffahn
-2
/
+2
2021-09-24
consistent big O notation
r00ster91
-9
/
+9
2021-09-09
Fix typo in docs for iterators
Jesse Ruderman
-1
/
+1
2021-07-24
Hide allocator details from TryReserveError
Kornel
-0
/
+6
2021-03-18
Revert the second deprecation of collections::Bound
bstrie
-2
/
+3
2021-03-09
Deprecate items that accidentally weren't deprecated
bstrie
-2
/
+3
2021-01-30
Replace predecessor with range in collections documentation
Konrad Borowski
-4
/
+4
2020-08-23
Switch to intra-doc links in `std::collections`
Camelid
-9
/
+1
2020-07-27
mv std libs to library/
mark
-0
/
+446