rust/src/libstd
Jakub Bukaj b21b48062f 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]
2014-11-23 14:11:51 -05:00
..
collections
io Disable dubious pipe test 2014-11-20 17:19:25 -08:00
num Fix various deprecation warnings from char changes 2014-11-21 13:18:04 -08:00
path Fallout from deprecation 2014-11-21 14:10:13 -08:00
rand
rt unicode: Rename UnicodeChar::is_digit to is_numeric 2014-11-21 13:17:04 -08:00
sync
sys auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturon 2014-11-23 05:46:52 +00:00
time Rename remaining Failures to Panic 2014-11-20 23:45:42 +05:30
ascii.rs rollup merge of #19194: aturon/stab-ascii 2014-11-23 14:11:51 -05:00
bitflags.rs
c_vec.rs Rename remaining Failures to Panic 2014-11-20 23:45:42 +05:30
dynamic_lib.rs Make most of std::rt private 2014-11-20 17:19:24 -08:00
error.rs
failure.rs Make most of std::rt private 2014-11-20 17:19:24 -08:00
fmt.rs
hash.rs
lib.rs Make most of std::rt private 2014-11-20 17:19:24 -08:00
macros.rs auto merge of #19071 : huonw/rust/col2column, r=nikomatsakis 2014-11-20 16:02:03 +00:00
os.rs auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturon 2014-11-23 05:46:52 +00:00
prelude.rs
rtdeps.rs
task.rs Make most of std::rt private 2014-11-20 17:19:24 -08:00