rust/src/libsyntax_ext
Vadim Petrochenkov 32e5acb3eb proc_macro: Turn quote into a regular built-in macro
Previously in was implemented using a special hack in the metadata loader
2019-08-27 00:37:13 +03:00
..
deriving Audit uses of apply_mark in built-in macros 2019-08-23 01:44:33 +03:00
format_foreign Separate libsyntax_ext module 2019-06-16 14:17:01 +03:00
asm.rs Audit uses of apply_mark in built-in macros 2019-08-23 01:44:33 +03:00
assert.rs Audit uses of apply_mark in built-in macros 2019-08-23 01:44:33 +03:00
Cargo.toml Move test harness generation into libsyntax_ext 2019-07-27 13:56:54 +03:00
cfg.rs Audit uses of apply_mark in built-in macros 2019-08-23 01:44:33 +03:00
compile_error.rs libsyntax_ext => 2018 2019-02-04 21:49:54 +09:00
concat.rs Audit uses of apply_mark in built-in macros 2019-08-23 01:44:33 +03:00
concat_idents.rs Audit uses of apply_mark in built-in macros 2019-08-23 01:44:33 +03:00
env.rs Audit uses of apply_mark in built-in macros 2019-08-23 01:44:33 +03:00
error_codes.rs Remove lint annotations in specific crates that are already enforced by rustbuild 2019-07-28 18:46:24 +03:00
format.rs Audit uses of apply_mark in built-in macros 2019-08-23 01:44:33 +03:00
format_foreign.rs Separate libsyntax_ext module 2019-06-16 14:17:01 +03:00
global_allocator.rs Audit uses of apply_mark in built-in macros 2019-08-23 01:44:33 +03:00
global_asm.rs Audit uses of apply_mark in built-in macros 2019-08-23 01:44:33 +03:00
lib.rs proc_macro: Turn quote into a regular built-in macro 2019-08-27 00:37:13 +03:00
log_syntax.rs syntax: Migrate built-in macros to the regular stability checking 2019-07-07 13:04:07 +03:00
plugin_macro_defs.rs hygiene: ExpnInfo -> ExpnData 2019-08-15 20:41:45 +03:00
proc_macro_harness.rs hygiene: ExpnInfo -> ExpnData 2019-08-15 20:41:45 +03:00
source_util.rs Make sure that all file loading happens via SourceMap 2019-08-15 10:42:31 +03:00
standard_library_imports.rs hygiene: ExpnInfo -> ExpnData 2019-08-15 20:41:45 +03:00
test.rs Audit uses of apply_mark in built-in macros 2019-08-23 01:44:33 +03:00
test_harness.rs hygiene: ExpnInfo -> ExpnData 2019-08-15 20:41:45 +03:00
trace_macros.rs syntax: Migrate built-in macros to the regular stability checking 2019-07-07 13:04:07 +03:00