aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-13Tweak implementations of math opsbigintsBruce Hill
2024-08-13Add Int:sqrt()Bruce Hill
2024-08-13Support ^ exponentiation for integersBruce Hill
2024-08-13Integers can have heap memoryBruce Hill
2024-08-13Support more binopsBruce Hill
2024-08-13Improvements to replBruce Hill
2024-08-13Make biggest int semantically meaningfulBruce Hill
2024-08-13Fix some edge casesBruce Hill
2024-08-13Create inlined fast versions of integer opsBruce Hill
2024-08-13Tweak to codegen for range iterationBruce Hill
2024-08-13Remove reference to Num$hashBruce Hill
2024-08-13Update docsBruce Hill
2024-08-13Cleanup code gen for Num coercionsBruce Hill
2024-08-13Speed up tests slightlyBruce Hill
2024-08-13Fix channelsBruce Hill
2024-08-13Fix issue with integer comparisonsBruce Hill
2024-08-13Fix int hashesBruce Hill
2024-08-13Fix rangesBruce Hill
2024-08-13FixesBruce Hill
2024-08-13Fixing up more stuffBruce Hill
2024-08-13Fix min/maxBruce Hill
2024-08-13Fix Int->Num promotionsBruce Hill
2024-08-13Remove testBruce Hill
2024-08-13Proper promotion of intsBruce Hill
2024-08-13Get rid of slow_* int functionsBruce Hill
2024-08-13Fixing up more stuffBruce Hill
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