aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-13FixesBruce Hill
2024-08-13Fixing up integersBruce Hill
2024-08-13More fixesBruce Hill
2024-08-13Remove debug printsBruce Hill
2024-08-13BugfixesBruce Hill
2024-08-13Partially working first draft of bigintsBruce Hill
2024-08-12Fix for set.itemsBruce Hill
2024-08-12Bugfix some issues with table keys/valuesBruce Hill
2024-08-12Fix some COW bugs for arrays/tables/setsBruce Hill
2024-08-12Fix old syntaxBruce Hill
2024-08-12Fix deadlock issueBruce Hill
2024-08-12Put back fallbackBruce Hill
2024-08-12Bugfix for parsing commentsBruce Hill
2024-08-11Support channels with maximum sizeBruce Hill
2024-08-11Add channels and threadsBruce Hill
2024-08-10Update docsBruce Hill
2024-08-10Overhaul of operator metamethodsBruce Hill
2024-08-10Bugfix some issues with mod1Bruce Hill
2024-08-10Update some docsBruce Hill
2024-08-10Move docs to docsBruce Hill
2024-08-10Bugfix for Text:split()Bruce Hill
2024-08-10Add array:counts()Bruce Hill
2024-08-10Add Array:unique() to get a set of unique itemsBruce Hill
2024-08-10Update learnxiny to use new table syntaxBruce Hill
2024-08-10For tables, deprecate support for square bracket indexing and .defaultBruce Hill
2024-08-10Make Num32/Num64 literals explicitly typed to aid in macros usingBruce Hill
2024-08-10Add Sets to the languageBruce Hill
2024-08-10Add test for iteratorsBruce Hill
2024-08-10Add test for rangesBruce Hill
2024-08-10Move docsBruce Hill
2024-08-10Bugfix for table literals with duplicated keysBruce Hill
2024-08-08Change table removal function to use values instead of referencesBruce Hill
2024-08-05Add a Range datatype with creation methods like `5:to(10)` andBruce Hill
2024-08-04Guard against tables exceeding maximum supported sizeBruce Hill
2024-08-04Switch to TABLE_INCREFBruce Hill
2024-08-04More refcount fixesBruce Hill
2024-08-04Fix up some edge cases with refcountingBruce Hill
2024-08-04Minor fix for array refcountingBruce Hill
2024-08-04Add commentBruce Hill
2024-08-04Tweak bitsBruce Hill
2024-08-04Tweak reallocation heuristics for arraysBruce Hill
2024-08-04Bugfix for testsBruce Hill
2024-08-04Tweaks to array implementation, including changing how the bits areBruce Hill
2024-08-04Switch around some of the logic for array:random() and array:shuffle()Bruce Hill
2024-08-03Revert "Fix array:random() to return a random item using correct RNG logic,"Bruce Hill
2024-08-03Make default table removal behavior deterministic, but have cachesBruce Hill
2024-08-03Fix array:random() to return a random item using correct RNG logic,Bruce Hill
2024-08-03Change structs/enums so they allow for field/tag names that are CBruce Hill
2024-08-03Fix integer random functions so they correctly handle all representableBruce Hill
2024-08-03Add proper error check for heap poppingBruce Hill