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
2017-04-22
Fix invalid linkage
Guillaume Gomez
-1
/
+1
2017-04-20
Auto merge of #41342 - GuillaumeGomez:btree-debug-infinite, r=alexcrichton
bors
-4
/
+8
2017-04-19
Fix debug infinite loop
Guillaume Gomez
-4
/
+8
2017-04-18
Fix a few stability attributes
Oliver Middleton
-0
/
+5
2017-04-13
Various fixes throughout std::collections' docs
lukaramu
-1
/
+1
2017-04-13
Update std::collections' docs to use iterator (etc.) boilerplate
lukaramu
-16
/
+22
2017-03-22
Various fixes to wording consistency in the docs
Stjepan Glavina
-1
/
+1
2017-03-17
Minor fixups to fix tidy errors
Alex Crichton
-5
/
+2
2017-02-09
Update set operations documentation
Jethro Beekman
-7
/
+17
2017-02-05
Replace PlaceBack Debug implementation with derive
Guillaume Gomez
-24
/
+12
2017-01-20
Remove Debug implementations specialization
Guillaume Gomez
-49
/
+0
2017-01-20
Add Debug implementations for libcollection structs
Guillaume Gomez
-0
/
+108
2017-01-16
libcollections: btree/set: fix a typo
Ivan Stankovic
-1
/
+1
2017-01-14
update docs with new syntax
djzin
-3
/
+3
2017-01-14
update docs with new syntax
djzin
-4
/
+6
2017-01-14
fix warnings in doctests
djzin
-1
/
+1
2017-01-14
shorten range syntax
djzin
-1
/
+1
2017-01-14
fix up tests
djzin
-2
/
+2
2017-01-14
change argument for btree_range
djzin
-7
/
+4
2016-12-20
Indicate that `BTreeSet::iter` returns values in ascending order.
Corey Farwell
-1
/
+14
2016-12-15
Simplify `BTreeSet::iter` doc example.
Corey Farwell
-8
/
+6
2016-12-15
Document how `BTreeSet` iterator structures are created.
Corey Farwell
-0
/
+36
2016-12-14
Indicate `BTreeSet` in docs is code-like.
Corey Farwell
-5
/
+5
2016-10-01
std: Correct stability attributes for some implementations
Oliver Middleton
-0
/
+5
2016-09-13
Doc correction: btree
athulappadan
-1
/
+1
2016-09-11
Documentation for default types modified
athulappadan
-1
/
+1
2016-09-11
Documentation of what does for each type
athulappadan
-0
/
+1
2016-08-18
Add a FusedIterator trait.
Steven Allen
-1
/
+20
2016-07-03
std: Stabilize APIs for the 1.11.0 release
Alex Crichton
-7
/
+2
2016-06-10
Update tracking issue for `{BTreeMap, BTreeSet}::{append, split_off}`
Andrew Paseltiner
-2
/
+2
2016-06-01
Implement split_off for BTreeMap and BTreeSet (RFC 509)
Andrey Tonkih
-0
/
+37
2016-04-29
Make Btreeset::Insert docs more consistent
Brayden Winterton
-2
/
+2
2016-04-22
Implement `append` for b-trees.
Johannes Oertel
-0
/
+35
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-3
/
+3
2016-03-11
Auto merge of #32133 - alexcrichton:linkchecker, r=brson
bors
-2
/
+2
2016-03-08
Add missing documentation examples for BTreeSet.
Nathan Kleyn
-0
/
+30
2016-03-08
doc: Fix a bunch of broken links
Alex Crichton
-2
/
+2
2016-01-26
Add size hints for BTreeSet iterators
Matt Brubeck
-2
/
+27
2016-01-18
Make `btree_set::{IntoIter, Iter, Range}` covariant
Andrew Paseltiner
-19
/
+9
2016-01-15
BTreeSet::insert returns false when key already exists
Jake Goulding
-1
/
+1
2016-01-04
Feature-gate defaulted type parameters outside of types.
Niko Matsakis
-4
/
+4
2015-12-14
Add links in BTreeSet docs
Ori Avtalion
-3
/
+8
2015-12-10
std: Remove deprecated functionality from 1.5
Alex Crichton
-12
/
+0
2015-11-25
Auto merge of #30017 - nrc:fmt, r=brson
bors
-61
/
+143
2015-11-24
rustfmt libcollections
Nick Cameron
-61
/
+143
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-1
/
+1
2015-11-12
libcollections: deny warnings in doctests
Kevin Butler
-0
/
+1
2015-11-06
Remove stability annotations from trait impl items
Vadim Petrochenkov
-1
/
+0
2015-10-22
Document replacement behavior in some collections
Steve Klabnik
-2
/
+8
2015-09-11
std: Stabilize/deprecate features for 1.4
Alex Crichton
-0
/
+2
[next]