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
about
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-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
2014-12-24
clean up `BinaryHeap` code
Andrew Paseltiner
-107
/
+94
2014-12-22
rollup merge of #20056: MrFloya/iter_rename
Alex Crichton
-14
/
+14
2014-12-22
Added missing renames:
Florian Wilkens
-1
/
+2
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-15
/
+14
2014-12-21
Misc Stabilization for collections
Chase Southwood
-22
/
+23
2014-12-21
rollup merge of #19967: apasel422/binary_heap
Alex Crichton
-24
/
+28
2014-12-21
auto merge of #19946 : cgaebel/rust/hashmap-drain-iter, r=gankro
bors
-1
/
+40
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-2
/
+1
2014-12-19
libcollections: use `#[deriving(Copy)]`
Jorge Aparicio
-3
/
+1
2014-12-18
[collections] Adds `drain`: a way to sneak out the elements while clearing.
Clark Gaebel
-1
/
+40
2014-12-18
Clean up `collections::binary_heap`
Andrew Paseltiner
-24
/
+28
2014-12-15
std: Second pass stabilization of `default`
Alex Crichton
-0
/
+2
2014-12-10
auto merge of #19655 : jbranchaud/rust/change-example-to-examples, r=stevekla...
bors
-16
/
+16
2014-12-08
Change 'Example' to 'Examples' throughout collections' rustdocs.
jbranchaud
-16
/
+16
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-12-06
libcollections: remove unnecessary `as_mut_slice()` calls
Jorge Aparicio
-1
/
+1
2014-12-06
libcollections: remove unnecessary `as_slice()` calls
Jorge Aparicio
-3
/
+3
2014-12-01
Pop on binary heaps does not have constant time complexity.
Jim Apple
-2
/
+2
2014-11-26
More test fixes and rebase conflicts!
Alex Crichton
-1
/
+1
2014-11-26
rollup merge of #19330: csouth3/binaryheap-iter
Alex Crichton
-0
/
+17
2014-11-25
Make BinaryHeap's Items iterator implement DoubleEnded and ExactSize
Chase Southwood
-0
/
+17
2014-11-25
Fallout from stabilization
Aaron Turon
-2
/
+2
2014-11-24
auto merge of #19236 : csouth3/rust/master, r=Gankro
bors
-3
/
+79
2014-11-23
Implement into_iter() for BinaryHeap.
Chase Southwood
-3
/
+79
2014-11-21
Rename variables called pq to heap
Matt McPherrin
-53
/
+53
2014-11-08
Renamed Extendable to Extend
gamazeps
-1
/
+1
2014-11-06
Implement low-hanging fruit of collection conventions
Alexis Beingessner
-10
/
+40
2014-11-02
refactor libcollections as part of collection reform
Alexis Beingessner
-0
/
+698