]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #15289 : aturon/rust/libstd-stability, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 1 Jul 2014 10:11:34 +0000 (10:11 +0000)
committerbors <bors@rust-lang.org>
Tue, 1 Jul 2014 10:11:34 +0000 (10:11 +0000)
Earlier commits have established a baseline of `experimental` stability
for all crates under the facade (so their contents are considered
experimental within libstd). Since `experimental` is `allow` by
default, we should use the same baseline stability for libstd itself.

This commit adds `experimental` tags to all of the modules defined in
`std`, and `unstable` to `std` itself.


Trivial merge