-
a761f4094b
Make State Send and Sync
main
SeanOMik
2024-04-27 00:51:49 -0400
-
54c9926a04
fix seg fault caused by garbage collection of `ClosureData`s
SeanOMik
2024-02-29 19:30:56 -0500
-
feb93f2b4e
teal: add documentation for types, fields, and functions
SeanOMik
2024-02-28 20:00:13 -0500
-
4c1a1588c5
Add optional support for teal
SeanOMik
2024-02-28 18:39:15 -0500
-
936ea60634
Implement As/FromLua for Option<T>
SeanOMik
2024-02-25 20:49:05 -0500
-
beea6c33fc
Implement methods for iterating through a Table
SeanOMik
2024-02-25 17:05:16 -0500
-
70e2985cc4
helper Error::bad_arg method
SeanOMik
2024-02-23 16:24:53 -0500
-
22b6d218bd
Implement FromLuaVec for bool, add AnyUserdata::is for checking userdata type
SeanOMik
2024-02-19 23:12:02 -0500
-
d32c138e99
Implement lua types for usize, make userdata field setter and getters return results
SeanOMik
2024-02-19 17:57:19 -0500
-
9b542fb523
Fix some warnings
SeanOMik
2024-02-18 23:23:59 -0500
-
2fe5dca6c4
Fix `Userdata::execute_function/method()`
SeanOMik
2024-02-17 19:07:22 -0500
-
8b88612890
Remove debugging print stacks from function
SeanOMik
2024-02-17 14:30:10 -0500
-
35bd889b48
Fix lots of bugs, add thread placeholder type, fix ValueVec when used in tuples, much more
SeanOMik
2024-02-17 14:24:58 -0500
-
5694d395ab
Fix test Vec2 compile error
SeanOMik
2024-02-12 20:35:17 -0500
-
8aec55c2d6
Fix userdata methods, and Table::has_key, add Variadic<T>
SeanOMik
2024-02-12 20:30:14 -0500
-
c0f74c169c
Fix ci
SeanOMik
2024-02-11 10:09:23 -0500
-
b0902967d1
Code cleanup
SeanOMik
2024-02-11 09:59:28 -0500
-
6e787af0f0
Update readme
SeanOMik
2024-02-11 09:46:19 -0500
-
c7a86c04ab
Change name of library, add readme, add woodpecker ci
SeanOMik
2024-02-11 09:43:30 -0500
-
d4130c1995
Add some utility methods to Value
SeanOMik
2024-02-10 22:55:05 -0500
-
845ddd4f80
Create a helper Proxy struct for retriving proxied types as function arguments
SeanOMik
2024-02-10 22:32:50 -0500
-
7dc4380d5c
Create TableProxy trait and some table tests
SeanOMik
2024-02-10 21:00:58 -0500
-
bed5091ecd
Implement all methods for controlling the Lua GC, and some code cleanup
SeanOMik
2024-02-10 17:04:09 -0500
-
25f4116278
Create UserdataRefMut, create tests for UserdataRef and UserdataRefMut
SeanOMik
2024-02-10 14:48:03 -0500
-
80b9a4ef35
Code cleanup, separate things to other source files
SeanOMik
2024-02-10 12:10:44 -0500
-
ab99ff3c31
fix some significant undefined behavior caused by double dropping userdata
SeanOMik
2024-02-10 00:17:26 -0500
-
03e81f5553
make it possible to provide references of rust types to lua
SeanOMik
2024-02-06 09:23:32 -0500
-
6c9798eb5b
A bit of code cleanup
SeanOMik
2024-01-29 19:44:11 -0500
-
eebb93a9a6
Store userdata pointers as RefCells to avoid multiple mutable borrows at once
SeanOMik
2024-01-29 11:03:49 -0500
-
a3dbe82613
unref LuaRefs when they are dropped
SeanOMik
2024-01-29 10:38:46 -0500
-
fcc33d4607
Write __gc metamethods for userdata, fix other memory leaks, add Table::{has_key, raw_has_key}
SeanOMik
2024-01-28 22:37:06 -0500
-
f3c0dc1930
Create a chunk struct, replace the traits created for Function with FromLua, ToLua, FromLuaVec, etc.
SeanOMik
2024-01-28 20:02:12 -0500
-
2848d1deee
Implement an error handler that collects the stacktrace
SeanOMik
2024-01-28 13:32:08 -0500
-
c6f2d303e2
Improve error message for meta methods on userdata
SeanOMik
2024-01-28 11:27:52 -0500
-
716b54797d
Improve error messages when collecting function arguments for execution
SeanOMik
2024-01-28 11:26:30 -0500
-
bb692951db
Let mutable userdata references in functions
SeanOMik
2024-01-27 16:01:50 -0500
-
044b08a10e
Add UserDataProxy
SeanOMik
2024-01-27 15:53:34 -0500
-
a8db62fe08
Add meta methods, methods, functions, and field setters to UserData
SeanOMik
2024-01-27 14:54:11 -0500
-
9ef4203619
make it so a Table can only be a normal table, or a metatable, not both at the same time
SeanOMik
2024-01-27 11:00:02 -0500
-
2b03b55014
Groundwork for userdata
SeanOMik
2024-01-26 15:43:26 -0500
-
71199bc905
Implement calling rust functions from lua, make the Table struct support metatables
SeanOMik
2024-01-25 23:47:30 -0500
-
19ee453172
Fix Table::raw_len
SeanOMik
2024-01-23 20:31:51 -0500
-
6a0393f346
Add Table::raw*
SeanOMik
2024-01-23 20:28:19 -0500
-
3d61349bf7
Initial commit, tables, functions
SeanOMik
2024-01-21 22:53:53 -0500