Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 1 | -4/+13 | ||
* 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-27 | Prepare to run unit tests & remove some dead code (#92) | 1 | -1/+0 | ||
* Remove some dead code * :skull: code * Fix the zig tests * [JS Printer] Print integers faster & less scientific notation on decimals * :skull: dead code * skip * Run all the unit tests | |||||
2021-12-17 | 👶event loop | 1 | -3/+2 | ||
2021-11-01 | [CLI] Add zsh completions and auto-install completions | 1 | -2/+4 | ||
2021-10-30 | [Bun.js] Call JSCInitialize() before starting | 1 | -0/+2 | ||
2021-10-29 | [bun run] Support running JavaScript, TypeScript, JSX, and TSX files using ↵ | 1 | -0/+93 | ||
Bun.js |