rust/src/libstd
bors 8ae79efce3 Auto merge of #49673 - ollie27:stab, r=sfackler
Correct a few stability attributes

* `const_indexing` language feature was stabilized in 1.26.0 by #46882
* `Display` impls for `PanicInfo` and `Location` were stabilized in 1.26.0 by #47687
* `TrustedLen` is still unstable so its impls should be as well even though `RangeInclusive` was stabilized by #47813
* `!Send` and `!Sync` for `Args` and `ArgsOs` were stabilized in 1.26.0 by #48005
* `EscapeDefault` has been stable since 1.0.0 so should continue to show that even though it was moved to core in #48735

This could be backported to beta like #49612
2018-04-09 03:32:32 +00:00
..
collections Remove all unstable placement features 2018-04-03 11:02:34 +02:00
ffi Implement shrink_to method on collections 2018-03-27 01:39:11 +01:00
io Rollup merge of #49594 - mbrubeck:docs, r=steveklabnik 2018-04-05 02:17:03 +08:00
net Auto merge of #49418 - frewsxcv:frewsxcv-network-order, r=TimNN 2018-04-01 10:09:58 +00:00
os Remove hidden foo functions from doc examples; use Termination trait. 2018-03-28 13:15:05 +02:00
prelude Revert "Add TryFrom and TryInto to the prelude" 2018-03-30 15:54:05 +02:00
sync Rollup merge of #47970 - vlovich:condvar_wait_until, r=dtolnay 2018-02-25 15:54:39 +08:00
sys Rollup merge of #49702 - alexcrichton:inline-methods, r=Mark-Simulacrum 2018-04-07 14:51:28 +08:00
sys_common Auto merge of #48575 - ishitatsuyuki:unix-no-thread, r=alexcrichton 2018-04-04 06:19:40 +00:00
tests Update Cargo submodule 2018-03-11 10:59:28 -07:00
thread Address review comments 2018-03-19 11:41:28 +09: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 Correct a few stability attributes 2018-04-05 15:39:29 +01:00
error.rs Stabilize the TryFrom and TryInto traits 2018-03-26 23:36:02 +02:00
f32.rs Fixed clockwise/counter-clockwise in atan2 documentation in f32 and f64 2018-03-21 18:11:57 -07:00
f64.rs Fixed clockwise/counter-clockwise in atan2 documentation in f32 and f64 2018-03-21 18:11:57 -07:00
fs.rs Add performance note to fs::read docs 2018-04-02 09:33:27 -07:00
heap.rs Move the alloc::allocator module to core::heap 2018-03-29 14:58:07 +02:00
lib.rs Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakis 2018-04-07 11:58:38 +00:00
macros.rs tweak format_args! docs 2018-04-03 09:20:04 -04:00
memchr.rs Fix inconsistent doc headings 2017-08-24 18:42:53 +02:00
num.rs Deprecate signed std::num::NonZeroI* with a call for use cases 2018-03-30 18:13:05 +02:00
panic.rs typos 2018-04-05 13:04:00 +02:00
panicking.rs Bump the bootstrap compiler to 1.26.0 beta 2018-04-05 07:13:45 -07: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 Fix missed i128 feature gates 2018-03-26 08:37:56 -05:00
process.rs std: Inline some Termination-related methods 2018-04-05 11:07:19 -07:00
rt.rs Address review comments 2018-03-19 11:41:28 +09:00
time.rs Fix doctest 2018-03-30 15:35:36 +02:00