about summary refs log tree commit diff
path: root/src/libsyntax_expand/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2019-12-30Rename directories for some crates from `syntax_x` to `rustc_x`Vadim Petrochenkov-23/+0
`syntax_expand` -> `rustc_expand` `syntax_pos` -> `rustc_span` `syntax_ext` -> `rustc_builtin_macros`
2019-11-30introduce crate rustc_feature and move active, accepted, and removed to itMazdak Farrokhzad-0/+1
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-4/+1
also move MACRO_ARGUMENTS -> librustc_parse
2019-11-07syntax: use distinct FloatTy from rustc_target.Mazdak Farrokhzad-1/+0
We also sever syntax's dependency on rustc_target as a result. This should slightly improve pipe-lining. Moreover, some cleanup is done in related code.
2019-11-04bump smallvec to 1.0Ralf Jung-1/+1
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-0/+26