Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-03-27 | Bun.mmap() (#134) | 1 | -0/+70 | |
2022-03-26 | Update syscall.zig | 1 | -2/+2 | |
2022-03-26 | clarify | 1 | -22/+22 | |
2022-03-23 | [bun.js] Bun.write for macOS | 1 | -1/+1 | |
2022-03-23 | [bun.js] Implement Bun.write() | 3 | -13/+43 | |
2022-03-22 | Handle integer sizes greater than i32 | 1 | -4/+4 | |
2022-03-21 | [bun.js] 1/? Implement `Response.file` | 1 | -0/+7 | |
2022-03-20 | the events, they loop | 1 | -1/+1 | |
2022-03-19 | Bun.allocUnsafe | 1 | -1/+1 | |
2022-03-18 | [bun.js] Fix missing `.prototype` on builtins | 1 | -1/+1 | |
2022-03-17 | Fix missing sentinel in mkdir | 1 | -0/+2 | |
2022-03-17 | Ensure we handle unicode correctly when returning strings for node fs | 1 | -2/+7 | |
2022-03-13 | [bun.js] Implement `Blob` | 1 | -0/+1 | |
2022-03-12 | [Bun.js] Implement `HTMLRewriter` | 1 | -0/+8 | |
2022-03-11 | skeleton | 1 | -0/+3 | |
2022-03-08 | rename _global -> bun | 4 | -80/+80 | |
2022-03-04 | upgrade zigjarred/upgrade-zig-2 | 1 | -3/+3 | |
2022-02-27 | WASM | 3 | -25/+26 | |
2022-02-27 | typegenerator | 1 | -1/+2 | |
2022-02-24 | Add WASM modules but disable it for now | 1 | -6/+41 | |
2022-02-24 | fix test failure in path.resolve | 1 | -2/+6 | |
2022-02-21 | Wrap some usages of `assert` in a conditional | 1 | -2/+2 | |
2022-02-16 | [bun.js] Handle UTF-16 strings in `StringOrBuffer` | 2 | -13/+5 | |
2022-02-04 | `path.resolve()` passes tests | 1 | -13/+16 | |
2022-02-04 | Update types.zig | 1 | -9/+10 | |
2022-02-03 | Slight improvement to non-ascii file path handling | 1 | -13/+24 | |
2022-02-02 | `path.relative` passes Node's tests (which also fixed bugs) | 1 | -3/+4 | |
2022-02-02 | "path" module from Node.js implementation | 1 | -1/+401 | |
2022-01-22 | Ensure we allocate the correct number of argv | 1 | -9/+18 | |
2022-01-21 | memory | 1 | -4/+4 | |
2022-01-20 | [Bun.js] Fix TypedArray/ArrayBuffer <> Zig interop | 1 | -1/+1 | |
2022-01-19 | small bugfix | 1 | -6/+6 | |
2022-01-19 | `fs.*Sync()`, `bun wiptest`, and More ™ (#106) | 8 | -0/+8779 |