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
2014-12-22
Added missing renames:
Florian Wilkens
-10
/
+10
2014-12-21
Test fixes and rebase conflicts
Alex Crichton
-1
/
+0
2014-12-21
Remove a ton of public reexports
Corey Farwell
-7
/
+10
2014-12-21
auto merge of #19946 : cgaebel/rust/hashmap-drain-iter, r=gankro
bors
-9
/
+52
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-2
/
+1
2014-12-19
Reform power_of_two methods for perf increase & semantic change to consider 0...
Aaron Liblong
-2
/
+2
2014-12-18
[collections] Adds `drain`: a way to sneak out the elements while clearing.
Clark Gaebel
-9
/
+52
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-1
/
+1
2014-12-17
rollup merge of #19935: cgaebel/hashmap-tuple-indexing
Alex Crichton
-85
/
+38
2014-12-17
rollup merge of #19902: alexcrichton/second-pass-mem
Alex Crichton
-0
/
+2
2014-12-16
Small cleanups in HashMap based off of new rust features.
Clark Gaebel
-85
/
+38
2014-12-15
std: Second pass stabilization of `default`
Alex Crichton
-0
/
+2
2014-12-15
Use wrapper structs for `HashMap`'s iterators.
Chase Southwood
-35
/
+29
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-11
/
+16
2014-12-13
libstd: fix fallout
Jorge Aparicio
-6
/
+17
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-17
/
+17
2014-12-06
libstd: remove unnecessary `to_string()` calls
Jorge Aparicio
-2
/
+2
2014-12-06
libstd: remove unnecessary `as_slice()` calls
Jorge Aparicio
-15
/
+15
2014-12-05
Utilize fewer reexports
Corey Farwell
-2
/
+4
2014-12-04
auto merge of #19167 : japaric/rust/rhs-cmp, r=aturon
bors
-0
/
+2
2014-12-03
Deprecate Equiv
Jorge Aparicio
-0
/
+2
2014-11-30
std: Change the behavior of `reserve` for HashMap.
Piotr Czarnecki
-6
/
+17
2014-11-30
std: Remove implicit shrinking from hash_map.
Piotr Czarnecki
-135
/
+194
2014-11-26
rollup merge of #19301: Gankro/take-fix
Alex Crichton
-1
/
+35
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-11-25
Make HashMap::take not corrupt the map. Fixes #19292
Alexis Beingessner
-1
/
+35
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-61
/
+72
2014-11-17
Fallout from deprecation
Aaron Turon
-4
/
+4
2014-11-17
libstd: Deprecate _equiv methods
Aaron Turon
-80
/
+62
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+4
2014-11-16
fallout from deprecating find_copy and get_copy
Alexis Beingessner
-1
/
+1
2014-11-16
Deprecate hashmap's find_copy and get_copy in favour of cloned and clone
Alexis Beingessner
-25
/
+7
2014-11-14
auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton
bors
-2
/
+2
2014-11-13
Create UnsignedInt trait and deprecate free functions
Brendan Zabarauskas
-5
/
+4
2014-11-12
Fix remaining documentation to reflect fail!() -> panic!()
Barosl Lee
-2
/
+2
2014-11-08
Renamed Extendable to Extend
gamazeps
-2
/
+2
2014-11-06
rollup merge of #18665 : scribu/patch-1
Alex Crichton
-1
/
+1
2014-11-06
Implement low-hanging fruit of collection conventions
Alexis Beingessner
-144
/
+109
2014-11-05
Fix example in HashMap::new() docs
Cristi Burcă
-1
/
+1
2014-11-02
refactor libcollections as part of collection reform
Alexis Beingessner
-0
/
+2133
[prev]