Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-03-13 | [bun.js] Implement `Blob` | 12 | -527/+1290 | |
2022-03-12 | [Bun.js] Support async HTMLRewriter | 1 | -75/+162 | |
2022-03-12 | Expose `Response.prototype.headers` and `Response.prototype.clone` | 1 | -0/+32 | |
2022-03-12 | Headers.clone | 1 | -0/+37 | |
2022-03-12 | Response.clone() | 1 | -12/+90 | |
2022-03-12 | Implement iterator | 1 | -22/+131 | |
2022-03-12 | [Bun.js] Implement `HTMLRewriter` | 13 | -148/+1297 | |
2022-03-11 | skeleton | 5 | -0/+425 | |
2022-03-11 | fix bug with freeing typed arrays | 1 | -5/+6 | |
2022-03-11 | Source Maps for client-side errors & columns | 4 | -52/+110 | |
2022-03-10 | twiddle with formatting | 2 | -30/+88 | |
2022-03-10 | [bun.js] Map the sources when handling the error | 1 | -29/+169 | |
2022-03-10 | console.log(<JSX>) support | 8 | -345/+636 | |
2022-03-08 | Fix quoting console.log | 2 | -42/+199 | |
2022-03-08 | print size of headers | 1 | -6/+13 | |
2022-03-08 | rename _global -> bun | 13 | -162/+164 | |
2022-03-08 | [bun.js] Support logging `Headers`, `Response`, and `Request` | 4 | -72/+270 | |
2022-03-08 | Fix https://github.com/Jarred-Sumner/bun/issues/122 | 1 | -1/+13 | |
2022-03-08 | [bun.js] WIP sourcemap support | 1 | -90/+163 | |
2022-03-07 | Optimize sourcemaps | 1 | -0/+18 | |
2022-03-04 | [bun.js] Add `atob` and `btoa` | 1 | -2/+79 | |
2022-03-04 | upgrade zigjarred/upgrade-zig-2 | 5 | -57/+106 | |
2022-03-02 | Add context ptr to forEach in iterable | 1 | -37/+25 | |
2022-03-02 | [bun.js] Add `Bun.inspect` – like util.inspect() | 6 | -276/+439 | |
2022-03-02 | Update bindings.zig | 1 | -0/+4 | |
2022-03-02 | Remove function from bindings | 1 | -7/+1 | |
2022-03-02 | [bun.js] fix unicode handling in Router | 1 | -3/+9 | |
2022-03-02 | [bun.js] Fix crash due to incorrectly creating string | 1 | -3/+1 | |
2022-03-01 | [bun.js] `ResolveError.prototype.toString()` `BuildError.prototype.toString()` | 1 | -2/+94 | |
2022-03-01 | add `allowBunRuntime` and `autoImportJSX` flags to Bun.Transpiler | 1 | -1/+32 | |
2022-03-01 | Update javascript.zig | 1 | -50/+0 | |
2022-03-01 | [bun.js] shim async fs | 1 | -35/+193 | |
2022-03-01 | [bun.js] Implement `setTimeout`, `setInterval`, `clearTimeout`, `clearInterval` | 3 | -22/+171 | |
2022-02-27 | WASM | 8 | -34/+35 | |
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 | |
2022-02-21 | Update javascript.zig | 1 | -0/+73 | |
2022-02-21 | upgrade to latest JSC | 3 | -2/+2 |