rust/src/libcollections
iirelu e593c3b893 Changed most vec! invocations to use square braces
Most of the Rust community agrees that the vec! macro is clearer when
called using square brackets [] instead of regular brackets (). Most of
these ocurrences are from before macros allowed using different types of
brackets.

There is one left unchanged in a pretty-print test, as the pretty
printer still wants it to have regular brackets.
2016-10-31 22:51:40 +00:00
..
btree std: Correct stability attributes for some implementations 2016-10-01 23:58:14 +01:00
binary_heap.rs Rollup merge of #36902 - ollie27:stab_impls, r=alexcrichton 2016-10-04 15:24:02 +05:30
borrow.rs Improve doc example for std::borrow::Cow. 2016-10-15 00:55:46 -04:00
Cargo.toml
enum_set.rs std: Correct stability attributes for some implementations 2016-10-01 23:58:14 +01:00
fmt.rs Changed 0 into '0' 2016-10-11 01:25:50 +02:00
lib.rs Remove stage0 hacks 2016-09-28 23:17:56 +00:00
linked_list.rs Ignore lots and lots of std tests on emscripten 2016-09-30 14:02:48 -07:00
macros.rs Add link to format! docs 2016-09-29 00:02:02 +02:00
range.rs Remove needless imports in libcollections. 2016-08-24 22:13:13 +00:00
slice.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
str.rs Rollup merge of #36699 - bluss:repeat-str, r=alexcrichton 2016-10-11 17:51:26 +02:00
string.rs Auto merge of #37327 - aidanhs:aphs-bytes-iter-doc, r=alexcrichton 2016-10-22 23:02:24 -07:00
vec_deque.rs Special case .fold() for VecDeque's iterators 2016-10-25 15:50:52 +02:00
vec.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00