Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-18 | zig upgrade (#3667) | 1 | -1/+1 | ||
* upgrade * more fixes * Bump Zig --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-06-21 | upgrade zig to `v0.11.0-dev.3737+9eb008717` (#3374) | 1 | -1/+2 | ||
* progress * finish `@memset/@memcpy` update * Update build.zig * change `@enumToInt` to `@intFromEnum` and friends * update zig versions * it was 1 * add link to issue * add `compileError` reminder * fix merge * format * upgrade to llvm 16 * Revert "upgrade to llvm 16" This reverts commit cc930ceb1c5b4db9614a7638596948f704544ab8. --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-04-19 | Fix broken autocomplete | 1 | -1/+1 | ||
2023-02-25 | Fixes #2194 (most likely) | 1 | -11/+8 | ||
2023-02-25 | Call BoringSSL.load() in more places | 1 | -8/+11 | ||
2023-02-25 | Use mimalloc heap for BoringSSL | 1 | -8/+6 | ||
2022-11-29 | import everything from "bun" where possible | 1 | -7/+5 | ||
2022-11-18 | Fix crash in process.env.FOO = bar that happened sometimes | 1 | -4/+4 | ||
2022-04-12 | [bun.js] Implement Bun.sha1, Bun.sha256, Bun.sha384, Bun.sha512, Bun.sha512_384 | 1 | -0/+82 | ||