Gert Goet
|
e75ef69fb4
|
Fix spacing of patch-command help (#12769)
|
2024-07-25 18:44:52 -07:00 |
|
Dylan Conway
|
78021e34ae
|
fix(bun:test): make sure test.each doesn't return .zero (#12828)
|
2024-07-25 18:24:16 -07:00 |
|
Dylan Conway
|
d7187592c0
|
fix(brotli): protect and unprotect buffer values (#12829)
|
2024-07-25 18:24:01 -07:00 |
|
Jarred Sumner
|
5f1b569c52
|
Fix crash when creating a new Worker with a numeric environment varia… (#12810)
|
2024-07-25 18:10:57 -07:00 |
|
dave caruso
|
e54fe5995b
|
fix(bundler): dont tree-shake imported enum if inlined and used (#12826)
|
2024-07-25 17:29:20 -07:00 |
|
Jarred Sumner
|
a2f68989a0
|
Retry on 5xx errors from npm registry (#12825)
|
2024-07-25 17:28:59 -07:00 |
|
Jarred Sumner
|
4a1e01d076
|
Use bun.New more (#12811)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-07-25 15:35:02 -07:00 |
|
Jarred Sumner
|
dd8b0a5889
|
Clean up socket_async_http_abort_tracker after a lot of requests (#12816)
|
2024-07-25 15:34:48 -07:00 |
|
Jarred Sumner
|
8cadf66143
|
Add malloc zones to heapStats() on macOS in debug builds (#12815)
|
2024-07-25 15:33:43 -07:00 |
|
Jarred Sumner
|
77cd03dad1
|
Workaround for BUN-2WQ (#12806)
|
2024-07-25 15:33:17 -07:00 |
|
Meghan Denny
|
82b42ed851
|
node: more process.exitCode fixes (#12809)
|
2024-07-25 15:18:41 -07:00 |
|
Jarred Sumner
|
30df04cd35
|
Add a couple feature flags
|
2024-07-25 05:52:50 -07:00 |
|
Jarred Sumner
|
585c8299d8
|
Clean up some stack trace printing logic (#12791)
|
2024-07-25 04:04:02 -07:00 |
|
Dylan Conway
|
375d8da8e6
|
fix(brotli): protect buffer jsvalues (#12800)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-07-25 04:01:53 -07:00 |
|
Jarred Sumner
|
0bd8db7162
|
Slightly reduce pointer lookups in hot code path (#12802)
|
2024-07-24 23:07:51 -07:00 |
|
Meghan Denny
|
d97260869d
|
replace JSValue .callWithThis with always explicit .call (#12789)
|
2024-07-24 23:07:28 -07:00 |
|
Jarred Sumner
|
fdb58dc861
|
Fixes #9555 (#12801)
|
2024-07-24 23:07:04 -07:00 |
|
dave caruso
|
610c7f5e47
|
fix memory lifetime of define expressions (#12784)
|
2024-07-24 22:27:14 -07:00 |
|
Meghan Denny
|
1e0b20f514
|
node: fix observable value of process.exitCode (#12799)
|
2024-07-24 22:26:07 -07:00 |
|
Meghan Denny
|
f6c89f4c25
|
JSValue.toFmt doesn't need a globalThis param because ConsoleObject.Formatter already has one (#12790)
|
2024-07-24 22:03:51 -07:00 |
|
Meghan Denny
|
907cd8d45d
|
fix crash in populateStackTrace() (#12793)
|
2024-07-24 21:08:25 -07:00 |
|
Dylan Conway
|
ac4523e903
|
fix(napi): unref threadsafe functions on finalize (#12788)
|
2024-07-24 18:57:01 -07:00 |
|
Dylan Conway
|
2da57f6d7b
|
napi_threadsafe_function async tracker (#12780)
|
2024-07-24 15:27:51 -07:00 |
|
dave caruso
|
e2c3749965
|
fix(bundler): become smarter with __esm wrappers (#12729)
|
2024-07-24 02:00:20 -07:00 |
|
Jarred Sumner
|
57c6a7db35
|
libdeflate (#12741)
|
2024-07-24 01:30:31 -07:00 |
|
ippsav
|
c37891471a
|
Fix alignment calculation in Zone.create function (#12748)
|
2024-07-24 01:30:11 -07:00 |
|
Jarred Sumner
|
8ba0791dc8
|
Use one JSC::SourceProvider instead of 322 (#12761)
|
2024-07-24 01:26:09 -07:00 |
|
dave caruso
|
f9371e59f2
|
fix(bundler): fix part liveness calculation (#12758)
|
2024-07-23 23:49:01 -07:00 |
|
Jarred Sumner
|
79ddf0e47a
|
Fix assertion failure in bun build when entry point is a file loader (#12683)
Co-authored-by: dave caruso <me@paperdave.net>
|
2024-07-23 22:02:51 -07:00 |
|
David Stevens
|
177f3a8622
|
Fixes #12182 - update default port when server is created (#12201)
|
2024-07-23 11:07:38 -07:00 |
|
Ciro Spaciari
|
5a5f3d6b30
|
fix(http) timeout (#12728)
Co-authored-by: cirospaciari <cirospaciari@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-07-23 01:13:43 -07:00 |
|
Ivan Baksheev
|
4e5d759c37
|
fix(bundler): ignore external rules for entrypoint (#12736)
|
2024-07-23 00:33:18 -07:00 |
|
Jarred Sumner
|
3ef84816a6
|
Update WebKit
|
2024-07-22 20:47:53 -07:00 |
|
Jarred Sumner
|
6e9b592c56
|
try using LLVM 18 on macOS (#12727)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-07-22 20:44:29 -07:00 |
|
Jarred Sumner
|
a4759eb147
|
Bump minimum macOS build to 13.0
|
2024-07-22 14:50:23 -07:00 |
|
Dariush Alipour
|
732ed2b7df
|
Fix: test coverage node_modules exclusion in Windows (#12691)
|
2024-07-22 13:25:42 -07:00 |
|
Jarred Sumner
|
1a6ead667b
|
Introduce bun --fetch-preconnect <url> ./my-script.ts (#12698)
|
2024-07-22 03:41:59 -07:00 |
|
Jarred Sumner
|
bbf2f5d716
|
Experiment: disable C++ static destructors (#12652)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-07-21 21:32:52 -07:00 |
|
ippsav
|
9574044083
|
Fix expect.toThrow(expect.any()) matcher to correctly handle ExpectAny objects (#12670)
|
2024-07-21 20:35:18 -07:00 |
|
Jarred Sumner
|
822b725bec
|
Fix BUN-2M9, take two
|
2024-07-21 08:49:00 -07:00 |
|
Jarred Sumner
|
dc775f75f0
|
Fix BUN-2M9
|
2024-07-21 07:40:57 -07:00 |
|
Jarred Sumner
|
f5d1a17a5c
|
Fix crash in bun exec cd (#12676)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-07-19 22:57:52 -07:00 |
|
Jarred Sumner
|
03024e6b4e
|
Fix truncating in BigIntStats (#12643)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-07-19 20:00:32 -07:00 |
|
Jarred Sumner
|
23fb63f45c
|
Fixes #12360 (#12364)
|
2024-07-18 09:10:15 -07:00 |
|
Jarred Sumner
|
6ad3e6a5e3
|
Fixes #2532 (#12633)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-07-17 20:53:12 -07:00 |
|
Jarred Sumner
|
cc42052039
|
node-fetch polyfill shouldn't break when web globals are overriden (#12634)
|
2024-07-17 18:57:03 -07:00 |
|
Jarred Sumner
|
ecf5aea071
|
Ensure undici primordials are pristine (#12635)
|
2024-07-17 18:56:22 -07:00 |
|
dave caruso
|
43949151b1
|
fix(bundler): importing modules with trailing slash no longer uses a builtin (#12632)
|
2024-07-17 17:17:00 -07:00 |
|
Ciro Spaciari
|
16aad326e4
|
fix(setSystemTime) fix number parameter behavior (#12630)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-07-17 17:09:24 -07:00 |
|
Jarred Sumner
|
34e493f945
|
Experiment: disable -fPIC and relro (#12582)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-07-17 02:33:46 -07:00 |
|