Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-08 | rename _global -> bun | 1 | -4/+4 | ||
2022-02-27 | WASM | 1 | -4/+4 | ||
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 1 | -1/+0 | ||
* Prepare to upgrade zig * zig fmt * AllocGate * Update data_url.zig * wip * few files * just headers now? * I think everything works? * Update mimalloc * Update hash_map.zig * Perf improvements to compensate for Allocgate * Bump * :camera: * Update bun.lockb * Less branching * [js parser] Slightly reduce memory usage * Update js_parser.zig * WIP remove unused * [JS parser] WIP support for `with` keyword * Remove more dead code * Fix all the build errors! * cleanup * Move `network_thread` up * Bump peechy * Update README.md | |||||
2021-12-28 | [bun run] revert changebun-v0.0.62 | 1 | -2/+1 | ||
2021-12-28 | use c-like functionsbun-v0.0.61 | 1 | -1/+1 | ||
2021-12-28 | [bun run] Fix breaking bug | 1 | -1/+1 | ||
2021-12-27 | Fix edgecase in `bun run` where it would choose a directory instead of a file | 1 | -2/+5 | ||
2021-10-14 | Add doc explaining bun-create | 1 | -1/+1 | ||
2021-10-14 | `bun create react app` is almost done | 1 | -0/+40 | ||