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
/
libextra
/
priority_queue.rs
Age
Commit message (
Expand
)
Author
Lines
2013-09-09
rename `std::iterator` to `std::iter`
Daniel Micay
-1
/
+0
2013-08-27
librustc: Ensure that type parameters are in the right positions in paths.
Patrick Walton
-5
/
+14
2013-08-22
Enabled unit tests in std and extra.
Vadim Chugunov
-3
/
+0
2013-08-15
std: Move the iterator param on FromIterator and Extendable to the method.
Huon Wilson
-4
/
+4
2013-08-10
std: Rename Iterator.transform -> .map
Erick Tryzelaar
-1
/
+1
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-3
/
+3
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-3
/
+3
2013-07-30
extra: Implement iterator::Extendable
blake2-ppc
-7
/
+14
2013-07-25
Added default impls for container methods
Steven Fackler
-3
/
+0
2013-07-17
test: Fix tests.
Patrick Walton
-1
/
+2
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-2
/
+2
2013-07-14
Stripped trailing spaces; Implemented FromIterator for TreeMap and PriorityQueue
=Mark Sinclair
-0
/
+27
2013-07-06
Implement size_hint() on all remaining Iterators
Kevin Ballard
-0
/
+3
2013-06-30
Convert vec::{reverse, swap} to methods.
Huon Wilson
-1
/
+1
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-4
/
+3
2013-06-28
Convert vec::{reserve, reserve_at_least, capacity} to methods.
Huon Wilson
-3
/
+3
2013-06-26
priority_queue: implement simple iterator
Ramkumar Ramachandra
-4
/
+27
2013-06-24
remove old_iter
Daniel Micay
-11
/
+6
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-2
/
+2
2013-06-15
rm vec::uniq_len
Daniel Micay
-2
/
+2
2013-06-09
cmp: remove duplicate free functions
Daniel Micay
-5
/
+5
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-19
/
+20
2013-05-30
libextra: Require documentation by default
Alex Crichton
-0
/
+1
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+1
2013-05-23
cleanup warnings from libextra
Erick Tryzelaar
-1
/
+0
2013-05-22
test: Update tests and import the prelude in some more places.
Patrick Walton
-12
/
+12
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+320