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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-15
Remove collection-specific `with_capacity` doc from `std::collections`
Marc
-4
/
+3
2019-02-28
libstd => 2018
Taiki Endo
-1
/
+1
2019-02-10
libs: doc comments
Alexander Regueiro
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-06-29
Move core::alloc::CollectionAllocErr to alloc::collections
Simon Sapin
-1
/
+1
2018-06-29
Move some alloc crate top-level items to a new alloc::collections module
Simon Sapin
-4
/
+4
2018-06-11
Remove deprecated heap modules
Simon Sapin
-1
/
+1
2018-05-24
remove collections::range::RangeArgument
Cory Sherman
-8
/
+0
2018-04-12
Import the `alloc` crate as `alloc_crate` in std
Simon Sapin
-5
/
+5
2018-03-29
Hide the Bound type in docs at its deprecated location in std::collections
Simon Sapin
-0
/
+1
2018-03-29
Hide the deprecated std::collections::range module from docs
Simon Sapin
-0
/
+1
2018-03-29
Move RangeArguments to {core::std}::ops and rename to RangeBounds
Simon Sapin
-2
/
+6
2018-03-29
Move alloc::Bound to {core,std}::ops
Simon Sapin
-1
/
+2
2018-03-14
implementing fallible allocation API (try_reserve) for Vec, String and HashMap
snf
-0
/
+3
2018-01-19
Update BTreeMap recommendation
Arthur Silva
-2
/
+2
2017-06-30
Revert "Stabilize RangeArgument"
Steven Fackler
-2
/
+0
2017-06-24
Stabilize RangeArgument
Steven Fackler
-0
/
+2
2017-06-13
Merge crate `collections` into `alloc`
Murarth
-6
/
+6
2017-04-13
Various consistency and phrasing fixes in std::collections' docs
lukaramu
-4
/
+2
2017-04-13
Various fixes throughout std::collections' docs
lukaramu
-28
/
+28
2017-02-09
Fix missing article.
Henning Kowalk
-1
/
+1
2017-02-09
Fixed #39661
Henning Kowalk
-1
/
+1
2016-10-20
Add missing urls in collections module
Guillaume Gomez
-55
/
+65
2016-10-17
std::collections: Reexport libcollections's range module
Ulrik Sverdrup
-0
/
+3
2016-06-17
Add short summaries to btree modules
Oliver Middleton
-2
/
+4
2016-04-22
Implement `append` for b-trees.
Johannes Oertel
-6
/
+4
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-10
/
+0
2016-02-15
clarify how insert() doesn't update keys
Jack O'Connor
-3
/
+6
2016-01-26
std: Stabilize custom hasher support in HashMap
Alex Crichton
-0
/
+2
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-1
/
+9
2015-10-25
Remove key duplication from `BTreeMap` example in `collections`
Tobias Bucher
-4
/
+4
2015-10-22
Document replacement behavior in some collections
Steve Klabnik
-0
/
+46
2015-08-25
collections doc: remove mention of BitVec, BitSet, VecMap
Georg Brandl
-28
/
+6
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-1
/
+2
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-4
/
+4
2015-06-18
Auto merge of #26192 - alexcrichton:features-clean, r=aturon
bors
-1
/
+1
2015-06-17
std: Split the `std_misc` feature
Alex Crichton
-1
/
+1
2015-06-17
collections: fix a couple of typos
Ivan Ukhov
-3
/
+3
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-3
/
+4
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-1
/
+1
2015-04-07
std: Deny most warnings in doctests
Alex Crichton
-155
/
+180
2015-03-27
default => or_insert per RFC
Alexis Beingessner
-2
/
+2
2015-03-26
update everything to use Entry defaults
Alexis
-8
/
+2
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+2
2015-03-02
Added note that method names in tables may differ from actual collections
David Mally
-1
/
+2
2015-03-02
Fixed references to set & take ; minor wording & syntax fixes
David Mally
-5
/
+5
2015-02-21
Remove last traces of BitV and BitVSet from documentation
Florian Hartwig
-4
/
+4
2015-02-18
Implement RFC 580
Aaron Turon
-21
/
+21
2015-02-13
more int and cloned cleanup in collections
Alexis
-3
/
+3
2015-02-07
fix outdated docs
Alexis
-1
/
+1
[next]