about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-06-23 23:44:41 +0000
committerAlex Crichton <alex@alexcrichton.com>2014-06-24 17:23:05 -0700
commit808b848eafb5583192653504898f47a4431b89ea (patch)
tree429dcf9cb01327c2ff0eb0c73a799d26529403d0 /src/rustllvm/RustWrapper.cpp
parent250e2362de46c2390e0870a70643a0271ee5c537 (diff)
downloadrust-808b848eafb5583192653504898f47a4431b89ea.tar.gz
rust-808b848eafb5583192653504898f47a4431b89ea.zip
std: Add stability attributes to primitive numeric modules
The following are unstable:

- core::int, i8, i16, i32, i64
- core::uint, u8, u16, u32, u64
- core::int::{BITS, BYTES, MIN, MAX}, etc.
- std::int, i8, i16, i32, i64
- std::uint, u8, u16, u32, u64

The following are experimental:
- std::from_str::FromStr and impls - may need to return Result instead of Option
- std::int::parse_bytes, etc. - ditto
- std::num::FromStrRadix and impls - ditto
- std::num::from_str_radix - ditto

The following are deprecated:
- std::num::ToStrRadix and imples - Wrapper around fmt::radix. Wrong name (Str vs String)

See https://github.com/rust-lang/rust/wiki/Meeting-API-review-2014-06-23#uint
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions