Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-06-10 | Update WebKit | 1 | -0/+0 | |
2022-06-10 | Update event_loop.zig | 1 | -0/+1 | |
2022-06-10 | Missing errno on linux | 1 | -3/+1 | |
2022-06-10 | Update js_parser.zig | 1 | -21/+200 | |
2022-06-10 | Don't show generic crash info when given invalid bunfig.toml | 1 | -0/+4 | |
2022-06-10 | Update logger.zig | 1 | -0/+4 | |
2022-06-10 | Show tracing | 1 | -1/+1 | |
2022-06-10 | Update bunfig.zig | 1 | -0/+1 | |
2022-06-10 | Update jest.zig | 1 | -6/+9 | |
2022-06-09 | `new Response(stream).arrayBuffer()` + 3 more | 11 | -31/+379 | |
2022-06-09 | fix some memory leaks with strings | 4 | -28/+45 | |
2022-06-09 | Support console.log(myBigInt) | 1 | -1/+6 | |
2022-06-09 | Fix defaultProps with JSX optimization | 6 | -34/+73 | |
2022-06-09 | small perf improvements to encoding | 1 | -43/+37 | |
2022-06-07 | Update event_loop.zig | 1 | -1/+2 | |
2022-06-07 | Update bundler.zig | 1 | -1/+1 | |
2022-06-07 | wip ReadableStream <> zig | 1 | -7/+58 | |
2022-06-07 | Implement `hashCode` | 1 | -2/+21 | |
2022-06-07 | Web Streams API (#176) | 232 | -1986/+31198 | |
2022-05-30 | Improve error messages when you mistype commands/files/scripts | 2 | -4/+39 | |
2022-05-30 | Load `bunfig.toml` by default if `bun` or `bun {file}\.[cjt]sx?` | 1 | -3/+10 | |
2022-05-30 | Remove generated files from git index (#182) | 8 | -1056/+0 | |
2022-05-20 | Update string_mutable.zig | 1 | -0/+10 | |
2022-05-20 | [solid] more progress, no fragments, but still not right | 5 | -217/+408 | |
2022-05-19 | [TSConfig] Propagate runtime from tsconfig.json | 1 | -0/+1 | |
2022-05-19 | woops | 1 | -1/+2 | |
2022-05-19 | Update cache.zig | 1 | -1/+1 | |
2022-05-19 | [solid] Move the post-process JSX step | 2 | -452/+497 | |
2022-05-19 | [bun de] Fix crash when printing source maps | 2 | -29/+16 | |
2022-05-19 | move js_parser to src/ | 2 | -18212/+18211 | |
2022-05-19 | [solid] wip make nested components work | 1 | -80/+97 | |
2022-05-19 | [wip] Solid.js support for Bun! | 15 | -39/+1203 | |
2022-05-16 | Still not correct!bun-v0.0.83 | 2 | -3/+3 | |
2022-05-16 | work around test failure | 2 | -3/+5 | |
2022-05-16 | Update sqlite3.c | 1 | -1/+1 | |
2022-05-16 | Fix build error on linux | 1 | -5/+4 | |
2022-05-16 | prepare for release | 1 | -1/+4 | |
2022-05-16 | Update JSSQLStatement.cpp | 1 | -14/+19 | |
2022-05-16 | Copy strings when binding to sqlite | 1 | -3/+3 | |
2022-05-16 | reset on stmt on error | 2 | -10/+16 | |
2022-05-16 | `bun:sqlite` (#167) | 29 | -113/+255075 | |
2022-05-12 | wrangler 2 released (#166) | 1 | -1/+1 | |
2022-05-11 | Fix several bugs in napi | 3 | -22/+54 | |
2022-05-11 | disable the new target allowed error | 1 | -4/+5 | |
2022-05-11 | Fix export symbols on Linux | 2 | -18/+142 | |
2022-05-11 | [napi] Add a couple more symbols | 1 | -0/+2 | |
2022-05-11 | [napi] Fix panic inside napi_fatal_error | 1 | -11/+18 | |
2022-05-11 | [napi] Stub a couple more | 3 | -6/+52 | |
2022-05-11 | [bun.js] eagerly convert to import.meta.require | 2 | -3/+24 | |
2022-05-11 | [json] Fix bug with negative integers in json parser | 1 | -3/+6 |