Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-10 | Add item_name parse callback. | Sébastien Duquette | |
2018-06-13 | Fix typos. | Bruce Mitchener | |
2018-03-04 | ir: Allow renaming variants using the replaces="" annotation or a custom ↵ | Emilio Cobos Álvarez | |
callback. | |||
2018-01-31 | callbacks: Introduce MacroParsingBehavior to allow ignoring macros. | Emilio Cobos Álvarez | |
This is symmetric, yet less powerful, than enum_variant_behavior. Fixes #687. | |||
2017-08-21 | Rename `TypeKind::Named` to `TypeKind::TypeParam` | Anna Liao | |
Also renames a bunch of other things referring to named types to refer to type parameters. Fixes #915 | |||
2017-03-17 | Renamed chooser to visitor and added function for parsed macro analysis. | Adam Baxter | |
Added tests and fixed missed function rename. Fixed nits Renamed visitor to callbacks. Renamed visitor to callbacks. Renamed visitor to callbacks. Fixed text. |