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-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
2015-08-28
implement RFC 1194
Andrew Paseltiner
-0
/
+28
2015-08-15
collections: Add issues for unstable features
Alex Crichton
-2
/
+4
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-05
Fully generalize `BTree{Map, Set}` range iterators
Andrew Paseltiner
-1
/
+5
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+2
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-1
/
+2
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-1
/
+1
2015-06-17
collections: Split the `collections` feature
Alex Crichton
-2
/
+2
2015-06-08
Implement RFC 839
Johannes Oertel
-0
/
+7
2015-05-20
Auto merge of #25588 - bluss:doc-string-from, r=alexcrichton
bors
-16
/
+6
2015-05-19
collections: Clean up feature flags doc examples
Ulrik Sverdrup
-16
/
+6
2015-05-17
Make debug builders take &mut self, add entries method
Steven Fackler
-1
/
+1
2015-04-17
std: Add Default/IntoIterator/ToOwned to the prelude
Alex Crichton
-24
/
+18
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-2
/
+2
2015-03-28
Fold collections debug impls
Steven Fackler
-5
/
+1
2015-03-28
Update debug helpers and add list builder
Steven Fackler
-7
/
+4
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-0
/
+11
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+11
2015-03-21
implement `Clone` for `btree` iterators
Andrew Paseltiner
-0
/
+26
2015-03-16
extract libcollections tests into libcollectionstest
Jorge Aparicio
-177
/
+0
2015-03-16
document undefined collection behavior with interior mutability
Andrew Paseltiner
-0
/
+4
2015-02-25
Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichton
Manish Goregaokar
-3
/
+3
2015-02-24
Change `Debug` implementation of `BTree*` as well
Tobias Bucher
-3
/
+3
2015-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-10
/
+10
2015-02-18
rollup merge of #22210: aturon/stab-final-borrow
Alex Crichton
-3
/
+3
2015-02-18
Stabilize std::borrow
Aaron Turon
-3
/
+3
2015-02-18
make FromIterator use IntoIterator
Alexis
-1
/
+1
2015-02-18
make Extend use IntoIterator
Alexis
-1
/
+1
2015-02-17
Register new snapshots
Alex Crichton
-22
/
+0
2015-02-17
std: Stabilize the IntoIterator trait
Alex Crichton
-0
/
+2
2015-02-17
Rollup merge of #22313 - japaric:iter, r=aturon
Manish Goregaokar
-0
/
+24
2015-02-13
add an associated `Item` type to `IntoIterator`
Jorge Aparicio
-0
/
+24
2015-02-13
more int and cloned cleanup in collections
Alexis
-27
/
+27
2015-02-09
std: Rename IntoIterator::Iter to IntoIter
Alex Crichton
-2
/
+2
2015-02-07
fix outdated docs
Alexis
-26
/
+26
2015-02-06
remove int_uint feature from libcollections
Alexis
-3
/
+3
2015-02-05
misc collections code cleanup
Alexis
-32
/
+30
2015-02-02
rollup merge of #21842: alexcrichton/issue-21839
Alex Crichton
-10
/
+10
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-3
/
+3
2015-02-01
std: Remove extra type params on iter adaptors
Alex Crichton
-10
/
+10
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-14
/
+14
2015-01-30
core: add the `IntoIterator` trait
Jorge Aparicio
-1
/
+17
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-14
/
+14
2015-01-28
Move return type an associated type of the `Fn*` traits. Mostly this involves...
Niko Matsakis
-1
/
+3
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-6
/
+3
2015-01-23
grandfathered -> rust1
Brian Anderson
-42
/
+42
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+2
[next]