Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-04 | Fix case in dynamic require() | 2 | -5/+24 | ||
2022-07-04 | [internal] Fix duplicate symbol issue | 1 | -3/+0 | ||
2022-07-04 | Fix npm peer dep issue | 2 | -2/+3 | ||
2022-07-04 | [bench] Add a react ssr hello world | 2 | -0/+37 | ||
2022-07-04 | Update bun.lockb | 1 | -0/+0 | ||
2022-07-04 | Update README.md | 1 | -15/+6 | ||
2022-07-04 | [resolver] Add a test for self-referencing package.json exports | 1 | -0/+44 | ||
2022-07-04 | Bump docker build of webkit | 1 | -1/+1 | ||
2022-07-04 | [itnernal] Cleanup some of the streams code | 7 | -792/+846 | ||
2022-07-04 | [internal] Add a note explaining what to do if this fails | 1 | -0/+4 | ||
2022-07-04 | [jsc] Handle promise ownership (might revert this) | 1 | -3/+8 | ||
2022-07-04 | [jsc] Run JSC's deferredWorkTimer sometimes | 1 | -1/+1 | ||
2022-07-04 | [jsc] Attempt to make detecting ArrayBuffer/Uint8Array faster | 1 | -13/+128 | ||
2022-07-04 | [server] Clean up some of the logic for freeing ReadableStream | 1 | -3/+30 | ||
2022-07-04 | Update __global.zig | 1 | -4/+4 | ||
2022-07-04 | [jsc] Make JSC own the memory for source code strings | 2 | -19/+40 | ||
2022-07-04 | Merge branch 'jarred/landing' | 30 | -81/+3777 | ||
2022-07-04 | [bench] Add a `performance.now` bench | 1 | -0/+17 | ||
2022-07-04 | [bench] Add an async overhead bench | 1 | -0/+7 | ||
2022-07-04 | [bench] Add an ffi data overhead bench | 1 | -0/+33 | ||
2022-07-04 | [strings] Minor performance optimizations to SourceMaps | 1 | -19/+26 | ||
2022-07-04 | Export `Bun__readOriginTimer` | 2 | -36/+5 | ||
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 | ||