rust/src/libstd/path
bors 070ab63807 auto merge of #19916 : SimonSapin/rust/ascii-reform, r=sfackler
Implements [RFC 486](https://github.com/rust-lang/rfcs/pull/486). Fixes #19908.

* Rename `to_ascii_{lower,upper}` to `to_ascii_{lower,upper}case`, per #14401
* Remove the `Ascii` type and associated traits: `AsciiCast`, `OwnedAsciiCast`, `AsciiStr`, `IntoBytes`, and `IntoString`.
* As a replacement, add `.is_ascii()` to `AsciiExt`, and implement `AsciiExt` for `u8` and `char`.

[breaking-change]
2014-12-27 21:51:43 +00:00
..
mod.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
posix.rs Rebasing changes 2014-12-27 12:30:36 +13:00
windows.rs auto merge of #19916 : SimonSapin/rust/ascii-reform, r=sfackler 2014-12-27 21:51:43 +00:00