rust/src/libstd/sync
Aaron Turon f7bb31a47a libstd: set baseline stability levels.
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.
2014-06-30 22:49:18 -07:00
..
future.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
mod.rs libstd: set baseline stability levels. 2014-06-30 22:49:18 -07:00
task_pool.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00