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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcollections
/
vec_map.rs
Age
Commit message (
Expand
)
Author
Lines
2015-07-30
Auto merge of #26734 - Gankro:deprecate-vecmap, r=alexcrichton
bors
-2
/
+5
2015-07-29
deprecate vecmap
Alexis Beingessner
-2
/
+5
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-21
/
+42
2015-06-17
std: Stabilize vec_map::Entry::or_insert{,_with}
Alex Crichton
-8
/
+7
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-21
/
+21
2015-06-17
collections: Split the `collections` feature
Alex Crichton
-9
/
+11
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-2
/
+2
2015-06-08
Implement RFC 839
Johannes Oertel
-0
/
+7
2015-05-11
Minor optimization for `VecMap::split_off`
Johannes Oertel
-1
/
+1
2015-04-28
collections: Implement vec::drain(range) according to RFC 574
Ulrik Sverdrup
-1
/
+1
2015-04-21
rollup merge of #24541: alexcrichton/issue-24538
Alex Crichton
-32
/
+26
2015-04-18
Utilize if..let for get_mut doc-comment examples
Corey Farwell
-6
/
+4
2015-04-17
std: Add Default/IntoIterator/ToOwned to the prelude
Alex Crichton
-32
/
+26
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-2
/
+2
2015-04-10
Fix some typos
Tibor Benke
-1
/
+1
2015-03-27
rollup merge of #23738: alexcrichton/snapshots
Alex Crichton
-23
/
+0
2015-03-27
default => or_insert per RFC
Alexis Beingessner
-4
/
+4
2015-03-26
update everything to use Entry defaults
Alexis
-11
/
+2
2015-03-26
entry API v3: replace Entry::get with Entry::default and Entry::default_with
Alexis
-0
/
+24
2015-03-26
Register new snapshots
Alex Crichton
-23
/
+0
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-0
/
+21
2015-03-23
rollup merge of #23648: steveklabnik/rollup
Alex Crichton
-7
/
+9
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+21
2015-03-23
Adjust Index/IndexMut impls. For generic collections, we take
Niko Matsakis
-1
/
+41
2015-03-18
Stabilize Entry types
Aaron Turon
-7
/
+9
2015-03-16
extract libcollections tests into libcollectionstest
Jorge Aparicio
-507
/
+0
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-1
/
+1
2015-03-03
Add `: Box<_>` or `::Box<_>` type annotations to various places.
Felix S. Klock II
-1
/
+1
2015-02-25
Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichton
Manish Goregaokar
-3
/
+3
2015-02-24
Modify collection's `Debug` output to resemble in their content only
Tobias Bucher
-3
/
+3
2015-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-3
/
+3
2015-02-23
Rollup merge of #22494 - msiemens:vec_map-append-split_off, r=Gankro
Manish Goregaokar
-2
/
+170
2015-02-22
Implement append and split_off for VecMap (RFC 509)
Markus Siemens
-2
/
+170
2015-02-20
Register new snapshots
Alex Crichton
-15
/
+0
2015-02-18
rollup merge of #22286: nikomatsakis/variance-4b
Alex Crichton
-1
/
+1
2015-02-18
rollup merge of #22491: Gankro/into_iter
Alex Crichton
-2
/
+2
2015-02-18
make FromIterator use IntoIterator
Alexis
-1
/
+1
2015-02-18
make Extend use IntoIterator
Alexis
-1
/
+1
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-1
/
+18
2015-02-18
Fallout: Port Vec to use `Unique`
Niko Matsakis
-1
/
+1
2015-02-17
Register new snapshots
Alex Crichton
-33
/
+0
2015-02-17
std: Stabilize the IntoIterator trait
Alex Crichton
-0
/
+3
2015-02-13
add an associated `Item` type to `IntoIterator`
Jorge Aparicio
-0
/
+36
2015-02-11
rollup merge of #22151: Gankro/macro-bench
Alex Crichton
-65
/
+8
2015-02-10
fix and macro-ify map benches, fixes #22134
Alexis
-65
/
+8
2015-02-09
std: Rename IntoIterator::Iter to IntoIter
Alex Crichton
-3
/
+3
2015-02-06
make `IndexMut` a super trait over `Index`
Jorge Aparicio
-2
/
+0
2015-02-06
libcollections: unit test fixes
Manish Goregaokar
-1
/
+2
2015-02-06
remove int_uint feature from libcollections
Alexis
-2
/
+2
2015-02-06
Rollup merge of #21969 - Gankro:collections-cleanup, r=alexcrichton
Manish Goregaokar
-79
/
+77
[next]