Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-24 | Wire up `console.log(new Blob)` | 1 | -0/+5 | ||
2022-07-24 | Improve `console.log(new Blob([123]))` output | 1 | -7/+95 | ||
2022-07-24 | Make errors always print `error:` unless the name of the error is `Error` | 1 | -3/+9 | ||
2022-07-22 | Update WebKit | 1 | -0/+0 | ||
2022-07-22 | Canary builds (Linux) (#824)canary | 2 | -3/+5 | ||
* wip * WIP: * WIP * WIP * WIP * WIP * WIP * Update WebKit * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * Update WebKit * WIP * WIP * WIP * WIP * Workaround missing system calls * WIP * WIP * WIP * WIP * WIP * WIP * WIP * Fix baseline detection * WIP * strip debug symbol * Auto-generate canary build Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-07-20 | feat(node/fs): implement more stat methods (#807) | 1 | -5/+46 | ||
2022-07-19 | fix(api): stop double-free of prop array (#793) | 2 | -8/+6 | ||
2022-07-17 | [js] Set `global` and `self` | 1 | -0/+3 | ||
Fixes https://github.com/oven-sh/bun/issues/768 | |||||
2022-07-17 | [js] Fix invalid unicode codepoint in error | 1 | -1/+1 | ||
2022-07-17 | Fixes https://github.com/oven-sh/bun/issues/769 | 1 | -1/+8 | ||
Not tested | |||||
2022-07-17 | fix printing message for thrown non-error objects (#764) | 1 | -56/+41 | ||
* fix printing message for thrown non-error objects * fine tuning error formatting * more fine tuning error formatting | |||||
2022-07-15 | [bun.js] Fix non-ascii latin1 string handling in console.log | 4 | -26/+81 | ||
Closes https://github.com/oven-sh/bun/issues/738 Closes https://github.com/oven-sh/bun/issues/737 | |||||
2022-07-13 | fix(napi): gurantee -> guarantee (#683) | 1 | -2/+2 | ||
2022-07-13 | add node:http Server polyfill (#572) | 2 | -2/+556 | ||
* node:http polyfill * remove @ts-ignore * reuse emitter instance * requested changes * cleanup Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | |||||
2022-07-12 | [bun.js] GC more strings | 2 | -4/+8 | ||
2022-07-12 | [bun.js] Fix GC bug with `fetch` | 1 | -68/+29 | ||
2022-07-12 | [napi] Implement `napi_get_property_names` | 1 | -0/+27 | ||
2022-07-12 | refactor(exports.zig): Fix WebSocketHTTPSClient var name (#598) | 1 | -3/+3 | ||
Signed-off-by: Ryan Russell <git@ryanrussell.org> | |||||
2022-07-12 | [jsc] Fix segfault with promises | 1 | -3/+1 | ||
2022-07-11 | Update javascript.zigbun-v0.1.3 | 1 | -2/+0 | ||
2022-07-11 | feat(core): implement web interaction APIs (#528) | 2 | -0/+347 | ||
* feat(core): implement web interaction APIs * fix(core): adjust web prompt code and add types | |||||
2022-07-11 | [resolver] Stripe `file://` from import paths | 1 | -5/+9 | ||
2022-07-11 | Fixes https://github.com/oven-sh/bun/issues/195 | 2 | -3/+60 | ||
2022-07-11 | Fixes https://github.com/oven-sh/bun/issues/561 | 2 | -14/+36 | ||
2022-07-11 | [js] Include TypedArray type name for empty arrays | 1 | -16/+16 | ||
2022-07-11 | [js] When `console.log` typed arrays, include the type name and limit ↵ | 1 | -12/+17 | ||
printed count to 512 | |||||
2022-07-11 | Move symbol | 1 | -3/+7 | ||
2022-07-11 | Run prettier | 1 | -10/+25 | ||
2022-07-11 | Fix broken build | 1 | -1/+1 | ||
2022-07-11 | [bun wiptest] Fix copy | 1 | -1/+1 | ||
2022-07-11 | add depd browser polyfill (#517) | 2 | -0/+89 | ||
2022-07-10 | Update GitHub URL to match new repo URL (#547) | 1 | -1/+1 | ||
* Update repo URLs * GitHub URL update * Revert accidental URL changes | |||||
2022-07-09 | refactor(websockets): Rename `connectedWebSocketContext()` | 2 | -3/+3 | ||
Signed-off-by: Ryan Russell <git@ryanrussell.org> | |||||
2022-07-09 | fix: actuality return result instead of ns time | 1 | -2/+2 | ||
2022-07-09 | bugfix: performance.now function should return MS instead of nano | 1 | -1/+1 | ||
2022-07-09 | fix: update build files to latest Zig version | 2 | -2/+2 | ||
2022-07-09 | fix: Append n when printing a BigInt | 1 | -1/+1 | ||
2022-07-09 | fix: Remove unnecessary n while formatting | 1 | -2/+2 | ||
2022-07-09 | Migrate to Zig v0.10.0 | 5 | -11/+15 | ||
2022-07-05 | [jsc] More careful code in dynamic require | 3 | -16/+19 | ||
2022-07-05 | Fix crash in dynamic import? | 1 | -14/+10 | ||
2022-07-05 | Fix bug in ffi | 2 | -4/+4 | ||
2022-07-04 | Handle global require("string") | 2 | -17/+21 | ||
2022-07-04 | Fix case in dynamic require() | 1 | -5/+12 | ||
2022-07-04 | [itnernal] Cleanup some of the streams code | 6 | -749/+803 | ||
2022-07-04 | [internal] Add a note explaining what to do if this fails | 1 | -0/+4 | ||
2022-07-04 | [jsc] Handle promise ownership (might revert this) | 1 | -3/+8 | ||
2022-07-04 | [jsc] Run JSC's deferredWorkTimer sometimes | 1 | -1/+1 | ||
2022-07-04 | [jsc] Attempt to make detecting ArrayBuffer/Uint8Array faster | 1 | -13/+128 | ||
2022-07-04 | [server] Clean up some of the logic for freeing ReadableStream | 1 | -3/+30 | ||