]> git.proxmox.com Git - perlmod.git/history - perlmod-macro/src/module.rs
move .cargo/config to .cargo/config.toml
[perlmod.git] / perlmod-macro / src / module.rs
2023-10-02 Wolfgang Bumillerupdate to syn-2
2022-02-25 Wolfgang Bumillermacro: add a write attribute to packages
2022-02-24 Wolfgang Bumillermacro: only write package files if requested
2021-12-01 Wolfgang Bumillerdrop imports already in 2021 prelude
2021-11-25 Wolfgang Bumillermacro: implement prototypes
2021-11-24 Wolfgang Bumillerdon't export xs wrappers from modules
2021-10-21 Wolfgang Bumillermacro: implement bootstrap function in rust
2021-10-15 Wolfgang Bumillerperlmod-macro: improve error handling
2021-10-15 Wolfgang Bumillerperlmod-macro: drop anyhow dependency
2020-11-27 Wolfgang Bumillerclippy lints
2020-11-25 Wolfgang Bumillerfix #[export(name=...)], drop deprecated make_package
2020-11-24 Wolfgang Bumilleradd 'raw_return' function attribute
2020-11-24 Wolfgang Bumillerfix export() attribute arg parsing
2020-10-16 Wolfgang Bumilleradd some function name mangling to xs exports
2020-04-20 Wolfgang Bumillerswitch from failure to anyhow
2020-01-10 Wolfgang Bumillermacro: some refactoring