rust/src/libstd
Adolfo Ochagavía c6b82c7566 Deprecate str::from_utf8_lossy
Use `String::from_utf8_lossy` instead

[breaking-change]
2014-07-15 19:55:21 +02:00
..
collections Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
io Deprecate str::from_utf8_lossy 2014-07-15 19:55:21 +02:00
num std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
path Deprecate str::from_utf8_lossy 2014-07-15 19:55:21 +02:00
rand libstd: set baseline stability levels. 2014-06-30 22:49:18 -07:00
rt Deprecate str::from_utf8_owned 2014-07-15 19:55:17 +02:00
sync libstd: set baseline stability levels. 2014-06-30 22:49:18 -07:00
ascii.rs Deprecate str::from_char 2014-07-15 19:55:18 +02:00
bitflags.rs libstd: set baseline stability levels. 2014-06-30 22:49:18 -07:00
c_vec.rs libstd: set baseline stability levels. 2014-06-30 22:49:18 -07:00
dynamic_lib.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
failure.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
fmt.rs Deprecate str::from_utf8_owned 2014-07-15 19:55:17 +02:00
from_str.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
gc.rs libstd: set baseline stability levels. 2014-06-30 22:49:18 -07:00
hash.rs mark std::hash experimental 2014-07-11 14:25:15 -07:00
lib.rs auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichton 2014-07-13 21:01:28 +00:00
macros.rs libstd: set baseline stability levels. 2014-06-30 22:49:18 -07:00
os.rs Deprecate str::from_utf8_lossy 2014-07-15 19:55:21 +02:00
prelude.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
rtdeps.rs libstd: set baseline stability levels. 2014-06-30 22:49:18 -07:00
task.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
to_str.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00