rust/src/libsyntax_ext
Mazdak Farrokhzad fd46f6ed41
Rollup merge of #64041 - matklad:token-stream-tt, r=petrochenkov
use TokenStream rather than &[TokenTree] for built-in macros

That way, we don't loose the jointness info
2019-09-05 12:11:11 +02:00
..
deriving Cleanup: Consistently use Param instead of Arg #62426 2019-08-27 14:07:41 +02:00
format_foreign Separate libsyntax_ext module 2019-06-16 14:17:01 +03:00
asm.rs use TokenStream rather than &[TokenTree] for built-in macros 2019-09-03 21:15:45 +03:00
assert.rs use TokenStream rather than &[TokenTree] for built-in macros 2019-09-03 21:15:45 +03:00
Cargo.toml remove XID and Pattern_White_Space unicode tables from libcore 2019-09-04 13:11:11 +03:00
cfg.rs use TokenStream rather than &[TokenTree] for built-in macros 2019-09-03 21:15:45 +03:00
compile_error.rs use TokenStream rather than &[TokenTree] for built-in macros 2019-09-03 21:15:45 +03:00
concat.rs use consistent naming for buildin expansion functions 2019-09-03 21:15:45 +03:00
concat_idents.rs use consistent naming for buildin expansion functions 2019-09-03 21:15:45 +03:00
env.rs use TokenStream rather than &[TokenTree] for built-in macros 2019-09-03 21:15:45 +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 use TokenStream rather than &[TokenTree] for built-in macros 2019-09-03 21:15:45 +03:00
format_foreign.rs Separate libsyntax_ext module 2019-06-16 14:17:01 +03:00
global_allocator.rs Cleanup: Consistently use Param instead of Arg #62426 2019-08-27 14:07:41 +02:00
global_asm.rs use TokenStream rather than &[TokenTree] for built-in macros 2019-09-03 21:15:45 +03:00
lib.rs use consistent naming for buildin expansion functions 2019-09-03 21:15:45 +03:00
log_syntax.rs use consistent naming for buildin expansion functions 2019-09-03 21:15:45 +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 use TokenStream rather than &[TokenTree] for built-in macros 2019-09-03 21:15:45 +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 use TokenStream rather than &[TokenTree] for built-in macros 2019-09-03 21:15:45 +03:00