Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-02-06 | Fix URL of wasi-js (#1997) | 2 | -3/+3 | |
2023-02-05 | speed it up a little more | 4 | -119/+290 | |
2023-02-05 | `substringSharingImpl` allocates, do not use | 2 | -57/+27 | |
2023-02-05 | Faster Buffer.toString("ascii") | 1 | -8/+35 | |
2023-02-04 | Bump querystring-es3 (#1988) | 2 | -9/+36 | |
2023-02-04 | Add `isDeepStructEqual` to `node:util` | 1 | -2/+6 | |
2023-02-03 | Fixes #1978 | 1 | -3/+7 | |
2023-02-03 | Implement os.cpus() for Linux (#1977) | 1 | -2/+138 | |
2023-02-03 | Support passing `Date` to `Bun.sleep` | 3 | -3/+27 | |
2023-02-03 | Add test for propagating exception | 3 | -5/+28 | |
2023-02-03 | Add missing crypto export | 2 | -16/+22 | |
2023-02-03 | Introduce `await Bun.sleep(ms)` | 5 | -15/+110 | |
2023-02-03 | Fix types for `Array.fromAsync` | 1 | -1/+1 | |
2023-02-03 | Fix/Update Typescript types (#1972) | 2 | -168/+38 | |
2023-02-03 | fix require("perf_hooks") | 1 | -0/+1 | |
2023-02-03 | allow other ArrayBufferView in Buffer functions | 1 | -6/+6 | |
2023-02-03 | Make it less flaky | 1 | -1/+1 | |
2023-02-03 | Run tests on pull requests | 1 | -0/+7 | |
2023-02-03 | Run tests on push | 1 | -0/+7 | |
2023-02-03 | another | 1 | -1/+1 | |
2023-02-03 | integers overflowing | 1 | -1/+1 | |
2023-02-03 | Attempt to debug annotations 2 | 1 | -4/+1 | |
2023-02-03 | Attempt to debug annotations | 1 | -0/+7 | |
2023-02-03 | Fix console output in bun wiptest | 1 | -4/+3 | |
2023-02-03 | Use GitHub action SDK | 4 | -10/+16 |