| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-02-28 | Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove ↵ | Jeffrey Seyfried | -1/+1 | |
| `tokenstream::TokenTree::Sequence`. | ||||
| 2017-02-16 | Refactor macro resolution errors + add derive macro suggestions | Josh Driver | -1/+0 | |
| 2017-02-12 | Allow using inert attributes from `proc_macro_derive`s with ↵ | Jeffrey Seyfried | -1/+1 | |
| `#![feature(proc_macro)]`. | ||||
| 2017-02-05 | Move derive macro expansion into the MacroExpander | Josh Driver | -1/+1 | |
| This removes the expand_derives function, and sprinkles the functionality throughout the Invocation Collector, Expander and Resolver. | ||||
| 2016-08-26 | Stabilize type-macros | Daniele Baracchi | -2/+0 | |
| Closes #27245 | ||||
| 2016-05-21 | Test diagnostics | Jeffrey Seyfried | -2/+5 | |
| 2015-11-14 | Check macro definition and do not expand invalid macros | Seo Sanghyeon | -0/+19 | |
