Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-27 | typegenerator | 5 | -89/+139 | ||
2022-02-24 | Update WebKit | 1 | -0/+0 | ||
2022-02-24 | [bun.js] Implement `process.exit` (no callbacks yet) | 2 | -0/+29 | ||
2022-02-24 | Add WASM modules but disable it for now | 13 | -124/+413 | ||
2022-02-24 | fix test failure in path.resolve | 1 | -2/+6 | ||
2022-02-24 | Update javascript.zig | 1 | -1/+110 | ||
2022-02-24 | [bun.js] Add `ShadowRealm` | 3 | -1/+29 | ||
2022-02-24 | Use a JSFinalobject for Path | 2 | -81/+42 | ||
2022-02-24 | Expose TextEncoder & TextDecoder globally | 2 | -4/+26 | ||
2022-02-24 | [Web Platform] Implement TextEncoder & TextDecoder | 10 | -277/+915 | ||
2022-02-24 | move GCDeferralContext | 2 | -18/+24 | ||
2022-02-22 | Make format consistent with WebKit | 20 | -3596/+4110 | ||
2022-02-22 | Use clang-format from webkit so it's consistent | 1 | -20/+103 | ||
2022-02-21 | Wrap some usages of `assert` in a conditional | 2 | -5/+5 | ||
See https://github.com/ziglang/zig/issues/10942 | |||||
2022-02-21 | Update javascript.zig | 1 | -0/+73 | ||
2022-02-21 | upgrade to latest JSC | 3 | -2/+2 | ||
2022-02-21 | upgrade JSC | 12 | -87/+96 | ||
2022-02-18 | Update javascript.zig | 1 | -0/+1 | ||
2022-02-18 | Update javascript.zig | 1 | -1/+3 | ||
2022-02-18 | [bun.js] Fix bug with getPublicPath when encountering URLs above the root | 1 | -8/+17 | ||
2022-02-18 | [Bun.js] Implement `crypto.randomBytes()` and `crypto.randomUUID()` | 2 | -1/+194 | ||
2022-02-18 | [Bun.js] Add a stub for `setTimeout`, `setInterval`, `clearTImeout`, ↵ | 4 | -3/+144 | ||
`clearInterval` | |||||
2022-02-16 | [bun.js] Handle UTF-16 strings in `Bun.Transpiler` | 1 | -32/+50 | ||
2022-02-16 | [bun.js] Handle UTF-16 strings in `StringOrBuffer` | 2 | -13/+5 | ||
2022-02-16 | [bun.js] Fix segfault when running many bun.js instances | 1 | -3/+8 | ||
2022-02-16 | [bun test] Implement `it.only` | 1 | -5/+45 | ||
2022-02-14 | Update bindings.zig | 1 | -0/+3 | ||
2022-02-14 | [bun.js] formatter | 2 | -1/+51 | ||
2022-02-14 | [bun test] Slightly better test output | 1 | -3/+11 | ||
2022-02-13 | [bun test] Ensure throw doesn't get hidden | 1 | -18/+36 | ||
2022-02-05 | Handle promise rejections in tests | 1 | -10/+23 | ||
2022-02-04 | Several reliability improvements to HTTP | 1 | -2/+1 | ||
2022-02-04 | `path.resolve()` passes tests | 1 | -13/+16 | ||
2022-02-04 | Update types.zig | 1 | -9/+10 | ||
2022-02-03 | Support loading multiple entry points by changing what `bun:main` points to | 6 | -4/+36 | ||
2022-02-03 | Fix bug with macro remaps in Bun.Transpiler api | 2 | -5/+8 | ||
2022-02-03 | Slight improvement to non-ascii file path handling | 3 | -14/+48 | ||
2022-02-02 | `path.relative` passes Node's tests (which also fixed bugs) | 4 | -20/+75 | ||
2022-02-02 | "path" module from Node.js implementation | 12 | -7/+830 | ||
2022-02-01 | Limit the number of pooled objects | 3 | -3/+4 | ||
2022-02-01 | WIP | 1 | -0/+23 | ||
2022-01-29 | Slight tweaks to TOML parser | 1 | -2/+102 | ||
2022-01-27 | [bunfig] Implement config file format | 3 | -18/+5 | ||
2022-01-25 | Slightly safer | 1 | -1/+1 | ||
2022-01-23 | fake segfault test | 1 | -3/+2 | ||
2022-01-23 | Add C++ exception handler | 2 | -2/+3 | ||
2022-01-22 | Update helpers.h | 1 | -2/+2 | ||
2022-01-22 | Update helpers.h | 1 | -1/+5 | ||
2022-01-22 | Ensure we fully copy strings | 2 | -8/+22 | ||
2022-01-22 | Rename `bun:runtime` -> `bun:wrap` so it fits 8 chars | 1 | -0/+3 | ||