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
/
binary_heap.rs
Age
Commit message (
Expand
)
Author
Lines
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-8
/
+16
2015-06-17
collections: Split the `collections` feature
Alex Crichton
-7
/
+9
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-2
/
+2
2015-06-08
Implement RFC 839
Johannes Oertel
-0
/
+7
2015-05-28
collections: Make BinaryHeap panic safe in sift_up / sift_down
Ulrik Sverdrup
-25
/
+88
2015-04-28
collections: Implement vec::drain(range) according to RFC 574
Ulrik Sverdrup
-1
/
+1
2015-04-17
std: Add Default/IntoIterator/ToOwned to the prelude
Alex Crichton
-25
/
+19
2015-04-01
Fallout in public-facing and semi-public-facing libs
Niko Matsakis
-1
/
+1
2015-03-25
Rollup merge of #23617 - steveklabnik:gh23564, r=Manishearth
Manish Goregaokar
-0
/
+2
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+8
2015-03-22
Note order of BinaryHeap::drain
Steve Klabnik
-0
/
+2
2015-03-16
extract libcollections tests into libcollectionstest
Jorge Aparicio
-215
/
+0
2015-03-16
document undefined collection behavior with interior mutability
Andrew Paseltiner
-0
/
+5
2015-03-03
Add `: Box<_>` or `::Box<_>` type annotations to various places.
Felix S. Klock II
-1
/
+1
2015-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-1
/
+1
2015-02-18
make FromIterator use IntoIterator
Alexis
-2
/
+2
2015-02-18
make Extend use IntoIterator
Alexis
-1
/
+2
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
-1
/
+1
2015-02-09
std: Rename IntoIterator::Iter to IntoIter
Alex Crichton
-2
/
+2
2015-02-07
fix outdated docs
Alexis
-5
/
+5
2015-02-05
remove unecessary lifetimes from a bunch of collections code
Alexis
-1
/
+1
2015-02-05
misc collections code cleanup
Alexis
-61
/
+60
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
-2
/
+2
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-38
/
+38
2015-01-30
fix recursive call
Jorge Aparicio
-1
/
+1
2015-01-30
core: add the `IntoIterator` trait
Jorge Aparicio
-1
/
+17
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-38
/
+38
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-1
/
+1
2015-01-23
grandfathered -> rust1
Brian Anderson
-31
/
+31
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+2
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-2
/
+2
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-33
/
+34
2015-01-05
Revert "Remove i suffix in docs"
Alex Crichton
-11
/
+11
2015-01-05
rollup merge of #20560: aturon/stab-2-iter-ops-slice
Alex Crichton
-0
/
+5
2015-01-05
Remove i suffix in docs
Steve Klabnik
-11
/
+11
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-0
/
+4
2015-01-05
Stabilize collection modules
Aaron Turon
-0
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-3
/
+3
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
collections: fix fallout
Jorge Aparicio
-11
/
+17
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+2
2014-12-31
stabilize more of collections
Alexis Beingessner
-14
/
+25
2014-12-30
rollup merge of #20061: aturon/stab-2-vec-slice
Alex Crichton
-1
/
+1
2014-12-30
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-12-30
Implement `Clone` for a large number of iterators & other adaptors.
Huon Wilson
-0
/
+7
[next]