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
/
libstd
/
collections
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
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
2015-02-07
fix outdated docs
Alexis
-9
/
+9
2015-02-06
More libcollections fixes
Manish Goregaokar
-3
/
+3
2015-02-04
Fix for misspelled comments.
Joseph Crail
-1
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-2
/
+52
2015-01-23
grandfathered -> rust1
Brian Anderson
-3
/
+3
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-1
/
+1
2015-01-22
Rollup merge of #21217 - Gankro:docadoca, r=steveklabnik
Steve Klabnik
-2
/
+52
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-4
/
+4
2015-01-19
Implement range and range_mut for BTree
Piotr Czarnecki
-0
/
+1
2015-01-15
add a section on performance to collection docs
Alexis
-2
/
+52
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-0
/
+7
2015-01-06
[breaking change] Revert Entry behaviour to take keys by value.
Dylan Ede
-2
/
+2
2015-01-05
Stabilize collection modules
Aaron Turon
-1
/
+3
2015-01-04
[breaking change] Update entry API as part of RFC 509.
Ben Foppa
-5
/
+5
2015-01-03
Remove deprecated functionality
Alex Crichton
-8
/
+0
2014-12-18
remove TreeMap, TreeSet, TrieMap, TrieSet, LruCache. deprecate EnumSet's std ...
Alexis Beingessner
-26
/
+13
2014-11-06
Implement low-hanging fruit of collection conventions
Alexis Beingessner
-1
/
+1
2014-11-02
refactor libcollections as part of collection reform
Alexis Beingessner
-14
/
+27
2014-11-01
collections: Remove all collections traits
Alex Crichton
-2
/
+0
2014-10-06
library-level docs for collections
Alexis Beingessner
-3
/
+317
2014-09-27
complete btree rewrite
Alexis Beingessner
-1
/
+1
2014-07-23
collections: Move push/pop to MutableSeq
Brian Anderson
-1
/
+1
2014-06-30
libstd: set baseline stability levels.
Aaron Turon
-0
/
+2
2014-06-09
core: Move the collections traits to libcollections
Alex Crichton
-2
/
+4
2014-06-05
std: Recreate a `collections` module
Alex Crichton
-0
/
+25