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
/
hashmap.rs
Age
Commit message (
Expand
)
Author
Lines
2014-09-02
std: Split hashmap.rs into modules
Piotr Czarnecki
-3452
/
+0
2014-09-02
std: RawTable exposes a safe interface for HashMap
Piotr Czarnecki
-528
/
+883
2014-09-02
std: branchless bucket distance for hashmap
Piotr Czarnecki
-9
/
+1
2014-08-29
Register new snapshots
Alex Crichton
-18
/
+0
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-2
/
+20
2014-08-13
core: Rename ImmutableEqSlice to ImmutablePartialEqSlice
Brian Anderson
-1
/
+1
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-1
/
+1
2014-08-12
auto merge of #16195 : P1start/rust/more-index, r=aturon
bors
-6
/
+48
2014-08-12
Implement Index for HashMap
P1start
-6
/
+48
2014-08-01
Fix misspelled comments.
Joseph Crail
-1
/
+1
2014-07-28
doc: reduce overlong sentence
Tshepang Lekhonkhobe
-1
/
+1
2014-07-27
doc: Correctly onclose code blocks in HashSet
Jonas Hietala
-0
/
+3
2014-07-24
Cleanup HashMap documentation.
Jonas Hietala
-53
/
+68
2014-07-24
Remove explicit rust code specifier. Unhide use HashMap.
Jonas Hietala
-56
/
+56
2014-07-24
Fill in example code for HashMap.
Jonas Hietala
-19
/
+293
2014-07-23
Just land already
Brian Anderson
-1
/
+1
2014-07-22
auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton
bors
-0
/
+2
2014-07-21
Add a ton of ignore-lexer-test
Corey Richardson
-0
/
+2
2014-07-18
Remove examples from trait implementations. Unhide imports.
Jonas Hietala
-154
/
+18
2014-07-18
Fill in documentation for HashSet.
Jonas Hietala
-37
/
+267
2014-07-16
Extend HashSet documentation.
Jonas Hietala
-4
/
+159
2014-07-04
librustc: Remove the `&LIFETIME EXPR` production from the language.
Patrick Walton
-6
/
+3
2014-06-30
std: micro optimize Hash{Map,Set}::{new,with_capacity}
Erick Tryzelaar
-0
/
+8
2014-06-30
std: make sure HashMap from_iter uses random initialization by default
Erick Tryzelaar
-15
/
+10
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-2
/
+2
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-70
/
+70
2014-06-15
Register new snapshots
Alex Crichton
-24
/
+0
2014-06-11
std: Remove i18n/l10n from format!
Alex Crichton
-0
/
+24
2014-06-10
auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichton
bors
-3
/
+2
2014-06-09
core: Move the collections traits to libcollections
Alex Crichton
-3
/
+3
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-2
/
+2
2014-06-08
Remove the dead code identified by the new lint
Jakub Wieczorek
-3
/
+2
2014-06-06
Implement Eq for HashSet and HashMap
Steven Fackler
-3
/
+7
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-12
/
+22
2014-06-05
std: Recreate a `collections` module
Alex Crichton
-0
/
+2507