Alex Orlenko
|
9f82cbe0c5
|
Update documentation
|
2020-12-31 13:39:38 +00:00 |
|
Alex Orlenko
|
1a81f8d447
|
Update compile tests
|
2020-12-29 23:20:06 +00:00 |
|
Alex Orlenko
|
bedd430eb5
|
Re-export mlua_derive
|
2020-12-29 22:26:15 +00:00 |
|
Alex Orlenko
|
afc41ab23c
|
Add serialization example & update others
|
2020-12-29 21:39:34 +00:00 |
|
Alex Orlenko
|
c5d0ccc433
|
Add reqwest http client example to fetch json
|
2020-12-28 15:21:45 +00:00 |
|
Alex Orlenko
|
ce8955f5b9
|
Don't try to disable c modules without package loaded. Fix #24
|
2020-12-22 23:05:08 +00:00 |
|
Alex Orlenko
|
368c4428eb
|
Wider lua-src and luajit-src versions
|
2020-12-14 00:51:35 +00:00 |
|
Alex Orlenko
|
6e2b687cb7
|
Serde support (serialize feature flag)
|
2020-12-14 00:51:26 +00:00 |
|
Alex Orlenko
|
661f8e592a
|
Update num-traits dependency
Fix f32-to-f64 conversion tests
|
2020-11-04 21:22:24 +00:00 |
|
Alex Orlenko
|
c8a7aa947c
|
Update compile tests (temporary set TRYBUILD=overwrite)
|
2020-10-27 23:39:52 +00:00 |
|
Alex Orlenko
|
a52135b62d
|
Update compile tests error messages
|
2020-09-28 23:24:53 +01:00 |
|
Alex Orlenko
|
68378a3957
|
Merge pull request #15 from kaikalii/master
impl `ToLua` and `FromLua` for `HashSet` and `BTreeSet`
|
2020-09-28 23:14:17 +01:00 |
|
Kai Schmidt
|
c65058a40a
|
impl ToLua and FromLua for HashSet and BTreeSet
|
2020-09-27 17:54:47 -07:00 |
|
Alex Orlenko
|
93d63cef35
|
v0.4.2
v0.4.2
|
2020-08-17 12:17:08 +01:00 |
|
Alex Orlenko
|
b743245aba
|
Update CHANGELOG
|
2020-08-17 11:14:40 +01:00 |
|
Alex Orlenko
|
a172c021c9
|
Update set_memory_limit doc
|
2020-07-30 12:16:25 +01:00 |
|
Alex Orlenko
|
de2c5cd9a9
|
Fix compilation warnings on nightly rust
|
2020-07-28 21:10:55 +01:00 |
|
Alex Orlenko
|
d201beadc9
|
Add ChunkMode enum to mark chunks as text or binary
|
2020-07-28 21:04:21 +01:00 |
|
Alex Orlenko
|
dd58cdad52
|
Add Function::dump() to dump lua function to a binary chunk
|
2020-07-27 23:26:33 +01:00 |
|
Alex Orlenko
|
5c8a5e0a5a
|
Merge pull request #9 from HybridEidolon/bytecode-chunks
Make Lua::load load binary chunks when unsafe
|
2020-07-27 14:19:33 +01:00 |
|
Alex Orlenko
|
e07c53eafe
|
Update compile tests (2)
|
2020-07-27 13:51:21 +01:00 |
|
Alex Orlenko
|
ad619390e1
|
Run compile tests on macos (was ubuntu-18.04)
|
2020-07-27 11:34:48 +01:00 |
|
Alex Orlenko
|
350602ab6e
|
Update lua-src dependency to 5.4.0
|
2020-07-27 10:52:28 +01:00 |
|
Alex Orlenko
|
4b1bc88273
|
Update compile tests
|
2020-07-27 10:49:01 +01:00 |
|
Eidolon
|
883bf082b9
|
Make Lua::load load binary chunks when unsafe
|
2020-07-27 03:37:38 -05:00 |
|
Alex Orlenko
|
4265250cfd
|
0.4.1 release
Fix docs.rs build features
Update Cargo.toml description
v0.4.1
|
2020-06-08 14:08:07 +01:00 |
|
Alex Orlenko
|
1d9fed2207
|
0.4.0 release
v0.4.0
|
2020-06-08 02:28:26 +01:00 |
|
Alex Orlenko
|
a67cbafff1
|
Run LuaJIT 2.0.5 tests in 1 thread
Seems there is a race in a LuaJIT 2.0 that makes the tests unstable.
Works ok on LuaJIT 2.1 and all Lua.
|
2020-06-08 02:19:53 +01:00 |
|
Alex Orlenko
|
39bcb19ae7
|
Update dependencies
|
2020-06-08 00:22:53 +01:00 |
|
Alex Orlenko
|
efcaef3db7
|
Enable hooks support for LuaJIT
|
2020-06-07 20:38:19 +01:00 |
|
Alex Orlenko
|
0a13a9631d
|
Fix LuaJIT 2.1 libraries loading
|
2020-06-07 20:38:19 +01:00 |
|
Alex Orlenko
|
3d42bc4ca6
|
Refactor main_state handling
Don't allow to set hook if main_state is not available
Remove Lua 5.1 dirty hack
|
2020-06-07 20:38:19 +01:00 |
|
Alex Orlenko
|
2eb40deafd
|
Add test to check loading module from lua coroutine (thread)
|
2020-06-07 20:38:19 +01:00 |
|
Alex Orlenko
|
2595fe9885
|
Update CHANGELOG
|
2020-06-07 20:38:19 +01:00 |
|
Alex Orlenko
|
4865089a78
|
Update README
|
2020-06-07 20:38:19 +01:00 |
|
Alex Orlenko
|
a35b8dda68
|
Raise compile_error! instead of panic! in the build script
|
2020-06-07 20:38:19 +01:00 |
|
Alex Orlenko
|
95b9fe8dac
|
Fix clippy warnings
|
2020-06-07 20:38:19 +01:00 |
|
Alex Orlenko
|
5952a1f709
|
New module feature
Don't link module with Lua core (see: http://lua-users.org/wiki/BuildingModules)
Example and tests for modules
|
2020-06-07 20:38:11 +01:00 |
|
Alex Orlenko
|
73c7c94d75
|
Remove default feature lua53
|
2020-06-06 16:07:16 +01:00 |
|
Alex Orlenko
|
d5c22d989a
|
Dirty hack to get lua 5.1 main state
|
2020-06-06 16:07:16 +01:00 |
|
Alex Orlenko
|
a9a4cf13f1
|
Add has_metamethod to AnyUserData
|
2020-06-06 16:07:16 +01:00 |
|
Alex Orlenko
|
c3822219e0
|
Add hooks support (based on rlua v0.17 implementation)
This feature works on lua54, lua53, lua52 and lua51 only.
LuaJIT is unstable.
|
2020-06-06 16:07:16 +01:00 |
|
Alex Orlenko
|
f6da437d8b
|
Update docs
|
2020-06-06 16:07:16 +01:00 |
|
Alex Orlenko
|
2fd6757f39
|
Add LuaJIT 2.0.5 stable support
|
2020-06-06 16:07:16 +01:00 |
|
Alex Orlenko
|
56407fac0d
|
Update CHANGELOG
|
2020-06-06 16:07:13 +01:00 |
|
Alex Orlenko
|
d0fa03e9c8
|
Bump version to 0.4.0-beta.1
|
2020-06-06 16:05:35 +01:00 |
|
Alex Orlenko
|
cccec914ca
|
Remove deprecated Table::call
|
2020-05-15 01:48:57 +01:00 |
|
Alex Orlenko
|
687ecc9247
|
Update documentation
|
2020-05-15 01:48:57 +01:00 |
|
Alex Orlenko
|
79bfb112aa
|
Remove redundant lifetimes
|
2020-05-15 01:48:57 +01:00 |
|
Alex Orlenko
|
60c659ecff
|
Add async http server example
|
2020-05-15 01:48:57 +01:00 |
|