Age | Commit message (Expand) | Author |
---|---|---|
2023-11-16 | Support Luau buffer type and and library. | Alex Orlenko |
2023-10-24 | Add lua_newuserdata_t helper to mlua-sys/luau | Alex Orlenko |
2023-08-03 | Optimize async functionality: | Alex Orlenko |
2023-07-22 | Use c-unwind ABI (Rust 1.71+) | Alex Orlenko |
2023-07-11 | Some doc improvements | Alex Orlenko |
2023-07-10 | Various cosmetic changes | Alex Orlenko |
2023-07-09 | Fix Luau vector4 formatting when throwing it in exception | Alex Orlenko |
2023-07-09 | Use usize instead of c_int for table capacity (Lua::create_table_with_capacity) | Alex Orlenko |
2023-07-08 | Remove generic type parameter from init_userdata_metatable | Alex Orlenko |
2023-07-06 | clippy | Alex Orlenko |
2023-07-06 | Make Debug interface more user friendly | Alex Orlenko |
2023-06-07 | Add `UserDataFields::add_field()` method to add static fields to UserData. | Alex Orlenko |
2023-05-25 | Move util into mod and add `short_type_name` function | Alex Orlenko |