]> git.proxmox.com Git - perlmod.git/history - perlmod-macro/src/function.rs
add ability to set the errno value
[perlmod.git] / perlmod-macro / src / function.rs
2023-05-02 Wolfgang Bumilleradd ability to set the errno value
2023-05-02 Wolfgang Bumillermacro: add serialize_error attribute
2023-05-02 Wolfgang Bumillermacro: fix syntax error in non-result tuple case
2022-12-09 Wolfgang Bumillerclippy fixes
2022-09-22 Wolfgang Bumillerclippy fixups
2022-08-01 Wolfgang Bumillerclippy fixes
2022-06-10 Wolfgang Bumillerclippy: don't explicitly drop args in generated code
2022-01-10 Wolfgang Bumillercargo fmt
2022-01-07 Wolfgang Bumillermacro: pass 'cv' as Value
2022-01-07 Wolfgang Bumillermacro: use raw pointer for CV parameter
2022-01-07 Wolfgang Bumillermacro: expose the 'cv' as parameter on exports
2021-12-23 Wolfgang Bumillermacro: export: copy use chosen visibility
2021-12-23 Wolfgang Bumillermacro: fixup export visibility
2021-11-25 Wolfgang Bumillermacro: implement prototypes
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