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
/
libstd
/
priority_queue.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-13
revert PriorityQueue to using init()
Daniel Micay
-56
/
+4
2013-05-12
libstd: Fix merge fallout.
Patrick Walton
-4
/
+4
2013-05-12
libsyntax: Remove `extern mod foo { ... }` from the language.
Patrick Walton
-9
/
+9
2013-05-10
Stop using the '<->' operator
Alex Crichton
-12
/
+12
2013-05-10
std: Use the new `for` protocol
Alex Crichton
-0
/
+7
2013-05-09
auto merge of #6354 : Aatch/rust/uninit-intrinsic, r=graydon
bors
-0
/
+49
2013-05-09
remove vecs_implicitly_copyable from libstd/libcore
Daniel Micay
-2
/
+2
2013-05-09
Add intrinsic declaration where I missed them
James Miller
-0
/
+2
2013-05-09
Make staged versions of the functions that use uninit
James Miller
-0
/
+47
2013-05-09
Replace init() with uninit() where appropriate
James Miller
-2
/
+2
2013-05-08
librustc: Stop parsing modes and remove them entirely from the language
Patrick Walton
-1
/
+1
2013-05-04
Register snapshots
Brian Anderson
-16
/
+0
2013-04-29
libstd: Fix merge fallout.
Patrick Walton
-1
/
+0
2013-04-29
librustc: Remove `ptr::addr_of`.
Patrick Walton
-2
/
+2
2013-04-28
make way for a new iter module
Daniel Micay
-1
/
+1
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-4
/
+0
2013-04-10
libstd: changes to in response to #5656
Niko Matsakis
-0
/
+16
2013-03-29
Add AbiSet and integrate it into the AST.
Niko Matsakis
-1
/
+1
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-48
/
+48
2013-03-22
remove obsolete purity workarounds
Daniel Micay
-2
/
+2
2013-03-22
libstd: Remove all uses of `pure` from libstd. rs=depure
Patrick Walton
-11
/
+11
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-2
/
+2
2013-03-18
librustc: Make the compiler ignore purity.
Patrick Walton
-2
/
+2
2013-03-18
librustc: Convert all uses of old lifetime notation to new lifetime notation....
Patrick Walton
-2
/
+2
2013-03-13
Remove `++` mode from the compiler (it is parsed as `+` mode)
Niko Matsakis
-1
/
+1
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-1
/
+1
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-48
/
+48
2013-03-05
core: convert vec::{last,last_opt} to return references
Erick Tryzelaar
-1
/
+1
2013-02-28
librustc: Mark all type implementations public. rs=impl-publicity
Patrick Walton
-1
/
+1
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-4
/
+4
2013-02-15
libstd: Get rid of `move`.
Luqman Aden
-6
/
+6
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-3
/
+3
2013-02-12
Adjust borrow checker algorithm to address #4856 unsoundness,
Niko Matsakis
-2
/
+4
2013-02-07
add a BaseIter implementation for PriorityQueue
Daniel Micay
-0
/
+9
2013-01-29
librustc: Disallow trait bounds in types, enumerations, and structure definit...
Patrick Walton
-1
/
+1
2013-01-28
Revert "Revert "Merge pull request #4633 from thestinger/treemap""
Tim Chevalier
-8
/
+4
2013-01-25
Revert "Merge pull request #4633 from thestinger/treemap"
Tim Chevalier
-4
/
+8
2013-01-25
use mut function argument syntax in priority_queue
Daniel Micay
-8
/
+4
2013-01-24
librustc: Allow `&mut` to be loaned; allow `self` to be loaned; make `&mut` l...
Patrick Walton
-4
/
+7
2013-01-24
remove is_not_empty method from PriorityQueue
Daniel Micay
-6
/
+3
2013-01-23
libsyntax: Remove `fn() unsafe { ... }`. r=graydon
Patrick Walton
-29
/
+34
2013-01-22
add a base Container trait
Daniel Micay
-7
/
+9
2013-01-22
add a Mutable container trait with clear
Daniel Micay
-3
/
+6
2013-01-17
Add a license check to tidy. #4018
Brian Anderson
-0
/
+9
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+1
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-1
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+1
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-1
/
+2
2012-12-17
Register snapshots
Brian Anderson
-10
/
+0
2012-12-17
Revert "Register snapshots"
Brian Anderson
-0
/
+10
[next]