Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-01-04 | 10x faster `new Buffer` (#1717) | 3 | -76/+101 | |
2022-12-28 | Move some code up | 1 | -8/+5 | |
2022-12-28 | Fix `ReadableStream.pipeTo` | 1 | -2/+2 | |
2022-12-18 | Regenerate builtins | 1 | -4/+27 | |
2022-12-17 | Delete Oniguruma (#1625) | 48 | -923/+0 | |
2022-12-17 | Regenerate builtins | 1 | -7/+2 | |
2022-12-15 | [process.stdin] Support reading from process.stdin in the same tick | 1 | -3/+18 | |
2022-12-13 | Avoid creating closure | 1 | -48/+40 | |
2022-12-11 | Add _read | 1 | -3/+18 | |
2022-12-10 | Regenerate builtins | 1 | -2/+2 | |
2022-12-05 | Make `console` an `AsyncIterable` | 4 | -28/+334 | |
2022-12-05 | `process.stdin` exists but doesn't totally work yet | 1 | -16/+13 | |
2022-12-04 | Add some basic tests for process.stdout | 4 | -45/+12 | |
2022-12-03 | `process.stdout` and `process.stderr` | 6 | -187/+838 | |
2022-12-02 | Propagate reason in AbortSignal and reuse in ReadableStream.pipeTo | 2 | -16/+15 | |
2022-11-28 | Fix failing spawn() and spawnSync() tests | 1 | -2/+10 | |
2022-11-27 | Handle more cases with printing objects | 2 | -3/+6 | |
2022-11-25 | Fix double free | 1 | -8/+14 | |
2022-11-25 | [streams] Always call start | 1 | -8/+6 | |
2022-11-24 | Add extra check | 1 | -3/+3 | |
2022-11-23 | possibly more reliable Bun.spawn (#1547) | 1 | -25/+66 | |
2022-11-20 | mild clean up | 2 | -12/+12 | |
2022-11-19 | [streams] Fix exception in `WritableStream` | 1 | -5/+2 | |
2022-11-19 | [streams] Fix exception in streams with 1 item that sometimes occurred | 1 | -3/+16 | |
2022-11-11 | Add test that fails on linux | 2 | -12/+5 | |
2022-11-08 | Fix Buffer.slice and Buffer.subarray | 2 | -33/+17 | |
2022-10-23 | Fix `ReadableStream.prototype.tee` | 1 | -1/+7 | |
2022-10-21 | Codegen | 1 | -8/+15 | |
2022-10-17 | add oniguruma for regex with variable length lookbehinds (#1329) | 46 | -111/+931 | |
2022-10-12 | Regenerate builtins | 8 | -17/+452 | |
2022-10-03 | Fix undefined is not a function error in WritableStream | 3 | -6/+11 | |
2022-09-28 | Support a `default` object in CommonJS wrapper | 1 | -2/+6 | |
2022-09-26 | Make `Bun.spawn`, FileSink and FileBlobLoader a little more reliable | 1 | -2/+5 | |
2022-09-25 | :sleepy: | 1 | -4/+1 | |
2022-09-25 | wip | 2 | -2/+8 | |
2022-09-11 | Fix bug with `Buffer.from([123], "utf8")` | 1 | -2/+5 | |
2022-09-06 | Make the plugins a little more resilient | 1 | -4/+3 | |
2022-09-04 | @globalPrivate -> @linkTimeConstant | 4 | -102/+101 | |
2022-08-27 | Update WebKit (#1165) | 1 | -9/+4 | |
2022-08-19 | fix buffer.slice(0, 0) (#1114) | 21 | -26/+51 | |
2022-08-10 | Fix spurious unhandled promise rejection error | 1 | -5/+7 | |
2022-08-09 | [misc] Add a global private `@Bun` | 2 | -13/+13 | |
2022-08-09 | Fix static require by setting the state machine manually (#1034) | 1 | -1/+4 | |
2022-07-27 | Upgrade WebKit | 40 | -20/+642 | |
2022-07-05 | [jsc] More careful code in dynamic require | 1 | -2/+2 | |
2022-07-04 | Handle global require("string") | 2 | -17/+21 | |
2022-07-04 | [itnernal] Cleanup some of the streams code | 1 | -23/+48 | |
2022-07-02 | [streams] Rename `drain()` -> `flush()` | 2 | -64/+70 | |
2022-07-01 | Move ImportMeta into it's own object | 7 | -1557/+2089 | |
2022-06-29 | Regenerate builtins | 4 | -88/+150 |