]> git.lizzy.rs Git - rust.git/commit
rollup merge of #19194: aturon/stab-ascii
authorJakub Bukaj <jakub@jakub.cc>
Sun, 23 Nov 2014 19:11:51 +0000 (14:11 -0500)
committerJakub Bukaj <jakub@jakub.cc>
Sun, 23 Nov 2014 19:11:51 +0000 (14:11 -0500)
commitb21b48062f114317025c986fe35af21b15c675d9
tree3f728835680e5e16f7cf01ddc4b400c9050d1e30
parent77d1f0b83ba8505d67532cb18be8d4c74a083cb4
parent6733d8b483d26d305397b528c5afb834027f40ce
rollup merge of #19194: aturon/stab-ascii

This is an initial API stabilization pass for `std::ascii`. Aside from
some renaming to match conversion conventions, and deprecations in favor
of using iterators directly, almost nothing is changed here. However,
the static case conversion tables that were previously public are now private.

The stabilization of the (rather large!) set of extension traits is left
to a follow-up pass, because we hope to land some more general machinery
that will provide the same functionality without custom traits.

[breaking-change]
src/librustdoc/html/markdown.rs
src/libstd/ascii.rs
src/libterm/terminfo/parm.rs