summaryrefslogtreecommitdiff
path: root/tests/value.rs
AgeCommit message (Expand)Author
2023-08-06Cosmetic changes for the Value conversions + add testsAlex Orlenko
2023-07-10Add `Error::runtime()` helperAlex Orlenko
2023-06-20Add a dedicated type for Luau vector.Alex Orlenko
2023-05-28Include (known) userdata type to Value debug pretty-printAlex Orlenko
2023-05-27Add `Value::to_string()` method similar to `luaL_tolstring`.Alex Orlenko
2023-05-06Add `Value::NULL` constantAlex Orlenko
2022-12-15Fix subtraction overflow when calculating index for `MultiValue::get()`.Alex Orlenko
2022-05-18Add `Value::to_pointer()` function.Alex Orlenko
2021-04-16Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT ...Alex Orlenko
2020-06-06Add LuaJIT 2.0.5 stable supportAlex Orlenko
2020-01-07Implement PartialEq trait for Value (and subtypes)Alex Orlenko