rust/src/liballoc/tests
Alex Burka e64efc91f4 Add support for ..= syntax
Add ..= to the parser

Add ..= to libproc_macro

Add ..= to ICH

Highlight ..= in rustdoc

Update impl Debug for RangeInclusive to ..=

Replace `...` to `..=` in range docs

Make the dotdoteq warning point to the ...

Add warning for ... in expressions

Updated more tests to the ..= syntax

Updated even more tests to the ..= syntax

Updated the inclusive_range entry in unstable book
2017-09-22 22:05:18 +02:00
..
btree Add support for ..= syntax 2017-09-22 22:05:18 +02:00
binary_heap.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
cow_str.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
fmt.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
lib.rs Disable the new Hasher tests on Emscripten. 2017-09-12 17:28:07 +08:00
linked_list.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
slice.rs Improve sort tests and benchmarks 2017-06-24 17:14:42 +02:00
str.rs Add support for ..= syntax 2017-09-22 22:05:18 +02:00
string.rs Add support for ..= syntax 2017-09-22 22:05:18 +02:00
vec.rs Add support for ..= syntax 2017-09-22 22:05:18 +02:00
vec_deque.rs Delete deprecated & unstable range-specific step_by 2017-07-01 19:18:02 -07:00