rust/src/libcollections
Guillaume Gomez 173b725b89 Rollup merge of #40048 - jimblandy:fmt-arg-types-doc, r=alexcrichton
Update std::fmt module docs for landing of #33642.

Since #33642, it's no longer true that all references to a given format argument must use the same type. The docs don't seem to have been updated.
2017-02-24 13:22:58 +01:00
..
benches Extract collections benchmarks to libcollections/benches 2017-02-06 21:38:47 +11:00
btree Auto merge of #39457 - bvinc:master, r=alexcrichton 2017-02-15 22:02:36 +00:00
binary_heap.rs Auto merge of #39002 - GuillaumeGomez:debug_libcollections, r=aturon 2017-02-07 17:28:51 +00:00
borrow.rs fix types in to_owned doctest 2017-02-14 23:07:51 -05:00
Cargo.toml Extract collections benchmarks to libcollections/benches 2017-02-06 21:38:47 +11:00
enum_set.rs Auto merge of #39002 - GuillaumeGomez:debug_libcollections, r=aturon 2017-02-07 17:28:51 +00:00
fmt.rs Update std::fmt module docs for landing of #33642. 2017-02-22 21:18:52 -08:00
lib.rs Auto merge of #39002 - GuillaumeGomez:debug_libcollections, r=aturon 2017-02-07 17:28:51 +00:00
linked_list.rs Replace PlaceBack Debug implementation with derive 2017-02-05 09:46:15 +01:00
macros.rs Add link to format! docs 2016-09-29 00:02:02 +02:00
range.rs make rangeargument methods non-default; simplify impl 2017-01-14 16:51:51 +00:00
slice.rs Slightly optimize slice::sort 2017-02-04 16:44:43 +01:00
str.rs Auto merge of #39002 - GuillaumeGomez:debug_libcollections, r=aturon 2017-02-07 17:28:51 +00:00
string.rs Rollup merge of #39886 - mbrubeck:doc-edit, r=steveklabnik 2017-02-24 13:22:54 +01:00
vec.rs Additional docs for Vec, String, and slice trait impls 2017-02-16 12:12:17 -08:00
vec_deque.rs Auto merge of #39002 - GuillaumeGomez:debug_libcollections, r=aturon 2017-02-07 17:28:51 +00:00