rust/src/libcollections
Guillaume Gomez a89690ec00 Rollup merge of #36396 - athulappadan:Default-docs, r=bluss
Documentation of what Default does for each type

Addresses #36265
I haven't changed the following types due to doubts:

1)src/libstd/ffi/c_str.rs
2)src/libcore/iter/sources.rs
3)src/libcore/hash/mod.rs
4)src/libcore/hash/mod.rs
5)src/librustc/middle/privacy.rs

r? @steveklabnik
2016-09-14 17:15:37 +02:00
..
btree Doc correction: btree 2016-09-13 10:13:52 +05:30
binary_heap.rs Documentation of what does for each type 2016-09-11 17:00:09 +05:30
borrow.rs Documentation for default types modified 2016-09-11 22:58:01 +05:30
Cargo.toml rustbuild: Add support for crate tests + doctests 2016-05-12 08:52:20 -07:00
enum_set.rs Add a FusedIterator trait. 2016-08-18 12:16:29 -04:00
fmt.rs Rust has type aliases, not typedefs. 2016-08-23 10:49:11 -04:00
lib.rs Remove drop flags from structs and enums implementing Drop. 2016-08-24 13:23:37 +03:00
linked_list.rs Documentation of what does for each type 2016-09-11 17:00:09 +05:30
macros.rs Use box syntax in vec! macro 2016-02-25 22:08:23 -05:00
range.rs Remove needless imports in libcollections. 2016-08-24 22:13:13 +00:00
slice.rs Auto merge of #34762 - creativcoder:slice-ext, r=alexcrichton 2016-08-08 21:51:01 -07:00
str.rs Add a FusedIterator trait. 2016-08-18 12:16:29 -04:00
string.rs Documentation of what does for each type 2016-09-11 17:00:09 +05:30
vec.rs Rollup merge of #36396 - athulappadan:Default-docs, r=bluss 2016-09-14 17:15:37 +02:00
vec_deque.rs Documentation for default types modified 2016-09-11 22:58:01 +05:30