rust/src/librustc_metadata
2019-09-21 03:17:57 +00:00
..
dynamic_lib Separate librustc_metadata module 2019-06-16 14:17:01 +03:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml Move proc macro server into libsyntax 2019-07-27 13:55:25 +03:00
creader.rs Serialize additional data for procedural macros 2019-08-17 13:14:05 -04:00
cstore.rs metadata: Eliminate FullProcMacro 2019-08-27 01:34:07 +03:00
cstore_impl.rs rename is_async_fn to asyncness 2019-09-21 03:17:57 +00:00
decoder.rs rename is_async_fn to asyncness 2019-09-21 03:17:57 +00:00
dynamic_lib.rs Make use of ptr::null(_mut) instead of casting zero 2019-06-17 10:52:46 +00:00
encoder.rs append asyncness info to functions 2019-09-19 18:38:55 +00:00
error_codes.rs Replace diagnostic plugins with macro_rules 2019-09-05 12:35:15 -04:00
foreign_modules.rs rename hir::map::local_def_id_from_hir_id to local_def_id 2019-07-04 12:53:12 +02:00
index.rs rustc_metadata: replace LazySeq<T> with Lazy<[T]>. 2019-08-20 18:36:05 +03:00
lib.rs Remove rustc_diagnostic_macros feature 2019-09-05 12:35:18 -04:00
link_args.rs Remove needless lifetimes 2019-07-03 10:01:02 +02:00
locator.rs Serialize additional data for procedural macros 2019-08-17 13:14:05 -04:00
native_libs.rs Auto merge of #64303 - nnethercote:avoid-more-Symbol-to-string-operations, r=petrochenkov 2019-09-12 04:15:27 +00:00
schema.rs add is_async_fn query 2019-09-19 03:17:34 +00:00