Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-19 | Fix broken autocomplete | 1 | -1/+1 | ||
2023-02-24 | prefer `bun.copy()` over `std.mem.copy()` (#2152) | 1 | -1/+1 | ||
2023-02-23 | Upgrade Zig (#2151) | 1 | -3/+3 | ||
* fixup * Upgrade Zig * Remove bad assertion * strings * bump * mode -> optimize * optimize * Linux build * Update bindgen.zig | |||||
2023-01-16 | Fix `getFdPath` when `/proc/fd` is not mounted | 1 | -1/+1 | ||
2022-11-29 | import everything from "bun" where possible | 1 | -1/+1 | ||
2022-07-09 | fix: update build files to latest Zig version | 1 | -3/+3 | ||
2022-03-24 | Bun.openInEditor | 1 | -13/+18 | ||
2022-03-24 | Implement error page for HTTP server | 1 | -0/+101 | ||
2022-03-08 | rename _global -> bun | 1 | -14/+14 | ||
2022-03-04 | upgrade zigjarred/upgrade-zig-2 | 1 | -1/+2 | ||
2022-02-27 | WASM | 1 | -4/+4 | ||
2022-02-20 | [bun dev] Implement open in editor for transpiled files | 1 | -0/+1 | ||
2022-02-18 | [bun dev] Errors with file names can be opened in editor now | 1 | -1/+291 | ||
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 1 | -3/+12 | ||
* 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 | -3/+1 | ||
* 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-11-05 | :camera: Snapshots | 1 | -0/+1 | ||
2021-08-17 | alright thats the rename | 1 | -0/+26 | ||
Former-commit-id: 0faf61249e76382dfb1aa8721249474eae920753 |