rust/src/libstd
Brian Anderson cd6d9eab5d Set unstable feature names appropriately
* `core` - for the core crate
* `hash` - hashing
* `io` - io
* `path` - path
* `alloc` - alloc crate
* `rand` - rand crate
* `collections` - collections crate
* `std_misc` - other parts of std
* `test` - test crate
* `rustc_private` - everything else
2015-01-23 13:28:40 -08:00
..
collections Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
ffi Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
io Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
num Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
path Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
prelude Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
rand Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
rt Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
sync Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
sys Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
thread_local Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
time Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
ascii.rs Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
bool.rs Add 'feature' and 'since' to stability attributes 2015-01-21 16:16:18 -08:00
dynamic_lib.rs Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
error.rs Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
failure.rs Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
fmt.rs Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
lib.rs Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
macros.rs Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
os.rs Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
rtdeps.rs Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
thread.rs Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
thunk.rs Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
tuple.rs Add 'feature' and 'since' to stability attributes 2015-01-21 16:16:18 -08:00
unit.rs Add 'feature' and 'since' to stability attributes 2015-01-21 16:16:18 -08:00