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