Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-04 | upgrade zigjarred/upgrade-zig-2 | 1 | -9/+8 | ||
2022-02-27 | WASM | 1 | -2/+2 | ||
2022-02-27 | [JSON] Use UTF-8 JSON parser when it's not for JavaScript | 1 | -1/+1 | ||
2022-02-25 | bump target nextjs version | 1 | -1/+1 | ||
2022-02-25 | [bun install] Add metadata hash | 1 | -0/+2 | ||
2022-02-11 | `std.os.`exit -> `Global.exit` so stderr is always flushed | 1 | -20/+20 | ||
2022-01-28 | Update AST layout to store capacity for items | 1 | -33/+32 | ||
We want to be able to push to the list | |||||
2022-01-05 | Fix crash that sometimes happens after 30 seconds | 1 | -4/+4 | ||
2022-01-04 | Improve how we detect if terminal colors are supported | 1 | -1/+2 | ||
2022-01-02 | copy: replace Bun with bun (#99) | 1 | -4/+4 | ||
Most CLI tools have the style convention of referring to themselves in lowercase. It is, after all, the name that users type in when using the tool. This PR maintains that convention in bun. "Drop the uppercase B, it's cleaner" | |||||
2021-12-30 | [internal] Move network_thread into http package | 1 | -1/+1 | ||
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 1 | -24/+23 | ||
* 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 | Update create_command.zig | 1 | -2/+1 | ||
2021-12-28 | Fix edgecase in `bun create` tasks | 1 | -6/+2 | ||
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-24 | Fix rare crash when new thread is created, possibly only on musl | 1 | -2/+1 | ||
2021-12-24 | [bun create] Run with bun run | 1 | -3/+1 | ||
2021-12-18 | Delete synchronous HTTP client! | 1 | -2/+0 | ||
2021-12-18 | 2x - 5x faster `bun create` | 1 | -113/+49 | ||
2021-11-09 | Fix missing symbol error for pre-macOS 11bun-v0.0.48 | 1 | -4/+5 | ||
2021-11-03 | [bun create] Auto-set to Next.js v12.0.2 | 1 | -1/+1 | ||
2021-11-02 | [internal] Global.configureAllocator() | 1 | -0/+2 | ||
2021-10-29 | [internal] Normalize import filepaths | 1 | -1/+1 | ||
2021-10-17 | Add `--open` flag to `bun create` | 1 | -0/+20 | ||
2021-10-16 | bump! | 1 | -4/+7 | ||
2021-10-16 | Improve support for Create React Appbun-v0.0.36jarred/add-git | 1 | -11/+130 | ||
2021-10-16 | Support GitHub repositories, transform package.json to better fit Bun's usage | 1 | -398/+1176 | ||
2021-10-15 | Latest | 1 | -0/+2 | ||
2021-10-15 | Cleanup makefile to get libiconv setup for linux | 1 | -206/+0 | ||
2021-10-15 | Polish | 1 | -109/+545 | ||
2021-10-14 | :sparkle: | 1 | -178/+231 | ||
2021-10-14 | Support local templates | 1 | -17/+176 | ||
2021-10-14 | Support passing an absolute path | 1 | -105/+203 | ||
2021-10-14 | `bun create react app` is almost done | 1 | -5/+828 | ||
2021-10-13 | Add TLS 1.3 support, improve fetch() HTTPS performance | 1 | -0/+31 | ||