rust/src/libsyntax/util
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
..
interner.rs Get rid of double indirection in string interner by using Rc<str> 2016-10-13 01:15:33 +03:00
lev_distance.rs Modify the Levenshtein-based suggestions to include imports 2015-12-16 16:33:24 +05:30
move_map.rs Deprecate name OwnedSlice and don't use it 2015-12-18 00:52:56 +03:00
node_count.rs Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb 2016-06-26 02:17:27 +00:00
parser.rs libsyntax: parse inclusive ranges 2016-02-27 02:01:41 -05:00
parser_testing.rs Move CrateConfig from Crate to ParseSess. 2016-10-29 07:52:58 +00:00
small_vector.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
thin_vec.rs Generalize and abstract ThinAttributes 2016-06-19 00:01:55 +00:00