Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-09 | Re-enable workaround for 127.0.0.01 | 3 | -8/+17 | ||
2022-11-09 | Error.captureStackTrace implementation (#1476) | 12 | -0/+1579 | ||
* capture stack trace formatting, tests * fix callsite methods, stack formatting or undefined * isNative, tests for callsite methods * Update src/bun.js/bindings/ZigGlobalObject.cpp * Update src/bun.js/bindings/ZigGlobalObject.cpp * template and macros for visitchildren * static strings, handle infinity and clamp stacktracelimit Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | |||||
2022-11-09 | [libarchive][bun install] Fix file permissions not always being passed ↵ | 2 | -2/+12 | ||
correctly in bun install Fixes #1092 | |||||
2022-11-08 | [bun install] Support `bin` with `bun link` | 1 | -0/+122 | ||
2022-11-08 | Update bindings.cpp | 1 | -0/+1 | ||
2022-11-08 | Fixes #1426 | 2 | -3/+23 | ||
2022-11-08 | Fix incorrectly reporting URL sizes to GC in some cases | 1 | -1/+11 | ||
2022-11-08 | Guard against closing the same pid twice | 1 | -3/+10 | ||
2022-11-08 | Only perform this check on macOS | 1 | -8/+14 | ||
2022-11-08 | Fixes #1320 | 1 | -1/+2 | ||
Tests pass now on linux | |||||
2022-11-08 | Remove base64 library | 1 | -22/+0 | ||
2022-11-08 | handle undefined better | 1 | -7/+7 | ||
2022-11-08 | Fix `Buffer.from(text, "base64")` and `Buffer.toString("base64")` | 13 | -1036/+513 | ||
2022-11-08 | Fix child_process tests (#1471) | 7 | -237/+497 | ||
* test(child_process): fix broken tests, add our-assert pkg for testing * test(child_process): replace console.log with debug() * test(child_process): rename our-assert -> node-test-helpers, use Bun.peek for subproc.exited | |||||
2022-11-08 | Fix #1473 | 1 | -1/+1 | ||
2022-11-08 | Add a test for DOMJIT call version of TextDecoder | 1 | -0/+8 | ||
2022-11-08 | Add a couple more tests for `typeof` | 1 | -0/+4 | ||
2022-11-08 | Fix failing transpiler tests | 1 | -2/+6 | ||
2022-11-08 | 20% faster TextDecoder on small inputs | 6 | -4442/+3963 | ||
2022-11-08 | Allow read_only packages to check the cache | 1 | -25/+74 | ||
2022-11-08 | Default enable optional dependencies for remote packages | 1 | -1/+1 | ||
2022-11-08 | Fix error message | 1 | -1/+1 | ||
2022-11-08 | Install optional dependencies for auto-install | 1 | -12/+27 | ||
2022-11-08 | Update crypto.js | 1 | -1/+0 | ||
2022-11-08 | Stack allocate arguments to make it actually threadsafe | 4 | -6/+3 | ||
2022-11-08 | Add missing exports | 1 | -0/+3 | ||
2022-11-08 | Fix Buffer.slice and Buffer.subarray | 4 | -49/+111 | ||
2022-11-07 | cast | 1 | -1/+1 | ||
2022-11-07 | Fix newline normalization | 2 | -5/+13 | ||
credit: @Validark | |||||
2022-11-07 | Credit: @Validark | 1 | -1/+1 | ||
2022-11-07 | Add more tags to be usable with typeof (#1258) | 1 | -2/+2 | ||
2022-11-07 | Remove improper coercion of environment variables (#1256) | 1 | -156/+1 | ||
2022-11-07 | Update ZigGlobalObject.cpp | 1 | -2/+3 | ||
2022-11-07 | Fix peek test | 1 | -0/+2 | ||
2022-11-07 | Return a rejected promise if there was an error | 1 | -0/+3 | ||
2022-11-07 | Visit all the fields | 2 | -79/+111 | ||
2022-11-07 | clean up some reliability issues with automatic install | 4 | -27/+56 | ||
2022-11-07 | Handle threadsafety issue | 1 | -3/+3 | ||
2022-11-07 | Fix typo in Dockerfile (#1468) | 1 | -1/+1 | ||
specifc -> specific | |||||
2022-11-07 | [JS Parser] Do not perform the visit pass if the parse pass had "tolerable" ↵ | 1 | -0/+15 | ||
errors | |||||
2022-11-07 | Fix a couple failing tests | 1 | -24/+21 | ||
2022-11-07 | Maybe fix bug with onExit callback? | 4 | -37/+50 | ||
2022-11-07 | Support unlimited arguments in process.nextTick | 1 | -0/+13 | ||
2022-11-07 | Fix missing error in `process.nextTick` and `queueMicrotask` | 3 | -43/+137 | ||
2022-11-07 | [bun:test] Rejected promises should cause tests to fail | 1 | -0/+9 | ||
2022-11-07 | [bun:test] Implement `done` callback with support for async functions | 7 | -19/+284 | ||
2022-11-07 | [bun:test] Implement `expect` in faster Zig bindings | 12 | -2742/+4175 | ||
2022-11-07 | [bindings generator] Support cached values that do not correspond to ↵ | 2 | -80/+144 | ||
properties and support call() functions | |||||
2022-11-07 | Handle types which do not support getting an object | 1 | -1/+52 | ||
2022-11-07 | Fix UAF in canary | 5 | -81/+100 | ||