summaryrefslogtreecommitdiff
path: root/src/callbacks.rs
AgeCommit message (Collapse)Author
2018-11-10Add item_name parse callback.Sébastien Duquette
2018-06-13Fix typos.Bruce Mitchener
2018-03-04ir: Allow renaming variants using the replaces="" annotation or a custom ↵Emilio Cobos Álvarez
callback.
2018-01-31callbacks: Introduce MacroParsingBehavior to allow ignoring macros.Emilio Cobos Álvarez
This is symmetric, yet less powerful, than enum_variant_behavior. Fixes #687.
2017-08-21Rename `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-17Renamed 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.