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
/
priority_queue.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-18
/
+18
2014-06-09
collections: Add missing Default impls
Tom Jakubowski
-0
/
+6
2014-06-09
core: Move the collections traits to libcollections
Alex Crichton
-0
/
+1
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-1
/
+1
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-3
/
+7
2014-06-05
std: Recreate a `collections` module
Alex Crichton
-4
/
+6
2014-06-04
core: Apply stability attributes to ptr mod
Brian Anderson
-5
/
+6
2014-06-01
std: Drop Total from Total{Eq,Ord}
Alex Crichton
-5
/
+5
2014-05-20
core: Stabilize the mem module
Alex Crichton
-9
/
+9
2014-05-18
Fix dead code warnings
Adolfo Ochagavía
-0
/
+2
2014-05-18
Refactored and renamed functions to avoid failure
Adolfo Ochagavía
-63
/
+57
2014-05-18
Rename to_vec and to_sorted_vec
Adolfo Ochagavía
-2
/
+8
2014-05-18
Replaced Ord by TotalOrd in priority queue
Adolfo Ochagavía
-5
/
+5
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-7
/
+7
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-5
/
+5
2014-04-28
Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...
Jonathan S
-2
/
+2
2014-04-09
collections: replace all ~[T] with Vec<T>.
Huon Wilson
-45
/
+45
2014-04-04
extra: Add with_capacity to PriorityQueue and SmallIntMap
Erick Tryzelaar
-0
/
+5
2014-03-31
collections: Switch field privacy as necessary
Alex Crichton
-2
/
+2
2014-03-30
Rename `from_iterator` to `from_iter` for consistency.
Brian Anderson
-1
/
+1
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-25
Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...
Marvin Löbel
-4
/
+3
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-2
/
+2
2014-02-11
Move replace and swap to std::mem. Get rid of std::util
Edward Wang
-2
/
+1
2014-02-09
std: Add move_val_init to mem. Replace direct intrinsic usage
Brian Anderson
-1
/
+1
2014-02-07
moved collections from libextra into libcollections
HeroesGrave
-0
/
+388