Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-30 | [internal] Move network_thread into http package | 1 | -1/+2 | ||
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 10 | -215/+115 | ||
* Prepare to upgrade zig * zig fmt * AllocGate * Update data_url.zig * wip * few files * just headers now? * I think everything works? * Update mimalloc * Update hash_map.zig * Perf improvements to compensate for Allocgate * Bump * :camera: * Update bun.lockb * Less branching * [js parser] Slightly reduce memory usage * Update js_parser.zig * WIP remove unused * [JS parser] WIP support for `with` keyword * Remove more dead code * Fix all the build errors! * cleanup * Move `network_thread` up * Bump peechy * Update README.md | |||||
2021-12-29 | FIx bug in http client | 1 | -0/+26 | ||
2021-12-28 | [bun install] Fix error message for `no compatible binaries` | 1 | -1/+1 | ||
2021-12-27 | Prepare to run unit tests & remove some dead code (#92) | 1 | -1/+1 | ||
* Remove some dead code * :skull: code * Fix the zig tests * [JS Printer] Print integers faster & less scientific notation on decimals * :skull: dead code * skip * Run all the unit tests | |||||
2021-12-26 | Fix bug with `bun add @scoped/package` | 1 | -75/+113 | ||
2021-12-23 | Don't print out bytes in error | 1 | -1/+1 | ||
2021-12-22 | [bun install] Fix bug with `>=` ranges (and improve test coverage) | 1 | -78/+115 | ||
2021-12-21 | Don't print bytes in error messages | 1 | -1/+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-19 | Move folder_resolver to a separate file | 2 | -103/+127 | ||
2021-12-19 | Remove duplicate code | 1 | -45/+1 | ||
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 | 1 | -8/+63 | ||
2021-12-18 | cleanup | 1 | -16/+16 | ||
2021-12-18 | [bun install] Ignore peer dependencies for root packages | 1 | -0/+4 | ||
2021-12-18 | :nail_care: | 1 | -1/+1 | ||
2021-12-18 | Delete synchronous HTTP client! | 1 | -2/+2 | ||
2021-12-18 | Use new http in `bun upgrade` | 1 | -5/+0 | ||
2021-12-18 | Not using hop! | 1 | -155/+86 | ||
2021-12-17 | packaging | 2 | -5/+5 | ||
2021-12-16 | wip | 1 | -2/+5 | ||
2021-12-16 | Add some timestamps | 1 | -71/+168 | ||
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 | 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 | ||
2021-12-16 | [bun install] Improve test coverage for tilda version ranges | 1 | -0/+23 | ||
2021-12-16 | [bun install] Fix bug with ~Tilda | 1 | -1/+1 | ||
2021-12-16 | [bun install] Fix bug with optional peer deps | 1 | -4/+39 | ||
2021-12-16 | Track peer dependencies but don't install them | 4 | -88/+324 | ||
2021-12-16 | Update npm.zig | 1 | -1/+2 | ||
2021-12-16 | [bun install] Fix case when lockfile exists | 1 | -478/+397 | ||
2021-12-16 | Slightly better progress bar | 1 | -119/+279 | ||
2021-12-16 | `bun add` and `bun remove` sorta works now. but not fast enough! | 1 | -56/+88 | ||
2021-12-16 | [bun install] Most of `bun add`, `bun remove` | 1 | -18/+702 | ||
2021-12-16 | Add some progress feedback | 1 | -30/+80 | ||