Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-04 | Improve how we detect if terminal colors are supported | 1 | -0/+4 | ||
2022-01-04 | [bun install] Fix more cases where bytes are printed instead of strings | 1 | -10/+38 | ||
2022-01-03 | dead code | 1 | -2/+0 | ||
2022-01-03 | Implement a crash reporter and improve some error handling in `bun install` | 1 | -54/+45 | ||
2022-01-03 | Woops | 1 | -2/+28 | ||
2022-01-03 | [bun install] Significant perf improvement to installing new packages and ↵ | 2 | -120/+159 | ||
fixes 'bun install --production'. Closes #97 | |||||
2022-01-02 | Be a little smarter about sleeping the netwrok thread | 1 | -0/+10 | ||
2022-01-02 | [bun install] Fix bug that caused lockfile to appear as dirty in git when ↵ | 1 | -0/+4 | ||
there were no real changes | |||||
2022-01-02 | copy: replace Bun with bun (#99) | 2 | -5/+5 | ||
Most CLI tools have the style convention of referring to themselves in lowercase. It is, after all, the name that users type in when using the tool. This PR maintains that convention in bun. "Drop the uppercase B, it's cleaner" | |||||
2022-01-02 | [bun install] Fix `RenameAcrossMountPoints` error | 3 | -109/+205 | ||
2022-01-01 | [bun install] FIx crash when removing only dependency in package.json | 1 | -15/+39 | ||
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 | ||