Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-16 | Fix `getFdPath` when `/proc/fd` is not mounted | 1 | -4/+4 | ||
2022-12-30 | Make `NamesIterator` safer | 1 | -9/+15 | ||
2022-12-28 | Upgrade to latest Zig (#1610) | 1 | -12/+12 | ||
* @min and @max * builtins and some trivial ones * Most of them * more * more! * More Progress * wip * Update tagged_pointer.zig * Update http_client_async.zig * Most of the iterable dir changes * alright * Remove usages of deprecated formatters * :camera: * fmt * Update shimmer.zig * wip * wip * wip * progress * more * Latest * stuck on error * latest * workaround stage2 * wip * Update string_immutable.zig * wip * Migrate `Dirent` and `require("fs')` to use JSC<>Zig bindings * Fix build errors * Fixup most of the test failures * Fix `make headers` * Fix "outside package path" error * Fixup aligned alloc * Add missing file * linux * More linux fixes * use latest peechy * Fix transpiler test failure * Forgot about these * Fixup test failure * Update node-timers.test.ts * [node:htt] Fix `undefined is not an object` error Fixes https://github.com/oven-sh/bun/issues/1618 * Update http.exports.js * Make this test less flaky * fix hashes * Fix hex formatting and zls issues * Download zig version * Update Dockerfile * Update Dockerfile * Update uws * Update Dockerfile * Set llvm version * Update README.md * Update uws * Update Dockerfile * Update io_linux.zig * Update bun.zig * Log output * workaround strange @cInclude error * Make ffi tests better * Don't use cImport * Update c.zig * Update c-bindings.cpp * call setOutputDir * Update Dockerfile * Use a longer name * latest * Update serve.test.ts Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: Veikka Tuominen <git@vexu.eu> | |||||
2022-11-29 | import everything from "bun" where possible | 1 | -3/+3 | ||
2022-10-07 | Fix nested modules bin executable issue (#1299) | 1 | -52/+25 | ||
2022-08-10 | [bun unlink] Partially implement | 1 | -4/+5 | ||
2022-08-07 | [bun install] Implement `bun link` | 1 | -0/+154 | ||
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 | ||