| Age | Commit message (Expand) | Author |
|---|---|---|
| 2025-03-17 | Fully rename array to list | Bruce Hill |
| 2025-03-17 | Switch types to use wordier syntax `[T]` -> `List(T)` etc | Bruce Hill |
| 2025-01-12 | Change table syntax to `{key=value}` and `{:K,V}`/`{K,V}` | Bruce Hill |
| 2024-12-26 | Change table hashing and comparison logic to be *unordered*, but still | Bruce Hill |
| 2024-12-22 | Fix for resizing | Bruce Hill |
| 2024-12-22 | Tweak bucket resize cap | Bruce Hill |
| 2024-12-22 | Tweak table resizing policy | Bruce Hill |
| 2024-12-07 | Use likely()/unlikely() macros and a few bugfixes for integers | Bruce Hill |
| 2024-11-29 | Add serialization and deserialization | Bruce Hill |
| 2024-11-29 | Change how types handle metamethods | Bruce Hill |
| 2024-10-29 | Fix up some GCC compiler flag options for LTO and inlining | Bruce Hill |
| 2024-09-30 | Rename TypeInfo -> TypeInfo_t and fix up some typeinfo code | Bruce Hill |
| 2024-09-13 | Rename builtins/ -> stdlib/ | Bruce Hill |
