rust/src/libstd
kennytm 245f4c4631
Rollup merge of #49109 - SimonSapin:deprecate-asciiext, r=alexcrichton
Deprecate the AsciiExt trait in favor of inherent methods

The trait and some of its methods are stable and will remain.
Some of the newer methods are unstable and can be removed later.

Fixes https://github.com/rust-lang/rust/issues/39658
2018-03-22 22:43:36 +08:00
..
collections setting ABORTING_MALLOC for asmjs backend 2018-03-15 17:43:05 +00:00
ffi Add new warning for CStr::from_ptr 2018-02-24 16:50:44 +01:00
io Add BufReader::buffer 2018-03-18 13:14:29 -07:00
net Improve AddrParseError documentation. 2018-03-15 19:27:02 +01:00
os fix docs link 2018-02-06 09:26:15 -06:00
prelude Reexport -> re-export in prose and documentation comments 2018-01-15 13:36:53 -05:00
sync Rollup merge of #47970 - vlovich:condvar_wait_until, r=dtolnay 2018-02-25 15:54:39 +08:00
sys Deprecate the AsciiExt trait in favor of inherent methods 2018-03-21 17:54:33 +01:00
sys_common Deprecate the AsciiExt trait in favor of inherent methods 2018-03-21 17:54:33 +01:00
tests Update Cargo submodule 2018-03-11 10:59:28 -07:00
thread Fix a bug introduced in previous commit 2018-03-01 00:07:27 +01:00
ascii.rs Deprecate the AsciiExt trait in favor of inherent methods 2018-03-21 17:54:33 +01:00
build.rs rustc: Embed LLVM bitcode by default on iOS 2018-03-13 08:29:19 -07:00
Cargo.toml Update Cargo submodule 2018-03-11 10:59:28 -07:00
env.rs Unimplement Send/Sync for ::env::{Args,ArgsOs,Vars,VarsOs} 2018-02-05 00:00:09 +01:00
error.rs change never_type stabilisation version 2018-03-14 12:44:51 +08:00
f32.rs typo: correct endianess to endianness (this also changes function names!) 2018-02-11 00:56:24 +01:00
f64.rs typo: correct endianess to endianness (this also changes function names!) 2018-02-11 00:56:24 +01:00
fs.rs Clarify interfaction between File::set_len and file cursor 2018-02-23 11:57:38 -08:00
heap.rs Update miri to rustc changes 2017-12-06 09:25:29 +01:00
lib.rs Mark deprecated unstable SipHasher13 as a doc-hidden impl detail of HashMap. 2018-03-17 13:04:13 +01:00
macros.rs Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichton 2018-03-16 08:22:11 +00:00
memchr.rs Fix inconsistent doc headings 2017-08-24 18:42:53 +02:00
num.rs Auto merge of #40706 - irfanhudda:doc-next-power-of-two, r=alexcrichton 2017-06-08 01:07:08 +00:00
panic.rs Auto merge of #47687 - SimonSapin:panic-impl, r=sfackler 2018-02-18 06:02:35 +00:00
panicking.rs make #[unwind] attribute specify expectations more clearly 2018-02-20 19:12:52 -05:00
path.rs Rollup merge of #48292 - topecongiro:from_str-for-path-and-pathbuf, r=alexcrichton 2018-03-08 11:25:54 -08:00
primitive_docs.rs stabilise feature(never_type) 2018-03-14 12:44:51 +08:00
process.rs Move process::ExitCode internals to sys 2018-03-03 18:44:44 -08:00
rt.rs move Termination trait to std::process 2018-02-22 17:57:08 -05:00
time.rs Move time::Duration to libcore 2018-01-29 18:16:43 -05:00