Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-22 | Ensure we fully copy strings | 3 | -9/+23 | ||
2022-01-22 | Update http.zig | 1 | -1/+1 | ||
2022-01-22 | Rename `bun:runtime` -> `bun:wrap` so it fits 8 chars | 3 | -4/+7 | ||
2022-01-22 | Don't do isolated copy when we don't need to | 1 | -6/+2 | ||
2022-01-22 | Instead of 4 loops, we can do one switch statement | 1 | -12/+7 | ||
2022-01-22 | [Bun.js] Resolve dynamic imports lazily | 1 | -0/+5 | ||
2022-01-22 | Update Makefile | 1 | -2/+5 | ||
2022-01-22 | Update Makefile | 1 | -1/+1 | ||
2022-01-22 | Skip dsym copy on linux | 1 | -2/+10 | ||
2022-01-22 | remove tempfilesbun-v0.0.68 | 2 | -3/+0 | ||
2022-01-22 | :camera: | 16 | -16/+32 | ||
2022-01-22 | Clarify "Windows Subsystem for Linux" instead of "WSL" | 1 | -1/+1 | ||
thanks @MajesticString | |||||
2022-01-22 | Add a `release-safe` option to Makefile | 1 | -0/+4 | ||
2022-01-22 | No more leading `./` necessary to pass a script to bun to execute | 1 | -1/+7 | ||
2022-01-22 | Make `Ref` more safe | 4 | -8/+39 | ||
2022-01-22 | Ensure we allocate the correct number of argv | 1 | -9/+18 | ||
2022-01-22 | [Resolver] Improve how we detect ESM | 1 | -17/+37 | ||
2022-01-22 | Update report.zig | 1 | -0/+8 | ||
2022-01-22 | [Resolver] Improve how we detect ESM | 1 | -13/+16 | ||
2022-01-22 | Use newer hash table | 1 | -18/+22 | ||
2022-01-22 | Update js_parser.zig | 1 | -1/+1 | ||
2022-01-22 | Sort imports | 1 | -0/+38 | ||
2022-01-22 | Reset imported_module_ids | 1 | -1/+9 | ||
2022-01-21 | more tests | 12 | -7/+89 | ||
2022-01-21 | Add test coverage for macro import behavior | 1 | -3/+37 | ||
2022-01-21 | FIx `macros` remap in `Transpiler` | 2 | -1/+8 | ||
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 | ||