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
Age
Commit message (
Expand
)
Author
Lines
2017-04-23
Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichton
bors
-7
/
+0
2017-04-22
Fix invalid linkage
Guillaume Gomez
-2
/
+2
2017-04-20
Remove OccupiedEntry::remove_pair
Josh Stone
-7
/
+0
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
/
+10
2017-04-13
Various consistency and phrasing fixes in std::collections' docs
lukaramu
-5
/
+8
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
-24
/
+78
2017-04-10
Apply clippy's doc_markdown improvements to libcollections
Andre Bogus
-12
/
+12
2017-03-24
Unnecessary iteration in BTreeMap::drop
Stepan Koltsov
-2
/
+1
2017-03-22
Various fixes to wording consistency in the docs
Stjepan Glavina
-3
/
+3
2017-03-17
Minor fixups to fix tidy errors
Alex Crichton
-5
/
+4
2017-03-17
Stabilize btree_range, closes #27787
Aaron Turon
-10
/
+2
2017-02-15
Auto merge of #39457 - bvinc:master, r=alexcrichton
bors
-115
/
+92
2017-02-10
Dont segfault if btree range is not in order
Brian Vincent
-115
/
+92
2017-02-09
Update set operations documentation
Jethro Beekman
-7
/
+17
2017-02-05
Replace PlaceBack Debug implementation with derive
Guillaume Gomez
-44
/
+20
2017-01-20
Remove Debug implementations specialization
Guillaume Gomez
-105
/
+0
2017-01-20
Add Debug implementations for libcollection structs
Guillaume Gomez
-0
/
+228
2017-01-16
Rollup merge of #39106 - istankovic:patch-2, r=GuillaumeGomez
Guillaume Gomez
-1
/
+1
2017-01-16
libcollections: btree/set: fix a typo
Ivan Stankovic
-1
/
+1
2017-01-16
libcollections: btree/map: fix typos
Ivan Stankovic
-2
/
+2
2017-01-14
update docs with new syntax
djzin
-9
/
+9
2017-01-14
update docs with new syntax
djzin
-12
/
+18
2017-01-14
fix warnings in doctests
djzin
-4
/
+3
2017-01-14
shorten range syntax
djzin
-1
/
+1
2017-01-14
simplify some ranges
djzin
-2
/
+2
2017-01-14
add type annotations to doctest
djzin
-1
/
+1
2017-01-14
use rangeargument for range_mut
djzin
-7
/
+6
2017-01-14
fix up tests
djzin
-4
/
+4
2017-01-14
change argument for btree_range
djzin
-12
/
+9
2017-01-13
Change `to_owned` to `to_string` in docs
Stjepan Glavina
-2
/
+2
2016-12-28
Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]`
Andrew Paseltiner
-2
/
+1
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
/
+40
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
/
+2
2016-09-03
Add missing urls
Guillaume Gomez
-4
/
+8
2016-08-23
Auto merge of #35656 - Stebalien:fused, r=alexcrichton
bors
-2
/
+46
2016-08-19
std: Stabilize APIs for the 1.12 release
Alex Crichton
-8
/
+11
2016-08-18
Add a FusedIterator trait.
Steven Allen
-2
/
+46
2016-07-20
Add doc for btree_map types
ggomez
-2
/
+189
2016-07-19
Add debug for btree_map::{Entry, VacantEntry, OccupiedEntry}
Guillaume Gomez
-0
/
+33
2016-07-03
std: Stabilize APIs for the 1.11.0 release
Alex Crichton
-14
/
+4
2016-06-15
Map::Entry::take() method to recover key and value together
Sean McArthur
-0
/
+12
[next]