Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-24 | Fix rare crash when new thread is created, possibly only on musl | 5 | -16/+20 | ||
2021-12-24 | musl | 1 | -0/+0 | ||
2021-12-24 | [bun bun] Improve error mesage when resolving entry point fails | 1 | -2/+8 | ||
2021-12-24 | [bun create] Run with bun run | 1 | -3/+1 | ||
2021-12-24 | Add linux aarch64 target to installer | 1 | -0/+3 | ||
2021-12-24 | Don't send os.MSG_NOSIGNAL | 1 | -1/+9 | ||
2021-12-24 | Improve devcontainer environment errors | 2 | -5/+5 | ||
2021-12-23 | Workaround miscompilation so JavaScriptCore runs on Linux AARCH64 | 7 | -47/+38 | ||
2021-12-23 | Don't print out bytes in error | 1 | -1/+1 | ||
2021-12-23 | Prevent crash due to SIGPIPE | 3 | -5/+38 | ||
2021-12-22 | [Bun.js] Fix SSR when using `fetch` | 2 | -5/+11 | ||
2021-12-22 | Fix spawning child bun processes | 1 | -3/+4 | ||
2021-12-22 | Keep it at 1024, but should be okay since we now reduce it | 1 | -1/+1 | ||
2021-12-22 | Update io_darwin.zig | 1 | -1/+1 | ||
2021-12-22 | Fix error from requesting too much from io_uring | 2 | -3/+31 | ||
2021-12-22 | :scissors: :skull: code | 1 | -14/+0 | ||
2021-12-22 | [bun install] Fix bug with `>=` ranges (and improve test coverage) | 1 | -78/+115 | ||
2021-12-21 | Slightly safer | 2 | -2/+2 | ||
2021-12-21 | Slightly less pointer chasing | 3 | -8/+14 | ||
2021-12-21 | Fix crash when TSConfigJSON has an error and multiple TSConfigJSON files ↵ | 1 | -1/+5 | ||
were parsed \nThis was caused by reusing the filename buffer inappropriately. For unclear reasons, this only impacted Linux. | |||||
2021-12-21 | --dump-limits flag to inspect what the max file descriptor & stack size is | 5 | -1/+35 | ||
2021-12-21 | Respect `close_handles` when extracting a tarball | 1 | -0/+1 | ||
2021-12-21 | Don't print bytes in error messages | 1 | -1/+3 | ||
2021-12-21 | Copy-pastable | 1 | -3/+3 | ||
2021-12-20 | Update dependency.zigbun-v0.0.56 | 1 | -1/+1 | ||
2021-12-20 | [bun install] Strip leading v in versions | 1 | -0/+22 | ||
2021-12-20 | Update cli.zig | 1 | -1/+0 | ||
2021-12-19 | Autocomplete popular package names (thanks @evanwashere) | 3 | -2/+10146 | ||
2021-12-19 | Move folder_resolver to a separate file | 2 | -103/+127 | ||
2021-12-19 | Remove duplicate code | 3 | -61/+26 | ||
2021-12-19 | Fix error and fix ../ | 2 | -5/+6 | ||
2021-12-19 | Relative paths outside project | 2 | -3/+9 | ||
2021-12-19 | [bun install] Support `file:` protocol for installing folders as packages | 3 | -42/+232 | ||
2021-12-19 | [bun install] More git protocols are valid | 1 | -3/+12 | ||
2021-12-18 | Update install.zig | 1 | -2/+6 | ||
2021-12-18 | Show help text when no options | 2 | -9/+67 | ||
2021-12-18 | Add new zsh completions | 1 | -1/+2 | ||
2021-12-18 | cross-promotion | 2 | -3/+3 | ||
2021-12-18 | Remove references to s2n | 1 | -1/+0 | ||
2021-12-18 | cleanup | 9 | -927/+20 | ||
2021-12-18 | [bun install] Ignore peer dependencies for root packages | 1 | -0/+4 | ||
2021-12-18 | :nail_care: | 2 | -5/+1 | ||
2021-12-18 | Delete synchronous HTTP client! | 5 | -958/+29 | ||
2021-12-18 | Use new http in `bun upgrade` | 7 | -122/+64 | ||
2021-12-18 | 2x - 5x faster `bun create` | 1 | -113/+49 | ||
2021-12-18 | Not using hop! | 5 | -1164/+89 | ||
2021-12-17 | Implement hop archive format | 3 | -56/+257 | ||
2021-12-17 | Update the misctools bins | 4 | -3/+2 | ||
2021-12-17 | WIP hop | 6 | -2/+809 | ||
2021-12-17 | bindings | 1 | -0/+6 | ||