rust/src/libstd
bors f6cb58caee auto merge of #19149 : alexcrichton/rust/issue-19091, r=aturon
This change applies the conventions to unwrap listed in [RFC 430][rfc] to rename
non-failing `unwrap` methods to `into_inner`. This is a breaking change, but all
`unwrap` methods are retained as `#[deprecated]` for the near future. To update
code rename `unwrap` method calls to `into_inner`.

[rfc]: https://github.com/rust-lang/rfcs/pull/430
[breaking-change]

cc #19091
2014-11-25 09:21:45 +00:00
..
collections std: Add a new top-level thread_local module 2014-11-23 23:37:16 -08:00
io auto merge of #19149 : alexcrichton/rust/issue-19091, r=aturon 2014-11-25 09:21:45 +00: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 std: Add a new top-level thread_local module 2014-11-23 23:37:16 -08:00
rt unicode: Rename UnicodeChar::is_digit to is_numeric 2014-11-21 13:17:04 -08:00
sync auto merge of #19149 : alexcrichton/rust/issue-19091, r=aturon 2014-11-25 09:21:45 +00:00
sys std: Leak all statically allocated TLS keys 2014-11-24 15:24:29 -08:00
thread_local std: Add a new top-level thread_local module 2014-11-23 23:37:16 -08: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 Repair various cases where values of distinct types were being operated 2014-11-05 09:15:28 -05:00
c_vec.rs Rename unwrap functions to into_inner 2014-11-23 15:26:53 -08:00
dynamic_lib.rs Make most of std::rt private 2014-11-20 17:19:24 -08:00
error.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
failure.rs std: Add a new top-level thread_local module 2014-11-23 23:37:16 -08:00
fmt.rs std: Stabilize std::fmt 2014-11-18 21:16:22 -08:00
hash.rs DSTify Hash 2014-10-31 07:25:34 -05:00
lib.rs std: Add a new top-level thread_local module 2014-11-23 23:37:16 -08:00
macros.rs std: Add a new top-level thread_local module 2014-11-23 23:37:16 -08:00
os.rs rollup merge of #19205: jashank/docs-fix 2014-11-23 14:11:54 -05:00
prelude.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
rtdeps.rs Fix spelling errors and capitalization. 2014-09-03 23:10:38 -04:00
task.rs Rename unwrap functions to into_inner 2014-11-23 15:26:53 -08:00