summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-07-17Fix clippy warningsAlex Orlenko
2022-07-17Optimize `WrappedFailure` userdata detection.Alex Orlenko
2022-07-17Add lua_xpush to 5.1-5.4Alex Orlenko
2022-07-01Add `MultiValue::get` & add clear error in `Index`Eric Long
2022-06-29v0.8.1Alex Orlenko
2022-06-29Set source name to full file path in Luau requireAlex Orlenko
2022-06-29Update Lua::create_userdata doc about sharing metatable.Alex Orlenko
2022-06-29Merge pull request #180 from khvzak/userdata_proxyAlex Orlenko
2022-06-28Add Lua::create_proxy for easy access to UserData static fields and functionsAlex Orlenko
2022-06-28Merge pull request #179 from hack3ric/masterAlex Orlenko
2022-06-28Make clippy happyAlex Orlenko
2022-06-29Implement utilities for MultiValueEric Long
2022-06-27Add `Table::to_pointer()` and `String::to_pointer()` functionsAlex Orlenko
2022-06-27Derive Default for Lua::MemoryInfoAlex Orlenko
2022-06-27Don't use custom allocator for non-vendored LuaJIT (fixes #176)Alex Orlenko
2022-06-07Forgotten part of userdata performance optimization for Lua 5.1Alex Orlenko
2022-06-06Add `ffi::luau::lua_tolightuserdata` introduced in Luau 0.528Alex Orlenko
2022-06-06More performance optimization (userdata part)Alex Orlenko
2022-06-02Prepare for v0.8.0 releaseAlex Orlenko
2022-05-31Always use Rust allocator for Lua 5.1/uAlex Orlenko
2022-05-30Fix luaL_requiref glb handling for Lua<=5.1Alex Orlenko
2022-05-30Update integer/number coercion logicAlex Orlenko
2022-05-30Experimental optimization to skip oom checkAlex Orlenko
2022-05-29More inline attributesAlex Orlenko
2022-05-28Make Variadic::new and MultiValue::new constAlex Orlenko
2022-05-27Update type of lua_Integer for lua51/52Alex Orlenko
2022-05-26Add [track_caller] attribute when working with app data containerAlex Orlenko
2022-05-25v0.8.0-beta.5Alex Orlenko
2022-05-24Correctly deserialize newtype struct (#168)Alex Orlenko
2022-05-24Add `Function::coverage` for Luau to obtain coverage reportAlex Orlenko
2022-05-18Add `Value::to_pointer()` function.Alex Orlenko
2022-05-18Fix typoAlex Orlenko
2022-05-16Cache bytecode for internal Lua chunksAlex Orlenko
2022-05-15Refactor `Function::bind` implementation.Alex Orlenko
2022-05-12Fix Send implAlex Orlenko
2022-05-09Add Iter metamethod for Luau (available from 0.526)Alex Orlenko
2022-05-07Update to Luau 0.526Alex Orlenko
2022-04-27Assert stack for Luau in `callback_error_ext` when operating on a cached wrap...Alex Orlenko
2022-04-25v0.8.0-beta.4Alex Orlenko
2022-04-18Add `Function::info()` to get information about functions.Alex Orlenko
2022-04-17More parking_lot ci testsAlex Orlenko
2022-04-17Merge pull request #147 from sondr3/parking_lotAlex Orlenko
2022-04-17Faster lua_rotate for Lua < 5.3Alex Orlenko
2022-04-16Add parking_lot dependency and featureSondre Aasemoen
2022-04-14Fix clippy warningsAlex Orlenko
2022-04-14Refactor `AsChunk` trait.Alex Orlenko
2022-04-14Remove Luau compiler options from Chunk in favour of setting Compiler instance.Alex Orlenko
2022-04-13Update collectgarbage for Luau: support more optionsAlex Orlenko
2022-04-13Define CallbackUpvalue/AsyncCallbackUpvalue as type alises to UpvalueAlex Orlenko
2022-04-13Revert "Remove Lua::into_static/from_static"Alex Orlenko