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
Age
Commit message (
Expand
)
Author
Lines
2014-11-02
refactor libcollections as part of collection reform
Alexis Beingessner
-4037
/
+0
2014-11-01
bubble up out-of-memory errors from liballoc
Daniel Micay
-0
/
+1
2014-11-01
collections: Remove all collections traits
Alex Crichton
-106
/
+362
2014-10-31
DSTify Hash
Jorge Aparicio
-13
/
+15
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-18
/
+14
2014-10-29
Rename fail! to panic!
Steve Klabnik
-12
/
+11
2014-10-25
Fix spelling mistakes in comments.
Joseph Crail
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-304
/
+2
2014-10-13
Clean up rustc warnings.
NODA, Kai
-0
/
+1
2014-10-09
std: Convert statics to constants
Alex Crichton
-3
/
+3
2014-09-27
auto merge of #17517 : pczarn/rust/hashmap-lifetimes, r=alexcrichton
bors
-5
/
+15
2014-09-25
auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturon
bors
-6
/
+287
2014-09-24
implement entry API for HashMap
Alexis Beingessner
-6
/
+287
2014-09-24
Fix free lifetime vars in HashMap's iterators
Piotr Czarnecki
-5
/
+15
2014-09-21
Remove #[allow(deprecated)] from libstd
Alex Crichton
-3
/
+4
2014-09-16
Fallout from renaming
Aaron Turon
-15
/
+21
2014-09-16
Align with _mut conventions
Aaron Turon
-4
/
+16
2014-09-04
std: Fix overflow of HashMap's capacity
Piotr Czarnecki
-32
/
+49
2014-09-04
std: Refine and document HashMap's code
Piotr Czarnecki
-482
/
+704
2014-09-02
std: Split hashmap.rs into modules
Piotr Czarnecki
-0
/
+3535