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
/
src
/
libstd
/
collections
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-5984
/
+0
2020-07-20
Auto merge of #74010 - pierwill:pierwill-o-notation, r=GuillaumeGomez
bors
-1
/
+1
2020-07-19
Use italics for O notation
pierwill
-1
/
+1
2020-07-18
Use intra-doc links on HashSet
Manish Goregaokar
-38
/
+9
2020-07-18
Use intra-doc links on HashMap
Manish Goregaokar
-68
/
+19
2020-05-29
Remove an old comment from HashMap::extend_reserve
Josh Stone
-1
/
+0
2020-05-29
Add Extend::{extend_one,extend_reserve}
Josh Stone
-0
/
+49
2020-04-29
Add explicit references to the BuildHasher trait
Mark Rousskov
-0
/
+20
2020-04-22
More diagnostic items for Clippy usage
Philipp Hansch
-0
/
+2
2020-04-15
big-O notation: parenthesis, multiplication and backticks
Ralf Jung
-4
/
+4
2020-04-11
Change issue number to point to tracking issue
Chai T. Rex
-1
/
+1
2020-04-10
Fixed doc tests for added methods
Chai T. Rex
-0
/
+1
2020-04-10
Add or_insert_with_key to Entry of HashMap/BTreeMap
Chai T. Rex
-0
/
+27
2020-04-06
Don't import integer module in libstd
Linus Färnstrand
-1
/
+0
2020-03-06
Don't redundantly repeat field names (clippy::redundant_field_names)
Matthias Krüger
-1
/
+1
2020-02-13
Rollup merge of #67642 - Mark-Simulacrum:relax-bounds, r=Amanieu
Dylan DPC
-75
/
+71
2020-01-08
Add HashSet::get_or_insert_owned
Josh Stone
-0
/
+32
2019-12-26
Relax bounds on HashSet to match hashbrown
Mark Rousskov
-11
/
+9
2019-12-26
Relax bounds on HashMap to match hashbrown
Mark Rousskov
-64
/
+62
2019-12-26
Remove redundant link texts
Matthew Kraai
-2
/
+2
2019-12-22
Format the world
Mark Rousskov
-174
/
+142
2019-12-09
Update HashMap documentation hint of the used 'quadratic probing' and 'SIMD l...
Christoph Schmidler
-1
/
+1
2019-11-29
Format libstd with rustfmt
David Tolnay
-5
/
+5
2019-11-14
introduce benchmarks of HashSet operations
Stein Somers
-117
/
+0
2019-11-10
Fix HashSet::union performance
Stepan Koltsov
-1
/
+1
2019-11-01
Rollup merge of #65112 - jack-t:type-parens-lint, r=varkor
Tyler Mandry
-3
/
+3
2019-10-29
Add lint for unnecessary parens around types
jack-t
-3
/
+3
2019-10-11
Rollup merge of #65048 - Kixunil:patch-1, r=KodrAus
Tyler Mandry
-0
/
+2
2019-10-09
Implement (HashMap) Entry::insert as per #60142
Félix Saparelli
-0
/
+47
2019-10-03
Added doc about behavior of extend on HashMap
Martin Habovštiak
-0
/
+2
2019-10-01
Remove unneeded `fn main` blocks from docs
Lzu Tao
-13
/
+6
2019-09-27
Stabilize map_get_key_value feature
Lzu Tao
-2
/
+1
2019-08-16
Add the Layout of the failed allocation to TryReserveError::AllocError
Simon Sapin
-2
/
+5
2019-08-16
Update hashbrown to 0.5.0
Simon Sapin
-1
/
+1
2019-08-16
Rename CollectionAllocError to TryReserveError
Simon Sapin
-9
/
+9
2019-07-16
Test that maplike FromIter satisfies uniqueness
Nick Hynes
-2
/
+6
2019-07-02
HashMap is UnwindSafe
Simon Sapin
-0
/
+6
2019-05-20
Rollup merge of #60511 - taiki-e:libstd-intra-doc, r=Dylan-DPC
Mazdak Farrokhzad
-1
/
+4
2019-05-17
Auto merge of #60899 - cuviper:RawEntryMut-origin-story, r=Centril
bors
-2
/
+4
2019-05-16
doc: correct the origin of RawEntryMut
Josh Stone
-2
/
+4
2019-05-16
Comment why get_or_insert returns &T
Josh Stone
-0
/
+4
2019-05-16
Add a hash_set_entry tracking issue
Josh Stone
-2
/
+2
2019-05-16
Add entry-like methods to HashSet
Josh Stone
-0
/
+52
2019-05-04
Fix intra-doc link resolution failure on re-exporting libstd
Taiki Endo
-1
/
+4
2019-04-25
ignore-tidy-filelength on all files with greater than 3000 lines
varkor
-0
/
+2
2019-04-24
Remove broken tests
Amanieu d'Antras
-74
/
+0
2019-04-24
Replace the robin-hood hash table with hashbrown
Amanieu d'Antras
-2278
/
+405
2019-04-24
Mark HashSet functions with #[inline]
Amanieu d'Antras
-0
/
+45
2019-04-24
Add try_reserve to HashSet
Amanieu d'Antras
-0
/
+24
2019-04-24
Remove the Recover trait for HashSet
Amanieu d'Antras
-52
/
+9
[next]