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
/
btree
/
set.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-2
/
+2
2015-01-06
More test fixes
Alex Crichton
-3
/
+3
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-2
/
+2
2015-01-05
Revert "Remove i suffix in docs"
Alex Crichton
-10
/
+10
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-2
/
+2
2015-01-06
Fallout
Nick Cameron
-2
/
+2
2015-01-05
Remove i suffix in docs
Steve Klabnik
-10
/
+10
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
use assoc types in binop traits
Jorge Aparicio
-4
/
+12
2015-01-03
collections: fix fallout
Jorge Aparicio
-12
/
+25
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-4
/
+7
2014-12-31
stabilize more of collections
Alexis Beingessner
-22
/
+42
2014-12-22
rollup merge of #19891: nikomatsakis/unique-fn-types-3
Alex Crichton
-0
/
+1
2014-12-22
Insert coercions to fn pointer types required for the new types
Niko Matsakis
-0
/
+1
2014-12-22
Added missing renames:
Florian Wilkens
-18
/
+18
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-20
/
+20
2014-12-21
rollup merge of #19972: alexcrichton/snapshots
Alex Crichton
-96
/
+0
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-1
/
+1
2014-12-19
Register new snapshots
Alex Crichton
-96
/
+0
2014-12-19
Work around #19982 by rewriting test impls to not use anonymous
Niko Matsakis
-2
/
+2
2014-12-17
rollup merge of #19902: alexcrichton/second-pass-mem
Alex Crichton
-0
/
+2
2014-12-15
std: Second pass stabilization of `default`
Alex Crichton
-0
/
+2
2014-12-15
Use wrapper structs for `BTreeSet`'s iterators.
Chase Southwood
-7
/
+29
2014-12-15
auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakis
bors
-0
/
+96
2014-12-15
rollup merge of #19802: jbranchaud/add-btreeset-new-doctest
Brian Anderson
-0
/
+8
2014-12-15
rollup merge of #19771: jbranchaud/add-btreeset-iter-doctests
Brian Anderson
-0
/
+26
2014-12-13
libcollections: convert `BTreeSet` binops to by value
Jorge Aparicio
-0
/
+96
2014-12-13
libcollections: fix unit tests
Jorge Aparicio
-9
/
+18
2014-12-13
libcollections: fix fallout
Jorge Aparicio
-2
/
+5
2014-12-12
Add a doctest for BTreeSet::new.
jbranchaud
-0
/
+8
2014-12-12
Add doctests for `iter` and `into_iter` for BTreeSet.
jbranchaud
-0
/
+26
2014-12-12
auto merge of #19514 : jbranchaud/rust/add-btree-set-bitor, r=Gankro
bors
-1
/
+84
2014-12-11
Add an implementation of the BitOps for BTreeSets.
jbranchaud
-1
/
+84
2014-12-08
Change 'Example' to 'Examples' throughout collections' rustdocs.
jbranchaud
-13
/
+13
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-2
/
+2
2014-12-06
libcollections: remove unnecessary `to_string()` calls
Jorge Aparicio
-2
/
+2
2014-12-05
Add doctests for union, diff, sym_diff, and intersection.
jbranchaud
-0
/
+66
2014-11-17
libcollections: generalize BTree* to use BorrowFrom
Aaron Turon
-2
/
+11
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-29
/
+29
2014-11-08
Renamed Extendable to Extend
gamazeps
-1
/
+1
2014-11-06
Implement low-hanging fruit of collection conventions
Alexis Beingessner
-3
/
+22
2014-11-02
refactor libcollections as part of collection reform
Alexis Beingessner
-1
/
+1
2014-11-01
collections: Remove all collections traits
Alex Crichton
-21
/
+141
2014-10-05
flesh out BTree docs
Alexis Beingessner
-0
/
+5
2014-09-27
complete btree rewrite
Alexis Beingessner
-0
/
+433