Lines Matching full:feature
135 #![stable(feature = "rust1", since = "1.0.0")]
169 #[unstable(feature = "thin_box", issue = "92791")]
180 #[stable(feature = "rust1", since = "1.0.0")]
186 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global,
201 #[stable(feature = "rust1", since = "1.0.0")]
212 /// #![feature(new_uninit)]
226 #[unstable(feature = "new_uninit", issue = "63291")]
242 /// #![feature(new_uninit)]
253 #[unstable(feature = "new_uninit", issue = "63291")]
262 #[stable(feature = "pin", since = "1.33.0")]
277 /// #![feature(allocator_api)]
282 #[unstable(feature = "allocator_api", issue = "32838")]
294 /// #![feature(allocator_api, new_uninit)]
308 #[unstable(feature = "allocator_api", issue = "32838")]
309 // #[unstable(feature = "new_uninit", issue = "63291")]
324 /// #![feature(allocator_api, new_uninit)]
334 #[unstable(feature = "allocator_api", issue = "32838")]
335 // #[unstable(feature = "new_uninit", issue = "63291")]
350 /// #![feature(allocator_api)]
357 #[unstable(feature = "allocator_api", issue = "32838")]
358 #[rustc_const_unstable(feature = "const_box", issue = "92521")]
380 /// #![feature(allocator_api)]
387 #[unstable(feature = "allocator_api", issue = "32838")]
388 #[rustc_const_unstable(feature = "const_box", issue = "92521")]
407 /// #![feature(allocator_api, new_uninit)]
422 #[unstable(feature = "allocator_api", issue = "32838")]
423 #[rustc_const_unstable(feature = "const_box", issue = "92521")]
426 // #[unstable(feature = "new_uninit", issue = "63291")]
446 /// #![feature(allocator_api, new_uninit)]
462 #[unstable(feature = "allocator_api", issue = "32838")]
463 // #[unstable(feature = "new_uninit", issue = "63291")]
464 #[rustc_const_unstable(feature = "const_box", issue = "92521")]
483 /// #![feature(allocator_api, new_uninit)]
494 #[unstable(feature = "allocator_api", issue = "32838")]
495 #[rustc_const_unstable(feature = "const_box", issue = "92521")]
497 // #[unstable(feature = "new_uninit", issue = "63291")]
522 /// #![feature(allocator_api, new_uninit)]
534 #[unstable(feature = "allocator_api", issue = "32838")]
535 // #[unstable(feature = "new_uninit", issue = "63291")]
536 #[rustc_const_unstable(feature = "const_box", issue = "92521")]
549 #[unstable(feature = "allocator_api", issue = "32838")]
550 #[rustc_const_unstable(feature = "const_box", issue = "92521")]
563 #[unstable(feature = "box_into_boxed_slice", issue = "71582")]
564 #[rustc_const_unstable(feature = "const_box", issue = "92521")]
575 /// #![feature(box_into_inner)]
581 #[unstable(feature = "box_into_inner", issue = "80437")]
582 #[rustc_const_unstable(feature = "const_box", issue = "92521")]
598 /// #![feature(new_uninit)]
614 #[unstable(feature = "new_uninit", issue = "63291")]
629 /// #![feature(new_uninit)]
639 #[unstable(feature = "new_uninit", issue = "63291")]
651 /// #![feature(allocator_api, new_uninit)]
665 #[unstable(feature = "allocator_api", issue = "32838")]
687 /// #![feature(allocator_api, new_uninit)]
697 #[unstable(feature = "allocator_api", issue = "32838")]
717 /// #![feature(allocator_api, new_uninit)]
735 #[unstable(feature = "allocator_api", issue = "32838")]
736 // #[unstable(feature = "new_uninit", issue = "63291")]
751 /// #![feature(allocator_api, new_uninit)]
763 #[unstable(feature = "allocator_api", issue = "32838")]
764 // #[unstable(feature = "new_uninit", issue = "63291")]
787 /// #![feature(new_uninit)]
800 #[unstable(feature = "new_uninit", issue = "63291")]
801 #[rustc_const_unstable(feature = "const_box", issue = "92521")]
818 /// #![feature(new_uninit)]
835 #[unstable(feature = "new_uninit", issue = "63291")]
836 #[rustc_const_unstable(feature = "const_box", issue = "92521")]
862 /// #![feature(new_uninit)]
877 #[unstable(feature = "new_uninit", issue = "63291")]
927 #[stable(feature = "box_raw", since = "1.4.0")]
955 /// #![feature(allocator_api)]
965 /// #![feature(allocator_api, slice_ptr_get)]
982 #[unstable(feature = "allocator_api", issue = "32838")]
983 #[rustc_const_unstable(feature = "const_box", issue = "92521")]
1028 #[stable(feature = "box_raw", since = "1.4.0")]
1054 /// #![feature(allocator_api)]
1065 /// #![feature(allocator_api)]
1080 #[unstable(feature = "allocator_api", issue = "32838")]
1081 #[rustc_const_unstable(feature = "const_box", issue = "92521")]
1089 feature = "ptr_internals",
1093 #[rustc_const_unstable(feature = "const_box", issue = "92521")]
1111 #[unstable(feature = "allocator_api", issue = "32838")]
1112 #[rustc_const_unstable(feature = "const_box", issue = "92521")]
1153 #[stable(feature = "box_leak", since = "1.26.0")]
1154 #[rustc_const_unstable(feature = "const_box", issue = "92521")]
1168 #[unstable(feature = "box_into_pin", issue = "62370")]
1169 #[rustc_const_unstable(feature = "const_box", issue = "92521")]
1181 #[stable(feature = "rust1", since = "1.0.0")]
1189 #[stable(feature = "rust1", since = "1.0.0")]
1198 #[stable(feature = "rust1", since = "1.0.0")]
1199 #[rustc_const_unstable(feature = "const_default_impls", issue = "87864")]
1208 #[stable(feature = "default_box_extra", since = "1.17.0")]
1209 #[rustc_const_unstable(feature = "const_default_impls", issue = "87864")]
1222 #[stable(feature = "rust1", since = "1.0.0")]
1272 #[stable(feature = "box_slice_clone", since = "1.3.0")]
1281 #[stable(feature = "rust1", since = "1.0.0")]
1292 #[stable(feature = "rust1", since = "1.0.0")]
1315 #[stable(feature = "rust1", since = "1.0.0")]
1322 #[stable(feature = "rust1", since = "1.0.0")]
1325 #[stable(feature = "rust1", since = "1.0.0")]
1332 #[stable(feature = "indirect_hasher_impl", since = "1.22.0")]
1385 #[stable(feature = "from_for_ptrs", since = "1.6.0")]
1405 #[stable(feature = "pin", since = "1.33.0")]
1406 #[rustc_const_unstable(feature = "const_box", issue = "92521")]
1420 #[stable(feature = "box_from_slice", since = "1.17.0")]
1446 #[stable(feature = "box_from_cow", since = "1.45.0")]
1464 #[stable(feature = "box_from_slice", since = "1.17.0")]
1484 #[stable(feature = "box_from_cow", since = "1.45.0")]
1518 #[stable(feature = "boxed_str_conv", since = "1.19.0")]
1544 #[stable(feature = "box_from_array", since = "1.45.0")]
1561 #[stable(feature = "boxed_slice_try_from", since = "1.43.0")]
1602 #[stable(feature = "rust1", since = "1.0.0")]
1614 /// #![feature(downcast_unchecked)]
1632 #[unstable(feature = "downcast_unchecked", issue = "90850")]
1661 #[stable(feature = "rust1", since = "1.0.0")]
1673 /// #![feature(downcast_unchecked)]
1691 #[unstable(feature = "downcast_unchecked", issue = "90850")]
1720 #[stable(feature = "box_send_sync_any_downcast", since = "1.51.0")]
1732 /// #![feature(downcast_unchecked)]
1750 #[unstable(feature = "downcast_unchecked", issue = "90850")]
1761 #[stable(feature = "rust1", since = "1.0.0")]
1768 #[stable(feature = "rust1", since = "1.0.0")]
1775 #[stable(feature = "rust1", since = "1.0.0")]
1785 #[stable(feature = "rust1", since = "1.0.0")]
1786 #[rustc_const_unstable(feature = "const_box", issue = "92521")]
1795 #[stable(feature = "rust1", since = "1.0.0")]
1796 #[rustc_const_unstable(feature = "const_box", issue = "92521")]
1803 #[unstable(feature = "receiver_trait", issue = "none")]
1806 #[stable(feature = "rust1", since = "1.0.0")]
1842 #[stable(feature = "rust1", since = "1.0.0")]
1849 #[stable(feature = "rust1", since = "1.0.0")]
1858 #[stable(feature = "rust1", since = "1.0.0")]
1868 #[stable(feature = "fused", since = "1.26.0")]
1871 #[stable(feature = "boxed_closure_impls", since = "1.35.0")]
1880 #[stable(feature = "boxed_closure_impls", since = "1.35.0")]
1887 #[stable(feature = "boxed_closure_impls", since = "1.35.0")]
1894 #[unstable(feature = "coerce_unsized", issue = "27732")]
1897 #[unstable(feature = "dispatch_from_dyn", issue = "none")]
1901 #[stable(feature = "boxed_slice_from_iter", since = "1.32.0")]
1909 #[stable(feature = "box_slice_clone", since = "1.3.0")]
1925 #[stable(feature = "box_borrow", since = "1.1.0")]
1932 #[stable(feature = "box_borrow", since = "1.1.0")]
1939 #[stable(since = "1.5.0", feature = "smart_ptr_as_ref")]
1946 #[stable(since = "1.5.0", feature = "smart_ptr_as_ref")]
1975 #[stable(feature = "pin", since = "1.33.0")]
1976 #[rustc_const_unstable(feature = "const_box", issue = "92521")]
1979 #[unstable(feature = "generator_trait", issue = "43122")]
1992 #[unstable(feature = "generator_trait", issue = "43122")]
2005 #[stable(feature = "futures_api", since = "1.36.0")]
2017 #[unstable(feature = "async_iterator", issue = "79024")]