rust/src/libstd/sys
Alex Crichton f492095eb4 rollup merge of #22024: alexcrichton/ascii
* Move the type parameter on the `AsciiExt` trait to an associated type named
  `Owned`.
* Move `ascii::escape_default` to using an iterator.

This is a breaking change due to the removal of the type parameter on the
`AsciiExt` trait as well as the modifications to the `escape_default` function
to returning an iterator. Manual implementations of `AsciiExt` (or `AsciiExt`
bounds) should be adjusted to remove the type parameter and using the new
`escape_default` should be relatively straightforward.

[breaking-change]
2015-02-17 15:13:20 -08:00
..
common std: Stabilize the ascii module 2015-02-17 13:58:34 -08:00
unix Rollup merge of #22402 - nagisa:spring-cleanup-2, r=nikomatsakis 2015-02-17 17:33:18 +05:30
windows fix windows 2015-02-17 20:32:22 +05:30