Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-05 | Begin napi | 6 | -3/+1416 | ||
2022-05-05 | E.String gets a Rope | 19 | -229/+342 | ||
2022-05-04 | Fix type errorsbun-v0.0.79 | 1 | -10/+6 | ||
2022-05-04 | Safer i64/u64 | 3 | -137/+205 | ||
2022-05-03 | Fix x64 build | 3 | -40/+621 | ||
2022-05-03 | Handle missing x64 symbols | 2 | -6/+40 | ||
2022-05-03 | Update tinycc | 1 | -0/+0 | ||
2022-05-03 | [bun:ffi] fix panic in lib.close() | 3 | -26/+24 | ||
2022-05-03 | Bump WebKit | 1 | -0/+0 | ||
2022-05-03 | wrong dir | 2 | -1/+31 | ||
2022-05-03 | Fix webkit linux build | 1 | -0/+0 | ||
2022-05-03 | Add tinycc dependency | 1 | -0/+0 | ||
2022-05-03 | ffi overhead bench | 1 | -1/+1 | ||
2022-05-03 | Add docs for FFI | 2 | -3/+12 | ||
2022-05-02 | [bun:ffi] Improve `uint64_t` and `int64_t` performance | 3 | -101/+212 | ||
2022-05-02 | [bun:ffi] Support `i64` and `u64` | 8 | -43/+132 | ||
2022-05-02 | [bun:ffi] Support `double` and `float` | 4 | -12/+15 | ||
2022-05-02 | add a comment | 1 | -0/+13 | ||
2022-05-02 | [bun:ffi] cleanup | 11 | -81/+146 | ||
2022-05-02 | [bun.js] Add `Bun.nanoseconds()` to report time in nanos | 1 | -132/+117 | ||
2022-05-02 | [bun:ffi] ~20% faster FFI bindings for functions with arguments | 9 | -13/+208 | ||
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 | 1 | -5/+219 | ||
2022-05-01 | [bun.js] Improve `Buffer` creation perf a little | 1 | -6/+5 | ||
2022-05-01 | [bun.js] Implement `Buffer.concat` | 1 | -1/+59 | ||
2022-04-30 | Bump WebKit | 1 | -0/+0 | ||
2022-04-30 | cleanup | 3 | -1/+82 | ||
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 | 2 | -34/+123 | ||
2022-04-30 | wip | 6 | -144/+511 | ||
2022-04-29 | [bun:ffi] it works | 7 | -150/+438 | ||
2022-04-29 | [bun.js] Implement unsafe.{`arrayBufferToPtr`, `arrayBufferFromPtr`, ↵ | 5 | -80/+180 | ||
`bufferFromPtr`} | |||||
2022-04-29 | [bun ffi] Support pointers | 2 | -238/+151 | ||
2022-04-29 | [bun ffi] support `i32`, `i8`, `u8`, `u16`, `i16`, `u32`, `bool` | 2 | -18/+88 | ||
2022-04-29 | add more to buffer implementation | 14 | -157/+783 | ||
2022-04-29 | wip | 9 | -16/+183 | ||
2022-04-29 | commit more | 1 | -0/+1 | ||
2022-04-29 | Add JIT FFI | 6 | -0/+924 | ||
2022-04-28 | more work on buffer | 13 | -1069/+1546 | ||
2022-04-26 | Most of Buffer.toString | 9 | -11/+276 | ||
2022-04-25 | 2x - 10x faster `TextEncoder` & `TextDecoder` | 1 | -111/+59 | ||
2022-04-25 | some of buffer | 40 | -58/+3604 | ||
2022-04-23 | Bump build | 3 | -2/+2 | ||
2022-04-23 | [JS Parser] Fix overly-eager CJS -> ESM transform | 1 | -1/+1 | ||
2022-04-20 | [misc] Fix broken build on macOS | 2 | -5/+11 | ||
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 | ||