Lines Matching full:since

56 #![stable(feature = "rust1", since = "1.0.0")]
86 #[stable(feature = "vec_splice", since = "1.21.0")]
92 #[stable(feature = "drain", since = "1.6.0")]
102 #[stable(feature = "rust1", since = "1.0.0")]
399 #[stable(feature = "rust1", since = "1.0.0")]
423 #[rustc_const_stable(feature = "const_vec_new", since = "1.39.0")]
424 #[stable(feature = "rust1", since = "1.0.0")]
469 #[stable(feature = "rust1", since = "1.0.0")]
544 #[stable(feature = "rust1", since = "1.0.0")]
792 #[stable(feature = "rust1", since = "1.0.0")]
815 #[stable(feature = "rust1", since = "1.0.0")]
843 #[stable(feature = "rust1", since = "1.0.0")]
879 #[stable(feature = "try_reserve", since = "1.57.0")]
921 #[stable(feature = "try_reserve", since = "1.57.0")]
941 #[stable(feature = "rust1", since = "1.0.0")]
970 #[stable(feature = "shrink_to", since = "1.56.0")]
1002 #[stable(feature = "rust1", since = "1.0.0")]
1055 #[stable(feature = "rust1", since = "1.0.0")]
1090 #[stable(feature = "vec_as_slice", since = "1.7.0")]
1107 #[stable(feature = "vec_as_slice", since = "1.7.0")]
1137 #[stable(feature = "vec_as_ptr", since = "1.37.0")]
1173 #[stable(feature = "vec_as_ptr", since = "1.37.0")]
1253 /// While the following example is sound, there is a memory leak since
1271 #[stable(feature = "rust1", since = "1.0.0")]
1303 #[stable(feature = "rust1", since = "1.0.0")]
1344 #[stable(feature = "rust1", since = "1.0.0")]
1401 #[stable(feature = "rust1", since = "1.0.0")]
1457 #[stable(feature = "rust1", since = "1.0.0")]
1483 #[stable(feature = "vec_retain_mut", since = "1.61.0")]
1490 // since we may make some holes during the process. in retain_mut()
1514 // SAFETY: Trailing unchecked items must be valid since we never touch them. in retain_mut()
1591 #[stable(feature = "dedup_by", since = "1.16.0")]
1619 #[stable(feature = "dedup_by", since = "1.16.0")]
1689 // Increase `gap.read` now since the drop may panic. in dedup_by()
1730 #[stable(feature = "rust1", since = "1.0.0")]
1754 #[stable(feature = "kernel", since = "1.0.0")]
1783 #[stable(feature = "rust1", since = "1.0.0")]
1812 #[stable(feature = "append", since = "1.4.0")]
1861 #[stable(feature = "drain", since = "1.6.0")]
1909 #[stable(feature = "rust1", since = "1.0.0")]
1935 #[stable(feature = "rust1", since = "1.0.0")]
1951 #[stable(feature = "rust1", since = "1.0.0")]
1977 #[stable(feature = "split_off", since = "1.4.0")]
2040 #[stable(feature = "vec_resize_with", since = "1.33.0")]
2077 #[stable(feature = "vec_leak", since = "1.47.0")]
2115 #[stable(feature = "vec_spare_capacity", since = "1.60.0")]
2241 #[stable(feature = "vec_resize", since = "1.5.0")]
2272 #[stable(feature = "vec_extend_from_slice", since = "1.6.0")]
2299 #[stable(feature = "vec_extend_from_within", since = "1.53.0")]
2433 #[stable(feature = "rust1", since = "1.0.0")]
2446 #[stable(feature = "rust1", since = "1.0.0")]
2517 #[stable(feature = "rust1", since = "1.0.0")]
2526 #[stable(feature = "rust1", since = "1.0.0")]
2563 #[stable(feature = "rust1", since = "1.0.0")]
2598 #[stable(feature = "rust1", since = "1.0.0")]
2606 #[stable(feature = "rust1", since = "1.0.0")]
2620 #[stable(feature = "rust1", since = "1.0.0")]
2633 #[stable(feature = "rust1", since = "1.0.0")]
2641 #[stable(feature = "rust1", since = "1.0.0")]
2683 #[stable(feature = "rust1", since = "1.0.0")]
2693 #[stable(feature = "rust1", since = "1.0.0")]
2704 #[stable(feature = "rust1", since = "1.0.0")]
2742 // Since next() executes user code which can panic we have to bump the length in extend_desugared()
2744 // NB can't overflow since we would have had to alloc the address space in extend_desugared()
2785 #[stable(feature = "vec_splice", since = "1.21.0")]
2861 #[stable(feature = "extend_ref", since = "1.2.0")]
2879 #[stable(feature = "rust1", since = "1.0.0")]
2887 #[stable(feature = "rust1", since = "1.0.0")]
2891 #[stable(feature = "rust1", since = "1.0.0")]
2899 #[stable(feature = "rust1", since = "1.0.0")]
2912 #[stable(feature = "rust1", since = "1.0.0")]
2921 #[stable(feature = "rust1", since = "1.0.0")]
2928 #[stable(feature = "rust1", since = "1.0.0")]
2935 #[stable(feature = "vec_as_mut", since = "1.5.0")]
2942 #[stable(feature = "rust1", since = "1.0.0")]
2949 #[stable(feature = "vec_as_mut", since = "1.5.0")]
2957 #[stable(feature = "rust1", since = "1.0.0")]
2977 #[stable(feature = "vec_from_mut", since = "1.19.0")]
2997 #[stable(feature = "vec_from_array", since = "1.44.0")]
3017 #[stable(feature = "vec_from_cow_slice", since = "1.14.0")]
3043 #[stable(feature = "vec_from_box", since = "1.18.0")]
3062 #[stable(feature = "box_from_vec", since = "1.20.0")]
3080 #[stable(feature = "rust1", since = "1.0.0")]
3094 #[stable(feature = "array_try_from_vec", since = "1.48.0")]