rust/src/librustc_metadata
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
..
astencode.rs Run rustfmt on metadata folder - (1/2) 2016-10-23 08:37:50 +05:30
Cargo.toml rustc: Rename rustc_macro to proc_macro 2016-10-06 11:07:23 -07:00
creader.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
cstore.rs Auto merge of #37292 - jseyfried:import_macros_in_resolve, r=nrc 2016-10-24 23:15:59 -07:00
cstore_impl.rs Auto merge of #37401 - eddyb:lazy-2, r=nikomatsakis 2016-10-30 00:01:21 -07:00
decoder.rs Auto merge of #37401 - eddyb:lazy-2, r=nikomatsakis 2016-10-30 00:01:21 -07:00
diagnostics.rs Import macros in resolve instead of in metadata::macro_import. 2016-10-24 00:43:12 +00:00
encoder.rs rustc: move the MIR map into TyCtxt. 2016-10-28 13:55:49 +03:00
index.rs run rustfmt on librustc_metadata folder 2016-10-25 21:53:11 +05:30
index_builder.rs run rustfmt on librustc_metadata folder 2016-10-25 21:53:11 +05:30
lib.rs run rustfmt on librustc_metadata folder 2016-10-25 21:53:11 +05:30
locator.rs run rustfmt on librustc_metadata folder 2016-10-25 21:53:11 +05:30
schema.rs rustc: move mir::repr::* to mir. 2016-10-28 10:37:24 +03:00