Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-01-21 | [macros] Always remove imports to macros | 1 | -41/+54 | |
2022-01-21 | Update exports.zig | 1 | -2/+2 | |
2022-01-21 | [Bun.js] Fix error printing | 1 | -2/+2 | |
2022-01-21 | memory | 4 | -20/+67 | |
2022-01-21 | Tags on pointers need to be cleared on Linux | 3 | -18/+14 | |
2022-01-21 | little | 2 | -3/+35 | |
2022-01-21 | Add a little benchmark for transpiling from inside JS | 2 | -1/+43 | |
2022-01-21 | [Bun.js] `Bun.Transpiler.transform` & `Bun.Transpiler.transformSync` APIs | 9 | -122/+483 | |
2022-01-21 | [Bun.js] Add a threadpool for doing CPU-bound work | 3 | -21/+148 | |
2022-01-21 | Update js_printer.zig | 1 | -5/+5 | |
2022-01-21 | Update logger.zig | 1 | -0/+4 | |
2022-01-21 | Improve reliabiltiy of multithreaded code by using threadlocal mimalloc heaps | 2 | -49/+125 | |
2022-01-20 | [Bun.js] Fix TypedArray/ArrayBuffer <> Zig interop | 12 | -105/+199 | |
2022-01-20 | Fix segfault | 3 | -6/+12 | |
2022-01-19 | Bun.Transpiler – API for scanning imports/exports of JSX/TSX/TS/JS files | 24 | -75/+1082 | |
2022-01-19 | Update Makefile | 1 | -7/+18 | |
2022-01-19 | Update Makefile | 1 | -2/+10 | |
2022-01-19 | Update Dockerfile | 1 | -0/+20 | |
2022-01-19 | Update Makefile | 1 | -1/+0 | |
2022-01-19 | Update libbacktrace | 1 | -0/+0 | |
2022-01-19 | Update Dockerfile.base | 1 | -1/+1 | |
2022-01-19 | Update release.sh | 1 | -1/+1 | |
2022-01-19 | small bugfix | 1 | -6/+6 | |
2022-01-19 | Update fs.test.js | 1 | -12/+6 | |
2022-01-19 | O3 | 1 | -1/+1 | |
2022-01-19 | `fs.*Sync()`, `bun wiptest`, and More ™ (#106) | 186 | -2836/+17233 | |
2022-01-05 | Fix bug preventing multiple framework overrides | 1 | -2/+3 | |
2022-01-05 | Reduce memory usage | 1 | -2/+2 | |
2022-01-05 | Fix crash that sometimes happens after 30 seconds | 5 | -106/+185 | |
2022-01-05 | [bun bun][bun dev] Fix crash affecting large projects | 1 | -26/+119 | |
2022-01-05 | move some code around | 2 | -281/+284 | |
2022-01-05 | we want the opposite of this | 1 | -1/+0 | |
2022-01-05 | [JS Parser] Reduce memory usage by ~8% | 6 | -7/+42 | |
2022-01-05 | minimal integration tests for macros | 4 | -0/+47 | |
2022-01-05 | Update resolver.zig | 1 | -3/+0 | |
2022-01-05 | Update options.zig | 1 | -2/+25 | |
2022-01-05 | Update http.zig | 1 | -1/+1 | |
2022-01-05 | Add module condition to the node platform (#104) | 1 | -1/+4 | |
2022-01-05 | Drop redundant comments (#103) | 1 | -23/+0 | |
2022-01-05 | Tweak default main fields for the bun platform to match other popular bundler... | 1 | -10/+7 | |
2022-01-04 | :skull: dead code | 1 | -13/+0 | |
2022-01-04 | [bun dev] Print error in status line text | 1 | -3/+13 | |
2022-01-04 | noramlize some errors | 3 | -3/+4 | |
2022-01-04 | [Bun.js][bun dev] Support macros inside of Bun.js | 5 | -51/+103 | |
2022-01-04 | [bun bun] Fix error when regenerating node_modules.bun after moving it | 1 | -1/+17 | |
2022-01-04 | Improve how we detect if terminal colors are supported | 3 | -11/+66 | |
2022-01-04 | Improve error handling when out of file handles | 5 | -58/+248 | |
2022-01-04 | Update build-id | 1 | -1/+1 | |
2022-01-04 | Downgrade mimalloc due to crashes | 1 | -0/+0 | |
2022-01-04 | Upload compressed `.dSYM` for every release | 2 | -4/+34 |