rust/src/tools
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
..
cargotest Update cargo sha for cargotest 2016-10-29 13:19:44 +03:00
compiletest Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
error_index_generator rustdoc: Improve playground run buttons 2016-10-15 18:32:03 +01:00
linkchecker Stabilise ? 2016-10-12 08:40:22 +13:00
rustbook Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
tidy tidy/features: fix checking of lang features 2016-10-27 21:35:57 -04:00