rust/library/alloc/src
bors ec039bd075 Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obk
Rename `optin_builtin_traits` to `auto_traits`

They were originally called "opt-in, built-in traits" (OIBITs), but
people realized that the name was too confusing and a mouthful, and so
they were renamed to just "auto traits". The feature flag's name wasn't
updated, though, so that's what this PR does.

There are some other spots in the compiler that still refer to OIBITs,
but I don't think changing those now is worth it since they are internal
and not particularly relevant to this PR.

Also see <https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/opt-in.2C.20built-in.20traits.20(auto.20traits).20feature.20name>.

r? `@oli-obk` (feel free to re-assign if you're not the right reviewer for this)
2020-11-25 07:25:19 +00:00
..
alloc Replace Memoryblock with NonNull<[u8]> 2020-08-04 18:03:34 +02:00
collections Rollup merge of #79358 - ssomers:btree_public_comments, r=Mark-Simulacrum 2020-11-24 13:17:47 +01:00
prelude mv std libs to library/ 2020-07-27 19:51:13 -05:00
raw_vec Rename AllocErr to AllocError 2020-09-28 14:51:03 -04:00
rc Add tests for weak into/from raw 2020-09-12 10:38:33 -05:00
sync Add tests for weak into/from raw 2020-09-12 10:38:33 -05:00
alloc.rs Auto merge of #79172 - a1phyr:cold_abort, r=Mark-Simulacrum 2020-11-23 02:25:13 +00:00
borrow.rs Update library functions with stability attributes 2020-09-22 10:05:58 -07:00
boxed.rs Auto merge of #78461 - TimDiekmann:vec-alloc, r=Amanieu 2020-11-21 22:46:50 +00:00
fmt.rs Convert a bunch of intra-doc links 2020-11-07 12:50:57 -08:00
lib.rs Rename optin_builtin_traits to auto_traits 2020-11-23 14:14:06 -08:00
macros.rs Fix doc links to std::fmt 2020-10-31 18:02:55 +07:00
raw_vec.rs Auto merge of #79219 - shepmaster:beta-bump, r=Mark-Simulacrum 2020-11-22 21:38:03 +00:00
rc.rs Don't say you "should" use fully qualified syntax 2020-10-28 16:49:30 -07:00
slice.rs Change slice::to_vec to not use extend_from_slice 2020-11-22 22:22:03 +00:00
str.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
string.rs Prevent String::retain from creating non-utf8 strings when abusing panic 2020-10-29 11:58:12 +01:00
sync.rs Don't say you "should" use fully qualified syntax 2020-10-28 16:49:30 -07:00
task.rs Allow unstable From impl for [Raw]Waker. 2020-09-11 13:36:45 +02:00
tests.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
vec.rs Auto merge of #79186 - JulianKnodt:str_from, r=Mark-Simulacrum 2020-11-23 14:20:22 +00:00