summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-05-24suppress false-positive gcc warningsHEADv0.7.0masterdzaima
2024-05-22avoid conversion of i64 to ux for pointer offsetdzaima
2024-05-22faster ⍉ on large‿small⥊xdzaima
2024-05-20actually properly mention reference counting in src/README.mddzaima
2024-05-20add checks for l>0 on equal() implsdzaima
2024-05-20unify ⌾(a⊸⊏) typed array paths, fix csz==0dzaima
2024-05-19Clean up collision checking, use vector copy functionsAndrea Piseri
2024-05-19expand ⌾(a⊸⊏) tests, stylistic changes/cleanupdzaima
2024-05-19Fix typo in the error messageAndrea Piseri
2024-05-18FormattingAndrea Piseri
2024-05-18Use `COPY_TO` and `EQFN` in the typed array code pathAndrea Piseri
2024-05-18Separate code path for `cxsz=1`, fix out of bounds read for `RNK(x)==0`Andrea Piseri
2024-05-18native path in `select_ucw` for high rank `𝕩`Andrea Piseri
2024-05-11various Singeli usage improvements and fixesdzaima
2024-05-10Move from & to if/and for Singeli conditionsMarshall Lochbaum
2024-05-10Replace tuplen{} and tupsel{} with length{} and select{}Marshall Lochbaum
2024-05-10Replace top-level if with if_inlineMarshall Lochbaum
2024-05-10Wrap non-destructuring type parameters in parensMarshall Lochbaum
2024-05-05use printf & fprintf instead of putchar & codzaima
2024-04-20fix •file.MapBytes in debug buildsdzaima
2024-04-20fix ⟨1,2⋆62⟩/2⥊<⋈0dzaima
2024-04-20make non-Singeli getRange_f64 check first element for integernessdzaima
2024-04-04fix ⟨⟩⍷⟨⟩dzaima
2024-04-04fix 3‿3⍒"a" & "aa"⍒3‿3dzaima
2024-04-04fix list⌽𝕩dzaima
2024-04-04split up CATCH_ERRORS into functional and semantic optionsdzaima
2024-04-04move heapverify CATCH_ERRORS change to build.bqndzaima
2024-04-03fix (17⥊'⍉') ∊ 4⥊<"a"dzaima
2024-04-03fix (2⋆25)/(2⋆10)⥊10dzaima
2024-04-03OOM on too large apd_sh_init resultdzaima
2024-04-03fix +⌜´↕0 leaking a referencedzaima
2024-04-03error on nonInteger⌽⟨⟩dzaima
2024-04-03fix GroupLen properlydzaima
2024-04-03add debug check for correct array size calculationdzaima
2024-04-03explicitly handle empty cells in compressdzaima
2024-04-03slash.c cleanupdzaima
2024-04-03make overallocation argument u64dzaima
2024-04-03fix ⟨⟩⍷1‿0⥊0dzaima
2024-04-03fix ⍟ with empty typed repeat countsdzaima
2024-04-03error on nested GCdzaima
2024-03-30more verification of •bit._cast types, remove 'n'dzaima
2024-03-25fix ⟨1.5⟩ ⊏ "ab"‿"cd"dzaima
2024-03-25fix 𝕨⊏unitdzaima
2024-03-25fix isPervasiveDyExt on 5˜dzaima
2024-03-25fix GroupLen on array elements outside i64 rangedzaima
2024-03-25ensure desired updating order between envCurr and its pointed-to datadzaima
2024-03-07FFI: fix "&{*}"dzaima
2024-02-27fix ⊑˘ with bitarr 𝕩dzaima
2024-02-27fix vqtbl1 NEON argument typedzaima
2024-02-27minor code cleanupdzaima