Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix `uninlined_format_args` for some compiler crates | nils | 2023-01-05 | 1 | -2/+2 |
* | Rename `{Create,Lazy}TokenStream` as `{To,Lazy}AttrTokenStream`. | Nicholas Nethercote | 2022-09-09 | 1 | -19/+19 |
* | Inline `attrs`. | Nicholas Nethercote | 2022-08-29 | 1 | -0/+1 |
* | Use `AttrVec` in more places. | Nicholas Nethercote | 2022-08-22 | 1 | -37/+10 |
* | Shrink `ast::Attribute`. | Nicholas Nethercote | 2022-08-16 | 1 | -2/+2 |
* | rustc_parse: Move AST -> TokenStream conversion logic to `rustc_ast` | Vadim Petrochenkov | 2022-05-22 | 1 | -1/+7 |
* | ast: Introduce some traits to get AST node properties generically | Vadim Petrochenkov | 2022-05-11 | 1 | -0/+436 |