Age | Commit message (Expand) | Author |
2024-06-24 | Refactor: WIP | Alex Orlenko |
2024-03-22 | Update hyper examples | Alex Orlenko |
2024-03-21 | update hyper to v1, and add shell command example (#384) | 19年梦醒 |
2024-03-21 | Update `reqwest` to 0.12 | Alex Orlenko |
2024-01-23 | Fix typos in examples/guided_tour | Alex Orlenko |
2024-01-06 | Run tests for wasm32-unknown-emscripten | Alex Orlenko |
2023-12-14 | Add lua emscripten support (#338) | ByteDream |
2023-07-11 | Use pretty format in the repl example | Alex Orlenko |
2023-07-10 | Update rustyline dependency to 12.0 | Alex Orlenko |
2023-06-15 | Update `UserDataMethods::add_async_method()` functions to take `&T` as second... | Alex Orlenko |
2023-03-30 | Update rustyline dependency | Alex Orlenko |
2023-03-12 | Update edition everywhere | Alex Orlenko |
2023-01-06 | Rename `to_lua_err` -> `into_lua_err` | Alex Orlenko |
2022-12-30 | Don't use unstable features in examples | Alex Orlenko |
2022-12-20 | Remove FromLua impl for UserData+Clone | Alex Orlenko |
2022-12-19 | Refactor `AsChunk` trait | Alex Orlenko |
2022-12-18 | Initial implementation of owned Lua types | Alex Orlenko |
2022-07-25 | Update rustyline dev dependency | Alex Orlenko |
2022-05-07 | Don't require Lua sources for modules in build system | Alex Orlenko |
2021-10-12 | Update examples: async_http_client/async_http_server/async_tcp_server | Alex Orlenko |
2021-10-11 | Add `target.aarch64-apple-darwin` conf to module examples | Alex Orlenko |
2021-06-21 | Add userdata example | Alex Orlenko |
2021-06-19 | Update examples to include `chunk!` macro | Alex Orlenko |
2021-06-13 | Improve module mode: | Alex Orlenko |
2021-06-03 | Update examples | Alex Orlenko |
2021-05-18 | Allow multiple entrypoints in a single module share the same Lua state. | Alex Orlenko |
2021-04-27 | Remove Result from lua.null() and lua.array_metatable(). They never fail. | Alex Orlenko |
2021-01-20 | Update tokio to 1.0 for async examples | 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-06-07 | Add test to check loading module from lua coroutine (thread) | Alex Orlenko |
2020-06-07 | New `module` feature | Alex Orlenko |
2020-05-15 | Add async http server example | Alex Orlenko |
2020-05-11 | Add Send capability to Lua | Alex Orlenko |
2020-05-11 | Bind Futures lifetimes to 'lua rather than 'static. | Alex Orlenko |
2020-04-19 | Update examples | Alex Orlenko |
2020-04-17 | Update README | Alex Orlenko |
2020-04-17 | v0.3.0-alpha.1 with async support | Alex Orlenko |
2019-11-04 | Fix examples and docs | Alex Orlenko |
2018-10-01 | Allow non-utf8 Lua source in load / exec / eval | kyren |
2018-10-01 | Whoops, misplaced assert | kyren |
2018-10-01 | Some more minor guided tour updates | kyren |
2018-10-01 | Update comments in guided tour for recent additions | kyren |
2018-09-24 | Upgrade rustyline to 2.0 to avoid confusion | kyren |
2018-09-16 | Move integration tests into top-level tests directory | kyren |
2018-09-04 | Initial design for non-'static scoped userdata | kyren |
2018-05-02 | Fix #78 | kyren |
2018-02-10 | Change changelog, readme, examples, Cargo.toml for 0.12 release | kyren |
2017-12-03 | I believe this is all the external API changes necessary for 'm' safety | kyren |