Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-15 | [bun run] Include signal code on error | 1 | -0/+55 | ||
2022-12-11 | [internal] Change HashMap implementation for storing symbols | 1 | -0/+14 | ||
2022-12-11 | Update WebKit | 1 | -0/+4 | ||
cc @cirospaciari you will need to re-download the precompiled WebKit build from the releases page https://github.com/oven-sh/WebKit/releases/tag/dec11 because there is one small WebKit API change. LMK if you have any trouble with that | |||||
2022-12-06 | Fix glibc symbol version issues preventing `bun install` from being used in ↵ | 1 | -0/+4 | ||
older glibc versions (#1580) * Prevent integer overflow in connectError * Add missing deepEquals() type to Bun * fix missing glibc symbols * Fix missing symbol issues * Try this * Update glibc-versions-hack.cpp * Update glibc-versions-hack.cpp * Update glibc-versions-hack.cpp Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-12-04 | [internal] Make string comparisons faster | 1 | -0/+35 | ||
2022-12-04 | Mildly faster startup time | 1 | -0/+7 | ||
2022-12-01 | Fix crash in test runner with gc mode | 1 | -0/+1 | ||
2022-11-29 | import everything from "bun" where possible | 1 | -0/+500 | ||