repo
stringclasses
15 values
fix_commit
stringlengths
40
40
buggy_commit
stringlengths
40
40
message
stringlengths
3
64.3k
files
listlengths
1
300
timestamp
timestamp[s]date
2013-03-13 20:45:00
2026-04-11 07:48:46
vercel/next.js
7d9c12591624dccd090cf5585f99d160c652a4c6
40102ab5ad345ca17290c161ccbe89dc8b7e1495
Turbopack: fix Scope holding Arc too long (#85611) ### What? Turbo tasks Arc should be dropped before returning to the caller
[ { "path": "turbopack/crates/turbo-tasks/src/scope.rs", "patch": "@@ -195,8 +195,17 @@ impl<'scope, 'env: 'scope, R: Send + 'env> Scope<'scope, 'env, R> {\n assert!(index < self.results.len(), \"Too many tasks spawned\");\n let result_cell: &Mutex<Option<R>> = &self.results[index];\n \n+ ...
2025-10-31T15:16:54
nodejs/node
fca4107e76f0931ecfb6f90e7ad41bfd298e1e71
c240c03013b2b5da76d7820755c8fc0f95f0ba12
tools: ignore V8 tests in CodeQL scans CodeQL reports hundreds of errors in V8 tests indicating 'A parse error occurred'. Code quality issues in V8 tests are not a concern for Node.js. Exclude the tests from CodeQL scans. PR-URL: https://github.com/nodejs/node/pull/58081 Reviewed-By: Michaël Zasso <targos@protonmail....
[ { "path": ".github/codeql-config.yml", "patch": "@@ -2,3 +2,4 @@ name: CodeQL config\n \n paths-ignore:\n - test\n+ - deps/v8/test", "additions": 1, "deletions": 0, "language": "YAML" } ]
2025-05-02T06:12:58
facebook/react
e33a7233a76e1164bd1a9c4b8115abb575b48c50
18bf7bf5002450ce7daa281e8be1c3216bd871ed
[DevTools] Track virtual instances on the tracked path for selections (#30802) This appends a (filtered) virtual instance path at the end of the fiber path. If a virtual instance is selected inside the fiber. The main part of the path is still just the fiber path since that's the semantically stateful part. Then ...
[ { "path": "packages/react-devtools-shared/src/backend/fiber/renderer.js", "patch": "@@ -2266,16 +2266,11 @@ export function attach(\n debug('recordUnmount()', fiber, null);\n }\n \n- if (trackedPathMatchFiber !== null) {\n+ if (trackedPathMatchInstance === fiberInstance) {\n // We're i...
2024-08-29T16:45:03
electron/electron
35aeab6ecd273459052b23f72cb7fb7cfd97dd3a
738533dec706a68d73d747daed7b23eb650675e5
fix: respect setAlwaysOnTop before showInactive on Linux under X11 (#44078) Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
[ { "path": "shell/browser/native_window_views.cc", "patch": "@@ -538,6 +538,11 @@ void NativeWindowViews::ShowInactive() {\n #if BUILDFLAG(IS_LINUX)\n if (global_menu_bar_)\n global_menu_bar_->OnWindowMapped();\n+\n+ // On X11, setting Z order before showing the window doesn't take effect,\n+ // so w...
2024-10-18T18:29:52
golang/go
3ee761739b0cbb074f5a6e8b28b491664ec1414a
8709a41d5ef7321f486a1857f189c3fee20e8edd
runtime: free spanQueue on P destroy Span queues must be empty when destroying a P since we are outside of the mark phase. But we don't actually free them, so they simply sit around using memory. More importantly, they are still in work.spanSPMCs.all, so freeDeadSpanSPMCs must continue traversing past them until the e...
[ { "path": "src/runtime/mgcmark_greenteagc.go", "patch": "@@ -618,6 +618,40 @@ func (q *spanQueue) refill(r *spanSPMC) objptr {\n \treturn q.tryGetFast()\n }\n \n+// destroy frees all chains in an empty spanQueue.\n+//\n+// Preconditions:\n+// - World is stopped.\n+// - GC is outside of the mark phase.\n+// ...
2025-10-06T21:28:37
rust-lang/rust
c465c7571a9c83cdb98dbb6311a6774accc8c14a
2d2c5521a2e2c592e587657dbe6277f19b56042d
Another unused feature fix
[ { "path": "example/mini_core.rs", "patch": "@@ -8,9 +8,9 @@\n rustc_attrs,\n transparent_unions,\n auto_traits,\n- freeze_impls,\n- thread_local\n+ freeze_impls\n )]\n+#![cfg_attr(not(all(windows, target_env = \"gnu\")), thread_local)]\n #![no_core]\n #![allow(dead_code, internal_featur...
2026-03-06T21:47:56
nodejs/node
430027c979894fe3db3c2cdeb01977866b96dc09
fc054bbbb1005c924799c80b07eb0e7ed0278b99
doc: fix formatting of `import.meta.filename` section And `import.meta.dirname`. PR-URL: https://github.com/nodejs/node/pull/58079 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlo...
[ { "path": "doc/api/esm.md", "patch": "@@ -356,8 +356,9 @@ changes:\n description: This property is no longer experimental.\n -->\n \n-* {string} The directory name of the current module. This is the same as the\n- [`path.dirname()`][] of the [`import.meta.filename`][].\n+* {string} The directory name o...
2025-05-01T17:22:50
vercel/next.js
40102ab5ad345ca17290c161ccbe89dc8b7e1495
e7fe28ccc81a8d5f5acf8550e9f2bf3f9a717a0a
Turbopack: Fix compound assignment expression evaluation (#85478) (#85593) Migrated from https://github.com/vercel/next.js/pull/85478 into this non-fork because we had some issues with our CI infra that should be fixed going forward: https://vercel.slack.com/archives/C04KC8A53T7/p1761862171772939 --- fixes #854...
[ { "path": "turbopack/crates/turbopack-ecmascript/src/analyzer/graph.rs", "patch": "@@ -802,7 +802,10 @@ impl EvalContext {\n ..\n }) => JsValue::WellKnownObject(WellKnownObjectKind::ImportMeta),\n \n- Expr::Assign(AssignExpr { right, .. }) => self.eval(right),\n+ ...
2025-10-31T13:30:03
facebook/react
795b3207ce5ea25c80749e367c61e5f56ac09856
537c74e16a394df16a4b368caa09ea5755f78dfb
fix[react-devtools/extensions]: fixed tabs API calls and displaying restricted access popup (#30825) Stacked on https://github.com/facebook/react/pull/30824. See [this commit](https://github.com/facebook/react/pull/30825/commits/c9830d64749cf8fd592ea30a1cd65842cf83f6df). Turns out we should be listing `tabs` in ou...
[ { "path": "packages/react-devtools-extensions/chrome/manifest.json", "patch": "@@ -42,7 +42,8 @@\n },\n \"permissions\": [\n \"storage\",\n- \"scripting\"\n+ \"scripting\",\n+ \"tabs\"\n ],\n \"host_permissions\": [\n \"<all_urls>\"", "additions": 2, "deletions": 1, "lan...
2024-08-29T10:31:43
golang/go
8709a41d5ef7321f486a1857f189c3fee20e8edd
9b9d02c5a015910ce57024788de2ff254c6cfca6
encoding/asn1: prevent memory exhaustion when parsing using internal/saferio Within parseSequenceOf, reflect.MakeSlice is being used to pre-allocate a slice that is needed in order to fully validate the given DER payload. The size of the slice allocated are also multiple times larger than the input DER: - When using ...
[ { "path": "src/encoding/asn1/asn1.go", "patch": "@@ -22,6 +22,7 @@ package asn1\n import (\n \t\"errors\"\n \t\"fmt\"\n+\t\"internal/saferio\"\n \t\"math\"\n \t\"math/big\"\n \t\"reflect\"\n@@ -666,10 +667,17 @@ func parseSequenceOf(bytes []byte, sliceType reflect.Type, elemType reflect.Type\n \t\toffset +=...
2025-09-03T13:30:56
electron/electron
ac09d11ed19af686fa855aceec42cea021604b65
9280add5b45edbcf39630bae00d78653f3afe213
build: fix main printing patch conflict (#44302) build: update patches
[ { "path": "patches/chromium/printing.patch", "patch": "@@ -926,23 +926,3 @@ index 1e15568ad872c01c7c588ced81897f8dc229247a..ca528863a2dab2f437bbe95b343ccd33\n namespace sandbox::policy {\n \n base::FilePath GetCanonicalPath(const base::FilePath& path) {\n-diff --git a/ui/gtk/gtk_util.cc b/ui/gtk/gtk_util...
2024-10-17T15:29:04
nodejs/node
fc054bbbb1005c924799c80b07eb0e7ed0278b99
102d8cff66550777bec7b0a750ae2203007f3749
doc: fix env variable name in `util.styleText` PR-URL: https://github.com/nodejs/node/pull/58072 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
[ { "path": "doc/api/util.md", "patch": "@@ -2418,7 +2418,7 @@ changes:\n - v20.18.0\n pr-url: https://github.com/nodejs/node/pull/54389\n description: Respect isTTY and environment variables\n- such as NO_COLORS, NODE_DISABLE_COLORS, and FORCE_COLOR.\n+ such as NO_COLOR, NODE_DISABLE_CO...
2025-05-01T10:00:43
vercel/next.js
e7fe28ccc81a8d5f5acf8550e9f2bf3f9a717a0a
c22f05b94e747475f8b12fa53a2c45d648c67a45
Turbopack: fix hanging dev server and builds with fs cache (#85606) ### What? Fixes a deadlock due to concurrent task locks. Also adds a debug check to prevent this in future.
[ { "path": "turbopack/crates/turbo-tasks-backend/src/backend/mod.rs", "patch": "@@ -469,11 +469,17 @@ impl<B: BackingStorage> TurboTasksBackendInner<B> {\n self.assert_not_persistent_calling_transient(reader, task_id, /* cell_id */ None);\n \n let mut ctx = self.execute_context(turbo_tasks);\...
2025-10-31T13:27:08
facebook/react
537c74e16a394df16a4b368caa09ea5755f78dfb
fc0df475c4417670272b819bad92590b310bcdaa
feat[react-devtools]: support Manifest v3 for Firefox extension (#30824) Firefox [finally supports `ExecutionWorld.MAIN`](https://bugzilla.mozilla.org/show_bug.cgi?id=1736575) in content scripts, which means we can migrate the browser extension to Manifest V3. This PR also removes a bunch of no longer required e...
[ { "path": "packages/react-devtools-extensions/firefox/manifest.json", "patch": "@@ -1,12 +1,12 @@\n {\n- \"manifest_version\": 2,\n+ \"manifest_version\": 3,\n \"name\": \"React Developer Tools\",\n \"description\": \"Adds React debugging tools to the Firefox Developer Tools.\",\n \"version\": \"5.3...
2024-08-29T10:28:35
golang/go
9b9d02c5a015910ce57024788de2ff254c6cfca6
3fc4c79fdbb17b9b29ea9f8c29dd780df075d4c4
net/http: add httpcookiemaxnum GODEBUG option to limit number of cookies parsed When handling HTTP headers, net/http does not currently limit the number of cookies that can be parsed. The only limitation that exists is for the size of the entire HTTP header, which is controlled by MaxHeaderBytes (defaults to 1 MB). U...
[ { "path": "doc/godebug.md", "patch": "@@ -153,6 +153,16 @@ for example,\n see the [runtime documentation](/pkg/runtime#hdr-Environment_Variables)\n and the [go command documentation](/cmd/go#hdr-Build_and_test_caching).\n \n+### Go 1.26\n+\n+Go 1.26 added a new `httpcookiemaxnum` setting that controls the m...
2025-09-30T18:02:38
electron/electron
9280add5b45edbcf39630bae00d78653f3afe213
44c398fedbb90a1f239f719c651938a28c5d9a08
chore: fixup reclient read only access on forks (#44280)
[ { "path": ".github/actions/install-build-tools/action.yml", "patch": "@@ -6,6 +6,6 @@ runs:\n - name: Install Build Tools\n shell: bash\n run: |\n- export BUILD_TOOLS_SHA=33dc5186556bfbf7b0121a00cdd89ed3802e47da\n+ export BUILD_TOOLS_SHA=eeb1a11392e4cec08fd926c93b31ab556dc0c23b\n n...
2024-10-17T15:17:54
nodejs/node
a7cbb904745591c9a9d047a364c2c188e5470047
50cfc6ca63439ba09d058d0dca50a66389464588
lib: avoid StackOverflow on `serializeError` `serializeError` should avoid StackOverflow and the test should not rely on `--stack-size`. PR-URL: https://github.com/nodejs/node/pull/58075 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Joyee Cheu...
[ { "path": "lib/internal/error_serdes.js", "patch": "@@ -36,6 +36,7 @@ const kSerializedObject = 1;\n const kInspectedError = 2;\n const kInspectedSymbol = 3;\n const kCustomInspectedObject = 4;\n+const kCircularReference = 5;\n \n const kSymbolStringLength = 'Symbol('.length;\n \n@@ -44,12 +45,12 @@ const e...
2025-04-29T21:12:29
vercel/next.js
b8a14cd8f9b1abd8e4f7abb35c0e7d9e1b6d3af5
3b0af3ce56c83c2917761c1e09e3e00d201c4b31
Turbopack: add track_caller to improve panics (#85565) ### What? Helps finding Item does not exist or access type errors
[ { "path": "turbopack/crates/turbo-tasks-backend/src/backend/operation/mod.rs", "patch": "@@ -382,6 +382,7 @@ impl<B: BackingStorage> TaskGuardImpl<'_, B> {\n /// Verify that the task guard restored the correct category\n /// before accessing the data.\n #[inline]\n+ #[track_caller]\n fn c...
2025-10-31T12:06:19
facebook/react
fc0df475c4417670272b819bad92590b310bcdaa
3a45ba241c028cd0af7bf17bb4c6487d0095a10f
[compiler] Inferred deps must match exact optionality of manual deps To prevent any difference in behavior, we check that the optionality of the inferred deps exactly matches the optionality of the manual dependencies. This required a fix, I was incorrectly inferring optionality of manual deps (they're only optional i...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/Inference/DropManualMemoization.ts", "patch": "@@ -488,7 +488,7 @@ export function dropManualMemoization(func: HIRFunction): void {\n function findOptionalPlaces(fn: HIRFunction): Set<IdentifierId> {\n const optionals = new Set<IdentifierId>();\...
2024-08-28T22:16:02
golang/go
3fc4c79fdbb17b9b29ea9f8c29dd780df075d4c4
6e4007e8cffbb870e6b606307ab7308236ecefb9
crypto/x509: improve domain name verification Don't use domainToReverseLabels to check if domain names are valid, since it is not particularly performant, and can contribute to DoS vectors. Instead just iterate over the name and enforce the properties we care about. This also enforces that DNS names, both in SANs and...
[ { "path": "src/crypto/x509/name_constraints_test.go", "patch": "@@ -1456,63 +1456,7 @@ var nameConstraintsTests = []nameConstraintsTest{\n \t\texpectedError: \"incompatible key usage\",\n \t},\n \n-\t// An invalid DNS SAN should be detected only at validation time so\n-\t// that we can process CA certificat...
2025-09-15T20:31:22
electron/electron
cbe3cb770aa3f2dad92340546e3fbdecd742ed03
bd4ea5ba72574bbe1be39d6b658676b8aa390f5c
fix: Linux crash after `webContents.print()` with no parent window (#44246) fix: Linux crash after print with no parent window
[ { "path": "patches/chromium/printing.patch", "patch": "@@ -926,3 +926,23 @@ index 1e15568ad872c01c7c588ced81897f8dc229247a..ca528863a2dab2f437bbe95b343ccd33\n namespace sandbox::policy {\n \n base::FilePath GetCanonicalPath(const base::FilePath& path) {\n+diff --git a/ui/gtk/gtk_util.cc b/ui/gtk/gtk_util...
2024-10-16T17:15:21
facebook/react
7475d568da137b661ce23edc24446871d58c67ef
9180a37fba0c9ad642bfc6e1c2839f88f66485ab
[wip][compiler] Infer optional dependencies Updates PropagateScopeDeps and DeriveMinimalDeps to understand optional dependency paths (`a?.b`). There a few key pieces to this: In PropagateScopeDeps we jump through some hoops to work around the awkward structure of nested OptionalExpressions. This is much easier in HIR...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/HIR/Environment.ts", "patch": "@@ -224,6 +224,14 @@ const EnvironmentConfigSchema = z.object({\n \n enableReactiveScopesInHIR: z.boolean().default(true),\n \n+ /**\n+ * Enables inference of optional dependency chains. Without this flag\n+ *...
2024-08-28T17:52:36
golang/go
6e4007e8cffbb870e6b606307ab7308236ecefb9
6f7926589d03180863aa05cbb55a9d9c63e76b99
crypto/x509: mitigate DoS vector when intermediate certificate contains DSA public key An attacker could craft an intermediate X.509 certificate containing a DSA public key and can crash a remote host with an unauthenticated call to any endpoint that verifies the certificate chain. Thank you to Jakub Ciolek for repor...
[ { "path": "src/crypto/x509/verify.go", "patch": "@@ -927,7 +927,10 @@ func alreadyInChain(candidate *Certificate, chain []*Certificate) bool {\n \t\tif !bytes.Equal(candidate.RawSubject, cert.RawSubject) {\n \t\t\tcontinue\n \t\t}\n-\t\tif !candidate.PublicKey.(pubKeyEqual).Equal(cert.PublicKey) {\n+\t\t// ...
2025-09-11T20:27:04
nodejs/node
5ed1bcbd9b9eea5f6116ef0a0c6980dec2ec6508
adc948af56bfdc8c9a47b35c095653dd9a131b08
src: fix internalModuleStat v8 fast path PR-URL: https://github.com/nodejs/node/pull/58054 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com>
[ { "path": "lib/fs.js", "patch": "@@ -1424,7 +1424,7 @@ function handleDirents({ result, currentPath, context }) {\n const dirent = getDirent(currentPath, names[i], types[i]);\n ArrayPrototypePush(context.readdirResults, dirent);\n \n- if (dirent.isDirectory() || binding.internalModuleStat(binding...
2025-04-29T17:53:12
vercel/next.js
2704e8bd54f79eac5cac80769d34d4d38b56f08d
281a6c00fc0d949334be04bec3b5fa17c6533f39
[turbopack] Support relative paths in turbopack source maps. (#85146) ### What Add an option to turbopack to render sourcemap relative file paths in source maps For now this is unused since it requires some support in next to be added in #85576 ### Why This will be useful for server source maps because it enables n...
[ { "path": "crates/next-core/src/mode.rs", "patch": "@@ -58,10 +58,7 @@ impl NextMode {\n }\n \n pub fn is_production(&self) -> bool {\n- match self {\n- NextMode::Development => false,\n- NextMode::Build => true,\n- }\n+ !self.is_development()\n }\n \n ...
2025-10-31T09:35:54
electron/electron
bd4ea5ba72574bbe1be39d6b658676b8aa390f5c
af6e2fb257d81d6ea216f773f1fb671bf2fb7849
fix: use proper PDF save approach (#44248)
[ { "path": "patches/chromium/fix_crash_when_saving_edited_pdf_files.patch", "patch": "@@ -13,54 +13,128 @@ This patch can be removed should we choose to support chrome.fileSystem\n or support it enough to fix the crash.\n \n diff --git a/chrome/browser/resources/pdf/pdf_viewer.ts b/chrome/browser/resources/p...
2024-10-16T15:33:21
rust-lang/rust
65e7758f07a2d5b14c4be67e4bc8dd9281f76a2d
f5cc1871a6dd69744b0268dd36715b587e469a26
Fix syntax/fuzz build error
[ { "path": "src/tools/rust-analyzer/crates/syntax/fuzz/Cargo.toml", "patch": "@@ -23,6 +23,3 @@ path = \"fuzz_targets/parser.rs\"\n [[bin]]\n name = \"reparse\"\n path = \"fuzz_targets/reparse.rs\"\n-\n-[lints]\n-workspace = true", "additions": 0, "deletions": 3, "language": "Unknown" } ]
2026-03-06T18:35:35
facebook/react
7771d3a7972cc2483c45fde51b7ec2d926cba097
f2841c2a490b4b776b98568871b69693fedf985c
[compiler] Track refs through object expressions and property lookups Summary: This addresses the issue of the compiler being overly restrictive about refs escaping into object expressions. Rather than erroring whenever a ref flows into an object, we will now treat the object itself as a ref, and apply the same escape...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/Validation/ValidateNoRefAccesInRender.ts", "patch": "@@ -11,12 +11,12 @@ import {\n IdentifierId,\n Place,\n SourceLocation,\n- isRefOrRefValue,\n isRefValueType,\n isUseRefType,\n } from '../HIR';\n import {\n eachInstructionValueOpe...
2024-08-27T17:11:50
golang/go
11d5484190f80823c9b6312fd40f6491e864111b
2e52060084ff170097347457525f0debde91aea9
runtime: fix self-deadlock on sbrk platforms The sbrk mem.go implementation doesn't enforce being called on the systemstack, but it can call back into itself if there's a stack growth. Because the sbrk implementation requires acquiring memlock, it can self-deadlock. For the most part the mem.go API is called on the s...
[ { "path": "src/runtime/mem_sbrk.go", "patch": "@@ -48,13 +48,32 @@ type memHdrPtr uintptr\n func (p memHdrPtr) ptr() *memHdr { return (*memHdr)(unsafe.Pointer(p)) }\n func (p *memHdrPtr) set(x *memHdr) { *p = memHdrPtr(unsafe.Pointer(x)) }\n \n+// memAlloc allocates n bytes from the brk reservation, or if...
2025-10-07T16:10:19
nodejs/node
44b4354b4e14a0370f1f4ba56479cf4f55984368
2fe23af880286b127dee2a5319d45cd72b857635
build: downgrade armv7 support to experimental There are a bunch of issues on that platform with recent V8 versions and we don't have the capacity to fix them. PR-URL: https://github.com/nodejs/node/pull/58071 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gm...
[ { "path": ".github/ISSUE_TEMPLATE/4-report-a-flaky-test.yml", "patch": "@@ -28,7 +28,6 @@ body:\n - AIX\n - FreeBSD\n - Linux ARM64\n- - Linux ARMv7\n - Linux PPC64LE\n - Linux s390x\n - Linux x64", "additions": 0, "deletions": 1, "language"...
2025-04-29T14:57:11
vercel/next.js
d349bd08949737c38f162e9d2b44688751a36cea
2f052b16f64ccf68d749b8ca8b07325d338db3a4
[test]: fix broken scroll restoration test (#85599)
[ { "path": "test/integration/scroll-back-restoration/test/index.test.js", "patch": "@@ -8,7 +8,7 @@ import {\n launchApp,\n nextStart,\n nextBuild,\n- check,\n+ retry,\n } from 'next-test-utils'\n \n const appDir = join(__dirname, '../')\n@@ -35,17 +35,15 @@ const runTests = () => {\n \n await br...
2025-10-31T09:22:16
rust-lang/rust
4e0b64408c4aee1066eefa6a80a56803a69467aa
e58ddb5ae575f13d5624cb6fb0a8324a806bc1c4
Fix newly detected subdiagnostics using variables from parent
[ { "path": "compiler/rustc_const_eval/src/check_consts/ops.rs", "patch": "@@ -265,6 +265,7 @@ fn build_error_for_const_call<'tcx>(\n }\n }\n CallKind::FnCall { fn_trait_id, self_ty } => {\n+ let kind = ccx.const_kind();\n let note = match self_ty.kind() {\n ...
2026-03-06T17:20:30
electron/electron
af6e2fb257d81d6ea216f773f1fb671bf2fb7849
df45474b58c85df982ed94168f032bc7d880b4e1
fix: trace-startup crashing child process on macOS (#44257)
[ { "path": "shell/app/electron_library_main.mm", "patch": "@@ -23,6 +23,13 @@ int ElectronMain(int argc, char* argv[]) {\n params.argc = argc;\n params.argv = const_cast<const char**>(argv);\n electron::ElectronCommandLine::Init(argc, argv);\n+\n+ // Ensure that Bundle Id is set before ContentMain.\n+...
2024-10-16T15:03:00
facebook/react
f2841c2a490b4b776b98568871b69693fedf985c
96aca5f4f3d7fbe0c13350f90031d8ec4c060ccb
[compiler] Fixture to demonstrate issue with returning object containing ref Summary: We currently can return a ref from a hook but not an object containing a ref. ghstack-source-id: 8b1de4991eb2731b7f758e685ba62d9f07d584b2 Pull Request resolved: https://github.com/facebook/react/pull/30820
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/error.return-ref-callback-structure.expect.md", "patch": "@@ -0,0 +1,45 @@\n+\n+## Input\n+\n+```javascript\n+// @flow @validateRefAccessDuringRender @validatePreserveExistingMemoizationGuarantees\n+\n+import {useRef} f...
2024-08-27T17:11:50
golang/go
f86ddb54b5b8e4cb30b8fe2f9f3a2c0c172e7c37
c938051dd0b80a5c60572d6807270d06ca685d2e
cmd/go: refactor usage of `ForceUseModules` This commit refactors usage of the global variable `ForceUseModules` to the global LoaderState field of the same name. This commit is part of the overall effort to eliminate global modloader state. [git-generate] cd src/cmd/go/internal/modload rf 'mv State.forceUseModules ...
[ { "path": "src/cmd/go/internal/load/pkg.go", "patch": "@@ -3348,7 +3348,7 @@ func GoFilesPackage(ctx context.Context, opts PackageOpts, gofiles []string) *Pa\n // would cause it to be interpreted differently if it were the main module\n // (replace, exclude).\n func PackagesAndErrorsOutsideModule(ctx contex...
2025-08-20T23:21:56
nodejs/node
2fe23af880286b127dee2a5319d45cd72b857635
3a19a713123453669755d03424744df6b675397e
doc: fix typo in `buffer.md` "Buffers" -> "Buffer's" in `Buffer` documentation. PR-URL: https://github.com/nodejs/node/pull/58052 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
[ { "path": "doc/api/buffer.md", "patch": "@@ -239,7 +239,7 @@ the characters.\n changes:\n - version: v3.0.0\n pr-url: https://github.com/nodejs/node/pull/2002\n- description: The `Buffer`s class now inherits from `Uint8Array`.\n+ description: The `Buffer` class now inherits from `Uint8Array`.\n ...
2025-04-29T13:04:50
rust-lang/rust
e58ddb5ae575f13d5624cb6fb0a8324a806bc1c4
10eb844bac7551efc821a7f55b2e1715098ed26b
Fix `variable_references` logic to catch all variable references
[ { "path": "compiler/rustc_macros/src/diagnostics/message.rs", "patch": "@@ -64,26 +64,46 @@ fn verify_variables_used(msg_span: Span, message_str: &str, variant: Option<&Var\n \n fn variable_references<'a>(msg: &fluent_syntax::ast::Message<&'a str>) -> Vec<&'a str> {\n let mut refs = vec![];\n+\n if ...
2026-03-06T17:19:58
vercel/next.js
856dc4f0b610f2d7c56416647722f79c214258fd
137dbec701dee2b6b09d2d97b0f98665b6a148d5
Update parallel routes in build-complete (#85546) This fixes parallel routes being considered separate outputs with the same pathname in the adapters build-complete hook and instead merges them into the same output combining the necessary outputs.
[ { "path": "packages/next/src/build/adapter/build-complete.ts", "patch": "@@ -966,6 +966,18 @@ export async function handleBuildComplete({\n return {} as Record<string, string>\n }\n )\n+\n+ // If this is a parallel route we just need to merge\n+ // the a...
2025-10-30T22:58:43
facebook/react
96aca5f4f3d7fbe0c13350f90031d8ec4c060ccb
f90a6bcc4c988f7524ce2be675b3257a530a51e9
Spawn new task if we hit stack overflow (#30419) If we see the "Maximum call stack size exceeded" error we know we've hit stack overflow. We can recover from this by spawning a new task and trying again. Effectively a zero-cost trampoline in the normal case. The new task will have a clean stack. If you have a lot o...
[ { "path": "packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js", "patch": "@@ -8677,4 +8677,65 @@ describe('ReactDOMFizzServer', () => {\n '\\n in Bar (at **)' + '\\n in Foo (at **)',\n );\n });\n+\n+ it('can recover from very deep trees to avoid stack overflow', async () => {\n+ ...
2024-08-27T17:10:37
electron/electron
df45474b58c85df982ed94168f032bc7d880b4e1
b5acebf3bacb9fcaddf132243847aac2265c9d40
fix: ensure `utilityProcess` only emits one 'exit' event (#44243) fix: ensure utilityProcess only emits one exit
[ { "path": "shell/browser/api/electron_api_utility_process.cc", "patch": "@@ -247,12 +247,16 @@ void UtilityProcessWrapper::OnServiceProcessLaunch(\n }\n \n void UtilityProcessWrapper::HandleTermination(uint64_t exit_code) {\n+ // HandleTermination is called from multiple callsites,\n+ // we need to ensure...
2024-10-16T08:47:12
nodejs/node
067a779f17df61fc1c0452de7146f428a3a7d2ac
6cd1c09c1029f51f85baf7b52982f49094437f61
tools: enable CodeQL config file A previous change designed to ignore test files in CodeQL scans had multiple problems. This fixes the CodeQL scan breakage. It adds a CodeQL config file, which allows us to ignore the test directory in our scans. Refs: https://github.com/nodejs/node/pull/57978#issuecomment-2829182983 ...
[ { "path": ".github/codeql-config.yml", "patch": "@@ -0,0 +1,4 @@\n+name: CodeQL config\n+\n+paths-ignore:\n+ - test", "additions": 4, "deletions": 0, "language": "YAML" }, { "path": ".github/workflows/codeql.yml", "patch": "@@ -7,9 +7,6 @@ on:\n permissions:\n contents: read\n \n-...
2025-04-28T13:34:47
golang/go
c938051dd0b80a5c60572d6807270d06ca685d2e
64699542031b994ec4fdb6de887a94b69a372f9b
Revert "cmd/compile: redo arm64 LR/FP save and restore" This reverts commit 719dfcf8a8478d70360bf3c34c0e920be7b32994. Reason for revert: Causing crashes. Change-Id: I0b8526dd03d82fa074ce4f97f1789eeac702b3eb Reviewed-on: https://go-review.googlesource.com/c/go/+/709755 Reviewed-by: Keith Randall <khr@google.com> Revi...
[ { "path": "src/cmd/compile/abi-internal.md", "patch": "@@ -576,19 +576,19 @@ A function's stack frame, after the frame is created, is laid out as\n follows:\n \n +------------------------------+\n- | return PC |\n- | frame pointer on entry | ← R29 points to\n | ... loc...
2025-10-07T14:58:50
vercel/next.js
137dbec701dee2b6b09d2d97b0f98665b6a148d5
1db1762a67771d6b247a46a83396abcac13939e8
Turbopack: chore: Remove some dead MagicAny serialization code from turbo_tasks::value (#85577) Noticed this was dead while I was looking through how we might integrate bincode. We only ever use `any_serialization` and not `magic_serialization`. In theory, `magic_serialization` is slightly better because it can inclu...
[ { "path": "turbopack/crates/turbo-tasks/src/value_type.rs", "patch": "@@ -2,24 +2,18 @@ use std::{\n any::{Any, type_name},\n fmt::{self, Debug, Display, Formatter},\n hash::Hash,\n- sync::Arc,\n };\n \n use auto_hash_map::{AutoMap, AutoSet};\n use serde::{Deserialize, Serialize};\n use traci...
2025-10-30T22:15:27
electron/electron
b5acebf3bacb9fcaddf132243847aac2265c9d40
ef84f1365014d0b587659fdae5da6542d1ae296a
fix: -Wunsafe-buffer-usage warnings in TaskbarHost::SetThumbarButtons() (#44238) * fix: -Wunsafe-buffer-usage warnings in TaskbarHost::SetThumbarButtons() * fixup! fix: -Wunsafe-buffer-usage warning in ChunkedDataPipeReadableStream (#44211)
[ { "path": "shell/browser/ui/win/taskbar_host.cc", "patch": "@@ -5,6 +5,7 @@\n #include \"shell/browser/ui/win/taskbar_host.h\"\n \n #include <objbase.h>\n+#include <array>\n #include <string>\n \n #include \"base/strings/utf_string_conversions.h\"\n@@ -25,10 +26,10 @@ namespace {\n // From MSDN:\n // https:...
2024-10-15T23:31:44
golang/go
c1e6e49d5d3f3fb927f1bfd1b453d8e7c906c6ac
7fbf54bfebf9243550177bc6871d80e58bedf1a6
fmt: reduce Errorf("x") allocations to match errors.New("x") For unformatted strings, it comes up periodically that there are more allocations using fmt.Errorf("x") compared to errors.New("x"). People cite it as a reason to switch code using fmt.Errorf to use errors.New instead. Three examples from the last few weeks...
[ { "path": "src/fmt/errors.go", "patch": "@@ -6,6 +6,7 @@ package fmt\n \n import (\n \t\"errors\"\n+\t\"internal/stringslite\"\n \t\"slices\"\n )\n \n@@ -19,7 +20,22 @@ import (\n // order they appear in the arguments.\n // It is invalid to supply the %w verb with an operand that does not implement\n // the...
2025-10-03T14:59:54
nodejs/node
6cd1c09c1029f51f85baf7b52982f49094437f61
8e7ae60e3bcb5e0d11ac92b931b762b30a38d4b0
src: fix EnvironmentOptions.async_context_frame default value `default_is_true` in bool OptionsParser is a hint for help text. The default value for an option is still required to be set in the option struct. PR-URL: https://github.com/nodejs/node/pull/58030 Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Revi...
[ { "path": "src/node_options.h", "patch": "@@ -146,7 +146,7 @@ class EnvironmentOptions : public Options {\n bool allow_worker_threads = false;\n bool experimental_repl_await = true;\n bool experimental_vm_modules = false;\n- bool async_context_frame = false;\n+ bool async_context_frame = true;\n b...
2025-04-27T22:10:30
vercel/next.js
e7fbab4daa58e5d502ffa4963c9a6f1698a0f194
e58657f6bdc15919ab74e700b388daff4e4cf9bf
Turbopack: Make tasks deterministic (#85524) ### What? Fix Equal implementation on a bunch of structs. Make tasks deterministic
[ { "path": "turbopack/crates/turbopack-core/src/changed.rs", "patch": "@@ -1,7 +1,7 @@\n use anyhow::Result;\n use turbo_tasks::{\n Completion, Completions, ResolvedVc, TryJoinIterExt, Vc,\n- graph::{GraphTraversal, NonDeterministic},\n+ graph::{AdjacencyMap, GraphTraversal, NonDeterministic},\n };...
2025-10-30T12:55:50
electron/electron
36b7cf341e814bc7b7b17440033e68d72d14987b
72802c374b8fa719fbd2ec69cf25079a3db67df3
chore: bump chromium to 131.0.6776.0 (main) (#44137) * chore: bump chromium in DEPS to 131.0.6763.0 * chore: bump chromium in DEPS to 131.0.6764.0 * update patches * chore: bump chromium in DEPS to 131.0.6766.0 * chore: update patches * Use PathInfo in FileSystemAccess code Refs https://chromium-revi...
[ { "path": ".github/workflows/pipeline-segment-electron-build.yml", "patch": "@@ -187,8 +187,8 @@ jobs:\n HELPER=$(node -p \"require('./src/utils/reclient.js').helperPath({})\")\n $HELPER login\n echo 'RBE_service='`node -e \"console.log(require('./src/utils/reclient.js').serviceAddre...
2024-10-15T15:51:11
nodejs/node
8e7ae60e3bcb5e0d11ac92b931b762b30a38d4b0
c712dd284bf1baac79e96f272b51d8da35ffd5ee
async_hooks: enable AsyncLocalStorage once constructed This fixes the leak behavior when using `enterWith` when no `AsyncLocalStorage`s were enabled inside a promise. PR-URL: https://github.com/nodejs/node/pull/58029 Fixes: https://github.com/nodejs/node/issues/53037 Refs: https://github.com/nodejs/node/pull/58019 Re...
[ { "path": "lib/internal/async_local_storage/async_hooks.js", "patch": "@@ -51,6 +51,8 @@ class AsyncLocalStorage {\n if (options.name !== undefined) {\n this.#name = `${options.name}`;\n }\n+\n+ this._enable();\n }\n \n /** @type {string} */", "additions": 2, "deletions": 0, ...
2025-04-27T21:43:28
vercel/next.js
e51b136afb13d98c8a2598153ca383c101f28583
d7d9790027512c7047a31ddbfc94afdb1d4fea30
[test] Consolidate identical snapshots across different bundlers (#85532) I noticed that we fixed some of the differences in error stacks and source frames between bundlers, which allows us to consolidate duplicate snapshots. To accomplish this, I asked Claude to write an AST-based script to find and deduplicate the a...
[ { "path": "test/e2e/app-dir/cache-components-errors/cache-components-errors.test.ts", "patch": "@@ -111,38 +111,20 @@ describe('Cache Components Errors', () => {\n { isMinified: !isDebugPrerender }\n )\n \n- if (isTurbopack) {\n- if (isDebugPrerender) {\n- ...
2025-10-30T10:36:42
facebook/react
e44685e4f196f9e19c3729ab2b3772a40428ac1e
dcae56f8b72f625d8affe5729ca9991b31a492ac
[DevTools] Use Owner Stacks to Implement View Source of a Server Component (#30798) We don't have the source location of Server Components on the client because we don't want to eagerly do the throw trick for all Server Components just in case. Unfortunately Node.js doesn't expose V8's API to get a source location ...
[ { "path": "packages/react-devtools-shared/src/backend/fiber/DevToolsFiberComponentStack.js", "patch": "@@ -108,6 +108,23 @@ export function getStackByFiberInDevAndProd(\n }\n }\n \n+export function getSourceLocationByFiber(\n+ workTagMap: WorkTagMap,\n+ fiber: Fiber,\n+ currentDispatcherRef: CurrentDis...
2024-08-27T00:50:43
nodejs/node
6e60ab744e6a1371aa514cb5b6a5cedceb2a706b
e86adad759702799433b343a1703168e5bc65a6d
src: annotate BaseObjects in the heap snapshots correctly This fixes two issues in the BaseObject views in the heap snapshots: 1. BaseObjects are not conceptually roots when the environment and the realms are also showing up in the heap snapshot. Rather, they should be considered being held alive by the BaseObj...
[ { "path": "src/base_object-inl.h", "patch": "@@ -125,11 +125,6 @@ bool BaseObject::IsWeakOrDetached() const {\n return pd->wants_weak_jsobj || pd->is_detached;\n }\n \n-v8::EmbedderGraph::Node::Detachedness BaseObject::GetDetachedness() const {\n- return IsWeakOrDetached() ? v8::EmbedderGraph::Node::Deta...
2025-03-11T19:02:17
electron/electron
566c72cd46a509d5f18a5f35f6d420a5451d51c0
8b3d70a2a34b7fdcf91fdda5566bf2663551ff60
fix: -Wunsafe-buffer-usage warning in ChunkedDataPipeReadableStream (#44211) * chore: rename v8_value_serializer.cc,h to v8_util.cc,h * feat: add electron::util::as_byte_span(v8::Local<v8::ArrayBuffer>) * fix: -Wunsafe-buffer-usage warnings in ChunkedDataPipeReadableStream::ReadInternal() Xref: https://chromi...
[ { "path": "filenames.gni", "patch": "@@ -684,8 +684,8 @@ filenames = {\n \"shell/common/skia_util.cc\",\n \"shell/common/skia_util.h\",\n \"shell/common/thread_restrictions.h\",\n- \"shell/common/v8_value_serializer.cc\",\n- \"shell/common/v8_value_serializer.h\",\n+ \"shell/common/v8_u...
2024-10-14T08:46:24
facebook/react
4f546740788ae95ced0338a9cbafc50124b47194
c9c170b63b086964272ea2632551b1f108c6fd56
[compiler] Infer phi types, extend mutable ranges to account for Store effects Redo of an earlier (pre-OSS) PR to infer types of phi nodes. There are a few pieces to this: 1. Update InferTypes to infer the type of `phi.id.type`, not the unused `phi.type`. 2. Update the algorithm to verify that all the phi types are a...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/Inference/InferMutableRanges.ts", "patch": "@@ -50,8 +50,38 @@ export function inferMutableRanges(ir: HIRFunction): void {\n // Re-infer mutable ranges for all values\n inferMutableLifetimes(ir, true);\n \n- // Re-infer mutable ranges for ali...
2024-08-23T00:26:48
vercel/next.js
89cd2058a6b2ff711a7237b0ba5003b73b4649c1
920b2c0073c519d43a6b6b087c08aaf55e9c80b1
[turbopack] Move generation of `cacheLife` types out of the webpack plugin and into the dev bundler directly (#85539) Ensure that users configuring custom `cacheLife` configs with Typescript get support with turbopack This follows the same pattern as typed-routes, so generation can happen during `next type-gen` and a...
[ { "path": "packages/next/src/build/webpack-config.ts", "patch": "@@ -2155,7 +2155,6 @@ export default async function getBaseWebpackConfig(\n dev,\n isEdgeServer,\n pageExtensions: config.pageExtensions,\n- cacheLifeConfig: config.cacheLife,\n originalRewrites...
2025-10-30T09:42:59
golang/go
1d62e92567a858b18f4e7e0c24e071c039dd3edf
4fca79833fcdd0dc19bb0feba8715a0def3d07be
test/codegen: make sure assignment results are used. Some tests make assignments to an argument without reading it. With CL 708865, they are treated as dead stores and are removed. Make sure the results are used. Fixes #75745. Fixes #75746. Change-Id: I05580beb1006505ec1550e5fa245b54dcefd10b9 Reviewed-on: https://go...
[ { "path": "test/codegen/constants.go", "patch": "@@ -7,7 +7,7 @@\n package codegen\n \n // A uint16 or sint16 constant shifted left.\n-func shifted16BitConstants(out [64]uint64) {\n+func shifted16BitConstants() (out [64]uint64) {\n \t// ppc64x: \"MOVD\\t[$]8193,\", \"SLD\\t[$]27,\"\n \tout[0] = 0x0000010008...
2025-10-04T15:32:33
nodejs/node
e86adad759702799433b343a1703168e5bc65a6d
c1b15a49be8cf4f14cfac3c2a8207e012b97bfd4
test: use validateByRetainingPath in heapdump tests This makes sure that the tests are run on actual heap snapshots and prints out missing paths when it cannot be found, which makes failures easier to debug, and removes the unnecessary requirement for BaseObjects to be root - which would make the heap snapshot contain...
[ { "path": "test/common/heap.js", "patch": "@@ -221,6 +221,7 @@ function validateSnapshotNodes(...args) {\n * A alternative heap snapshot validator that can be used to verify cppgc-managed nodes.\n * Modified from\n * https://chromium.googlesource.com/v8/v8/+/b00e995fb212737802810384ba2b868d0d92f7e5/test/...
2025-03-11T18:58:57
facebook/react
ee7f6757c446c4e79ecc7e2bc22b8c9b712834b7
b57d282369b3b3232d8fed537f5aaf0156430d63
Fix: Synchronous popstate transitions (#30759) This is a refactor of the fix in #27505. When a transition update is scheduled by a popstate event, (i.e. a back/ forward navigation) we attempt to render it synchronously even though it's a transition, since it's likely the previous page's data is cached. In #275...
[ { "path": "packages/react-dom/src/__tests__/ReactDOMFiberAsync-test.js", "patch": "@@ -744,7 +744,7 @@ describe('ReactDOMFiberAsync', () => {\n // Because it suspended, it remains on the current path\n expect(div.textContent).toBe('/path/a');\n });\n- assertLog(['Suspend! [/path/b]']);\n+...
2024-08-23T16:30:08
electron/electron
8b3d70a2a34b7fdcf91fdda5566bf2663551ff60
527efc01a4d989e973ed96042c890b820bb7b649
feat: add WebFrameMain detached property (#43473) * feat: add WebFrameMain detached property fix: throw instead of returning null senderFrame test: detached frames fix: ensure IPCs of pending deletion RFHs are dispatched fix: lookup WFM by FTN ID to dispatch IPCs feat: add frame.isDestroyed() return ...
[ { "path": "docs/api/session.md", "patch": "@@ -268,7 +268,8 @@ Returns:\n * `event` Event\n * `details` Object\n * `deviceList` [HIDDevice[]](structures/hid-device.md)\n- * `frame` [WebFrameMain](web-frame-main.md)\n+ * `frame` [WebFrameMain](web-frame-main.md) | null - The frame initiating this event.\...
2024-10-11T22:33:53
vercel/next.js
920b2c0073c519d43a6b6b087c08aaf55e9c80b1
f0b97b7e334ad93f82d63860c9560105c1139cd7
[test] Remove `maxRetries` and `hardError` parameters (#85536)
[ { "path": "test/e2e/app-dir/actions/app-action.test.ts", "patch": "@@ -2,7 +2,6 @@ import { FileRef, nextTestSetup } from 'e2e-utils'\n import {\n assertHasRedbox,\n retry,\n- check,\n waitFor,\n getRedboxSource,\n getDistDir,\n@@ -527,17 +526,29 @@ describe('app-dir action handling', () => {\n \...
2025-10-30T09:27:03
nodejs/node
f114dbee9d9521eb4b621cece11fbdb7ee8d31e1
e716081f199525b5f81f4688743f841f53eadcbd
src: improve error handling in cares_wrap PR-URL: https://github.com/nodejs/node/pull/57937 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
[ { "path": "src/cares_wrap.cc", "patch": "@@ -76,6 +76,7 @@ using v8::JustVoid;\n using v8::Local;\n using v8::LocalVector;\n using v8::Maybe;\n+using v8::MaybeLocal;\n using v8::Nothing;\n using v8::Null;\n using v8::Object;\n@@ -163,29 +164,31 @@ void ares_sockstate_cb(void* data, ares_socket_t sock, int r...
2025-04-19T21:11:12
facebook/react
36c04348d7c6179bac4e7f27af823a67289432f9
97e2ce6a003db070d1d14ca25ac4b30e1df4a8ce
[DevTools] Make Functions Clickable to Jump to Definition (#30769) Currently you can jump to definition of a function by right clicking through the context menu. However, it's pretty difficult to discover. This makes the functions clickable to jump to definition - like links. This uses the same styling as we do f...
[ { "path": "packages/react-devtools-shared/src/__tests__/inspectedElement-test.js", "patch": "@@ -697,8 +697,8 @@ describe('InspectedElement', () => {\n expect(inspectedElement.props).toMatchInlineSnapshot(`\n {\n \"anonymous_fn\": Dehydrated {\n- \"preview_short\": ƒ () {},\n- ...
2024-08-22T16:35:49
electron/electron
527efc01a4d989e973ed96042c890b820bb7b649
6c1b377192039733935ce8b5561576d985cbc56c
fix: -Wunsafe-buffer-usage warnings when read()ing and write()ing integers (#44185)
[ { "path": "shell/browser/electron_browser_main_parts_posix.cc", "patch": "@@ -25,6 +25,18 @@ namespace electron {\n \n namespace {\n \n+// write |ref|'s raw bytes to |fd|.\n+template <typename T>\n+void WriteValToFd(int fd, const T& ref) {\n+ base::span<const uint8_t> bytes = base::byte_span_from_ref(ref);...
2024-10-11T19:29:00
vercel/next.js
1b9eb60878cabfae1af8673d9a4edbafc170d93a
418cddf7e30e9818bbaaab11c159147defbc7967
[docs] Fix a typo (#85492) Fix a small typo
[ { "path": "docs/01-app/03-api-reference/03-file-conventions/proxy.mdx", "patch": "@@ -622,7 +622,7 @@ export const config = {\n \n > **Good to know**:\n >\n-> - Even when `_next/data` is excluded in a negative matcher pattern, proxy will still be invoked for `_next/data` routes. This is intentional behavior...
2025-10-30T04:22:32
golang/go
719dfcf8a8478d70360bf3c34c0e920be7b32994
f3312124c2370c2f64a7f9ad29732ec30209647a
cmd/compile: redo arm64 LR/FP save and restore Instead of storing LR (the return address) at 0(SP) and the FP (parent's frame pointer) at -8(SP), store them at framesize-8(SP) and framesize-16(SP), respectively. We push and pop data onto the stack such that we're never accessing anything below SP. The prolog/epilog ...
[ { "path": "src/cmd/compile/abi-internal.md", "patch": "@@ -576,19 +576,19 @@ A function's stack frame, after the frame is created, is laid out as\n follows:\n \n +------------------------------+\n+ | return PC |\n+ | frame pointer on entry | ← R29 points to\n | ... loc...
2025-05-17T22:05:56
facebook/react
97e2ce6a003db070d1d14ca25ac4b30e1df4a8ce
e483df4658473ca9c917a42be4869d445be00807
[Flight] Enable Server Action Source Maps in flight-esm Fixture (#30763) Stacked on #30758 and #30755. This is copy paste from #30755 into the ESM package. We use the `webpack-sources` package for the source map utility but it's not actually dependent on Webpack itself. Could probably inline it in the build.
[ { "path": "fixtures/flight-esm/package.json", "patch": "@@ -13,14 +13,15 @@\n \"prompts\": \"^2.4.2\",\n \"react\": \"experimental\",\n \"react-dom\": \"experimental\",\n- \"undici\": \"^5.20.0\"\n+ \"undici\": \"^5.20.0\",\n+ \"webpack-sources\": \"^3.2.0\"\n },\n \"scripts\": {\n ...
2024-08-22T16:35:16
nodejs/node
4cd8e1914a503ece778d642e748020e675cf1060
a8a86b3adbbd275a1183ccebe3f782adec92d1e9
http2: add raw header array support to h2Session.request() This also notably changes error handling for request(). Previously some invalid header values (but not all) would cause the session to be unnecessarily destroyed automatically, e.g. passing an unparseable header name to request(). This is no longer the case: h...
[ { "path": "doc/api/http2.md", "patch": "@@ -1073,7 +1073,7 @@ The `'origin'` event is only emitted when using a secure TLS connection.\n added: v8.4.0\n -->\n \n-* `headers` {HTTP/2 Headers Object}\n+* `headers` {HTTP/2 Headers Object} | {Array}\n \n * `options` {Object}\n * `endStream` {boolean} `true` i...
2025-04-17T17:16:52
electron/electron
dd5b36f5574278a59068c61e9115b3aa2e83d19b
8201623d9298155c6c3f8174b257d13fe5784edb
fix: clang variable configuration in generated node headers (#44189) * fix: clang variable configuration in generated node headers * chore: restore value in common.gypi
[ { "path": "patches/node/.patches", "patch": "@@ -53,3 +53,4 @@ build_don_t_redefine_win32_lean_and_mean.patch\n build_compile_with_c_20_support.patch\n add_v8_taskpirority_to_foreground_task_runner_signature.patch\n cli_remove_deprecated_v8_flag.patch\n+build_restore_clang_as_default_compiler_on_macos.patch...
2024-10-11T14:22:56
vercel/next.js
1bca3db0bff3ceb7f78968d18e0f4ad9a393130d
94dfab3fdac5f1631ecf808011756abf7b2b5b09
fix: redirect should always return updated router state (#85533) When a server action triggers a redirect, it will return the RSC payload for the destination state in a single roundtrip. This lets us update the UI without needing to waterfall when getting the target page's data. We reject the server action with a spec...
[ { "path": "packages/next/src/client/components/redirect-boundary.tsx", "patch": "@@ -48,6 +48,13 @@ export class RedirectErrorBoundary extends React.Component<\n if (isRedirectError(error)) {\n const url = getURLFromRedirectError(error)\n const redirectType = getRedirectTypeFromError(error)\...
2025-10-29T23:02:16
golang/go
f3312124c2370c2f64a7f9ad29732ec30209647a
24416458c21a48d83f34d3c2242d892e002bcd6c
runtime: remove batching from spanSPMC free Added in CL 700496, freeSomeSpanSPMCs attempts to bound tail latency by processing at most 64 entries at a time, as well as returning early if it notices a preemption request. Both of those are attempts to reduce tail latency, as we cannot preempt the function while it holds...
[ { "path": "src/runtime/mgc.go", "patch": "@@ -2046,8 +2046,7 @@ func gcSweep(mode gcMode) bool {\n \t\tprepareFreeWorkbufs()\n \t\tfor freeSomeWbufs(false) {\n \t\t}\n-\t\tfor freeSomeSpanSPMCs(false) {\n-\t\t}\n+\t\tfreeDeadSpanSPMCs()\n \t\t// All \"free\" events for this mark/sweep cycle have\n \t\t// no...
2025-10-06T18:38:47
facebook/react
e483df4658473ca9c917a42be4869d445be00807
7a3fcc9898d57a723613814bd19ec1d60805e5c8
[Flight ESM] Wire up Source Maps in the flight-esm fixture (#30758) Same as #29708 but for the flight-esm fixture.
[ { "path": "fixtures/flight-esm/server/global.js", "patch": "@@ -131,6 +131,45 @@ app.use(\n express.static('node_modules/react-server-dom-esm/esm')\n );\n \n+if (process.env.NODE_ENV === 'development') {\n+ app.get('/source-maps', async function (req, res, next) {\n+ // Proxy the request to the region...
2024-08-22T16:34:48
nodejs/node
3e996dff22da0b61f34d2b60037326434b005eac
b673c697a75f440b9a8c60a28737acc9b01cebe7
build: fix zstd libname PR-URL: https://github.com/nodejs/node/pull/57999 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.co...
[ { "path": "configure.py", "patch": "@@ -2268,7 +2268,7 @@ def make_bin_override():\n configure_library('ngtcp2', output, pkgname='libngtcp2')\n configure_library('sqlite', output, pkgname='sqlite3')\n configure_library('uvwasi', output, pkgname='libuvwasi')\n-configure_library('zstd', output)\n+configure_li...
2025-04-26T09:06:42
electron/electron
8201623d9298155c6c3f8174b257d13fe5784edb
d93285dde1bb8b2184e262a447875e87d471574f
test: fix visibility-state-spec.ts flaky test (#44037) * test: refactor visibility-state-spec * ci: shard tests * test: update split-tests for use on Windows * test: run visibility-state-spec.ts first
[ { "path": "appveyor-woa.yml", "patch": "@@ -45,10 +45,16 @@ environment:\n matrix:\n \n - job_name: Build Arm on X64 Windows\n- - job_name: Test On Windows On Arm Hardware\n+ - job_name: Test On Windows On Arm Hardware 1\n job_depends_on: Build Arm on X64 Windows\n APPVEYOR_BUILD_WOR...
2024-10-11T14:00:22
vercel/next.js
c0c75e4aaa8ece2c9e789e2e3f150d7487b60bbc
1e53071f778ac79f78979e497fad40c13dee759f
Avoid proxying React modules through workUnitStore (#85486) Today the `captureOwnerStack()` function is provided to shared utilities through an AsyncLocalStorage that scopes the method from the appropriate React instance. This is so that external code like patches to sync IO methods can still generate errors with the ...
[ { "path": "packages/next/src/server/app-render/app-render.tsx", "patch": "@@ -955,7 +955,6 @@ async function prospectiveRuntimeServerPrerender(\n renderResumeDataCache,\n prerenderResumeDataCache,\n hmrRefreshHash: undefined,\n- captureOwnerStack: undefined,\n // We only need task sequenc...
2025-10-29T16:55:51
golang/go
c2fb15164bdb9d44a302771be613fbef5faa4a8e
ac2ec82172799b88c057bb9ded6fe24e7909e860
testing/synctest: remove Run Run (experimental) is replaced by Test. Fixes #74012 Change-Id: I1721e1edfbcb4f1fe2159dc0430a13685b2d08c4 Reviewed-on: https://go-review.googlesource.com/c/go/+/709355 Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com> Reviewed-by: Damien Neil <dneil@google.com> Auto-Submit: Damien Neil...
[ { "path": "src/testing/synctest/run.go", "patch": "@@ -1,16 +0,0 @@\n-// Copyright 2025 The Go Authors. All rights reserved.\n-// Use of this source code is governed by a BSD-style\n-// license that can be found in the LICENSE file.\n-\n-//go:build goexperiment.synctest\n-\n-package synctest\n-\n-import \"i...
2025-10-05T22:17:40
facebook/react
0ef00b3e17447ae94dc5701a5ad410c137680d86
f7bb717e9e9f876c6a466a5f6d31004c7f7590c5
[compiler] Transitively freezing functions marks values as frozen, not effects The fixture from the previous PR was getting inconsistent behavior because of the following: 1. Create an object in a useMemo 2. Create a callback in a useCallback, where the callback captures the object from (1) into a local object, then p...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/Inference/InferReferenceEffects.ts", "patch": "@@ -453,6 +453,37 @@ class InferenceState {\n }\n }\n \n+ freezeValues(values: Set<InstructionValue>, reason: Set<ValueReason>): void {\n+ for (const value of values) {\n+ this.#values....
2024-08-21T21:07:12
nodejs/node
b665127963f8b3df7e18eb3ced30507e8c904d14
5d15cbb4163bd895319d0f300eb08025883f6c3d
watch: clarify completion/failure watch mode messages clarify the messages that `node --watch` presents to the user when the process terminates (either successfully or because of some error) by clearly conveying that node is waiting for new file changes before restarting the process PR-URL: https://github.com/nodejs/...
[ { "path": "lib/internal/main/watch_mode.js", "patch": "@@ -79,10 +79,11 @@ function start() {\n }\n child.once('exit', (code) => {\n exited = true;\n+ const waitingForChanges = 'Waiting for file changes before restarting...';\n if (code === 0) {\n- process.stdout.write(`${blue}Completed ...
2025-04-24T14:00:24
electron/electron
3d2f68a9df2946074e4412b8ab31d4468a4baf9f
d51ef7d7946381e3bfdd48ca51309b4fb5ad03aa
refactor: spanify image utils (#44127) * refactor: electron::util::AddImageSkiaRepFromJPEG() takes a span arg * refactor: electron::util::AddImageSkiaRepFromPNG() takes a span arg * refactor: electron::util::AddImageSkiaRepFromBuffer() takes a span arg * feat: add Node-buffer-to-base-span helper function *...
[ { "path": "shell/common/api/electron_api_native_image.cc", "patch": "@@ -30,6 +30,7 @@\n #include \"shell/common/gin_helper/function_template_extensions.h\"\n #include \"shell/common/gin_helper/object_template_builder.h\"\n #include \"shell/common/node_includes.h\"\n+#include \"shell/common/node_util.h\"\n ...
2024-10-10T13:34:55
vercel/next.js
f3656691c28c346f9d0fa4d7906378d9a4896057
e3b3b1a9ab4ed338b64f57362efd52bfcdfa3cf4
[test] Use `--debug-build-paths` instead of `NEXT_PRIVATE_APP_PATHS` (#85504) With `--debug-build-paths` being added in #85052, we can now use this CLI flag in tests, instead of setting the private environment variable `NEXT_PRIVATE_APP_PATHS`. Related to this change, this PR fixes how we print the dev, start and bui...
[ { "path": "package.json", "patch": "@@ -165,6 +165,7 @@\n \"@types/react\": \"19.2.2\",\n \"@types/react-dom\": \"19.2.1\",\n \"@types/relay-runtime\": \"14.1.13\",\n+ \"@types/shell-quote\": \"1.7.1\",\n \"@types/string-hash\": \"1.1.1\",\n \"@types/trusted-types\": \"2.0.3\",\n ...
2025-10-29T13:03:42
facebook/react
f7bb717e9e9f876c6a466a5f6d31004c7f7590c5
eb3ad065a10e542eb501bcb7dba7f9617e8c363e
[compiler] Repro for missing memoization due to inferred mutation This fixture bails out on ValidatePreserveExistingMemo but would ideally memoize since the original memoization is safe. It's trivial to make it pass by commenting out the commented line (`LogEvent.log(() => object)`). I would expect the compiler to inf...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/Validation/ValidatePreservedManualMemoization.ts", "patch": "@@ -23,7 +23,7 @@ import {\n ScopeId,\n SourceLocation,\n } from '../HIR';\n-import {printManualMemoDependency} from '../HIR/PrintHIR';\n+import {printIdentifier, printManualMemoDepe...
2024-08-21T21:07:11
golang/go
ac2ec82172799b88c057bb9ded6fe24e7909e860
e74b224b7c7b7511fe37686d81a6e33d40fdeb17
runtime: bump thread count slack for TestReadMetricsSched This test is *still* flaky, but it appears to be just mayMoreStackPreempt and the thread count *occasionally* exceeds the original (and arbitrary) thread count slack by exactly 1. Bump the thread count slack by one. We can investigate further and bump it again...
[ { "path": "src/runtime/testdata/testprog/schedmetrics.go", "patch": "@@ -84,7 +84,12 @@ func SchedMetrics() {\n \n \t// threadsSlack is the maximum number of threads left over\n \t// from the runtime (sysmon, the template thread, etc.)\n-\tconst threadsSlack = 4\n+\t// Certain build modes may also cause the...
2025-10-03T16:23:10
nodejs/node
5d15cbb4163bd895319d0f300eb08025883f6c3d
2c315d24f5775f837e5f51021611820e338d0810
crypto: fix cross-realm `SharedArrayBuffer` validation PR-URL: https://github.com/nodejs/node/pull/57974 Reviewed-By: Jordan Harband <ljharb@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
[ { "path": "lib/internal/crypto/webidl.js", "patch": "@@ -25,9 +25,6 @@ const {\n String,\n TypedArrayPrototypeGetBuffer,\n TypedArrayPrototypeGetSymbolToStringTag,\n- globalThis: {\n- SharedArrayBuffer,\n- },\n } = primordials;\n \n const {\n@@ -47,7 +44,7 @@ const {\n validateMaxBufferLength,\...
2025-04-24T13:28:51
rust-lang/rust
56a074bd3567032ef4ee2433d658d78aa727b596
45efcf5606e59e091113a4239717e8fe1a7f98c6
fix: File watcher should watch directories recursively Currently rust-analyzer only watches the directory itself, and doesn't consider children recursively. This is a problem when the directory itself is deleted and recreated (e.g. if you're creating all of `mycrate/src/` with a code generating script). The obvious s...
[ { "path": "src/tools/rust-analyzer/crates/vfs-notify/src/lib.rs", "patch": "@@ -317,7 +317,7 @@ impl NotifyActor {\n \n fn watch(&mut self, path: &Path) {\n if let Some((watcher, _)) = &mut self.watcher {\n- log_notify_error(watcher.watch(path, RecursiveMode::NonRecursive));\n+ ...
2026-03-06T17:09:01
vercel/next.js
e3b3b1a9ab4ed338b64f57362efd52bfcdfa3cf4
0adb4986a081c36a6e4ff32e2bf9f85daf5c31c3
[test] Avoid needless start/stop from using `createSandbox` (#85507) `createSandbox` fully isolates the returned session from the existing Next instance by restarting the server. This is wasteful if the existing instance is already started. Some tests called `nextTestSetup()` without `skipStart` which got fixed in th...
[ { "path": "test/development/acceptance-app/app-hmr-changes.test.ts", "patch": "@@ -19,6 +19,7 @@ describe('Error overlay - RSC build errors', () => {\n 'image-size': '^1.0.2',\n autoprefixer: '^10.4.13',\n },\n+ skipStart: true,\n })\n \n // TODO: The error overlay is not closed when ...
2025-10-29T12:55:45
electron/electron
78fa4777261edafb27f228669465de1e80161ee4
dbbdf55493fbd4083690b62aaf0aa39aa7d2500f
fix: -Wunsafe-buffer-usage warning in HasWordCharacters() (#44133)
[ { "path": "shell/renderer/api/electron_api_spell_check_client.cc", "patch": "@@ -15,6 +15,7 @@\n #include \"base/containers/contains.h\"\n #include \"base/logging.h\"\n #include \"base/numerics/safe_conversions.h\"\n+#include \"base/strings/utf_string_conversion_utils.h\"\n #include \"base/task/single_threa...
2024-10-09T18:02:00
facebook/react
dd9117e3134f24d1aa39e405a95ab54188a017dd
dc32c7f35ed6699e302dc7dbae17804555c669c6
[Flight] Source Map Actions in Reference Node Loader Transforms (#30755) Follow up to #30741. This is just for the reference Webpack implementation. If there is a source map associated with a Node ESM loader, we generate new source map entries for every `registerServerReference` call. To avoid messing too mu...
[ { "path": "fixtures/flight/package.json", "patch": "@@ -49,6 +49,7 @@\n \"react-dev-utils\": \"^12.0.1\",\n \"react-dom\": \"experimental\",\n \"react-refresh\": \"^0.11.0\",\n+ \"react-server-dom-webpack\": \"experimental\",\n \"resolve\": \"^1.20.0\",\n \"resolve-url-loader\": \"^4....
2024-08-21T13:52:17
golang/go
e74b224b7c7b7511fe37686d81a6e33d40fdeb17
3a05e7b0325eb71fede880f67db63d192f2fa0e1
crypto/tls: streamline BoGo testing w/ -bogo-local-dir If -bogo-local-dir is provided but doesn't exist, populate it with a git checkout of the BoringSSL repo at the correct SHA. Without any -bogo-local-dir argument the BoGo TLS handshake test will fetch the BoringSSL source at a specific SHA as a Go module in a r/o ...
[ { "path": "src/crypto/tls/bogo_shim_test.go", "patch": "@@ -11,6 +11,7 @@ import (\n \t\"encoding/base64\"\n \t\"encoding/json\"\n \t\"encoding/pem\"\n+\t\"errors\"\n \t\"flag\"\n \t\"fmt\"\n \t\"html/template\"\n@@ -541,6 +542,7 @@ func orderlyShutdown(tlsConn *Conn) {\n }\n \n func TestBogoSuite(t *testin...
2025-07-11T14:42:22
nodejs/node
2c315d24f5775f837e5f51021611820e338d0810
555aeb3aae3b1b91a1c183c6326fd033f491e103
doc: fix `AsyncLocalStorage` example response changes after node v18 PR-URL: https://github.com/nodejs/node/pull/57969 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
[ { "path": "doc/api/async_context.md", "patch": "@@ -75,8 +75,8 @@ http.get('http://localhost:8080');\n http.get('http://localhost:8080');\n // Prints:\n // 0: start\n-// 1: start\n // 0: finish\n+// 1: start\n // 1: finish\n ```\n \n@@ -107,8 +107,8 @@ http.get('http://localhost:8080');\n http.get...
2025-04-24T07:54:33
vercel/next.js
1558dbefc27b84e6f64fe492a33a3f16b0179dc4
d27f18f390ce2ac5728fb902a004381d876e85bd
[test] Add test cases for dynamic caches without suspense boundaries (#85500) When defining a `cacheLife` with an expire time below 5 minutes or a revalidate time of 0 we consider the `'use cache'` function dynamic during prerendering, i.e. it will be excluded from the static shell. Similarly, accessing runtime `param...
[ { "path": "test/e2e/app-dir/cache-components-errors/cache-components-errors.test.ts", "patch": "@@ -2658,6 +2658,331 @@ describe('Cache Components Errors', () => {\n })\n }\n })\n+\n+ describe('cacheLife with expire < 5 minutes', () => {\n+ if (isNextDev) {\n+ //...
2025-10-29T12:34:26
electron/electron
dbbdf55493fbd4083690b62aaf0aa39aa7d2500f
b5227b4a1760a0966fc74e177d58633587556365
fix: -Wunsafe-buffer-usage warning in WriteAsciiChunk() (#44134) * fix: -Wunsafe-buffer-usage warning in WriteAsciiChunk() * chore: add // SAFETY comment to explain UNSAFE_BUFFERS() use
[ { "path": "shell/common/heap_snapshot.cc", "patch": "@@ -4,6 +4,7 @@\n \n #include \"shell/common/heap_snapshot.h\"\n \n+#include \"base/containers/span.h\"\n #include \"base/files/file.h\"\n #include \"base/memory/raw_ptr.h\"\n #include \"v8/include/v8-profiler.h\"\n@@ -24,8 +25,13 @@ class HeapSnapshotOut...
2024-10-09T17:18:19
facebook/react
85180b8cf84274795986c8f2c8473f8816db8b7b
4c2dfb3126f87fc270ad8a07d6180744d25cc585
[Fizz][Static] when aborting a prerender halt unfinished boundaries instead of erroring (#30732) When we introduced prerendering for flight we modeled an abort of a flight prerender as having unfinished rows. This is similar to how postpone was already implemented when you postponed from "within" a prerender using ...
[ { "path": "packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js", "patch": "@@ -7746,6 +7746,112 @@ describe('ReactDOMFizzServer', () => {\n );\n });\n \n+ // @gate enableHalt\n+ it('can resume a prerender that was aborted', async () => {\n+ const promise = new Promise(r => {});\n+\n+ l...
2024-08-20T20:30:51
golang/go
3a05e7b0325eb71fede880f67db63d192f2fa0e1
2a71af11fc7e45903be9ab84e59c668bb051f528
spec: close tag Close an "a" tag. While we are here, fix some escapes. Change-Id: I16040eff0d4beeef6230aec8fcf4315f0efd13a4 GitHub-Last-Rev: 3ba7b9f7478f54338bd3ca7ac55cc2ad1ffcb3a4 GitHub-Pull-Request: golang/go#75760 Reviewed-on: https://go-review.googlesource.com/c/go/+/708517 Reviewed-by: Sean Liao <sean@liao.dev...
[ { "path": "doc/go_spec.html", "patch": "@@ -3173,7 +3173,7 @@ <h3 id=\"Composite_literals\">Composite literals</h3>\n \n <p>\n Unless the LiteralType is a type parameter,\n-its <a href=\"#Underlying_types\">underlying type\n+its <a href=\"#Underlying_types\">underlying type</a>\n must be a struct, array, sl...
2025-10-05T11:57:40
nodejs/node
555aeb3aae3b1b91a1c183c6326fd033f491e103
bd3f27166b37cfde9349d31501cf0aa3401c7b61
test: deflake test-http2-options-max-headers-block-length The socket can be closed while data is still being written, causing an `ECONNRESET` error to be emitted on the client. Add a listener for it. PR-URL: https://github.com/nodejs/node/pull/57959 Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Joyee Che...
[ { "path": "test/parallel/test-http2-options-max-headers-block-length.js", "patch": "@@ -22,6 +22,8 @@ server.listen(0, common.mustCall(() => {\n const client = h2.connect(`http://localhost:${server.address().port}`,\n options);\n \n+ client.on('error', () => {});\n+\n const ...
2025-04-24T05:08:08
electron/electron
b5227b4a1760a0966fc74e177d58633587556365
08d315da14615d6e4a096199156e94e76597abec
fix: -Wunsafe-buffer-usage warnings in GetNextZoomLevel() (#44149) fixup e8948397 really fix the warning this time
[ { "path": "shell/browser/ui/inspectable_web_contents.cc", "patch": "@@ -118,20 +118,20 @@ void SetZoomLevelForWebContents(content::WebContents* web_contents,\n content::HostZoomMap::SetZoomLevel(web_contents, level);\n }\n \n-double GetNextZoomLevel(const double level, const bool out) {\n+double GetNextZo...
2024-10-09T14:12:48
vercel/next.js
ad6907a8a37e930639af071203f4ce49a5d69ee5
34dd8d42fc06371831e2ed3f578e08eff3710d90
docs: example are incorrect async function exports only (#85453)
[ { "path": "docs/01-app/03-api-reference/01-directives/use-cache.mdx", "patch": "@@ -83,14 +83,14 @@ Any non-serializable arguments, props, or closed-over values will turn into refe\n For example, a cached function can take in JSX as a `children` prop and return `<div>{children}</div>`, but it won't be able ...
2025-10-29T08:12:46
golang/go
ee5369b003b17b34aa6417cf8c9b702f1cd76da1
1bca4c1673f5d90822086f34aed6de4a9bea2d93
cmd/link: add LIBRARY statement only with -buildmode=cshared When creating a .def file for Windows linking, add a LIBRARY statement only when building a DLL with -buildmode=cshared. That statement is documented to instruct the linker to create a DLL, overriding any other flag that might indicate building an executable...
[ { "path": "src/cmd/link/internal/ld/pe.go", "patch": "@@ -1758,7 +1758,9 @@ func peCreateExportFile(ctxt *Link, libName string) (fname string) {\n \tfname = filepath.Join(*flagTmpdir, \"export_file.def\")\n \tvar buf bytes.Buffer\n \n-\tfmt.Fprintf(&buf, \"LIBRARY %s\\n\", libName)\n+\tif ctxt.BuildMode == ...
2025-10-03T09:18:47
rust-lang/rust
f5991a8f5a7dd8950534fe91445bf163c5554f89
45efcf5606e59e091113a4239717e8fe1a7f98c6
fix: Incorrect flychecks with multiple workspaces When rust-analyzer receives textDocument/didChangeWatchedFiles, we want to trigger a flycheck in all workspaces if we can't find which workspace owns those files. However, since we used .any() instead of .all(), this behaviour was always triggered when the user had mo...
[ { "path": "src/tools/rust-analyzer/crates/rust-analyzer/src/flycheck.rs", "patch": "@@ -1021,7 +1021,7 @@ impl JsonLinesParser<CheckMessage> for CheckParser {\n }\n }\n \n-#[derive(Deserialize)]\n+#[derive(Deserialize, Debug)]\n #[serde(untagged)]\n enum JsonMessage {\n Cargo(cargo_metadata::Message...
2026-02-25T00:29:04
facebook/react
a960b92cb93e7d006e5e8de850f9b8b51f655c90
0fa9476b9b9b7e284fb6ebe7e1c46a6a6ae85f27
[Flight] model halting as never delivered chunks (#30740) stacked on: #30731 We've refined the model of halting a prerender. Now when you abort during a prerender we simply omit the rows that would complete the flight render. This is analagous to prerendering in Fizz where you must resume the prerender to actual...
[ { "path": "packages/react-client/src/ReactFlightClient.js", "patch": "@@ -46,7 +46,6 @@ import {\n enableRefAsProp,\n enableFlightReadableStream,\n enableOwnerStacks,\n- enableHalt,\n } from 'shared/ReactFeatureFlags';\n \n import {\n@@ -1997,20 +1996,6 @@ function resolvePostponeDev(\n }\n }\n \n-...
2024-08-20T02:34:20
nodejs/node
7bc37af0f7150b9c1f90508b491ceff937734188
d19437d859e4f80cd2b61d95c9a9e9924419c3bf
src: fix -Wunreachable-code-return in node_sea PR-URL: https://github.com/nodejs/node/pull/57664 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
[ { "path": "src/node_sea.cc", "patch": "@@ -640,8 +640,9 @@ bool MaybeLoadSingleExecutableApplication(Environment* env) {\n \n LoadEnvironment(env, LoadSingleExecutableApplication);\n return true;\n-#endif\n+#else\n return false;\n+#endif\n }\n \n void Initialize(Local<Object> target,", "additions"...
2025-04-23T10:13:23
electron/electron
4cf69f396ff3d2657a802d8038bfa0d53b3d302d
bcbc8d3bb2e8705bc6b36d4479f18e25648ad8b1
fix: context shear in cli_remove_deprecated_v8_flag.patch (#44148) fix: patch shear in cli_remove_deprecated_v8_flag.patch
[ { "path": "patches/node/cli_remove_deprecated_v8_flag.patch", "patch": "@@ -18,22 +18,22 @@ Reviewed-By: Michaël Zasso <targos@protonmail.com>\n Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>\n \n diff --git a/doc/api/cli.md b/doc/api/cli.md\n-index 8f32a44ad41314dce2e4b58b318e4b5a7530b802..10dc8da655690d1c...
2024-10-08T14:54:33