| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-11-26 | limit packed copy-out to non-generic Copy structs | Ariel Ben-Yehuda | -1/+1 | |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -1/+1 | |
| 2017-08-12 | syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros. | Eduard-Mihai Burtescu | -0/+1 | |
| 2017-04-03 | Fix bug parsing `#[derive]` macro invocations. | Jeffrey Seyfried | -1/+2 | |
| 2017-03-29 | Merge `ExpnId` and `SyntaxContext`. | Jeffrey Seyfried | -24/+26 | |
| 2017-03-14 | Liberalize attributes. | Jeffrey Seyfried | -25/+20 | |
| 2017-03-14 | Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`. | Jeffrey Seyfried | -2/+2 | |
| 2017-02-12 | Allow using inert attributes from `proc_macro_derive`s with ↵ | Jeffrey Seyfried | -135/+35 | |
| `#![feature(proc_macro)]`. | ||||
| 2017-02-12 | Move legacy custom derives collection into `resolver.find_attr_invoc()`. | Jeffrey Seyfried | -35/+1 | |
| 2017-02-05 | Move derive macro expansion into the MacroExpander | Josh Driver | -0/+218 | |
| This removes the expand_derives function, and sprinkles the functionality throughout the Invocation Collector, Expander and Resolver. | ||||
