rust/src/libsyntax_ext
Aleksey Kladov 27b703dd40 add rustc_private as a proper language feature gate
At the moment, `rustc_private` as a (library) feature exists by
accident: `char::is_xid_start`, `char::is_xid_continue` methods in
libcore define it.
2019-07-22 16:32:13 +03:00
..
deriving Adjust other names after the Mark renaming 2019-07-19 12:01:49 +03:00
format_foreign Separate libsyntax_ext module 2019-06-16 14:17:01 +03:00
asm.rs syntax: Migrate built-in macros to the regular stability checking 2019-07-07 13:04:07 +03:00
assert.rs Adjust other names after the Mark renaming 2019-07-19 12:01:49 +03:00
Cargo.toml rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
cfg.rs Adjust other names after the Mark renaming 2019-07-19 12:01:49 +03:00
compile_error.rs
concat_idents.rs Adjust other names after the Mark renaming 2019-07-19 12:01:49 +03:00
concat.rs Adjust other names after the Mark renaming 2019-07-19 12:01:49 +03:00
env.rs Adjust other names after the Mark renaming 2019-07-19 12:01:49 +03:00
error_codes.rs Make register_[long_]diagnostics hygienic 2019-07-13 10:25:57 +01:00
format_foreign.rs Separate libsyntax_ext module 2019-06-16 14:17:01 +03:00
format.rs Auto merge of #62710 - estebank:bad-named-args, r=petrochenkov 2019-07-20 06:18:52 +00:00
global_asm.rs syntax: Migrate built-in macros to the regular stability checking 2019-07-07 13:04:07 +03:00
lib.rs add rustc_private as a proper language feature gate 2019-07-22 16:32:13 +03:00
log_syntax.rs syntax: Migrate built-in macros to the regular stability checking 2019-07-07 13:04:07 +03:00
proc_macro_decls.rs libsyntax: Remove Mark into ExpnId 2019-07-19 12:01:48 +03:00
proc_macro_impl.rs
proc_macro_server.rs Adjust other names after the Mark renaming 2019-07-19 12:01:49 +03:00
test_case.rs Adjust other names after the Mark renaming 2019-07-19 12:01:49 +03:00
test.rs Adjust other names after the Mark renaming 2019-07-19 12:01:49 +03:00
trace_macros.rs syntax: Migrate built-in macros to the regular stability checking 2019-07-07 13:04:07 +03:00