]> git.proxmox.com Git - perlmod.git/history - perlmod-macro
clippy fixes
[perlmod.git] / perlmod-macro /
2021-12-14 Wolfgang Bumillerbump perlmod to 0.10.0-1
2021-12-01 Wolfgang Bumillerdrop imports already in 2021 prelude
2021-12-01 Wolfgang Bumillerupgrade to edition 2021
2021-11-26 Wolfgang Bumillerbump perlmod to 0.9.0 and perlmod-macro to 0.6.0
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-28 Wolfgang Bumillerbump perlmod-macro to 0.5.0-1 and perlmod to 0.8.0-1
2021-10-27 Wolfgang Bumillerperlmod, macro: detect perl's MULTIPLICITY flag
2021-10-27 Wolfgang Bumillercalling convention 'fixup'
2021-10-25 Wolfgang Bumillerbump perlmod to 0.7.2 and perlmod-macro to 0.4.1
2021-10-21 Wolfgang Bumillermacro: implement bootstrap function in rust
2021-10-19 Wolfgang Bumillerbump perlmod version to 0.7.1
2021-10-15 Wolfgang Bumillerperlmod-macro: improve error handling
2021-10-15 Wolfgang Bumillerperlmod-macro: drop anyhow dependency
2021-10-14 Wolfgang Bumillerbump perlmod-macro to 0.4.0 and perlmod to 0.6.0
2021-10-13 Wolfgang Bumillermacro: support env vars in package attributes
2021-10-13 Wolfgang Bumillermacro: use CARGO_PKG_NAME instead of reading Cargo...
2021-07-02 Wolfgang Bumillermacro: different approach to clippy warning
2021-07-02 Wolfgang Bumillermacro: clippy fixes
2021-06-30 Wolfgang Bumillerbump perlmod-macro to 0.3.2-1
2021-06-30 Wolfgang Bumillermacro: add newlines to errors
2021-06-21 Wolfgang Bumillerbump version to 0.5.0-1
2021-02-22 Wolfgang Bumillerbump perlmod-macro to 0.3.1-1
2021-02-22 Wolfgang Bumillercheck in control files
2021-02-22 Wolfgang Bumilleradjust path for DynaLoader
2021-02-16 Wolfgang Bumillerbump perlmod-macro to 0.3.0-1
2021-02-16 Wolfgang Bumillermacro: support tuple return types in functions
2021-02-15 Wolfgang Bumillerbump perlmod and perlmod-macro to 0.2.3
2021-02-15 Wolfgang Bumillermacro: make generated helpers #[doc(hidden)]
2021-02-15 Wolfgang Bumillerbump perlmod-macro to 0.2.2-1 as well
2020-11-27 Wolfgang Bumillerintroduce try_from_ref argument attribute
2020-11-27 Wolfgang Bumillerbump perlmod-macro to 0.2.1-1
2020-11-27 Wolfgang Bumillerguard '-L./target/debug' lib path by debug_assertions
2020-11-27 Wolfgang Bumillerclippy lints
2020-11-26 Wolfgang Bumillerbump perlmod and perlmod-macro to 0.2.0
2020-11-26 Wolfgang Bumillerdeserialize by reference
2020-11-25 Wolfgang Bumillermore doc improvements
2020-11-25 Wolfgang Bumillerfix #[export(name=...)], drop deprecated make_package
2020-11-24 Wolfgang Bumillerperl namespacing, since we can bless now
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-11-24 Wolfgang Bumillerfix export() attribute arg parsing
2020-11-20 Wolfgang Bumillerbump version to 0.1.0-1
2020-11-20 Wolfgang Bumillerperlmod & macro: debian/
2020-11-20 Wolfgang Bumilleradd description to Cargo.toml files
2020-10-16 Wolfgang Bumilleradd some function name mangling to xs exports
2020-04-20 Wolfgang Bumillerswitch from failure to anyhow
2020-01-28 Wolfgang Bumillerfix badges
2020-01-28 Wolfgang Bumillerbump to current toml version
2020-01-13 Wolfgang Bumillermacro: verify parameter count
2020-01-13 Wolfgang Bumillerremove debian/ files
2020-01-10 Wolfgang Bumillermetadata for Cargo.toml
2020-01-10 Wolfgang Bumillermacro: derive library name from Cargo.toml
2020-01-10 Wolfgang Bumillersilence cippy and add some ffi documentation
2020-01-10 Wolfgang Bumillercrate level documentation
2020-01-10 Wolfgang Bumillermacro: pull in 'perlmod' dependency in for doctests
2020-01-10 Wolfgang Bumillermacro: document package
2020-01-10 Wolfgang Bumillermacro: document make_package
2020-01-10 Wolfgang Bumillermake_package macro implementation
2020-01-10 Wolfgang Bumillermacro: some refactoring
2020-01-10 Wolfgang Bumillermacro: factor out package writing
2020-01-10 Wolfgang Bumillermacro: add export macro, support renaming xs functions
2020-01-09 Wolfgang Bumillerimport