rust/src
Chase Southwood abf492d44f Misc Stabilization for collections
This commit:

*Renames `BinaryHeap::top` to `BinaryHeap::peek`
*Stabilizes `front/back/front_mut/back_mut` in `DList` and `RingBuf`
*Stabilizes `swap` in `RingBuf`

Because of the method renaming, this is a [breaking-change].
2014-12-21 22:32:16 -06:00
..
compiler-rt@62a4ca6055
compiletest Remove a ton of public reexports 2014-12-21 09:26:41 -08:00
doc rollup merge of #19996: th0114nd/boolean-inden 2014-12-21 09:27:33 -08:00
driver
etc rustc: Start "stabilizing" some flags 2014-12-19 11:38:24 -08:00
grammar
jemalloc@b001609960
liballoc Test fixes and rebase conflicts 2014-12-21 13:49:04 -08:00
libarena
libbacktrace
libcollections Misc Stabilization for collections 2014-12-21 22:32:16 -06:00
libcore rollup merge of #19972: alexcrichton/snapshots 2014-12-21 09:28:07 -08:00
libcoretest Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
libflate
libfmt_macros Remove feature(import_shadowing) from all crates. 2014-12-20 06:37:14 +02:00
libgetopts Remove feature(import_shadowing) from all crates. 2014-12-20 06:37:14 +02:00
libgraphviz rollup merge of #19892: pnkfelix/region-graphviz 2014-12-17 11:50:29 -08:00
liblibc Make at_exit initialize lazily 2014-12-18 23:31:34 -08:00
liblog liblog: use #[deriving(Copy)] 2014-12-19 10:43:24 -05:00
librand librand: use #[deriving(Copy)] 2014-12-19 10:43:24 -05:00
librbml librbml: use #[deriving(Copy)] 2014-12-19 10:43:24 -05:00
libregex libregex: use #[deriving(Copy)] 2014-12-19 10:43:24 -05:00
libregex_macros
librustc Test fixes and rebase conflicts 2014-12-21 13:49:04 -08:00
librustc_back librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
librustc_borrowck Fix the fallout of removing feature(import_shadowing). 2014-12-20 07:49:37 +02:00
librustc_driver rollup merge of #19898: Aatch/issue-19684 2014-12-21 09:26:41 -08:00
librustc_llvm librustc_llvm: use #[deriving(Copy)] 2014-12-19 10:51:00 -05:00
librustc_resolve Remove a ton of public reexports 2014-12-21 09:26:41 -08:00
librustc_trans rollup merge of #20057: nick29581/array-syntax 2014-12-21 09:27:35 -08:00
librustc_typeck rollup merge of #20039: barosl/if-let-friendly-error 2014-12-21 09:27:34 -08:00
librustdoc rollup merge of #20006: alexcrichton/no-more-empty-modules 2014-12-21 09:27:33 -08:00
libserialize rollup merge of #19980: erickt/cleanup-serialize 2014-12-21 09:26:44 -08:00
libstd Test fixes and rebase conflicts 2014-12-21 13:49:04 -08:00
libsyntax rollup merge of #19972: alexcrichton/snapshots 2014-12-21 09:28:07 -08:00
libterm libterm: use #[deriving(Copy)] 2014-12-19 10:51:01 -05:00
libtest Remove a ton of public reexports 2014-12-21 09:26:41 -08:00
libtime rollup merge of #19972: alexcrichton/snapshots 2014-12-21 09:28:07 -08:00
libunicode
llvm@ec1fdb3b9d
rt Avoid .take().unwrap() with FnOnce closures 2014-12-18 23:31:52 -08:00
rust-installer@aed7347241
rustllvm
test Test fixes and rebase conflicts 2014-12-21 13:49:04 -08:00
snapshots.txt Test fixes and rebase conflicts 2014-12-21 13:49:04 -08:00