Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-22 | Canary builds (Linux) (#824)canary | 1 | -1/+2 | ||
* wip * WIP: * WIP * WIP * WIP * WIP * WIP * Update WebKit * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * Update WebKit * WIP * WIP * WIP * WIP * Workaround missing system calls * WIP * WIP * WIP * WIP * WIP * WIP * WIP * Fix baseline detection * WIP * strip debug symbol * Auto-generate canary build Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-07-20 | fix install script colors | 1 | -4/+6 | ||
2022-07-19 | refactor(installer): renovate install script (#745) | 1 | -122/+162 | ||
2022-07-10 | Merge pull request #464 from dkarter/main | 1 | -1/+1 | ||
fix: remove unnecessary quotes in commit message | |||||
2022-07-10 | Update GitHub URL to match new repo URL (#547) | 2 | -2/+2 | ||
* Update repo URLs * GitHub URL update * Revert accidental URL changes | |||||
2022-07-10 | Remove unnecessary `Output.flush`s before `Global.exit` and `Global.crash` ↵ | 4 | -58/+1 | ||
(#535) * fix: add missing newline * refactor: std.process.exit -> Global.exit * fix: std.os.abort -> Global.exit I'm not sure about this one. Please verify. * cleanup: remove unnecessary `Output.flush`s | |||||
2022-07-09 | update bash references to work in non-fhs compliant distros | 1 | -1/+1 | ||
Signed-off-by: lucasew <lucas59356@gmail.com> | |||||
2022-07-09 | fix: update build files to latest Zig version | 3 | -15/+11 | ||
2022-07-08 | fix: remove unnecessary quotes in commit message | 1 | -1/+1 | ||
These quotes are not necessary and appear literally in the commit | |||||
2022-07-05 | Change fish path addition command | 1 | -2/+2 | ||
2022-07-05 | [create] Don't print timestamp because it formats weird | 1 | -3/+0 | ||
2022-07-02 | [streams] Rename `drain()` -> `flush()` | 1 | -2/+2 | ||
2022-07-01 | update cli comment to match the create next app instructions | 1 | -1/+1 | ||
2022-06-22 | change the directory structurejarred/rename | 7 | -7/+7 | ||
2022-06-22 | Tweak test runner output | 1 | -90/+44 | ||
2022-06-22 | Update test_command.zig | 1 | -23/+120 | ||
2022-05-30 | Improve error messages when you mistype commands/files/scripts | 1 | -4/+17 | ||
2022-05-05 | E.String gets a Rope | 1 | -26/+26 | ||
2022-04-16 | Move some code around + delete dead code | 2 | -9/+3 | ||
2022-04-04 | fix bug with io sometimes sleeping permanetly | 1 | -0/+3 | ||
2022-03-30 | Bump target next version to 12.1.3 | 1 | -1/+1 | ||
2022-03-18 | [bun install] Do not set an `$npm_config_prefix` | 1 | -8/+0 | ||
2022-03-18 | [bun run] fix missing space | 1 | -1/+1 | ||
2022-03-17 | query_string_map -> url | 3 | -3/+3 | ||
2022-03-14 | Switch to std.HashMap for DirEntry store | 2 | -9/+11 | ||
2022-03-14 | fix crash in `bun create` | 1 | -3/+4 | ||
2022-03-08 | rename _global -> bun | 11 | -133/+133 | ||
2022-03-07 | source maps optimizations | 1 | -5/+2 | ||
2022-03-06 | source maps work for app code in `bun dev`! | 1 | -2/+2 | ||
2022-03-04 | upgrade zigjarred/upgrade-zig-2 | 4 | -17/+16 | ||
2022-03-02 | mark more things as unreachable | 1 | -0/+2 | ||
2022-03-02 | [bun run] Set more environment variables | 1 | -0/+31 | ||
2022-03-02 | add `bun pm cache` and `bun pm cache rm` commands | 1 | -0/+20 | ||
2022-02-27 | WASM | 7 | -18/+18 | ||
2022-02-27 | [JSON] Use UTF-8 JSON parser when it's not for JavaScript | 2 | -2/+2 | ||
2022-02-25 | bump target nextjs version | 1 | -1/+1 | ||
2022-02-25 | [bun pm] add help menu | 1 | -4/+22 | ||
2022-02-25 | [bun install] Add metadata hash | 3 | -0/+88 | ||
2022-02-15 | Update test_command.zig | 1 | -1/+1 | ||
2022-02-12 | Update package_manager_command.zig | 1 | -1/+5 | ||
2022-02-12 | [bun install] `bun pm bin` prints the bin directory | 1 | -6/+40 | ||
2022-02-11 | `std.os.`exit -> `Global.exit` so stderr is always flushed | 7 | -61/+61 | ||
2022-02-10 | [bun run] Fix exit code when running a bin | 1 | -1/+1 | ||
2022-02-10 | [bun run] Fix exit code when script fails | 1 | -1/+2 | ||
2022-02-05 | Handle promise rejections in tests | 1 | -9/+12 | ||
2022-02-04 | Update test_command.zig | 1 | -2/+0 | ||
2022-02-03 | [bun test] Support multiple files | 1 | -2/+12 | ||
2022-01-29 | cleanup | 1 | -1/+1 | ||
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-27 | [bunfig] Implement config file format | 1 | -1/+10 | ||