index
:
mlua
master
topic/freebsd
topic/freebsd-0.10
High level Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau bindings to Rust with async/await support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
conversion.rs
Age
Commit message (
Expand
)
Author
2022-12-22
Add `Function::wrap`/`Function::wrap_mut`/`Function::wrap_async` to wrap func...
Alex Orlenko
2022-12-20
Remove FromLua impl for UserData+Clone
Alex Orlenko
2022-12-19
Rename ToLua/ToLuaMulti -> IntoLua/IntoLuaMulti
Alex Orlenko
2022-12-19
Add "unstable" feature flag.
Alex Orlenko
2022-12-18
Initial implementation of owned Lua types
Alex Orlenko
2022-05-30
Update integer/number coercion logic
Alex Orlenko
2022-05-29
More inline attributes
Alex Orlenko
2022-03-22
Add Luau vector datatype support
Alex Orlenko
2021-11-25
More performance optimizations
Alex Orlenko
2021-11-04
Refactor a bit conversion int->number
Alex Orlenko
2021-11-04
Replace macro-based implementation `ToLua` for arrays to const generics
Alex Orlenko
2021-10-04
Add serializing i128/u128 types.
Alex Orlenko
2021-09-28
Add inline attributes to few hot funcs
Alex Orlenko
2021-06-25
Fix converting Lua sequence table to HashSet/BTreeSet
Alex Orlenko
2021-05-04
Fix clippy warnings
Alex Orlenko
2021-05-03
Implement ToLua/FromLua for Box<str> and Box<[T]>
Alex Orlenko
2021-02-26
Add ToLua implementation for Cow<str> and Cow<CStr>
Alex Orlenko
2021-01-20
Fix numeric types conversion for 32bit lua. Fix #27
Alex Orlenko
2020-09-27
impl `ToLua` and `FromLua` for `HashSet` and `BTreeSet`
Kai Schmidt
2020-05-15
Remove redundant lifetimes
Alex Orlenko
2020-05-15
Add clippy check and fix clippy warnings
Alex Orlenko
2020-05-11
Scope support (including async)
Alex Orlenko
2020-05-11
Hide Lua "Send" capability under the optional "send" feature flag
Alex Orlenko
2020-05-11
Add Send capability to Lua
Alex Orlenko
2020-04-29
Add ToLua implementation for slices and arrays
Alex Orlenko
2020-04-17
v0.3.0-alpha.1 with async support
Alex Orlenko
2019-09-29
Backport changes from rlua 0.16 (master branch)
Alex Orlenko
2018-09-26
Improve the situation with numerical conversion
kyren
2018-09-24
Return rlua::Error on out of range numeric conversions using num_traits::cast
kyren
2018-09-04
Initial design for non-'static scoped userdata
kyren
2018-08-05
format with up-to-date rustfmt
kyren
2018-03-19
Clean up some lifetime specification
kyren
2018-03-11
A lot of performance changes.
kyren
2018-03-08
Simplify stack_guard / stack_err_guard
kyren
2018-02-06
Lots of changes, not sure if actually safe yet.
kyren
2018-01-26
ACTUALLY expose `RegistryKey` API
kyren
2017-12-04
more reorganization in an attempt to shrink the size of lua.rs
kyren
2017-12-04
Move function and thread into their own modules, auto-formatting
kyren
2017-12-03
I believe this is all the external API changes necessary for 'm' safety
kyren
2017-10-24
Fix some clippy lints, possible edge case API incompatibility around HashMap
kyren
2017-10-23
auto-formatting
kyren
2017-09-30
more reorganization, move simple type defines to types.rs module
kyren
2017-09-30
crudely move LightUserData/UserData/AnyUserData to their own module
kyren
2017-09-15
Move string and table wrappers into own files
Jonas Schievink
2017-08-02
Remove expected field from FromLuaConversionError
Jonas Schievink
2017-08-01
Enhance error messages
Jonas Schievink
2017-07-29
Relax requirements for UserData to impl FromLua
Jonas Schievink
2017-07-24
Do several more Lua prefix renames, add prelude module
kyren
2017-07-23
Rename `LuaString` to `String`
Jonas Schievink
2017-07-23
Remove the `Lua*` prefix from most types
Jonas Schievink
[next]