summaryrefslogtreecommitdiff
path: root/src/string.rs
AgeCommit message (Expand)Author
2021-06-04Add `String::to_string_lossy`Alex Orlenko
2020-12-14Serde support (serialize feature flag)Alex Orlenko
2019-11-04Fix examples and docsAlex Orlenko
2019-10-01Rename to mluaAlex Orlenko
2019-09-29Backport changes from rlua 0.16 (master branch)Alex Orlenko
2018-08-05format with up-to-date rustfmtkyren
2018-03-19Small renames and comments to better communicate the intention of stack check...kyren
2018-03-12Move several asserts to only be active with debug, bump alpha version numberkyren
2018-03-12Remove `stack_guard` function and instead just use StackGuard directlykyren
2018-03-11A lot of performance changes.kyren
2018-03-08Simplify stack_guard / stack_err_guardkyren
2018-03-08Change strategies for handling the Lua stack during panicskyren
2018-02-12Some changes for panic correctness, stack usage correctness, and speedkyren
2018-02-09Move all tests into a tests/ subfolderkyren
2017-12-16auto formattingkyren
2017-12-04I *THINK* this might actually be it, is rlua 'm' safe now?kyren
2017-12-03I believe this is all the external API changes necessary for 'm' safetykyren
2017-09-30more reorganization, move simple type defines to types.rs modulekyren
2017-09-30move table tests to table.rskyren
2017-09-15Add `String::as_bytes_with_nul`Jonas Schievink
2017-09-15Impl `AsRef<[u8]>` and generic `PartialEq` for `String`Jonas Schievink
2017-09-15Move string and table wrappers into own filesJonas Schievink