Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 1 | -27/+21 | ||
* 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-22 | [bun install] Fix bug with `>=` ranges (and improve test coverage) | 1 | -78/+115 | ||
2021-12-16 | [bun install] Allow skipping peer, optional, and dev dependency installs. ↵ | 1 | -1/+1 | ||
Hoisting | |||||
2021-12-16 | [bun install] order() and fmt() | 1 | -2/+66 | ||
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 | Track peer dependencies but don't install them | 1 | -17/+18 | ||
2021-12-16 | [bun install] Start add/remove command | 1 | -0/+1 | ||
2021-12-16 | Fix bug with ~tilda ranges | 1 | -1/+14 | ||
2021-12-16 | [bun install] Shrink binary format size by 2.5x | 1 | -58/+357 | ||
2021-12-16 | [bun install] Load lockfile. Generate diffs | 1 | -0/+32 | ||
2021-12-16 | [bun install] Lockfile saves. Starting to implement diffing | 1 | -1/+0 | ||
2021-12-16 | [bun install] Generate a lockfile | 1 | -1/+33 | ||
2021-12-16 | [bun install] Most of the Lockfile format (not done yet) | 1 | -6/+63 | ||
2021-12-16 | save and load manifest | 1 | -0/+4 | ||
2021-12-16 | [npm install] starting to look good! | 1 | -13/+29 | ||
2021-12-16 | [bun install] Track build/pre tags with a bitset | 1 | -2/+25 | ||
2021-12-16 | wip | 1 | -3/+10 | ||
2021-12-16 | [bun install] WIP | 1 | -17/+58 | ||
2021-12-16 | [bun install] implement serialization/deserialization of package versions in ↵ | 1 | -3/+15 | ||
an efficient binary format This is most of the code but does not compile yet | |||||
2021-12-16 | [bun install] Make Semver serializable | 1 | -80/+119 | ||
2021-12-16 | wip | 1 | -0/+31 | ||
2021-12-16 | [bun install] support hyphen ranges in node-semver | 1 | -2/+96 | ||
2021-12-16 | [bun install] node-semver works excluding hyphen ranges | 1 | -102/+338 | ||
2021-12-16 | [bun install] Add tests for parsing Semver versions | 1 | -91/+266 | ||
2021-12-16 | [bun install] node-semver implementation (doesn't run yet) | 1 | -29/+398 | ||
2021-12-16 | [bun install] Begin to port my golang node-semver to Zig | 1 | -0/+394 | ||