Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-23 | Update transpiler.zig | 1 | -1/+1 | ||
2023-01-23 | Add a comment | 1 | -1/+1 | ||
2023-01-23 | Upgrade Bun.Transpiler to use new bindings | 1 | -192/+202 | ||
2023-01-13 | move more things | 1 | -4/+4 | ||
2023-01-13 | Split some things into more files and use bun namespace instead of import more | 1 | -1/+1 | ||
2022-12-28 | Upgrade to latest Zig (#1610) | 1 | -4/+4 | ||
* @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-12-11 | [Transpiler] Implement `minifyWhitespace` option | 1 | -0/+8 | ||
2022-12-10 | Implement simple version of inlining single-use expressions and statements | 1 | -0/+6 | ||
2022-12-04 | :scissors: | 1 | -1/+1 | ||
2022-11-29 | import everything from "bun" where possible | 1 | -4/+4 | ||
2022-11-22 | Introduce `Bun.FileSystemRouter` API | 1 | -1/+0 | ||
2022-11-19 | Fix GC crash in `Transpiler` found via `BUN_GARBAGE_COLLECTOR_LEVEL` | 1 | -3/+3 | ||
2022-11-18 | bun test matchers and tests (#1526) | 1 | -1/+1 | ||
* ignore webkit for cherry-pick * toContain and toBeTruthy * toBe null, undefined, falsy, toHaveProperty, .not * markBindings * remove toHaveProperty, undo ignore webkit, more tests * undo ignore webkit * remove bad tests * check if length property exists for toHaveLength() * fix call signature * handle argument that is not an integer * getLengthOfArray returns u64 * switch to truncate * toHaveLength() edge cases * add toBooleanSlow() * infinity, nan, negative | |||||
2022-10-27 | feat(core): optimize zig slice (#1408) | 1 | -1/+1 | ||
* feat(core): optimize zig slice * address concerns | |||||
2022-10-15 | add more logging | 1 | -2/+2 | ||
2022-10-13 | Fix import alias (#1313) | 1 | -0/+1 | ||
2022-09-30 | Remove extraneous calls to `.ref()` | 1 | -5/+5 | ||
2022-08-17 | New Zig <> C++ bindings generator. +20% faster HTTP server | 1 | -4/+6 | ||
2022-08-03 | Fix test failures from `JSPropertyIterator` change | 1 | -9/+17 | ||
2022-08-03 | refactor: create a high-level property iterator (#972) | 1 | -72/+38 | ||
This also fixes multiple memory leaks double frees. | |||||
2022-07-19 | fix(api): stop double-free of prop array (#793) | 1 | -2/+3 | ||
2022-06-25 | Update transpiler.zig | 1 | -1/+1 | ||
2022-06-22 | change the directory structurejarred/rename | 1 | -0/+1304 | ||