summaryrefslogtreecommitdiff
path: root/src/value.rs
AgeCommit message (Expand)Author
2022-03-20Refactor ffi moduleAlex Orlenko
2021-11-25More performance optimizationsAlex Orlenko
2021-11-14Update commentsAlex Orlenko
2021-11-12Performance optimization: cache and reuse `MultiValue` containersAlex Orlenko
2021-11-12Optimize MultiValue allocations (recycle old container)Alex Orlenko
2021-10-12Update documentation referencesAlex Orlenko
2021-09-28Add inline attributes to few hot funcsAlex Orlenko
2021-05-02Stack assertions reviewAlex Orlenko
2021-04-27cargo fmt and other minor fixesAlex Orlenko
2021-04-27Don't trigger longjmp in rust.Alex Orlenko
2021-02-27Fix/whitelist some clippy warningsAlex Orlenko
2021-01-20Fix numeric types conversion for 32bit lua. Fix #27Alex Orlenko
2020-12-14Serde support (serialize feature flag)Alex Orlenko
2020-05-15Add clippy check and fix clippy warningsAlex Orlenko
2020-04-15Cherry-pick changes from rlua:Alex Orlenko
2020-01-07Implement PartialEq trait for Value (and subtypes)Alex Orlenko
2019-09-29Backport changes from rlua 0.16 (master branch)Alex Orlenko
2018-08-05format with up-to-date rustfmtkyren
2018-03-28New approach for ref types, use an auxillary thread stackkyren
2018-03-12Documentation updates for new handle behavior, and some minor cleanupkyren
2018-03-12Documentation improvements, split scope into its own module, improved testskyren
2018-03-11A lot of performance changes.kyren
2017-12-04more reorganization in an attempt to shrink the size of lua.rskyren