]> git.lizzy.rs Git - rust.git/commit
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)
commit3deb2c1aa6bb255ebe62b294be5e3c580e19bb9b
tree42c0dddb1304b5a3c0d5c60e0e9307bbe11627d9
parent6ab7b6652ec916e37a2110bb2f579c7dc38b4560
parentf7bb31a47a11ea85535024965432bcef90f407f7
auto merge of #15289 : aturon/rust/libstd-stability, r=alexcrichton

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.