Age | Commit message (Expand) | Author |
---|---|---|
2023-01-04 | Better Debug for String | Alex Orlenko |
2022-04-08 | Implement Hash for Lua String | Alex Orlenko |
2021-06-18 | Update test names | Alex Orlenko |
2021-06-04 | Add `String::to_string_lossy` | Alex Orlenko |
2021-04-16 | Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT ... | Alex Orlenko |
2020-06-06 | Add LuaJIT 2.0.5 stable support | Alex Orlenko |
2020-01-25 | Support vendored versions of Lua and LuaJIT | Alex Orlenko |
2019-11-04 | Add LuaJIT support | Alex Orlenko |
2019-10-17 | Lua 5.1 support | Alex Orlenko |
2019-10-01 | Rename to mlua | Alex Orlenko |
2019-09-29 | Update tests (excl. compile-fail) | Alex Orlenko |
2019-09-29 | cargo fmt | Alex Orlenko |
2018-10-01 | Allow non-utf8 Lua source in load / exec / eval | kyren |
2018-09-30 | Allow arbitrary [u8] Lua strings | kyren |
2018-09-16 | Move integration tests into top-level tests directory | kyren |