rust/src/libsyntax_ext
Esteban Küber 24160171e4 Tweak macro parse errors when reaching EOF during macro call parse
- Add detail on origin of current parser when reaching EOF and stop
  saying "found <eof>" and point at the end of macro calls
- Handle empty `cfg_attr` attribute
- Reword empty `derive` attribute error
2019-05-24 11:49:33 -07:00
..
deriving Tweak macro parse errors when reaching EOF during macro call parse 2019-05-24 11:49:33 -07:00
asm.rs Tweak macro parse errors when reaching EOF during macro call parse 2019-05-24 11:49:33 -07:00
assert.rs syntax: Turn token::Lit into a struct 2019-05-23 12:46:24 +03:00
Cargo.toml Rename rustc_errors dependency in rust 2018 crates 2019-02-13 00:28:52 +09:00
cfg.rs Rename rustc_errors dependency in rust 2018 crates 2019-02-13 00:28:52 +09:00
compile_error.rs libsyntax_ext => 2018 2019-02-04 21:49:54 +09:00
concat.rs libsyntax_ext => 2018 2019-02-04 21:49:54 +09:00
concat_idents.rs Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
env.rs Simplify use of keyword symbols 2019-05-22 19:48:56 +03:00
error_codes.rs Rename diagnostics to error_codes 2019-04-17 18:19:14 +09:00
format.rs Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
format_foreign.rs rustc: doc comments 2019-02-10 23:42:32 +00:00
global_asm.rs Eliminate unnecessary Ident::with_empty_ctxts 2019-05-22 19:48:56 +03:00
lib.rs Move edition outside the hygiene lock and avoid accessing it 2019-05-21 18:17:05 +02:00
log_syntax.rs Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
proc_macro_decls.rs Simplify use of keyword symbols 2019-05-22 19:48:56 +03:00
proc_macro_impl.rs Cleanup imports 2019-02-13 00:31:51 +09:00
proc_macro_server.rs syntax: Some code cleanup 2019-05-23 12:46:41 +03:00
test.rs Move edition outside the hygiene lock and avoid accessing it 2019-05-21 18:17:05 +02:00
test_case.rs Move edition outside the hygiene lock and avoid accessing it 2019-05-21 18:17:05 +02:00
trace_macros.rs Simplify use of keyword symbols 2019-05-22 19:48:56 +03:00