Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
2021-12-17 | 👶event loop | 18 | -115/+404 | ||
2021-12-17 | packaging | 7 | -22/+29 | ||
2021-12-16 | wip | 3 | -5/+38 | ||
2021-12-16 | Add some timestamps | 2 | -71/+177 | ||
2021-12-16 | Update install.zig | 1 | -1/+1 | ||
2021-12-16 | Print specifically installed packages | 1 | -14/+48 | ||
2021-12-16 | [bun install] Support linking binaries & native binaries | 4 | -6/+405 | ||
2021-12-16 | [bun install] Fix edgecase with optional peer deps | 1 | -60/+41 | ||
2021-12-16 | [bun install] Fix `bun add` so it writes the resolved version to package.json | 2 | -224/+413 | ||
2021-12-16 | [bun install] Add `clonefile_each_dir` and `hardlink` backend for copying files | 1 | -83/+279 | ||
2021-12-16 | [bun install] Support dependencies prefixed with "npm:" | 1 | -10/+22 | ||
2021-12-16 | [bun install] Hoisting works! | 2 | -232/+480 | ||
2021-12-16 | document failed `Link` tag experiment in script src | 1 | -0/+6 | ||
2021-12-16 | wip slow hoister | 2 | -7/+78 | ||
2021-12-16 | [bun install] Allow skipping peer, optional, and dev dependency installs. ↵ | 3 | -69/+1471 | ||
Hoisting | |||||
2021-12-16 | [bun install] optionalDependencies override dependencies if both specified | 1 | -26/+78 | ||
2021-12-16 | [bun install] order() and fmt() | 3 | -2/+101 | ||