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
/
string.rs
Age
Commit message (
Expand
)
Author
2020-12-14
Serde support (serialize feature flag)
Alex Orlenko
2019-11-04
Fix examples and docs
Alex Orlenko
2019-10-01
Rename to mlua
Alex Orlenko
2019-09-29
Backport changes from rlua 0.16 (master branch)
Alex Orlenko
2018-08-05
format with up-to-date rustfmt
kyren
2018-03-19
Small renames and comments to better communicate the intention of stack check...
kyren
2018-03-12
Move several asserts to only be active with debug, bump alpha version number
kyren
2018-03-12
Remove `stack_guard` function and instead just use StackGuard directly
kyren
2018-03-11
A lot of performance changes.
kyren
2018-03-08
Simplify stack_guard / stack_err_guard
kyren
2018-03-08
Change strategies for handling the Lua stack during panics
kyren
2018-02-12
Some changes for panic correctness, stack usage correctness, and speed
kyren
2018-02-09
Move all tests into a tests/ subfolder
kyren
2017-12-16
auto formatting
kyren
2017-12-04
I *THINK* this might actually be it, is rlua 'm' safe now?
kyren
2017-12-03
I believe this is all the external API changes necessary for 'm' safety
kyren
2017-09-30
more reorganization, move simple type defines to types.rs module
kyren
2017-09-30
move table tests to table.rs
kyren
2017-09-15
Add `String::as_bytes_with_nul`
Jonas Schievink
2017-09-15
Impl `AsRef<[u8]>` and generic `PartialEq` for `String`
Jonas Schievink
2017-09-15
Move string and table wrappers into own files
Jonas Schievink