rust/src/libsyntax_ext
Matthew Jasper d04af194fc Remove SyntaxContext from {ast, hir}::{GlobalAsm, InlineAsm}
We now store it in the `Span` of the expression or item.
2019-08-17 09:12:32 +01:00
..
deriving Remove gensyms from built-in derives 2019-08-17 09:12:32 +01:00
format_foreign Separate libsyntax_ext module 2019-06-16 14:17:01 +03:00
asm.rs Remove SyntaxContext from {ast, hir}::{GlobalAsm, InlineAsm} 2019-08-17 09:12:32 +01:00
assert.rs Remove Spanned from ast::Mac 2019-08-15 11:45:28 +03:00
Cargo.toml Move test harness generation into libsyntax_ext 2019-07-27 13:56:54 +03:00
cfg.rs syntax: Remove DummyResult::expn_only 2019-08-13 20:53:49 +03:00
compile_error.rs libsyntax_ext => 2018 2019-02-04 21:49:54 +09:00
concat.rs syntax: Remove DummyResult::expn_only 2019-08-13 20:53:49 +03:00
concat_idents.rs Adjust other names after the Mark renaming 2019-07-19 12:01:49 +03:00
env.rs Ident::with_empty_ctxt -> Ident::with_dummy_span 2019-08-15 20:39:26 +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 Remove Spanned from mk_name_value_item_str and expr_to_spanned_string 2019-08-15 11:44:22 +03:00
format_foreign.rs Separate libsyntax_ext module 2019-06-16 14:17:01 +03:00
global_allocator.rs Ident::with_empty_ctxt -> Ident::with_dummy_span 2019-08-15 20:39:26 +03:00
global_asm.rs Remove SyntaxContext from {ast, hir}::{GlobalAsm, InlineAsm} 2019-08-17 09:12:32 +01:00
lib.rs Rollup merge of #63613 - petrochenkov:stdhyg, r=alexcrichton 2019-08-16 18:22:30 +02: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 syntax_pos: NO_EXPANSION/SyntaxContext::empty() -> SyntaxContext::root() 2019-08-15 20:38:12 +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