Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-15 | Add a way to update cached values from Zig | 1 | -15/+51 | ||
2022-10-15 | Update README.md | 1 | -2/+5 | ||
2022-10-13 | Updatebun-v0.2.0 | 2 | -43/+43 | ||
2022-10-13 | Fix bench | 1 | -2/+2 | ||
2022-10-13 | Fix bench | 1 | -1/+1 | ||
2022-10-13 | Fix import alias (#1313) | 3 | -1/+10 | ||
2022-10-13 | Create http-request-body.ts | 1 | -0/+16 | ||
2022-10-13 | Update react-hello-world.jsx | 1 | -1/+1 | ||
2022-10-13 | Update react-hello-world.jsx | 1 | -1/+1 | ||
2022-10-13 | Update README.md | 1 | -0/+2 | ||
2022-10-13 | Add `for await` | 1 | -0/+27 | ||
2022-10-12 | Fix crash in TextEncoder with rope strings that happens sometimes | 1 | -0/+1 | ||
2022-10-12 | Regenerate builtins | 11 | -17/+479 | ||
2022-10-12 | Fix `cancel` not working in some cases in ReadableStream | 1 | -1/+11 | ||
2022-10-12 | Fix a bug with ReadableStreamDefaultReader and `"direct"` controller | 1 | -14/+31 | ||
2022-10-12 | Implement `ReadableStream.prototype[Symbol.asyncIterator]` | 3 | -0/+191 | ||
cc @fabiancook | |||||
2022-10-12 | Update README.md | 1 | -2/+2 | ||
2022-10-12 | Update README.md | 1 | -4/+0 | ||
2022-10-12 | Update README.md | 1 | -4/+0 | ||
2022-10-12 | Update README.md | 1 | -4/+2 | ||
2022-10-12 | Update README.md | 1 | -2/+0 | ||
2022-10-12 | Update README.md | 1 | -3/+22 | ||
2022-10-12 | Update README.md | 1 | -3/+3 | ||
2022-10-12 | Update README.md | 1 | -4/+4 | ||
2022-10-12 | Add --hot to completions | 2 | -1/+5 | ||
2022-10-12 | Update README.md | 1 | -0/+1 | ||
2022-10-12 | Update README.md | 1 | -2/+2 | ||
2022-10-12 | Update README.md | 1 | -0/+92 | ||
2022-10-12 | Update README.md | 1 | -0/+2 | ||
2022-10-12 | Add a comment | 1 | -0/+10 | ||
2022-10-12 | Fix `require("bun")` and `import("bun")` when statically known | 3 | -7/+24 | ||
2022-10-12 | Update test_scope_debug.ts | 1 | -2/+111 | ||
2022-10-12 | [`bun wiptest`] Ignore `.` folders | 1 | -1/+1 | ||
2022-10-12 | Update README.md | 1 | -1/+1 | ||
2022-10-12 | Add a bench | 1 | -18/+18 | ||
2022-10-12 | Add hugemem snippet | 3 | -1/+49 | ||
2022-10-12 | Add snippet | 2 | -0/+16 | ||
2022-10-12 | Add a doc on Bun.spawn | 1 | -0/+184 | ||
2022-10-12 | Stop keeping the process alive for too long | 1 | -4/+10 | ||
2022-10-12 | support array as first arg in `Bun.spawn` | 3 | -103/+150 | ||
2022-10-12 | Fix test bug | 1 | -3/+4 | ||
2022-10-11 | Remove dead code | 1 | -17/+4 | ||
2022-10-11 | remove config struct | 3 | -14/+19 | ||
2022-10-11 | Fix crash when decoding latin1 rope strings and the GC is running | 1 | -1/+1 | ||
2022-10-11 | Implement `Bun.spawnSync` | 4 | -81/+214 | ||
2022-10-11 | Make `Bun.spawn` work on Linux | 6 | -174/+245 | ||
2022-10-11 | Fixup example | 1 | -15/+45 | ||
2022-10-11 | Handle eintr in uSockets | 1 | -0/+0 | ||
2022-10-11 | Add test for Bun.file() for stdin and stdout | 2 | -2/+40 | ||
2022-10-11 | Maybe fix linux bug? | 1 | -1/+4 | ||