rust/src/liballoc
bors 3a0b652846 Auto merge of #46411 - rillian:str_ascii, r=kennytm
Mark ascii methods on primitive types stable in 1.23.0 not 1.21.0.

The ascii_methods_on_intrinsics feature stabilization
didn't land in time for 1.21.0. Update the annotation
so the documentation is correct about when these
methods became available.
2017-12-12 03:30:43 +00:00
..
benches Fix use of rand in liballoc benches 2017-11-29 20:14:52 +01:00
btree Use Try syntax for Option in place of macros or match 2017-12-09 14:18:33 -08:00
tests Implement LinkedList::drain_filter 2017-11-25 21:28:49 +01:00
allocator.rs Use Try syntax for Option in place of macros or match 2017-12-09 14:18:33 -08:00
arc.rs Print the address of the pointed value in Pointer impl for Rc and Arc 2017-11-20 15:43:07 -02:00
binary_heap.rs address some FIXMEs whose associated issues were marked as closed 2017-09-30 11:33:47 +03:00
borrow.rs examples in Cow::into_owned don't need to wrap result in Cows 2017-11-14 18:23:24 -06:00
boxed_test.rs
boxed.rs Update bootstrap compiler 2017-11-29 21:11:20 -08:00
Cargo.toml std: Remove rand crate and module 2017-11-08 20:41:17 -08:00
fmt.rs Adding eprint*! to the list of macros in the format! family 2017-11-22 20:44:05 -08:00
heap.rs std: Mark allocation functions as nounwind 2017-08-28 08:06:52 -07:00
lib.rs std: Remove rand crate and module 2017-11-08 20:41:17 -08:00
linked_list.rs Revert "Make drop impl stable for DrainFilter" 2017-12-09 01:09:23 -07:00
macros.rs fix some typos 2017-11-21 15:33:45 +01:00
range.rs
raw_vec.rs Fix typo. 2017-11-01 21:02:08 +08:00
rc.rs fix some typos 2017-11-21 15:33:45 +01:00
slice.rs Mark ascii methods on primitive types stable in 1.23.0. 2017-12-02 10:41:08 -08:00
str.rs Mark ascii methods on primitive types stable in 1.23.0. 2017-12-02 10:41:08 -08:00
string.rs Use Try syntax for Option in place of macros or match 2017-12-09 14:18:33 -08:00
vec_deque.rs address some FIXMEs whose associated issues were marked as closed 2017-09-30 11:33:47 +03:00
vec.rs Use Try syntax for Option in place of macros or match 2017-12-09 14:18:33 -08:00