summaryrefslogtreecommitdiff
path: root/tests/string.rs
AgeCommit message (Expand)Author
2023-01-04Better Debug for StringAlex Orlenko
2022-04-08Implement Hash for Lua StringAlex Orlenko
2021-06-18Update test namesAlex Orlenko
2021-06-04Add `String::to_string_lossy`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-25Support vendored versions of Lua and LuaJITAlex Orlenko
2019-11-04Add LuaJIT supportAlex Orlenko
2019-10-17Lua 5.1 supportAlex Orlenko
2019-10-01Rename to mluaAlex Orlenko
2019-09-29Update tests (excl. compile-fail)Alex Orlenko
2019-09-29cargo fmtAlex Orlenko
2018-10-01Allow non-utf8 Lua source in load / exec / evalkyren
2018-09-30Allow arbitrary [u8] Lua stringskyren
2018-09-16Move integration tests into top-level tests directorykyren