Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-06-25 | Cleanup some of the require code | 12 | -167/+272 | |
2022-06-24 | Add dynamic require support | 30 | -249/+914 | |
2022-06-23 | Update Makefile | 1 | -1/+1 | |
2022-06-23 | Update Makefile | 1 | -1/+1 | |
2022-06-23 | Update Makefile | 1 | -5/+5 | |
2022-06-23 | Update Makefile | 1 | -7/+5 | |
2022-06-23 | Update Dockerfile | 1 | -2/+2 | |
2022-06-23 | Update Makefile | 1 | -1/+1 | |
2022-06-23 | give up on emit-llvm for sqlite3 | 1 | -1/+1 | |
2022-06-23 | maybe that fixes it? | 2 | -1/+2 | |
2022-06-23 | Fix buffer test which was failing for correct reasons | 1 | -304/+304 | |
2022-06-23 | Update Makefile | 1 | -2/+4 | |
2022-06-23 | Update Makefile | 1 | -1/+1 | |
2022-06-22 | Delete some files | 3 | -4/+0 | |
2022-06-22 | Update libbacktrace | 1 | -0/+0 | |
2022-06-22 | change the directory structurejarred/rename | 919 | -1727/+1958 | |
2022-06-22 | maybe improve CPP build time | 1 | -24/+37 | |
2022-06-22 | Move builtins to src/javascript/jsc/builtins | 72 | -6/+2285 | |
2022-06-22 | Tweak test runner output | 1 | -90/+44 | |
2022-06-22 | Cleanup some tests | 2 | -8/+46 | |
2022-06-22 | Update Dockerfile.base | 1 | -1/+1 | |
2022-06-22 | Update WebKit | 1 | -0/+0 | |
2022-06-22 | cleanup websocket test | 1 | -3/+6 | |
2022-06-22 | Fix `WebSocket` when HTTP server is not running | 14 | -38/+103 | |
2022-06-22 | Update build-id | 1 | -1/+1 | |
2022-06-22 | cleanup | 6 | -719/+3 | |
2022-06-22 | Update index.d.ts | 1 | -0/+1 | |
2022-06-22 | types for `bun:jsc` | 2 | -1/+37 | |
2022-06-22 | Slightly customize the `events` polyfill so it uses ESM | 1 | -1/+522 | |
2022-06-22 | Fix memory bugs in escapeHTML & arrayBufferToString | 1 | -65/+61 | |
2022-06-22 | Add a simple test for EventEmitter | 1 | -0/+16 | |
2022-06-22 | Add a simple test for websockets | 1 | -0/+39 | |
2022-06-22 | Handle integer overflow in logs better | 1 | -4/+2 | |
2022-06-22 | [JS Printer] Fix bug with printing re-exported functions that are from an obj... | 1 | -33/+57 | |
2022-06-22 | Fix bug with `browser` disabled modules | 1 | -12/+29 | |
2022-06-22 | Disable modules in the linker | 1 | -0/+6 | |
2022-06-22 | this assertion isn't good enough | 1 | -1/+1 | |
2022-06-22 | Disable modules constently for bun in`bun bun` | 1 | -0/+16 | |
2022-06-22 | Fix bug with exceptions inside EventTarget | 11 | -137/+413 | |
2022-06-22 | Add a way to schedule microtasks from C++ | 5 | -35/+77 | |
2022-06-22 | Update javascript.zig | 1 | -13/+152 | |
2022-06-22 | Clean up perf hooks a little | 1 | -9/+21 | |
2022-06-22 | use JSValue for `bun test` | 1 | -13/+19 | |
2022-06-22 | `ws` polyfil | 1 | -0/+97 | |
2022-06-22 | Polyfills for `undici`, `streams/web`, `streams/consumer` `timers` `timers/pr... | 6 | -0/+502 | |
2022-06-22 | Fix close | 1 | -3/+12 | |
2022-06-22 | Explicitly tag memory ownership for escapeHTML | 1 | -30/+45 | |
2022-06-22 | Fix assertion that checks globally allocated memory pointers | 1 | -4/+6 | |
2022-06-22 | Fix error messages sometimes printing undefined memory | 1 | -3/+9 | |
2022-06-22 | Add a way to assert memory is not undefined in debug builds | 1 | -1/+74 |