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-12-23
BinaryHeap: Use full sift down in .pop()
Ulrik Sverdrup
-1
/
+26
2015-12-13
Make BinaryHeap Dijkstra example return Option
jethrogb
-8
/
+8
2015-12-10
std: Remove deprecated functionality from 1.5
Alex Crichton
-20
/
+0
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-5
/
+2
2015-11-25
Auto merge of #30017 - nrc:fmt, r=brson
bors
-28
/
+66
2015-11-24
rustfmt libcollections
Nick Cameron
-28
/
+66
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-1
/
+1
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+2
2015-11-13
Auto merge of #29811 - bluss:binary-heap-sift-less, r=gankro
bors
-7
/
+8
2015-11-13
BinaryHeap: Simplify sift down
Ulrik Sverdrup
-7
/
+8
2015-11-12
libcollections: deny warnings in doctests
Kevin Butler
-0
/
+1
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-30
/
+31
2015-09-23
Override `clone_from` for `{BinaryHeap, String}`
Andrew Paseltiner
-1
/
+11
2015-09-02
Auto merge of #28156 - nagisa:binaryheap-debug, r=Gankro
bors
-0
/
+8
2015-09-01
Implement Debug for BinaryHeap
Simonas Kazlauskas
-0
/
+8
2015-09-01
Add missing stability markings to BinaryHeap.
Eli Friedman
-8
/
+23
2015-08-18
Fixed example in documentation
jotomicron
-1
/
+1
2015-08-15
collections: Add issues for unstable features
Alex Crichton
-2
/
+3
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+2
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
[next]