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
/
libcollections
/
vec_map.rs
Age
Commit message (
Expand
)
Author
Lines
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-4
/
+2
2014-12-20
Fix the fallout of removing feature(import_shadowing).
Eduard Burtescu
-1
/
+0
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-4
/
+4
2014-12-17
rollup merge of #19902: alexcrichton/second-pass-mem
Alex Crichton
-0
/
+2
2014-12-17
rollup merge of #19720: csouth3/vecmap-newtypes
Alex Crichton
-14
/
+45
2014-12-15
Move hash module from collections to core
Steven Fackler
-2
/
+2
2014-12-15
std: Second pass stabilization of `default`
Alex Crichton
-0
/
+2
2014-12-13
Change `VecMap`'s iterators to use wrapper structs instead of typedefs.
Chase Southwood
-14
/
+45
2014-12-13
libcollections: use unboxed closures in `VecMap` methods
Jorge Aparicio
-7
/
+6
2014-12-13
libcollections: fix fallout
Jorge Aparicio
-5
/
+10
2014-12-13
libcollections: fix fallout
Jorge Aparicio
-5
/
+8
2014-12-10
auto merge of #19663 : tbu-/rust/pr_fix_vecmap, r=Gankro
bors
-35
/
+53
2014-12-09
Add a proper `Hash` implementation for `VecMap`
Tobias Bucher
-0
/
+37
2014-12-09
Clean up `libcollections::VecMap`
Tobias Bucher
-54
/
+35
2014-12-08
Change 'Example' to 'Examples' throughout collections' rustdocs.
jbranchaud
-17
/
+17
2014-12-06
libcollections: remove unnecessary `to_string()` calls
Jorge Aparicio
-1
/
+1
2014-12-06
libcollections: remove unnecessary `as_slice()` calls
Jorge Aparicio
-1
/
+0
2014-12-04
Add capacity() to VecMap
Aaron Liblong
-0
/
+16
2014-11-08
Renamed Extendable to Extend
gamazeps
-1
/
+1
2014-11-06
Implement low-hanging fruit of collection conventions
Alexis Beingessner
-135
/
+131
2014-11-02
refactor libcollections as part of collection reform
Alexis Beingessner
-0
/
+1052
[prev]