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
/
hash
/
map.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-05
Remove a couple of `isize` references from hashmap docs
Tobias Bucher
-27
/
+27
2018-03-03
core: Update stability attributes for FusedIterator
Ulrik Sverdrup
-7
/
+7
2018-03-03
core: Stabilize FusedIterator
Ulrik Sverdrup
-7
/
+7
2018-02-25
Rollup merge of #48166 - hedgehog1024:hedgehog1024-stabilize-entry_and_modify...
kennytm
-2
/
+1
2018-02-25
1.25.0 -> 1.26.-
Manish Goregaokar
-1
/
+1
2018-02-13
38880 remove unnecessary self.table.size check
Shaun Steenkamp
-4
/
+0
2018-02-13
38880 fix incorrect negation
Shaun Steenkamp
-1
/
+1
2018-02-13
38880 hashmap check size=0, not just capacity=0
Shaun Steenkamp
-30
/
+24
2018-02-13
38880 restore original entry(key) method
Shaun Steenkamp
-1
/
+3
2018-02-12
Stabilize 'entry_and_modify' feature for HashMap
hedgehog1024
-2
/
+1
2018-02-12
38880 fixup add missing mut
Shaun Steenkamp
-1
/
+1
2018-02-12
38880 remove redundant extra function
Shaun Steenkamp
-14
/
+6
2018-02-06
38880 use search_mut function rather than search_hashed
Shaun Steenkamp
-3
/
+1
2018-02-06
38880 don't compute hash when searching an empty HashMap
Shaun Steenkamp
-5
/
+35
2018-01-28
Document that `Index` ops can panic on `HashMap` & `BTreeMap`.
Corey Farwell
-2
/
+7
2018-01-24
Auto merge of #47299 - cramertj:unsafe-placer, r=alexcrichton
bors
-1
/
+1
2018-01-09
Make core::ops::Place an unsafe trait
Taylor Cramer
-1
/
+1
2018-01-07
Add HashMap::remove_entry
Steven Fackler
-1
/
+49
2017-11-11
Improvided map_entry_replace examples
Jeroen Bollen
-12
/
+22
2017-11-11
Changed tabs back into spaces to fix formatting.
Jeroen Bollen
-2
/
+2
2017-11-11
Addressed issues raised in #44286.
Jeroen Bollen
-5
/
+27
2017-11-08
std: Remove `rand` crate and module
Alex Crichton
-4
/
+2
2017-10-20
[test] Add some `#[inline]` to `HashMap`
Alex Crichton
-0
/
+3
2017-10-06
Auto merge of #44734 - mchlrhw:wip/hashmap-entry-and-then, r=BurntSushi
bors
-0
/
+35
2017-10-06
Implement `entry_and_modify`
mchlrhw
-0
/
+35
2017-10-05
Auto merge of #44943 - nivkner:fixme_fixup, r=dtolnay
bors
-3
/
+3
2017-09-30
address some `FIXME`s whose associated issues were marked as closed
Niv Kaminer
-3
/
+3
2017-09-29
Rollup merge of #44794 - napen123:master, r=frewsxcv
Mark Simulacrum
-0
/
+11
2017-09-28
Auto merge of #44278 - Binero:master, r=BurntSushi
bors
-0
/
+30
2017-09-24
Add doc example to HashMap::hasher
Ethan Dagner
-0
/
+11
2017-09-15
HashMap::new and HashSet::new do not allocate
Jon Gjengset
-0
/
+3
2017-09-12
Addressed @BurntSuchi's remarks regarding Entry::replace
Jeroen Bollen
-4
/
+3
2017-09-05
Avoid weird or_insert_with example
Jon Gjengset
-3
/
+1
2017-09-05
Add or_default to Entry APIs
Jon Gjengset
-0
/
+29
2017-09-03
Marked `Entry::replace` as unstable.
Jeroen Bollen
-1
/
+2
2017-09-03
Added a way to retrieve the key out of a HashMap when it's being replaced.
Jeroen Bollen
-0
/
+30
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-9
/
+9
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-1
/
+1
2017-07-23
Fix some doc/comment typos.
Bruce Mitchener
-1
/
+1
2017-07-06
Add annotations to the resize fn #39791
Ryan Thomas
-0
/
+2
2017-06-23
Relax Debug constraints when debugging {HashMap,BTreeMap}::{Keys,Values}.
Federico Ravasio
-2
/
+2
2017-06-21
Impl Clone for DefaultHasher
Leonardo Yvens
-1
/
+1
2017-05-20
Stabilize library features for 1.18.0
Steven Fackler
-2
/
+1
2017-04-23
Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichton
bors
-7
/
+0
2017-04-22
Fix invalid linkage
Guillaume Gomez
-1
/
+1
2017-04-20
Remove OccupiedEntry::remove_pair
Josh Stone
-7
/
+0
2017-04-13
Various consistency and phrasing fixes in std::collections' docs
lukaramu
-8
/
+8
2017-04-13
Various fixes throughout std::collections' docs
lukaramu
-18
/
+19
2017-04-13
Update std::collections' docs to use iterator (etc.) boilerplate
lukaramu
-7
/
+49
2017-04-04
Simplify HashMap Bucket interface
arthurprs
-18
/
+14
[prev]
[next]