rust/src/librustc/session
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
..
config.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
filesearch.rs Simplify str and Path comparison. 2016-10-10 19:46:18 -04:00
mod.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
search_paths.rs Add the notion of a dependency tracking status to commandline arguments. 2016-08-11 09:56:00 -04:00