0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
maint: update README.md. More... almost 10 years ago
refactor: export std.strict.strict again. More... almost 10 years ago
maint: commit forgotten lib/std/lua.in changes. More... almost 10 years ago
refactor: factor away strict.setenvtable. More... almost 10 years ago
refactor: tighten up imported symbol visibility in all modules. More... almost 10 years ago
maint: remove unused setfenv local. More... almost 10 years ago
refactor: move setenvtable from std.base to std.strict. More... almost 10 years ago
refactor: move deprecated functions do std.delete-after modules. More... almost 10 years ago
maturity: split code maturity functions out of std.debug. More... almost 10 years ago
refactor: hoist module _ENV setting into std.base function. More... almost 10 years ago
refactor: fix symbol leak and error mismatch on 5.1. More... almost 10 years ago
refactor: simplify and speed up module symbol caching. More... almost 10 years ago
tuple: clean up the implementation. More... almost 10 years ago
base: don't pass a string to `load` in Lua 5.1. More... almost 10 years ago
functional: don't pass a string to `load` in Lua 5.1. More... almost 10 years ago
maint: gitignore entire generated doc tree. More... almost 10 years ago
refactor: isolate each module except for strict imports. More... almost 10 years ago
strict: reference _G.loadstring without tripping strict on Lua 5.3. More... almost 10 years ago
strict: enable strict mode in all stdlib modules. More... almost 10 years ago
strict: don't mangle _G by default. More... almost 10 years ago
string: objects all provide __pickle metamethod. More... almost 10 years ago
set: change the `_type` field like other table init objects. More... almost 10 years ago
specs: remove use of deprecated std.object.type call. More... almost 10 years ago
refactor: move string.pickle to std.base. More... almost 10 years ago
string: argcheck pickle. More... almost 10 years ago
string: render separators around false valued keys correctly. More... almost 10 years ago
table: deprecate table.okeys for lack of utility. More... almost 10 years ago
container: reimplement __tostring over render. More... almost 10 years ago
refactor: factor out and share common code for render callers. More... almost 10 years ago
functional: consider trailing nils passed to memoized functions. More... almost 10 years ago