about summary refs log tree commit diff
path: root/src/librustc_attr/Cargo.toml
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-23/+0
2020-08-11Introduce `rustc_lexer::is_ident` and use it in couple of placesVadim Petrochenkov-0/+1
2020-07-22build: Remove unnecessary `build = "build.rs"` annotationsVadim Petrochenkov-1/+0
2020-06-02Make things build againVadim Petrochenkov-1/+1
2020-05-03Add build script to rustc_attr because of cfg(version)mibac138-0/+1
2020-05-03Implement RFC 2523, `#[cfg(version(..))]`mibac138-0/+1
2020-04-20Remove unused dependenciesShotaro Yamada-1/+0
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-1/+1
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-01syntax::print -> new crate rustc_ast_prettyMazdak Farrokhzad-0/+1
2020-02-01Move builtin attribute logic to new rustc_attr crate.Mazdak Farrokhzad-0/+21