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-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
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
[next]