Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-08 | rename _global -> bun | 1 | -4/+4 | ||
2022-02-27 | WASM | 1 | -4/+4 | ||
2022-02-24 | [bun install] Print correct bin name | 1 | -1/+1 | ||
2022-02-12 | [bun install] Handle multiple files in directory bins to link | 1 | -2/+4 | ||
2022-02-12 | [bun install] Fix directory bin link bug | 1 | -6/+9 | ||
2022-02-12 | Implement multiple `bin` links for `bun install -g` | 1 | -8/+81 | ||
2022-02-12 | [bun install] Print linked bin names and improve output | 1 | -137/+100 | ||
2022-02-11 | [bun install] Implement global installs | 1 | -23/+154 | ||
2022-02-10 | [bun install] Continue linking bins if one fails | 1 | -2/+2 | ||
2022-02-10 | [bun install] More reliably set permissions on `bin` links | 1 | -6/+25 | ||
2022-02-10 | [bun install] Fix bug when linking bins from scoped packages (e.g. ↵ | 1 | -2/+13 | ||
`@babel/parser`) | |||||
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 1 | -1/+0 | ||
* 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-16 | [bun install] Support linking binaries & native binaries | 1 | -1/+168 | ||
2021-12-16 | [bun install] move around some code | 1 | -0/+120 | ||