0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 32 minutes ago. based on code collected about 5 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
some readme changes for recent updates More... 10 months ago
Reduce the built-in fuel cost of stack manipulation More... 10 months ago
implement select('#') and table.pack (for better vararg handling) More... 10 months ago
There should never be a need for downcast_write_static More... 10 months ago
SetList operation, properly handle `...` in table constructors More... 10 months ago
reorg, separate OpCode internal representation from enum, simplify More... 10 months ago
flake update More... 10 months ago
add setter for remaining fuel More... 10 months ago
fuel system to limit lua execution and callbacks More... 10 months ago
accurate memory tracking More... 10 months ago
don't use VecDeque in stack (required for allocator_api2 usage) More... 10 months ago
use vec instead of btreemap for open upvalues More... 10 months ago
reverse function compose order in test More... 10 months ago
improve interpreter example, reverse function composition order to resemble piping More... 10 months ago
get rid of spurious qualified path More... 10 months ago
easier function binding and composing More... 10 months ago
Lots of improvements around conversion More... 10 months ago
begin separating I/O parts of stdlib from the rest of it More... 10 months ago
__newindex metamethod support More... 10 months ago
add .envrc to repo for automatic flake direnv More... 10 months ago
allow easier direct table get/set More... 11 months ago
relax lifetime on returned String bytes More... 11 months ago
Table::next API does not need auto key conversion More... 11 months ago
doc fixes on Table More... 11 months ago
bump rust version in circleci to 1.70 More... 11 months ago
allow threads to be forcibly reset More... 11 months ago
add project description to Cargo.toml More... 11 months ago
0.1.1 release on crates.io, 0.1.0 was the placeholder version More... 11 months ago
prepare for initial 0.1.0 crates.io release More... 11 months ago
Get rid of AnyCell, AnyUserData now does not assume interior RefCell More... 11 months ago