Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-05 | Add chunk! macro support | Alex Orlenko | |
2021-05-04 | v0.6.0-beta.1 | Alex Orlenko | |
2021-05-04 | Update dependencies | Alex Orlenko | |
2021-04-27 | Replace lazy_static with once_cell | Alex Orlenko | |
2021-04-27 | More tests | Alex Orlenko | |
2021-04-20 | v0.5.4 | Alex Orlenko | |
2021-03-04 | v0.5.3 | Alex Orlenko | |
2021-02-27 | v0.5.2 | Alex Orlenko | |
2021-02-27 | Update README and keywords | Alex Orlenko | |
2021-02-21 | Update benchmarks: | Alex Orlenko | |
- Refactor - Add async benchmarks | |||
2021-01-20 | v0.5.1 | Alex Orlenko | |
2021-01-20 | Update tokio to 1.0 for async examples | Alex Orlenko | |
2021-01-16 | Update CI | Alex Orlenko | |
2020-12-31 | v0.5.0 | Alex Orlenko | |
2020-12-31 | Update documentation | Alex Orlenko | |
2020-12-29 | Re-export mlua_derive | Alex Orlenko | |
2020-12-29 | Add serialization example & update others | Alex Orlenko | |
2020-12-28 | Add `reqwest` http client example to fetch json | Alex Orlenko | |
2020-12-14 | Wider lua-src and luajit-src versions | Alex Orlenko | |
2020-12-14 | Serde support (serialize feature flag) | Alex Orlenko | |
2020-11-04 | Update num-traits dependency | Alex Orlenko | |
Fix f32-to-f64 conversion tests | |||
2020-08-17 | v0.4.2 | Alex Orlenko | |
2020-07-27 | Update `lua-src` dependency to 5.4.0 | Alex Orlenko | |
2020-06-08 | 0.4.1 release | Alex Orlenko | |
Fix docs.rs build features Update Cargo.toml description | |||
2020-06-08 | 0.4.0 release | Alex Orlenko | |
2020-06-08 | Update dependencies | Alex Orlenko | |
2020-06-07 | New `module` feature | Alex Orlenko | |
Don't link module with Lua core (see: http://lua-users.org/wiki/BuildingModules) Example and tests for modules | |||
2020-06-06 | Remove default feature `lua53` | Alex Orlenko | |
2020-06-06 | Update docs | Alex Orlenko | |
2020-06-06 | Bump version to 0.4.0-beta.1 | Alex Orlenko | |
2020-05-15 | Add async http server example | Alex Orlenko | |
2020-05-11 | Lua 5.4 FFI | Alex Orlenko | |
2020-05-11 | Scope support (including async) | Alex Orlenko | |
2020-05-11 | Hide Lua "Send" capability under the optional "send" feature flag | Alex Orlenko | |
2020-04-29 | 0.3.2 release | Alex Orlenko | |
2020-04-28 | Fix bugs with metatable cache: | Alex Orlenko | |
- Don't use thread_local as Lua can be created in one thread and executed in another (in module mode); - Make per state storage without luaL_ref; | |||
2020-04-20 | 0.3.1 release | Alex Orlenko | |
2020-04-18 | Add family of `call_async` function | Alex Orlenko | |
Update documentation Move async tests to a separate file | |||
2020-04-17 | 0.3.0 release | Alex Orlenko | |
2020-04-17 | Update Cargo.toml | Alex Orlenko | |
2020-04-17 | v0.3.0-alpha.1 with async support | Alex Orlenko | |
Squashed commit of the async branch. | |||
2020-02-09 | 0.2.2 release | Alex Orlenko | |
2020-01-27 | Combine lua-vendored and luajit-vendored features into "vendored" | Alex Orlenko | |
2020-01-25 | Move from circele-ci to github actions | Alex Orlenko | |
2020-01-25 | Support vendored versions of Lua and LuaJIT | Alex Orlenko | |
2020-01-06 | Fix CI badge link | Alex Orlenko | |
2019-12-26 | 0.2.1 release | Alex Orlenko | |
2019-11-30 | 0.2.0 release | Alex Orlenko | |
2019-11-30 | Add Lua 5.2 support | Alex Orlenko | |
2019-11-04 | Update README and description | Alex Orlenko | |