Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-02 | [bun upgrade] Add fallback message if there's an error | 1 | -0/+8 | ||
2021-12-30 | [internal] Move network_thread into http package | 1 | -3/+1 | ||
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 1 | -9/+18 | ||
* 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/+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-12-18 | cleanup | 1 | -0/+1 | ||
2021-12-18 | Use new http in `bun upgrade` | 1 | -24/+23 | ||
2021-11-01 | [upgrade] Reinstall completions on `bun upgrade` | 1 | -3/+20 | ||
2021-10-29 | [internal] Normalize import filepaths | 1 | -1/+1 | ||
2021-10-28 | - Fix consistentcy issue with runtime hash | 1 | -6/+21 | ||
- Fix edgecases in strings.eqlComptime by simplifying the implementation | |||||
2021-10-28 | Explicitly check content type | 1 | -0/+5 | ||
2021-10-28 | Fix spacing, add check that the version matches before we push | 1 | -1/+1 | ||
2021-10-28 | Update upgrade_command.zig | 1 | -0/+1 | ||
2021-10-28 | Upgrade checker + polish for `bun upgrade` | 1 | -13/+65 | ||
2021-10-28 | New subcommand: `bun upgrade`. It upgrades bun to the latest version. | 1 | -0/+495 | ||