summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-27update Singeli submoduledzaima
2024-02-27fix vqtbl1 NEON argument typedzaima
2024-02-27minor code cleanupdzaima
2024-02-27src/README.md cleanup and updatingdzaima
2024-02-27use ux a tiny bit more, add a PLAINLOOPdzaima
2024-02-27FFI: fix "*:i8" built object storagedzaima
2024-02-16FFI: properly error on read of *a:bdzaima
2024-02-16FFI: fix calculated memory size of atom:bdzaima
2024-02-15static library build without FFI should still export symbolsdzaima
2024-02-15error on non-number arguments for f32/f64 FFI writesdzaima
2024-02-13gcc 14 should have "#pragma GCC novector"dzaima
2024-02-13a bunch of vfordzaima
2024-02-13extract independent load from loopdzaima
2024-02-13use ux for loop index in reversedzaima
2024-02-13remove barely-useful elType==el_i32 path of reshapedzaima
2024-02-13add guaranteedness of decrement on bqn_read*dzaima
2024-02-13this was meant to be included in the previous commitsdzaima
2024-02-13fix nvm_x86_64.c's MMAP definedzaima
2024-02-13ensure desired allocation padding on NO_MMAPdzaima
2024-02-13make STORE_JIT_MAP builddzaima
2024-02-08more PLAINLOOPdzaima
2024-02-08Use getRange_fns for repeat_boundsdzaima
2024-02-08mention REPLXX's license in the licensing section of readmedzaima
2024-02-08don't -fno-trapping-mathdzaima
2024-02-08remove too-large FFI test casesdzaima
2024-02-06get rid of 16-bit limits in FFI sizesdzaima
2024-02-06even more FFI cleanupdzaima
2024-02-06disallow writing array to pointer within pointer objectdzaima
2024-02-06disallow '&' outside of top-level typedzaima
2024-02-06more FFI cleanupdzaima
2024-02-06some FFI error message changesdzaima
2024-02-06extract size_t in test/ffi/test.bqndzaima
2024-02-06buildObj → readUpdatedObj, inline printFFITypedzaima
2024-02-06merge readRe & makeRe, reduce its result size to the proper sizedzaima
2024-02-05fix ptr.Write doing weird thingsdzaima
2024-02-05test for struct containing pointersdzaima
2024-02-05fix type of returned pointer within structdzaima
2024-02-05add pointer reading within structdzaima
2024-02-05fix **:i8dzaima
2024-02-05get rid of sty_ptrdzaima
2024-02-05refactor BQNFFIEnt & BQNFFITypedzaima