]> git.proxmox.com Git - perlmod.git/history - perlmod/src/scalar.rs
experimental direct substr support
[perlmod.git] / perlmod / src / scalar.rs
2022-02-24 Wolfgang Bumillerexperimental direct substr support
2021-12-17 Wolfgang Bumillerperlmod: deny unsafe_op_in_unsafe_fn
2021-12-15 Wolfgang Bumillerclippy fixes
2021-12-14 Wolfgang Bumillerperlmod: introduce MagicValue
2021-12-14 Wolfgang Bumillerdoc fixup
2021-12-01 Wolfgang Bumillerdrop imports already in 2021 prelude
2021-10-28 Wolfgang Bumillerperlmod: magically call Drop handlers
2021-10-27 Wolfgang Bumillerimplement some crude magic helpers
2021-10-27 Wolfgang Bumilleradd a comment noting an API cleanup todo
2021-10-14 Wolfgang Bumillerprevent creating ScalarRef values manually
2021-10-14 Wolfgang Bumilleradd RawValue and raw value serialization
2021-10-14 Wolfgang Bumillermake values Clone
2021-07-19 Wolfgang Bumilleradd is_defined helper glue
2021-07-02 Wolfgang Bumillerperlmod: clippy fixes
2021-07-02 Wolfgang Bumillerset utf8 flag as needed when serializing strings
2021-06-10 Wolfgang Bumillerimprove PVLV handling
2021-06-08 Wolfgang Bumillerexperimental PVLV support
2021-02-23 Wolfgang Bumillerallow PVMG in deserialization
2021-02-15 Wolfgang Bumillerfix 'undef' deserialization
2020-11-26 Wolfgang Bumillerdestructor macro and helpers for blessed objects
2020-11-26 Wolfgang Bumillermake SvPVbyte safe
2020-11-25 Wolfgang Bumilleryet another set of doc fixups
2020-11-25 Wolfgang Bumillerfix #[export(name=...)], drop deprecated make_package
2020-11-25 Wolfgang Bumilleradd pv_ref, drop unsafe from pv_raw
2020-11-25 Wolfgang Bumillerintroduce raw pointer types
2020-01-10 Wolfgang Bumillerperlmod: documentation
2020-01-10 Wolfgang Bumillerdrop Send impl for Scalar
2020-01-09 Wolfgang Bumillerimport