rust/src/librustc_metadata
Florian Diebold d0ae2c8142 Refactor inlined items some more
They don't implement FnLikeNode anymore, instead are handled differently
further up in the call tree. Also, keep less information (just def ids
for the args).
2016-11-29 13:04:27 +01:00
..
astencode.rs Save bodies of functions for inlining into other crates 2016-11-29 13:04:27 +01:00
Cargo.toml rustc: Rename rustc_macro to proc_macro 2016-10-06 11:07:23 -07:00
creader.rs Avoid loading needless proc-macro dependencies. 2016-11-28 03:37:02 +00:00
cstore.rs Avoid loading needless proc-macro dependencies. 2016-11-28 03:37:02 +00:00
cstore_impl.rs Save bodies of functions for inlining into other crates 2016-11-29 13:04:27 +01:00
decoder.rs Avoid loading needless proc-macro dependencies. 2016-11-28 03:37:02 +00:00
diagnostics.rs Fix error explanation formatting 2016-11-26 21:20:20 +03:00
encoder.rs Refactor inlined items some more 2016-11-29 13:04:27 +01:00
index.rs run rustfmt on librustc_metadata folder 2016-10-25 21:53:11 +05:30
index_builder.rs Improve macro reexports. 2016-11-10 10:04:24 +00:00
lib.rs Stabilize .. in tuple (struct) patterns 2016-11-03 01:38:15 +03:00
locator.rs Delay error reporting of filename mismatch. 2016-11-24 22:26:35 +00:00
schema.rs rustc_metadata: don't break the version check when CrateRoot changes. 2016-11-22 14:51:55 +02:00