aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-18Fix array ++= itemBruce Hill
2024-08-17Handle demotion of integers when we know what the expected type ought toBruce Hill
2024-08-17Disallow accessing type members that start with underscores unlessBruce Hill
2024-08-17Make small integer constants actually constantBruce Hill
2024-08-17Correct the logic to prevent promoting nums to ints automaticallyBruce Hill
2024-08-17Bugfix for Int64$hash() being referencedBruce Hill
2024-08-17Add table:get_or_null(key) for tables with non-null pointer values,Bruce Hill
2024-08-17Support semicolon in `{:K:V; ...}`Bruce Hill
2024-08-17Remove 'const' where it caused problemsBruce Hill
2024-08-17Allow for top-level or namespace-level variables that are initializedBruce Hill
2024-08-16Change division and modulus to use euclidean division, plus fix up a fewBruce Hill
2024-08-16Add Bool:random(p=0.5)Bruce Hill
2024-08-16More fixes for intsBruce Hill
2024-08-16BugfixBruce Hill
2024-08-16Check for compile-time constant integers that require heap allocations.Bruce Hill
2024-08-16For cached functions with no arguments, use a static var instead of aBruce Hill
2024-08-16Update docs a bitBruce Hill
2024-08-15More helpful error message for table indexingBruce Hill
2024-08-15Add binary search testBruce Hill
2024-08-15Bugfix for closuresBruce Hill
2024-08-15Add array:find()Bruce Hill
2024-08-15Add method for array:remove_item(item) and renameBruce Hill
2024-08-15Add array:shuffled() and checks for array insertionBruce Hill
2024-08-15Bugfix for array:insert()Bruce Hill
2024-08-15Add binary search method to arraysBruce Hill
2024-08-14Fix up type conversions with ints and numsBruce Hill
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