Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-03 | impl #1 | 4 | -0/+403 | ||
2022-06-03 | temp | 2 | -16/+5 | ||
2022-06-03 | Move streams to it's own file | 7 | -1155/+1504 | ||
2022-06-03 | Update streams.test.js | 1 | -7/+49 | ||
2022-06-02 | Handle empty files/blobs | 11 | -396/+54 | ||
2022-06-02 | Fix off by one & exceptions | 1 | -3/+6 | ||
2022-06-02 | Faster ReadableStream | 26 | -645/+716 | ||
2022-06-01 | Create bun-jsc.test.js | 1 | -0/+94 | ||
2022-06-01 | Update WebKit | 1 | -0/+0 | ||
2022-06-01 | Update mimalloc | 1 | -0/+0 | ||
2022-06-01 | Update Makefile | 1 | -21/+86 | ||
2022-06-01 | Update streams.test.js | 1 | -0/+22 | ||
2022-06-01 | More streams | 11 | -209/+606 | ||
2022-06-01 | `bun:jsc` | 3 | -0/+320 | ||
2022-06-01 | Add releaseWEakrefs binding | 1 | -10/+12 | ||
2022-06-01 | More WebKit updates | 11 | -136/+153 | ||
2022-06-01 | WebKit updates | 23 | -175/+444 | ||
2022-05-30 | faster async/await + readablestream optimizations | 39 | -253/+694 | ||
2022-05-30 | fix segfault | 1 | -2/+1 | ||
2022-05-30 | make jsc bindings a little easier to work with | 2 | -16/+35 | ||
2022-05-30 | [fs.readFile] Improve performance | 1 | -2/+2 | ||
2022-05-30 | Add an extra function | 9 | -32/+205 | ||
2022-05-30 | Implement `Bun.file(pathOrFd).stream()` | 13 | -229/+493 | ||
2022-05-30 | Implement `Blob.stream()` | 21 | -842/+708 | ||
2022-05-30 | start to implement native streams | 32 | -1286/+1884 | ||
2022-05-30 | reading almost works | 24 | -95/+935 | ||
2022-05-30 | [TextEncoder] 3x faster in hot loops | 21 | -132/+751 | ||
2022-05-30 | Fix sourcemaps crash | 1 | -0/+4 | ||
2022-05-30 | Update streams.test.js | 1 | -0/+15 | ||
2022-05-30 | Implement `Blob.stream()` | 12 | -27/+1834 | ||
2022-05-30 | [bun.js] `WritableStream`, `ReadableStream`, `TransformStream`, ↵ | 157 | -640/+22415 | ||
`WritableStreamDefaultController`, `ReadableStreamDefaultController` & more | |||||
2022-05-30 | Update .gitignore | 1 | -2/+0 | ||
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?` | 2 | -4/+11 | ||
Fixes https://github.com/Jarred-Sumner/bun/issues/183 | |||||
2022-05-30 | Remove generated files from git index (#182) | 10 | -1057/+6 | ||
2022-05-20 | docs: fix typo in readme (#179) | 1 | -1/+1 | ||
2022-05-20 | Update string_mutable.zig | 1 | -0/+10 | ||
2022-05-20 | [solid] more progress, no fragments, but still not right | 37 | -217/+3469 | ||
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 | Symbols | 1 | -9/+13 | ||
2022-05-19 | [wip] Solid.js support for Bun! | 15 | -39/+1203 | ||
2022-05-16 | add a test | 2 | -0/+35 | ||
2022-05-16 | Update README.md | 1 | -3/+3 | ||
2022-05-16 | Update types.d.ts | 1 | -10/+2 | ||