Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-13 | move more things | 1 | -6/+7 | ||
2023-01-10 | use `strings.hasPrefixComptime()` (#1755) | 1 | -3/+3 | ||
2022-12-28 | Upgrade to latest Zig (#1610) | 1 | -6/+6 | ||
* @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 | -1/+1 | ||
2022-11-23 | possibly more reliable Bun.spawn (#1547) | 1 | -1/+0 | ||
* wip * wip * Fix bug with stdin * zig fmt * seems to work! * Update streams.test.js Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-07-04 | [sourcemaps] Add an assertion | 1 | -1/+5 | ||
2022-06-07 | Web Streams API (#176) | 1 | -0/+4 | ||
* [bun.js] `WritableStream`, `ReadableStream`, `TransformStream`, `WritableStreamDefaultController`, `ReadableStreamDefaultController` & more * Implement `Blob.stream()` * Update streams.test.js * Fix sourcemaps crash * [TextEncoder] 3x faster in hot loops * reading almost works * start to implement native streams * Implement `Blob.stream()` * Implement `Bun.file(pathOrFd).stream()` * Add an extra function * [fs.readFile] Improve performance * make jsc bindings a little easier to work with * fix segfault * faster async/await + readablestream optimizations * WebKit updates * More WebKit updates * Add releaseWEakrefs binding * `bun:jsc` * More streams * Update streams.test.js * Update Makefile * Update mimalloc * Update WebKit * Create bun-jsc.test.js * Faster ReadableStream * Fix off by one & exceptions * Handle empty files/blobs * Update streams.test.js * Move streams to it's own file * temp * impl #1 * take two * good enough for now * Implement `readableStreamToArray`, `readableStreamToArrayBuffer`, `concatArrayBuffers` * jsxOptimizationInlining * Fix crash * Add `jsxOptimizationInline` to Bun.Transpiler * Update Transpiler types * Update js_ast.zig * Automatically choose production mode when NODE_ENV="production" * Update cli.zig * [jsx] Handle defaultProps when inlining * Update transpiler.test.js * uncomment some tests Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-05-19 | [bun de] Fix crash when printing source maps | 1 | -18/+12 | ||
2022-03-31 | Fix more infinite loops | 1 | -2/+2 | ||
2022-03-17 | query_string_map -> url | 1 | -1/+1 | ||
2022-03-11 | Source Maps for client-side errors & columns | 1 | -10/+17 | ||
2022-03-10 | [bun.js] Support sourcemaps! | 1 | -76/+61 | ||
2022-03-10 | WIP sourcemap parsing | 1 | -11/+265 | ||
2022-03-08 | Update sourcemap.zig | 1 | -6/+6 | ||
2022-03-08 | [bun.js] WIP sourcemap support | 1 | -156/+247 | ||
2022-03-07 | Add VLQ bench, improve decodeVLQ perf | 1 | -3/+6 | ||
2022-03-07 | Optimize sourcemaps | 1 | -55/+116 | ||
2022-03-07 | source maps optimizations | 1 | -39/+216 | ||
2022-03-05 | Begin implementing sourcemaps | 1 | -0/+554 | ||