]> git.proxmox.com Git - perlmod.git/history - perlmod-macro/src/function.rs
macro: allow optional option parameters
[perlmod.git] / perlmod-macro / src / function.rs
2021-11-24 Wolfgang Bumillermacro: allow optional option parameters
2021-11-24 Wolfgang Bumillerdon't export xs wrappers from modules
2021-11-24 Wolfgang Bumillermacro: fix missing parameter name in error message
2021-10-27 Wolfgang Bumillerperlmod, macro: detect perl's MULTIPLICITY flag
2021-10-27 Wolfgang Bumillercalling convention 'fixup'
2021-10-15 Wolfgang Bumillerperlmod-macro: drop anyhow dependency
2021-07-02 Wolfgang Bumillermacro: different approach to clippy warning
2021-07-02 Wolfgang Bumillermacro: clippy fixes
2021-06-30 Wolfgang Bumillermacro: add newlines to errors
2021-02-16 Wolfgang Bumillermacro: support tuple return types in functions
2021-02-15 Wolfgang Bumillermacro: make generated helpers #[doc(hidden)]
2020-11-27 Wolfgang Bumillerintroduce try_from_ref argument attribute
2020-11-27 Wolfgang Bumillerclippy lints
2020-11-26 Wolfgang Bumillerdeserialize by reference
2020-11-25 Wolfgang Bumillerfix #[export(name=...)], drop deprecated make_package
2020-11-24 Wolfgang Bumillersupport functions without return values
2020-11-24 Wolfgang Bumilleradd support for raw parameters
2020-11-24 Wolfgang Bumilleradd 'raw_return' function attribute
2020-10-16 Wolfgang Bumilleradd some function name mangling to xs exports
2020-04-20 Wolfgang Bumillerswitch from failure to anyhow
2020-01-13 Wolfgang Bumillermacro: verify parameter count
2020-01-10 Wolfgang Bumillersilence cippy and add some ffi documentation
2020-01-10 Wolfgang Bumillermacro: some refactoring