Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-02 | Automatic CString support | 1 | -23/+78 | ||
2022-05-01 | [bun:ffi] Add wrapper for type coercion | 1 | -2/+172 | ||
2022-05-01 | wip Buffer.fill | 3 | -95/+167 | ||
2022-05-01 | Buffer.compare & Buffer.equal | 2 | -5/+244 | ||
2022-05-01 | [bun.js] Improve `Buffer` creation perf a little | 2 | -8/+45 | ||
2022-05-01 | [bun.js] Implement `Buffer.concat` | 2 | -1/+78 | ||
2022-04-30 | Bump WebKit | 1 | -0/+0 | ||
2022-04-30 | cleanup | 5 | -2/+132 | ||
2022-04-30 | [bun.js] Implement `Buffer.from` and `Buffer.copy` | 12 | -520/+952 | ||
2022-04-30 | [bun ffi] Fix missing `"void"` | 1 | -0/+1 | ||
2022-04-30 | [bun ffi] Remove dependency on libtcc1.a and improve error messages | 3 | -36/+139 | ||
2022-04-30 | wip | 9 | -272/+883 | ||
2022-04-30 | Update ffi-test.c | 1 | -24/+35 | ||
2022-04-30 | a | 1 | -0/+27 | ||
2022-04-29 | [bun:ffi] it works | 15 | -221/+1277 | ||
2022-04-29 | [bun.js] Implement unsafe.{`arrayBufferToPtr`, `arrayBufferFromPtr`, ↵ | 6 | -82/+187 | ||
`bufferFromPtr`} | |||||
2022-04-29 | [bun ffi] Support pointers | 4 | -238/+179 | ||
2022-04-29 | [bun ffi] support `i32`, `i8`, `u8`, `u16`, `i16`, `u32`, `bool` | 5 | -159/+260 | ||
2022-04-29 | more tests for buffer | 1 | -1/+165 | ||
2022-04-29 | add more to buffer implementation | 14 | -157/+783 | ||
2022-04-29 | ffi test code | 2 | -26/+247 | ||
2022-04-29 | wip | 10 | -16/+312 | ||
2022-04-29 | commit more | 3 | -0/+81 | ||
2022-04-29 | some tests but need more | 1 | -0/+25 | ||
2022-04-29 | Add JIT FFI | 6 | -0/+924 | ||
2022-04-28 | more work on buffer | 15 | -1071/+1637 | ||
2022-04-26 | Most of Buffer.toString | 10 | -11/+288 | ||
2022-04-25 | 2x - 10x faster `TextEncoder` & `TextDecoder` | 1 | -111/+59 | ||
2022-04-25 | Update .gitignore | 1 | -0/+1 | ||
2022-04-25 | some of buffer | 43 | -85/+3643 | ||
2022-04-23 | Update Makefile | 1 | -1/+1 | ||
2022-04-23 | Update Dockerfile.base | 1 | -1/+1 | ||
2022-04-23 | Bump build | 4 | -3/+3 | ||
2022-04-23 | :camera: | 35 | -113/+139 | ||
2022-04-23 | [JS Parser] Fix overly-eager CJS -> ESM transform | 1 | -1/+1 | ||
2022-04-21 | Add `bun run ${script-name}` clarification (#151) | 1 | -0/+4 | ||
2022-04-20 | [misc] Fix broken build on macOS | 2 | -5/+11 | ||
2022-04-18 | [misc] explain why wasm isn't released yet | 1 | -1/+4 | ||
2022-04-18 | [misc] Recommend VSCode extensions | 1 | -0/+8 | ||
2022-04-18 | [misc] Set editor.formatOnSave | 1 | -3/+15 | ||
2022-04-18 | [node] Remove constants definition in (#146) | 1 | -7/+0 | ||
... fs.exports.js Bug: #130 | |||||
2022-04-18 | [timer] Remove timer.zig and use system_timer.zig (#149) | 6 | -33/+7 | ||
2022-04-18 | [build] Fix Dockerfile COPY slash (#147) | 2 | -5/+5 | ||
2022-04-18 | not sure yet | 4 | -92/+107 | ||
2022-04-18 | fix wasm build take 2 (one more thing is broken) | 15 | -195/+641 | ||
2022-04-18 | Fix wasm build | 6 | -13/+58 | ||
2022-04-18 | [node] Add more fs constants (#144) | 4 | -137/+201 | ||
Move fs constants to node_fs_constants.zig, and we static append the constants definition to fs.export.js. Issue: #130 | |||||
2022-04-16 | Move some code around + delete dead code | 4 | -2113/+1889 | ||
2022-04-16 | [JS Parser] Support explicit removing | 10 | -88/+480 | ||
2022-04-16 | Workaround C ABI bug | 1 | -9/+12 | ||