| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-28 | expand: Minor fn ptr call cleanup | Vadim Petrochenkov | -3/+3 | |
| 2020-09-28 | expand: Stop un-interpolating `NtIdent`s before passing them to built-in macros | Vadim Petrochenkov | -25/+2 | |
| This was a big hack, and built-in macros should be able to deal with `NtIdents` in the input by themselves like any other parser code. | ||||
| 2020-09-10 | Attach tokens to `ast::Stmt` | Aaron Hill | -0/+2 | |
| We currently only attach tokens when parsing a `:stmt` matcher for a `macro_rules!` macro. Proc-macro attributes on statements are still unstable, and need additional work. | ||||
| 2020-09-10 | Attach `TokenStream` to `ast::Ty` | Aaron Hill | -0/+1 | |
| A `Ty` does not have outer attributes, so we only capture tokens when parsing a `macro_rules!` matcher | ||||
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+1227 | |
