summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-24proper error messages for ⎉ vs ˘v0.2.0dzaima
2023-04-24testing setup for ˘ & ⎉dzaima
2023-04-24merge dyadic ˘ & ⎉dzaima
2023-04-24•internal.HasFilldzaima
2023-04-24add a NOGC_E in mut_pfreedzaima
2023-04-23better fix for in-place 𝔽¨𝕩 on fillslice 𝕩dzaima
2023-04-23fix `⊢¨ {a←𝕩 ⋄ ⥊𝕩} 2‿3⥊<"a"`dzaima
2023-04-23fix ↕1‿0‿1e9‿1e9‿1e9 incorrectly erroringdzaima
2023-04-23return signal code+128 in exit code on signaling •SH invocationdzaima
2023-04-23always overallocate by 4 bytes in 32-bit output case for /bitarrdzaima
2023-04-23fix `make for-build` inheriting more propertiesdzaima
2023-04-22update x86-64 status in README.mddzaima
2023-04-22use c1fn for monadic ˘/⎉dzaima
2023-04-22extract one-call case to noinline functiondzaima
2023-04-22don't hard-code VERIFY_TAIL sizedzaima
2023-04-22cleanupdzaima
2023-04-22handle more cases of ⊏⎉n & ⊑⎉ndzaima
2023-04-22handle more cases of ⍉⎉n & «⎉n & »⎉ndzaima
2023-04-22move emptiness checks to where neededdzaima
2023-04-22move k==0 case out of for_cells_c1dzaima
2023-04-22merge_fill_result changesdzaima
2023-04-22move SLICE source refcount incrementing outside of loopdzaima
2023-04-22merge ˘ & ⎉dzaima
2023-04-22move toCells & toKCells to cells.cdzaima
2023-04-22reorder functionsdzaima
2023-04-22move monadic ⎉ to slice macrosdzaima
2023-04-22use c2fn in insert_basedzaima
2023-04-22move ⎉ & ˘ to their own filedzaima
2023-04-22don't bother with erroring on shared build with version numberdzaima
2023-04-22arr_shErasedzaima
2023-04-22ptr_incBydzaima
2023-04-22fix rank overflow check in 𝕨⥊𝕩dzaima
2023-04-22change %c in format strings to u32 unicode codepointdzaima
2023-04-22add 'shared wasi' to build.bqn; redirect all wasm targets to build.bqndzaima
2023-04-22fix fallback profiler_start signaturedzaima
2023-04-22Merge pull request #74 from Detegr/developdzaima
2023-04-22Add wasi-reactor-o3 targetAntti Keränen
2023-04-21Move Insert implementation to fold.c, except the generic caseMarshall Lochbaum
2023-04-21fix heapverifydzaima
2023-04-21fast path for comparing equal-pointer typed arraysdzaima
2023-04-21handle array-atom comparison separately from array-arraydzaima
2023-04-21fix float NaN comparisondzaima
2023-04-21move f32 to h.h, add reinterpreting helper methodsdzaima
2023-04-21add assertion for arr_shReplace rank expectationdzaima
2023-04-21remove now-unnecessary workaround for float constantdzaima
2023-04-21more gcc complaintsv0.1.0dzaima
2023-04-19gcc complains about this now for whatever reasondzaima
2023-04-19update bytecode submoduledzaima
2023-04-19fix comparison of empty high-rank arraysdzaima
2023-04-19fix ∧𝕩 & ∨𝕩 on high-rank zero-cell inputdzaima