rust/src/libcollections
Ulrik Sverdrup ec39a76a3e Call str::to_owned in String::from and uninline it
String::from does not need to be inlined, it can be without it just like
str::to_owned and String::clone are.
2016-03-13 09:36:02 +01:00
..
btree Auto merge of #32133 - alexcrichton:linkchecker, r=brson 2016-03-11 04:38:04 -08:00
binary_heap.rs Remove unnecessary mut in docs causing test failures. 2016-03-10 11:40:31 +00:00
borrow.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
Cargo.toml bootstrap: Add a bunch of Cargo.toml files 2016-02-11 11:12:32 -08:00
enum_set.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
fmt.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
lib.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
linked_list.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
macros.rs Use box syntax in vec! macro 2016-02-25 22:08:23 -05:00
range.rs note work still to be done 2016-02-27 02:01:41 -05:00
slice.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
str.rs doc: Fix a bunch of broken links 2016-03-08 13:44:14 -08:00
string.rs Call str::to_owned in String::from and uninline it 2016-03-13 09:36:02 +01:00
vec_deque.rs Use ptr::drop_in_place in VecDeque::drop 2016-03-02 18:05:41 +01:00
vec.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00