Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-04 | Make log_protection dev_only | 1 | -1/+17 | ||
2022-07-04 | Improve the performance of performance | 2 | -6/+49 | ||
2022-07-04 | 0.1jarred/landing | 1 | -8/+7 | ||
2022-07-04 | 0! | 3 | -1/+1 | ||
2022-07-04 | [sourcemaps] Add an assertion | 1 | -1/+5 | ||
2022-07-04 | [misc] Make that test work | 1 | -2/+8 | ||
2022-07-04 | Update page.tsx | 1 | -2/+1 | ||
2022-07-04 | Add a getting started section | 3 | -2/+100 | ||
2022-07-04 | Fix `WebAssembly.instantiate` | 1 | -1/+7 | ||
2022-07-04 | Export fs.promises | 1 | -0/+72 | ||
2022-07-03 | wip | 9 | -151/+2795 | ||
2022-07-03 | Update README.md | 1 | -5/+10 | ||
2022-07-03 | Re-enable buffer pooling | 1 | -1/+1 | ||
2022-07-02 | wip | 4 | -15/+342 | ||
2022-07-02 | wip | 8 | -0/+501 | ||
2022-07-02 | Backport https://github.com/WebKit/WebKit/pull/2024 | 1 | -8/+7 | ||
2022-07-02 | [bun:jsc] Add `generateHeapSnapshotForDebugging` | 2 | -2/+30 | ||
2022-07-02 | [bun:jsc] Add `protectedObjectTypeCounts`, disallow gc | 2 | -2/+16 | ||
2022-07-02 | Update README.md | 1 | -1/+1 | ||
2022-07-02 | [internal] Add react-dom as a dev dependency for the tests | 1 | -1/+2 | ||
2022-07-02 | [internal] Clean up launch.json | 1 | -734/+26 | ||
2022-07-02 | Update WebKit | 1 | -0/+0 | ||
2022-07-02 | [internal] Make `make jsc-bindings-headers` more reliable | 3 | -75/+125 | ||
2022-07-02 | [bindings] Mark more stuff as unreachable | 1 | -11/+2 | ||
2022-07-02 | Update reactdom-bun.js | 1 | -1/+1 | ||
2022-07-02 | [bun:jsc] Add a test for `getProtectedObjects` | 1 | -1/+11 | ||
2022-07-02 | [strings] Optimize TextEncoder a little more | 2 | -145/+111 | ||
2022-07-02 | [bun http] Attempt to fix a crash | 1 | -35/+55 | ||
2022-07-02 | [streams] Rename `drain()` -> `flush()` | 19 | -1153/+1198 | ||
2022-07-02 | [bun:jsc] Add export for `getProtectedObjects` | 1 | -0/+1 | ||
2022-07-02 | Update html_rewriter.zig | 1 | -1/+1 | ||
2022-07-02 | Rename `defaultErrorHandler` to `runErrorHandler` | 8 | -13/+17 | ||
2022-07-02 | Delete `BunStream` | 5 | -1620/+13 | ||
2022-07-02 | [bun:jsc] expose `getProtectedObjects` gc hook | 2 | -2/+40 | ||
2022-07-02 | wip | 1 | -35/+61 | ||
2022-07-01 | update cli comment to match the create next app instructions | 1 | -1/+1 | ||
2022-07-01 | [stremas] Regenerate JSSInk | 4 | -42/+104 | ||
2022-07-01 | [streams] Add an integer tag identifying what the stream type is | 1 | -0/+3 | ||
2022-07-01 | [Bun.serve] Add explicit function for clearing the abort callback | 3 | -7/+21 | ||
2022-07-01 | [Bun.serve] Clean up lifetimes & error handling somewhat | 2 | -214/+297 | ||
2022-07-01 | [Bun.serve] Don't run `error` recursively | 1 | -1/+1 | ||
2022-07-01 | Add some tests for error handling | 1 | -1/+187 | ||
2022-07-01 | Improve test coverage for streams | 3 | -34/+128 | ||
2022-07-01 | Fix failing tests for ReadableStream -> {text, arrayBuffer, blob} | 6 | -1422/+1841 | ||
2022-07-01 | Zig::ImportMeta | 2 | -0/+302 | ||
2022-07-01 | Move ImportMeta into it's own object | 10 | -1711/+2111 | ||
2022-06-30 | [TextEncoder] Use JSC heap for small buffers | 1 | -16/+64 | ||
2022-06-30 | Create `process` object lazily | 4 | -51/+73 | ||
2022-06-30 | Fix incorrect type | 1 | -1/+7 | ||
2022-06-30 | Improve test coverage for react ssr | 2 | -60/+238 | ||