rust/src/libstd/sys/common
Alex Crichton 235f35b0b7 std: Stabilize the ascii module
This commit performs a stabilization pass over the `std::ascii` module taking
the following actions:

* the module name is now stable
* `AsciiExt` is now stable after moving its type parameter to an `Owned`
  associated type
* `AsciiExt::is_ascii` is now stable
* `AsciiExt::to_ascii_uppercase` is now stable
* `AsciiExt::to_ascii_lowercase` is now stable
* `AsciiExt::eq_ignore_ascii_case` is now stable
* `AsciiExt::make_ascii_uppercase` is added to possibly replace
  `OwnedAsciiExt::into_ascii_uppercase` (similarly for lowercase variants).
* `escape_default` now returns an iterator and is stable
* `EscapeDefault` is now stable

Trait implementations are now also marked stable.

Primarily it is still unstable to *implement* the `AsciiExt` trait due to it
containing some unstable methods.

[breaking-change]
2015-02-17 13:58:34 -08:00
..
backtrace.rs Fix Unicode name mangling 2015-02-04 15:32:59 +13:00
condvar.rs
helper_thread.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
mod.rs std: Add a net module for TCP/UDP 2015-02-11 15:23:34 -08:00
mutex.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
net2.rs std: Add a net module for TCP/UDP 2015-02-11 15:23:34 -08:00
net.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
rwlock.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
stack.rs openbsd: incoporate remarks 2015-02-01 14:41:40 +01:00
thread_info.rs Move native thread name setting from thread_info to Thread, fixes #21911 2015-02-08 17:49:20 +01:00
thread_local.rs More test fixes and rebase conflicts 2015-02-11 15:45:15 -08:00
thread.rs rustc: Fix a number of stability lint holes 2015-02-11 12:14:59 -08:00
wtf8.rs std: Stabilize the ascii module 2015-02-17 13:58:34 -08:00