rust/src/libstd
bors 71b46b18a2 auto merge of #20356 : Gankro/rust/stab, r=aturon
This stabilizes most of libcollections, carefully avoiding sections of API which are being managed in other PRs. APIs which are not stable are marked explicitly unstable with a reason.

Deprecates:

* DList
  * rotate_forward
  * rotate_backward
  * prepend
  * insert_when
  * insert_ordered
  * merge

* VecMap
  * update
  * update_with_key

* Renames and newtypes the Bitv and BitvSet iterators to match conventions.

* Removes the Copy impl from DList's Iter.

as such this is a

[breaking-change]
2015-01-02 15:51:25 +00:00
..
collections stabilize more of collections 2014-12-31 18:54:08 -05:00
comm Fallout from stabilization 2014-12-30 17:06:08 -08:00
io More fallout 2015-01-02 10:28:19 +13:00
num Fallout - change array syntax to use ; 2015-01-02 10:28:19 +13:00
path Fallout from stabilization 2014-12-30 17:06:08 -08:00
rand More fallout 2015-01-02 10:28:19 +13:00
rt More fallout 2015-01-02 10:28:19 +13:00
sync Remove core::atomic::Ordering::* public reexport 2014-12-30 11:43:51 -08:00
sys More fallout 2015-01-02 10:28:19 +13:00
thread_local Register new snapshots 2014-12-30 15:04:43 -08:00
time Register new snapshots 2014-12-30 15:04:43 -08:00
ascii.rs Fallout - change array syntax to use ; 2015-01-02 10:28:19 +13:00
bitflags.rs Register new snapshots 2014-12-30 15:04:43 -08:00
bool.rs std: Remove public bool,tuple,unit modules 2014-12-18 19:13:32 -08:00
c_str.rs More fallout 2015-01-02 10:28:19 +13:00
c_vec.rs std: Second pass stabilization for ptr 2014-12-29 15:57:28 -08:00
dynamic_lib.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
error.rs std: Second pass stabilization for string 2014-12-29 14:11:16 -08:00
failure.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
fmt.rs Register new snapshots 2014-12-30 15:04:43 -08:00
hash.rs Rename TaskRng to ThreadRng 2014-12-28 13:46:35 +02:00
lib.rs Revert "std: Re-enable at_exit()" 2014-12-31 10:20:31 -08:00
macros.rs Register new snapshots 2014-12-30 15:04:43 -08:00
os.rs Test fixes and rebase conflicts 2014-12-31 08:33:13 -08:00
prelude.rs Libs: Unify concat and concat_vec 2014-12-30 12:02:22 -08:00
rtdeps.rs libs: merge librustrt into libstd 2014-12-18 23:31:34 -08:00
task.rs Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
thread.rs Revert "std: Re-enable at_exit()" 2014-12-31 10:20:31 -08:00
thunk.rs Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
tuple.rs std: Remove public bool,tuple,unit modules 2014-12-18 19:13:32 -08:00
unit.rs std: Remove public bool,tuple,unit modules 2014-12-18 19:13:32 -08:00