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
golang/go
a44ed023f600de1b8fbeb2be514ec20c964b3330
31768104cbe710d2358d5da34b4c223ad3ff2c6f
cmd/go: fix panic in 'go run -C' Fixes #77483 Change-Id: Ie772ce1619beadc1a6db87aaf28a8d9c31f7d1b8 Reviewed-on: https://go-review.googlesource.com/c/go/+/742860 Reviewed-by: Junyang Shao <shaojunyang@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Ian...
[ { "path": "src/cmd/go/internal/toolchain/select.go", "patch": "@@ -658,6 +658,9 @@ func maybeSwitchForGoInstallVersion(loaderstate *modload.State, minVers string)\n \t\t}\n \n \t\tif bf, ok := f.Value.(interface{ IsBoolFlag() bool }); !ok || !bf.IsBoolFlag() {\n+\t\t\tif len(args) == 0 {\n+\t\t\t\treturn\n+...
2026-02-06T18:52:22
nodejs/node
4e1f39b678b37017ac9baa0971e3aeecd3b67b51
25947d6504c0e01d8897be5b78292e3e01d16fc9
doc: add @avivkeller to collaborators Fixes: https://github.com/nodejs/node/issues/60937 PR-URL: https://github.com/nodejs/node/pull/61115 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
[ { "path": "README.md", "patch": "@@ -287,6 +287,8 @@ For information about the governance of the Node.js project, see\n **Yagiz Nizipli** <<yagiz@nizipli.com>> (he/him) - [Support me](https://github.com/sponsors/anonrig)\n * [atlowChemi](https://github.com/atlowChemi) -\n **Chemi Atlow** <<chemi@atlow.c...
2025-12-18T16:00:35
electron/electron
511809ef63c97c1769254e5a10ffd15465abbcad
32ae696ee04490e6076ebd90605bc28a960d405a
docs: explain how to load SF Symbols with `nativeImage` (#48908) * docs: explain how to load SF Symbols with `nativeImage` * fix: use single quotes * fix: use single quotes
[ { "path": "docs/api/native-image.md", "patch": "@@ -230,6 +230,15 @@ echo -e '#import <Cocoa/Cocoa.h>\\nint main() { NSLog(@\"%@\", SYSTEM_IMAGE_NAME);\n \n where `SYSTEM_IMAGE_NAME` should be replaced with any value from [this list](https://developer.apple.com/documentation/appkit/nsimagename?language=objc...
2025-11-13T15:41:00
facebook/react
67a44bcd1b09ab809cf503b39c2568212e13e1a5
3fa927b6746a8666309ba1dc945f022b55b94b27
Playground applied configs (#34474) <!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. Before submitting a pull request, please make sure the fol...
[ { "path": "compiler/apps/playground/components/Editor/ConfigEditor.tsx", "patch": "@@ -6,37 +6,41 @@\n */\n \n import MonacoEditor, {loader, type Monaco} from '@monaco-editor/react';\n+import {PluginOptions} from 'babel-plugin-react-compiler';\n import type {editor} from 'monaco-editor';\n import * as mona...
2025-09-15T16:13:28
vercel/next.js
891cfe69c8b4ab58c5bab398069a117a29eda879
26a382295bd6849e9f841dda32516009c0387090
Turbopack: Add Next.js version to "initialize project" trace span (#90545) ## Summary Adds the Next.js version as a `version` field on the Turbopack "initialize project" tracing span. The version is passed from the TypeScript side (`process.env.__NEXT_VERSION`) through the NAPI bindings into Rust `ProjectOptions`, wh...
[ { "path": "crates/next-api/src/project.rs", "patch": "@@ -360,6 +360,9 @@ pub struct ProjectOptions {\n \n /// Whether to enable persistent caching\n pub is_persistent_caching_enabled: bool,\n+\n+ /// The version of Next.js that is running.\n+ pub next_version: RcStr,\n }\n \n #[derive(Default...
2026-02-26T17:37:15
golang/go
71232268768eab3002d2ae473b49f74b74e89cdf
a6c48f2ca9efdf6c45d434767a30b9d25824497d
cmd/go/internal/bug: sync go bug headings with GitHub form Keep the issue body generated by go bug in the same order as the GitHub bug form: what happened first, then what was expected. This updates the footer headings and replaces the old "What did you see instead?" wording. Fixes #77488. Change-Id: Id20d68c1e109a...
[ { "path": "src/cmd/go/internal/bug/bug.go", "patch": "@@ -76,11 +76,11 @@ A link on go.dev/play is best.\n \n \n \n-### What did you expect to see?\n+### What did you see happen?\n \n \n \n-### What did you see instead?\n+### What did you expect to see?\n \n `\n ", "additions": 2, "deletions": 2, ...
2026-02-09T05:01:56
nodejs/node
240382451df116493185db5fe3ca2d08d23bd6c9
2e597ded4bf8f90146647ab666123c3cb5069e78
doc: add gurgunday to collaborators PR-URL: https://github.com/nodejs/node/pull/61094 Fixes: https://github.com/nodejs/node/issues/60921 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
[ { "path": "README.md", "patch": "@@ -337,6 +337,8 @@ For information about the governance of the Node.js project, see\n **Geoffrey Booth** <<webadmin@geoffreybooth.com>> (he/him)\n * [gireeshpunathil](https://github.com/gireeshpunathil) -\n **Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)\n+* [gurg...
2025-12-17T12:24:43
electron/electron
32ae696ee04490e6076ebd90605bc28a960d405a
b121065984368e1adad83648f03fc968c11bba2a
feat: add --disable-geolocation command-line flag for macOS (#45934) * feat(macos): add --disable-geolocation-mac command-line flag * internally deny geolocation requests if flag set e * wrap PermissionRequestHandler instead * wrap custom handler and deny regardless of response * Update docs/api/command-line-swit...
[ { "path": "docs/api/command-line-switches.md", "patch": "@@ -49,6 +49,10 @@ Disables the disk cache for HTTP requests.\n \n Disable HTTP/2 and SPDY/3.1 protocols.\n \n+### --disable-geolocation _macOS_\n+\n+Disables the Geolocation API. Permission requests for geolocation will be denied internally regardles...
2025-11-13T15:39:03
facebook/react
3fa927b6746a8666309ba1dc945f022b55b94b27
47664deb8e981ec0425731495be1c5826ce90956
Fix some DevTools regression test actions and assertions (#34459)
[ { "path": "packages/react-devtools-inline/__tests__/__e2e__/components.test.js", "patch": "@@ -93,7 +93,9 @@ test.describe('Components', () => {\n \n const name = isEditable.name\n ? existingNameElements[0].value\n- : existingNameElements[0].innerText;\n+ : existingNameEl...
2025-09-15T13:31:58
golang/go
2a1d605e7f5a0f8870abb9cc26edf27db3ad5452
f745645e58d8c2da47da402871d92eab4c498187
cmd/compile: fix slice bounds check elimination after function inlining When creating a dynamically-sized slice, the compiler attempts to use a stack-allocated buffer if the slice does not escape and its buffer size is ≤ 32 bytes. In this case, the SSA will contain a (OpPhi (OpSliceMake) (OpSliceMake)) value: one OpS...
[ { "path": "src/cmd/compile/internal/ssa/_gen/generic.rules", "patch": "@@ -1017,6 +1017,8 @@\n (ConstNil <v.Type.Elem().PtrTo()>)\n (Const64 <typ.Int> [0])\n (Const64 <typ.Int> [0]))\n+(SliceLen (Phi (SliceMake _ x _) (SliceMake _ x _))) => x\n+(SliceCap (Phi (SliceMake _ _ x) (SliceMake _ _ x))...
2026-01-31T03:23:41
nodejs/node
05f8772096f974190b11eabce0ea657bc5c8c1b1
6322071efea46c8f8caf02c8ed504cee194cd661
tools: fix update-nghttp2 signature verification Detached signatures must be passed to `gpgv` as a filename before the datafile (which can be stdin but the detached signature file cannot be stdin and cannot be piped in). PR-URL: https://github.com/nodejs/node/pull/61035 Refs: https://github.com/nodejs/node/pull/60113...
[ { "path": "tools/dep_updaters/update-nghttp2.sh", "patch": "@@ -50,12 +50,13 @@ echo \"Fetching nghttp2 source archive\"\n curl -sL -o \"$NGHTTP2_TARBALL\" \"https://github.com/nghttp2/nghttp2/releases/download/$NGHTTP2_REF/$NGHTTP2_TARBALL\"\n \n echo \"Verifying PGP signature\"\n-curl -sL \"https://github...
2025-12-14T15:01:11
vercel/next.js
cdba5ef07ab96ef0c3d28f51dab32978a65a4af5
a8de0a004490343fc7ad6181282b3b810a17b2b4
Missing React 18 error codes (#90593) Co-authored-by: Cursor Agent <cursoragent@cursor.com>
[ { "path": "test/development/acceptance/ReactRefreshLogBox.test.ts", "patch": "@@ -118,6 +118,7 @@ describe('ReactRefreshLogBox', () => {\n if (isTurbopack) {\n await expect(browser).toDisplayRedbox(`\n {\n+ \"code\": \"E394\",\n \"description\": \"no\",\n ...
2026-02-26T15:09:59
electron/electron
b121065984368e1adad83648f03fc968c11bba2a
2622e6606d7d6247ffb8aff5bcee1649d9288542
docs: clarify meaning of string value for menu item icon (#48919) * docs: clarify meaning of string value for menu item icon * fix: format * fix: wording
[ { "path": "docs/api/menu-item.md", "patch": "@@ -34,7 +34,8 @@ See [`Menu`](menu.md) for examples.\n * `sublabel` string (optional) _macOS_ - Available in macOS >= 14.4\n * `toolTip` string (optional) _macOS_ - Hover text for this menu item.\n * `accelerator` string (optional) - An [Accelerator](../tu...
2025-11-13T15:10:18
facebook/react
68f00c901c05e3a91f6cc77b660bc2334700f163
93d7aa69b29c20529c40cf64b0afdb5d51c9ddd1
Release Activity in Canary (#34374) ## Overview This PR ships `<Activity />` to the `react@canary` release channel for final feedback and prepare for semver stable release. ## What this means Shipping `<Activity />` to canary means it has gone through extensive testing in production, we are confident in the stabili...
[ { "path": "fixtures/view-transition/src/components/Page.js", "patch": "@@ -1,7 +1,7 @@\n import React, {\n unstable_addTransitionType as addTransitionType,\n unstable_ViewTransition as ViewTransition,\n- unstable_Activity as Activity,\n+ Activity,\n useLayoutEffect,\n useEffect,\n useState,", ...
2025-09-12T16:47:40
golang/go
f745645e58d8c2da47da402871d92eab4c498187
b45c59c443a0aac0abed3f35e8e307ec5e1c587b
cmd/compile/internal/bitvec: remove 2GB allocation limit in NewBulk Remove the "NewBulk too big" check that prevented bulk bit vector allocations exceeding ~2GB. This limit was overly restrictive and caused compilation failures for large generated code. The actual constraint is in the runtime's stackmap reader, which...
[ { "path": "src/cmd/compile/internal/bitvec/bv.go", "patch": "@@ -8,7 +8,6 @@ import (\n \t\"math/bits\"\n \n \t\"cmd/compile/internal/base\"\n-\t\"cmd/internal/src\"\n )\n \n const (\n@@ -34,12 +33,9 @@ type Bulk struct {\n \tnword int32\n }\n \n-func NewBulk(nbit int32, count int32, pos src.XPos) Bulk {\n+...
2026-01-13T22:27:32
nodejs/node
4f24aff94ad9160bceaf9dcc9cf5235a65f01029
28b11396feb9ae576d492ebee1b5840b9b6689ea
module: preserve URL in the parent created by createRequire() Previously, createRequire() does not preserve the URL it gets passed in the mock parent module created, which can be observable if it's used together with module.registerHooks(). This patch adds preservation of the URL if createRequire() is invoked with one...
[ { "path": "lib/internal/modules/cjs/loader.js", "patch": "@@ -135,7 +135,7 @@ const { BuiltinModule } = require('internal/bootstrap/realm');\n const {\n maybeCacheSourceMap,\n } = require('internal/source_map/source_map_cache');\n-const { pathToFileURL, fileURLToPath, isURL } = require('internal/url');\n+...
2025-12-13T07:36:20
vercel/next.js
a8de0a004490343fc7ad6181282b3b810a17b2b4
cf7103771b15d16cb6059876385e2765e942d102
Enable `experimental.reactDebugChannel` by default (#90310) Co-authored-by: Cursor Agent <cursoragent@cursor.com>
[ { "path": ".claude/commands/pr-status.md", "patch": "@@ -99,7 +99,7 @@ Analyze PR status including CI failures and review comments.\n - `IS_WEBPACK_TEST=1` forces webpack (turbopack is default locally)\n - `NEXT_SKIP_ISOLATE=1` skips packing next.js into a separate project (hides module resolution fai...
2026-02-26T15:00:47
facebook/react
20e5431747347796b3be8312e56cef655b26ef4d
1a27af36073d7dffcc7a4284ed569af6f804747a
[Flight][Fiber] Encode owner in the error payload in dev and use it as the Error's Task (#34460) When we report an error we typically log the owner stack of the thing that caught the error. Similarly we restore the `console.createTask` scope of the catching component when we call `reportError` or `console.error`. We ...
[ { "path": "packages/react-client/src/ReactFlightClient.js", "patch": "@@ -3181,11 +3181,27 @@ function resolveErrorDev(\n 'An error occurred in the Server Components render but no message was provided',\n ),\n );\n- const rootTask = getRootTask(response, env);\n- if (rootTask != null) {\n- ...
2025-09-12T15:55:07
electron/electron
10b07deb9733f02f451a7c739ef4886d0d83812a
92a910d15c6073caea23dee6682852e17943580f
chore: bump chromium to 144.0.7522.0 (main) (#48892) * chore: bump chromium in DEPS to 144.0.7522.0 * 7131867: Remove GenericScopedHandle::IsValid in favor of is_valid https://chromium-review.googlesource.com/c/chromium/src/+/7131867 * 7078879: [video pip] Remove old controls https://chromium-review.googlesource.c...
[ { "path": "DEPS", "patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '144.0.7521.0',\n+ '144.0.7522.0',\n 'node_version':\n 'v24.11.0',\n 'nan_version':", "additions": 1, "deletions": 1, "language": "Unknown" }, { "path": "patche...
2025-11-13T08:49:51
golang/go
b45c59c443a0aac0abed3f35e8e307ec5e1c587b
174c92bd7428b41b9b5b59274a83f387a12261c9
crypto/tls: fix CurvePreferences comment SecP256r1MLKEM768 appeared twice while the second should have been SecP384r1MLKEM1024. Change-Id: I0587b53248d2948fe7a33313871c39fe76251e9c GitHub-Last-Rev: de535819a33347feacfaa32d984ce58d206613d0 GitHub-Pull-Request: golang/go#77551 Reviewed-on: https://go-review.googlesourc...
[ { "path": "src/crypto/tls/common.go", "patch": "@@ -807,7 +807,7 @@ type Config struct {\n \t// or use the GODEBUG=tlsmlkem=0 environment variable.\n \t//\n \t// From Go 1.26, the default includes the [SecP256r1MLKEM768] and\n-\t// [SecP256r1MLKEM768] hybrid post-quantum key exchanges, too. To disable\n+\t/...
2026-02-11T21:00:12
nodejs/node
14f02fc2f7c1ea7989bdfeddfadc14921edd4e25
4db307a4b0fcd804c790caa55573c2bb7b4a8a02
lib,src,test: fix tests without SQLite PR-URL: https://github.com/nodejs/node/pull/60906 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
[ { "path": ".github/workflows/test-shared.yml", "patch": "@@ -192,7 +192,7 @@ jobs:\n --arg ccache '(import <nixpkgs> {}).sccache' \\\n --arg devTools '[]' \\\n --arg benchmarkTools '[]' \\\n- ${{ endsWith(matrix.system, '-darwin') && '--arg extraConfigFlags ''[...
2025-12-11T22:04:24
vercel/next.js
cf7103771b15d16cb6059876385e2765e942d102
2307bf6e521a6969423f7010cdd36d4210d1b7a9
Turbopack: add Xxh3Hash128Hasher (#90584) - turbo-persistence used XxHash64, which is supposed to be slower than XxHash3_64 - refactor debug_id computation to just use `rope.content_hash()` which was added in the meantime - update and adjust feature flags of `twox_hash` https://github.com/Cyan4973/xxHash says: | Hash...
[ { "path": "Cargo.lock", "patch": "@@ -9387,7 +9387,7 @@ dependencies = [\n \"tracing\",\n \"turbo-bincode\",\n \"turbo-tasks-malloc\",\n- \"twox-hash 2.1.0\",\n+ \"twox-hash 2.1.2\",\n \"zstd\",\n ]\n \n@@ -9650,7 +9650,7 @@ dependencies = [\n \"data-encoding\",\n \"sha2\",\n \"turbo-tasks-macros\",\...
2026-02-26T14:26:38
electron/electron
92a910d15c6073caea23dee6682852e17943580f
3c5513015a944bf4da0c3a830fb9aa72c61a0fea
fix: Windows: Calling window.setFocusable(true) will no longer cause a window to lose focus (#45640) Make setFocusable only deactivate a window if focusable is false. Do not deactivate a window when setting focusable to true.
[ { "path": "shell/browser/native_window_views.cc", "patch": "@@ -1363,7 +1363,8 @@ void NativeWindowViews::SetFocusable(bool focusable) {\n ex_style |= WS_EX_NOACTIVATE;\n ::SetWindowLong(GetAcceleratedWidget(), GWL_EXSTYLE, ex_style);\n SetSkipTaskbar(!focusable);\n- Focus(false);\n+ if (!focusabl...
2025-11-12T20:15:40
nodejs/node
4db307a4b0fcd804c790caa55573c2bb7b4a8a02
a00d95c73dcac8fc2b316238fb978a7d5aa650c6
fs: detect dot files when using globstar Using globstar in glob pattern should not prevent dot (hidden) files from being matched. PR-URL: https://github.com/nodejs/node/pull/61012 Fixes: https://github.com/nodejs/node/issues/56321 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Marco Ippolit...
[ { "path": "lib/internal/fs/glob.js", "patch": "@@ -442,7 +442,18 @@ class Glob {\n const fromSymlink = pattern.symlinks.has(index);\n \n if (current === lazyMinimatch().GLOBSTAR) {\n- if (entry.name[0] === '.' || (this.#exclude && this.#exclude(this.#withFileTypes ? entry : entry.na...
2025-12-11T21:12:03
golang/go
fbe55325ddce51a7fc099e1efb0d326e7a2e1ed8
20bc1949722c1fd66de5d568f1422845332d18f3
cmd/compile: replace conditions to CCMP instructions on ARM64 This change introduces a new SSA pass that converts conditionals with logical AND into CMP/CCMP instruction sequences on ARM64. Fixes #71268 Change-Id: I3eba9c05b88ed6eb70350d30f6e805e6a4dddbf1 Reviewed-on: https://go-review.googlesource.com/c/go/+/698099...
[ { "path": "src/cmd/compile/internal/ssa/compile.go", "patch": "@@ -501,7 +501,8 @@ var passes = [...]pass{\n \t{name: \"lowered deadcode\", fn: deadcode, required: true},\n \t{name: \"checkLower\", fn: checkLower, required: true},\n \t{name: \"late phielim and copyelim\", fn: copyelim},\n-\t{name: \"tighten...
2025-08-21T17:09:59
facebook/react
1a27af36073d7dffcc7a4284ed569af6f804747a
0e10ee906e3ea55e4d717d4db498e1159235b06b
[playground] Update the playground UI (#34468) <!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. Before submitting a pull request, please make s...
[ { "path": "compiler/apps/playground/__tests__/e2e/__snapshots__/page.spec.ts/compilationMode-all-output.txt", "patch": "@@ -1,5 +1,4 @@\n-import { c as _c } from \"react/compiler-runtime\"; // \n-@compilationMode:\"all\"\n+import { c as _c } from \"react/compiler-runtime\"; // @compilationMode:\"all\"\n fun...
2025-09-12T15:43:04
vercel/next.js
7d98e0b534c8081468bbc84be61de48d885e4154
de03508d2bd834131806bf045fee1cdb04653106
[test] Include error code in Redbox snapshot (#90497)
[ { "path": "test/development/acceptance-app/ReactRefreshLogBox.test.ts", "patch": "@@ -1558,6 +1558,7 @@ describe('ReactRefreshLogBox app', () => {\n if (isRspack) {\n await expect({ browser, next }).toDisplayRedbox(`\n {\n+ \"code\": \"E394\",\n \"description\": \...
2026-02-26T11:01:25
nodejs/node
060deae99b031a7d47cf4e6edc82eaf1a0465cfc
67527c427efd608b3062f758bfc17d811ef5ad91
util: fix parseArgs skipping positional arg with --eval and --print PR-URL: https://github.com/nodejs/node/pull/60814 Reviewed-By: René <contact.9a5d6388@renegade334.me.uk> Reviewed-By: Ilyas Shabi <ilyasshabi94@gmail.com>
[ { "path": "lib/internal/util/parse_args/parse_args.js", "patch": "@@ -2,7 +2,6 @@\n \n const {\n ArrayPrototypeForEach,\n- ArrayPrototypeIncludes,\n ArrayPrototypeMap,\n ArrayPrototypePush,\n ArrayPrototypePushApply,\n@@ -54,20 +53,16 @@ const {\n kEmptyObject,\n } = require('internal/util');\n \...
2025-11-23T05:46:19
golang/go
20bc1949722c1fd66de5d568f1422845332d18f3
b40f0b118014f8dbc25e8ef4de82ccf78410903f
cmd/link: handle runtime.type based on size, not GOOS When handling type descriptors, we add some space at the start to ensure that offset 0 does not refer to a valid type descriptor. AIX has an initial runtime.types symbol with a non-zero size, so we used that instead of adding some space. In some cases Darwin also ...
[ { "path": "src/cmd/link/internal/ld/data.go", "patch": "@@ -1498,7 +1498,7 @@ func fixZeroSizedSymbols(ctxt *Link) {\n \tdefineRuntimeTypes := func() {\n \t\ttypes := ldr.CreateSymForUpdate(\"runtime.types\", 0)\n \t\ttypes.SetType(sym.STYPE)\n-\t\ttypes.SetSize(8)\n+\t\ttypes.SetSize(int64(ctxt.Arch.PtrSiz...
2026-02-12T05:23:49
electron/electron
3c5513015a944bf4da0c3a830fb9aa72c61a0fea
27727dbe0abab78b3686ecc77dd3d3108c157c1d
refactor: make `api::WebRequest` inherit from `gin::Wrappable` (#48762) * refactor: make api::WebRequest inherit from gin::Wrappable refactor: remove unused v8::Isolate* arg from WebRequest ctor refactor: make electron::api::Session::web_request_ a cppgc::Member<api::WebRequest> refactor: allocate api::WebRequest o...
[ { "path": "patches/chromium/chore_add_electron_objects_to_wrappablepointertag.patch", "patch": "@@ -8,10 +8,10 @@ electron objects that extend gin::Wrappable and gets\n allocated on the cpp heap\n \n diff --git a/gin/public/wrappable_pointer_tags.h b/gin/public/wrappable_pointer_tags.h\n-index 573bcb2e56068...
2025-11-12T18:53:00
facebook/react
f3a803617ec4ba9d14bf5205ffece28ed1496a1d
fe84397e81c94a7bccdf0479994a7d0363a12115
[Flight] Ensure async info owners are outlined properly (#34465) When we emit objects of type `ReactAsyncInfo`, we need to make sure that their owners are outlined, using `outlineComponentInfo`. Otherwise we would end up accidentally emitting stashed fields that are not part of the transport protocol, specifically `de...
[ { "path": "packages/react-server/src/ReactFlightServer.js", "patch": "@@ -2384,6 +2384,11 @@ function visitAsyncNode(\n // Promise that was ultimately awaited by the user space await.\n serializeIONode(request, ioNode, awaited.promise);\n \n+ // Ensure the owner is a...
2025-09-11T16:10:25
vercel/next.js
d54719ae4c11c1974143481fc6e489c159af80e4
5c24c44440609d2e5441db9c3749d37ac0451841
[test] Fix jest-haste-map warnings (#82995) Co-authored-by: Hendrik Liebau <mail@hendrik-liebau.de>
[ { "path": "jest.config.js", "patch": "@@ -19,7 +19,27 @@ const customJestConfig = {\n '<rootDir>/../packages/font/src/',\n '<rootDir>/../packages/next-routing/',\n ],\n- modulePathIgnorePatterns: ['/\\\\.next/'],\n+ haste: {\n+ // Throwing to avoid warnings creeping up over time polluting log...
2026-02-26T09:57:07
golang/go
54c46328ccb9d559fa21c09fd8e2dff22a99c72c
683aa8893a5e2e99ef48fa4502b507a0fe92acc8
internal/poll: avoid race between execIO and DisassociateIOCP This is a step towards deferring adding the handle to IOCP until the first IO operation. There is a small race windows between execIO and DisassociateIOCP where execIO checks if the fd is disassociated before passing the operation to the OS. DisassociateIO...
[ { "path": "src/internal/poll/export_test.go", "patch": "@@ -27,7 +27,7 @@ func (mu *XFDMutex) Decref() bool {\n }\n \n func (mu *XFDMutex) RWLock(read bool) bool {\n-\treturn mu.rwlock(read)\n+\treturn mu.rwlock(read, waitLock)\n }\n \n func (mu *XFDMutex) RWUnlock(read bool) bool {", "additions": 1, ...
2026-02-02T09:42:28
rust-lang/rust
d10baae9ce4947706623256d4a31d588e9cfaafe
212ef7770dfad656782207fda799bdae28fc5b7b
Normalize rustc path prefix when testing `-Z track-diagnostics` Fixes https://www.github.com/rust-lang/rust/issues/154392
[ { "path": "tests/rustdoc-ui/track-diagnostics.rs", "patch": "@@ -3,6 +3,7 @@\n // Normalize the emitted location so this doesn't need\n // updating everytime someone adds or removes a line.\n //@ normalize-stderr: \".rs:\\d+:\\d+\" -> \".rs:LL:CC\"\n+//@ normalize-stderr: \"/rustc(?:-dev)?/[a-z0-9.]+/\" -> ...
2026-03-25T23:37:39
nodejs/node
83ba6b107a067f5831b03ab69c787fcb35bdcb05
0ffa607dee513f161e2e4c5b7e8256d6bf4e9ea9
test: update test426 fixtures Update test426 fixtures for source map tests. Refs: https://github.com/tc39/source-map-tests PR-URL: https://github.com/nodejs/node/pull/60982 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail....
[ { "path": "test/fixtures/test426/README.md", "patch": "@@ -1,9 +1,9 @@\n # Source Map Tests\n \n-This repository holds testing discussions and tests for the the Source Map debugging format. Specifically, we're looking to encourage discussion around:\n+This repository holds discussions on testing and tests f...
2025-12-09T14:38:02
electron/electron
7961206fcb78691195d42ab08d43652b6cf951dd
7da0b4b35129fc82b870ac7834cea1c7e62077da
docs: fix v40 stable release date (#48889) * docs(timelines): Correct v40.0.0 stable release date On the Electron Timelines tutorial page (/docs/latest/tutorial/electron-timelines), there is a clear typo in the release schedule for v40.0.0. The table currently lists the dates as: * Alpha: 2025-Oct-30 * Beta: 2025-De...
[ { "path": "docs/tutorial/electron-timelines.md", "patch": "@@ -9,7 +9,7 @@ check out our [Electron Versioning](./electron-versioning.md) doc.\n \n | Electron | Alpha | Beta | Stable | EOL | Chrome | Node | Supported |\n | ------- | ----- | ------- | ------ | ------ | ---- | ---- | ---- |\n-| 40.0.0 | 2025-...
2025-11-12T11:59:32
facebook/react
fe84397e81c94a7bccdf0479994a7d0363a12115
b1c519f3d40932c126523dcad745ed9e06ddd636
[compiler][playground] (4/N) Config override panel (#34436) <!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. Before submitting a pull request, ...
[ { "path": "compiler/apps/playground/components/Editor/ConfigEditor.tsx", "patch": "@@ -10,14 +10,8 @@ import type {editor} from 'monaco-editor';\n import * as monaco from 'monaco-editor';\n import React, {useState, useCallback} from 'react';\n import {Resizable} from 're-resizable';\n-import {useSnackbar} f...
2025-09-11T15:51:32
vercel/next.js
34647db294e26df3385b3f01ae7a23343a98228f
299e1ff31897f67a6ddf534be40629facf5517e6
Turbopack: add webpack loader names to traces (#87230) When examining the long trace this morning, it wasn't immediately clear what was running in the shell-out to Node. This doesn't fully fix the issue, but it makes it clearer which webpack loader is running, similar to how the PostCSS loader lists the name of the cs...
[ { "path": "turbopack/crates/turbopack-core/src/loader.rs", "patch": "@@ -67,3 +67,18 @@ impl TaskInput for ResolvedWebpackLoaderItem {\n #[derive(Debug, Clone)]\n #[turbo_tasks::value(shared, transparent)]\n pub struct WebpackLoaderItems(pub Vec<WebpackLoaderItem>);\n+\n+impl std::fmt::Display for WebpackLo...
2026-02-26T02:10:23
golang/go
456d0fe4092cb794a02027e178486bc31f05a8e0
a430bc1bd73ab9a7d4a0c740add9760914588396
cmd/link: correct libc dynamic linker path Ref: https://github.com/riscv-non-isa/riscv-elf-psabi-doc/issues/114 Fixes #77209 Change-Id: I8b575a95ad4e6a7e792514d7fcf9497599c1e404 Reviewed-on: https://go-review.googlesource.com/c/go/+/737180 Reviewed-by: Pengcheng Wang <wangpengcheng.pp@bytedance.com> Reviewed-by: Qui...
[ { "path": "src/cmd/link/internal/riscv64/obj.go", "patch": "@@ -38,7 +38,8 @@ func Init() (*sys.Arch, ld.Arch) {\n \t\tMachoreloc1: machoreloc1,\n \n \t\tELF: ld.ELFArch{\n-\t\t\tLinuxdynld: \"/lib/ld.so.1\",\n+\t\t\tLinuxdynld: \"/lib/ld-linux-riscv64-lp64d.so.1\",\n+\t\t\tLinuxdynldMusl: \"/lib/ld-mus...
2026-01-17T04:19:13
vercel/next.js
14ac25b975133708a69484d2d5dba322dcd616e6
e2ef94e2efb4d0067d62ce492dba5568ad1379d9
Bump Turborepo to 2.8.11 (#90530) <!-- Thanks for opening a PR! Your contribution is much appreciated. To make sure your PR is handled as smoothly as possible we request that you follow the checklist sections below. Choose the right checklist for the change(s) that you're making: ## For Contributors ### Improving Do...
[ { "path": ".github/workflows/build_and_deploy.yml", "patch": "@@ -19,7 +19,7 @@ concurrency:\n \n env:\n NAPI_CLI_VERSION: 2.18.4\n- TURBO_VERSION: 2.8.9\n+ TURBO_VERSION: 2.8.11\n NODE_LTS_VERSION: 20\n CARGO_PROFILE_RELEASE_LTO: 'true'\n TURBO_TEAM: 'vercel'", "additions": 1, "deletions"...
2026-02-25T22:28:38
nodejs/node
0ffa607dee513f161e2e4c5b7e8256d6bf4e9ea9
bd426739dcc17ecfef833d81638cf76b4357b0ba
tools: fix `vcbuild test` when path contain spaces PR-URL: https://github.com/nodejs/node/pull/56481 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
[ { "path": "vcbuild.bat", "patch": "@@ -183,7 +183,7 @@ if defined package set stage_package=1\n :: assign path to node_exe\n set \"node_exe=%config%\\node.exe\"\n set \"node_gyp_exe=\"%node_exe%\" deps\\npm\\node_modules\\node-gyp\\bin\\node-gyp\"\n-set \"npm_exe=\"%~dp0%node_exe%\" %~dp0deps\\npm\\bin\\npm...
2025-12-09T11:18:58
facebook/react
e2ba45bb39bd744454ee599bdc2df497c79d9707
886b3d36d7994259df2c3ab1983f425a4b718615
[DevTools] fix: keep search query in a local sync state (#34423) When the search query changes, we kick off a transition that updates the search query in a reducer for TreeContext. The search input is also using this value for an `input` HTML element. For a larger applications, sometimes there is a noticeable delay i...
[ { "path": "packages/react-devtools-shared/src/devtools/views/Components/ComponentSearchInput.js", "patch": "@@ -8,22 +8,34 @@\n */\n \n import * as React from 'react';\n-import {useContext} from 'react';\n-import {TreeDispatcherContext, TreeStateContext} from './TreeContext';\n+import {useState, useContext...
2025-09-10T17:38:47
golang/go
97c48fd93db95f56849395cf8c7447232d56607a
d3ddc4854429185e6e06ca1f7628bb790404abb5
cmd/compile: move likely used values into registers before entering loop When we are about to enter a loop, we try to put values that will be used soon into registers, so we put them into registers once outside the loop instead of N times inside the loop. But we currently don't kick out values we won't use for a whil...
[ { "path": "src/cmd/compile/internal/ssa/func_test.go", "patch": "@@ -260,6 +260,11 @@ func Eq(cond, sub, alt string) ctrl {\n \treturn ctrl{BlockAMD64EQ, cond, []string{sub, alt}}\n }\n \n+// Lt specifies a BlockAMD64LT.\n+func Lt(cond, yes, no string) ctrl {\n+\treturn ctrl{BlockAMD64LT, cond, []string{yes...
2026-02-09T23:38:55
rust-lang/rust
1792232d01c1f4f336640c913e21bab4d0e7db78
5cf7376aac506122c466ecdb569b431636e0b5e9
fix tests/incremental/hashes
[ { "path": "tests/incremental/hashes/inherent_impls.rs", "patch": "@@ -55,7 +55,7 @@ impl Foo {\n #[cfg(not(any(cfail1,cfail4)))]\n #[rustc_clean(cfg=\"cfail2\")]\n #[rustc_clean(cfg=\"cfail3\")]\n-#[rustc_clean(cfg=\"cfail5\")]\n+#[rustc_clean(except=\"opt_hir_owner_nodes\", cfg=\"cfail5\")]\n #[rustc_clean...
2026-03-25T10:59:59
vercel/next.js
5f6aa1cbb8c8f8a17cb8f85d41e49ed9c713ead0
c36d3427256003cf1340bad9ca3f579d8e2aa7da
Fix: server-patch retry preserves push/replace intent of suspended transitions (#90533) When a navigation triggers a server-patch retry (due to a route tree mismatch), the retry was unconditionally using navigateType='replace'. This assumed the original navigation had already committed to the browser history. But if t...
[ { "path": "packages/next/src/client/components/app-router.tsx", "patch": "@@ -25,6 +25,7 @@ import {\n type NavigationPromises,\n } from '../../shared/lib/hooks-client-context.shared-runtime'\n import { dispatchAppRouterAction, useActionQueue } from './use-action-queue'\n+import { setLastCommittedTree } f...
2026-02-25T21:22:49
facebook/react
a34c5dff159a5b546a5b24a93e11102713a7d0ec
3bf8ab430eb2182e787e0f1c74c0d9ccab89e4ac
Ignore generic InvalidStateError in View Transitions (#34450) Fixes #34098. There's an issue in Chrome where the `InvalidStateError` always has the same error message. The spec doesn't specify the error message to use but it's more useful to have a specific one for each case like Safari does. One reason it's better ...
[ { "path": "packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js", "patch": "@@ -2046,24 +2046,17 @@ function customizeViewTransitionError(\n error.message ===\n 'Skipping view transition because document visibility state has become hidden.' ||\n error.message ===\n- ...
2025-09-10T13:07:11
golang/go
86f7959aa6e4cb9a0ac67ccd84c5586701583ca4
0f550bcfc3ad8525331d535d1f1e844d86472cbe
runtime/pprof: fix missing Profile docs CL 688335 accidentally introduced a blank line between the Profile doc comment and the type definition, causing the entire doc to get dropped. Change-Id: I97b1c0e57d142d7caea6e543a0138ed6dcd1c3fe Reviewed-on: https://go-review.googlesource.com/c/go/+/743660 LUCI-TryBot-Result: ...
[ { "path": "src/runtime/pprof/pprof.go", "patch": "@@ -171,7 +171,6 @@ import (\n // holds a lock for 1s while 5 other goroutines are waiting for the entire\n // second to acquire the lock, its unlock call stack will report 5s of\n // contention.\n-\n type Profile struct {\n \tname string\n \tmu sync.Mut...
2026-02-10T00:17:12
electron/electron
3d31030fc57eabf1d5d3993c7c5d52bab7f12c09
11d174344a8c833d74d953b552dfee86580356d2
fix: restore window's canHide property on macOS (#47970) * fix: restore window's canHide property on macOS * chore: empty commit to unstick CI --------- Co-authored-by: Charles Kerr <charles@charleskerr.com>
[ { "path": "shell/browser/browser_mac.mm", "patch": "@@ -543,6 +543,9 @@ LoginItemSettings GetLoginItemSettingsDeprecated() {\n gin_helper::Promise<void> promise(isolate);\n v8::Local<v8::Promise> handle = promise.GetHandle();\n \n+ for (auto* const& window : WindowList::GetWindows())\n+ [window->Get...
2025-11-11T20:30:04
vercel/next.js
c36d3427256003cf1340bad9ca3f579d8e2aa7da
08ae81fab6ad27bcdcf10d01722a82cd2517177a
[ci] Crash if next-swc could not be loaded when `NEXT_TEST_NATIVE_DIR` is specified (#90387)
[ { "path": "apps/bundle-analyzer/package.json", "patch": "@@ -3,10 +3,10 @@\n \"version\": \"16.0.2-canary.16\",\n \"private\": true,\n \"scripts\": {\n- \"build\": \"cross-env NEXT_TEST_NATIVE_DIR=no next build --no-mangling\",\n- \"dev\": \"cross-env NEXT_TEST_NATIVE_DIR=no next dev\",\n+ \"...
2026-02-25T20:55:45
facebook/react
3bf8ab430eb2182e787e0f1c74c0d9ccab89e4ac
acada3035fe2a0dacfafc0ad78914e77d11fb823
Add missing Activity export to development mode (#34439) This is exported in the prod version of ReactServer experimental but not the development version so we can't use it in fixtures from Server Components.
[ { "path": "packages/react/src/ReactServer.experimental.development.js", "patch": "@@ -17,6 +17,7 @@ import {\n REACT_SUSPENSE_TYPE,\n REACT_SUSPENSE_LIST_TYPE,\n REACT_VIEW_TRANSITION_TYPE,\n+ REACT_ACTIVITY_TYPE,\n } from 'shared/ReactSymbols';\n import {\n cloneElement,\n@@ -82,5 +83,6 @@ export ...
2025-09-10T01:30:37
electron/electron
09db68252932a7ab4529a5bbce76e4014b192f37
b811ca0cde2536287a322f2e7521629e8c615e84
build: remove track `SSL_ERROR_ZERO_RETURN` explicitly patch (#48875) build: remove track SSL_ERROR_ZERO_RETURN explicitly patch
[ { "path": "patches/boringssl/.patches", "patch": "@@ -1,3 +1,2 @@\n expose_ripemd160.patch\n-revert_track_ssl_error_zero_return_explicitly.patch\n feat_expose_several_extra_cipher_functions.patch", "additions": 0, "deletions": 1, "language": "Unknown" }, { "path": "patches/boringssl/reve...
2025-11-11T13:16:04
golang/go
3048de9d6e5693e09c9885ec8b4673dbcf72c1e6
65ac2afd4b22fb29aa8cbd6a1d26ad7bb2ceeca4
io/fs: document that Sub does not check for existence Also recommend os.Root for constraining access. Fixes #77447 Change-Id: Id8d178163438e9264fe19ed37ba03e1ee5d0bd35 Reviewed-on: https://go-review.googlesource.com/c/go/+/742284 Reviewed-by: Damien Neil <dneil@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@...
[ { "path": "src/io/fs/sub.go", "patch": "@@ -24,14 +24,16 @@ type SubFS interface {\n // Otherwise, Sub returns a new [FS] implementation sub that,\n // in effect, implements sub.Open(name) as fsys.Open(path.Join(dir, name)).\n // The implementation also translates calls to ReadDir, ReadFile,\n-// ReadLink, ...
2026-02-06T21:06:09
vercel/next.js
08ae81fab6ad27bcdcf10d01722a82cd2517177a
67bb800f321df5ea81633b557a10bacfe666ee8d
[Instant] Fix loading.js not being counted as a suspense boundary (#90292) Fixes a bug where a loading.js isn't properly considered as providing a suspense boundary for a page. This is because we're placing the boundary around the segment component itself, but it should be rendered above the `LoadingBoundary` that is ...
[ { "path": "packages/next/src/client/components/layout-router.tsx", "patch": "@@ -694,6 +694,17 @@ export default function OuterLayoutRouter({\n use(unresolvedThenable) as never\n }\n \n+ let maybeValidationBoundaryId: string | null = null\n+ if (\n+ typeof window === 'undefined' &&\n+ process....
2026-02-25T20:46:31
facebook/react
acada3035fe2a0dacfafc0ad78914e77d11fb823
969a9790ad58cc27eea63df9e5cf992b66bf1fd5
[compiler] Fix false positive hook return mutation error (#34424) This was fun. We previously added the MaybeAlias effect in #33984 in order to describe the semantic that an unknown function call _may_ alias its return value in its result, but that we don't know this for sure. We record mutations through MaybeAlias ed...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/Inference/InferMutationAliasingEffects.ts", "patch": "@@ -748,10 +748,14 @@ function applyEffect(\n case 'Alias':\n case 'Capture': {\n CompilerError.invariant(\n- effect.kind === 'Capture' || initialized.has(effect.into.ident...
2025-09-09T21:07:47
electron/electron
b811ca0cde2536287a322f2e7521629e8c615e84
f260e06a620e78645b9cf88fbee62a90199fa3e9
chore: bump chromium to 144.0.7521.0 (main) (#48880) * chore: bump chromium in DEPS to 144.0.7521.0 * chore: fixup patch indices --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
[ { "path": "DEPS", "patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '144.0.7520.0',\n+ '144.0.7521.0',\n 'node_version':\n 'v24.11.0',\n 'nan_version':", "additions": 1, "deletions": 1, "language": "Unknown" }, { "path": "patche...
2025-11-11T12:16:38
golang/go
ad170e18540be19bd6db012ff221c01e8c9745e9
9fd5a5fa7d9d629ded8d4685dcc5984268258edb
cmd/link: make TestTypePlacement work on AIX The existing code was just wrong. On AIX the go.type section is folded into the .text section (when internally linking), or the .data section (when externally linking). It follows that the data section adjustment is useless when internally linking, which is currently what h...
[ { "path": "src/cmd/link/link_test.go", "patch": "@@ -2416,20 +2416,37 @@ func TestTypePlacement(t *testing.T) {\n \tcase xf != nil:\n \t\tdefer xf.Close()\n \n-\t\tfor _, sec := range xf.Sections {\n-\t\t\tif sec.Name == \".go.type\" {\n-\t\t\t\ttypeStart = sec.VirtualAddress\n-\t\t\t\ttypeEnd = sec.Virtual...
2026-01-31T03:15:31
nodejs/node
37d9cfcd3ae5d1857838937d3403d16d227c05ba
cbe02339b6c93b68b28bc380882ef7ed8add98b8
esm: improve error messages for ambiguous module syntax PR-URL: https://github.com/nodejs/node/pull/60376 Fixes: https://github.com/nodejs/node/issues/60322 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@...
[ { "path": "lib/internal/modules/esm/module_job.js", "patch": "@@ -2,9 +2,9 @@\n \n const {\n Array,\n+ ArrayPrototypeFind,\n ArrayPrototypeJoin,\n ArrayPrototypePush,\n- ArrayPrototypeSome,\n FunctionPrototype,\n ObjectSetPrototypeOf,\n PromisePrototypeThen,\n@@ -65,8 +65,8 @@ const CJSGlobalL...
2025-12-05T23:51:23
vercel/next.js
67bb800f321df5ea81633b557a10bacfe666ee8d
199d975934aff4e90949370448a75fd5362b9ea9
Don't start worker for Typescript when only doing config validation (#90504) Only start a Worker for typescript when type checking is actually enabled. When only validating the config (which doesn't load the `typescript` package itself, just invoke it in-process) testing with `pnpm next build bench/app-router-serv...
[ { "path": "packages/next/src/build/type-check.ts", "patch": "@@ -17,11 +17,11 @@ import { hrtimeDurationToString } from './duration-to-string'\n * instead of running \"next/lib/typescript/runTypeCheck\" in a worker,\n * we will run entire \"next/lib/verify-typescript-setup\" in a worker instead.\n */\n-f...
2026-02-25T17:00:31
rust-lang/rust
1b724576cfda121debe1b7bdb442980a696d6726
eb7bfb8a533840794ee113e9db0cdd26e73b7102
fix: Correct Display label for Event::FetchWorkspaces The fmt::Display implementation for Event printed the wrong variant name (Event::SwitchWorkspaces) for FetchWorkspaces events, which was misleading in tracing output. Add a regression test.
[ { "path": "src/tools/rust-analyzer/crates/rust-analyzer/src/main_loop.rs", "patch": "@@ -92,7 +92,7 @@ impl fmt::Display for Event {\n Event::DeferredTask(_) => write!(f, \"Event::DeferredTask\"),\n Event::TestResult(_) => write!(f, \"Event::TestResult\"),\n Event::Discov...
2026-03-26T01:49:01
facebook/react
969a9790ad58cc27eea63df9e5cf992b66bf1fd5
665de2ed283205fccecda649ae2d66f62983f15f
[Flight] Track I/O Entry for the RSC Stream itself (#34425) One thing that can suspend is the downloading of the RSC stream itself. This tracks an I/O entry for each Promise (`SomeChunk<T>`) that represents the request to the RSC stream. As the value we use the `Response` for `createFromFetch` (or the `ReadableStream`...
[ { "path": "fixtures/flight/src/App.js", "patch": "@@ -21,6 +21,8 @@ import {Note} from './cjs/Note.js';\n \n import {GenerateImage} from './GenerateImage.js';\n \n+import LargeContent from './LargeContent.js';\n+\n import {like, greet, increment} from './actions.js';\n \n import {getServerState} from './Ser...
2025-09-09T20:46:11
electron/electron
bc86e68a720011824d25a83c8ab401356c6ac513
4951b96235917a873576be551dc77876c3529ecf
feat: add bypassCustomProtocolHandlers option to net.request (#47331) * feat: add bypassCustomProtocolHandlers option to net.request * style: fix lint errors in api-protocol-spec
[ { "path": "docs/api/client-request.md", "patch": "@@ -25,6 +25,11 @@ following properties:\n with which the request is associated. Defaults to the empty string. The\n `session` option supersedes `partition`. Thus if a `session` is explicitly\n specified, `partition` is ignored.\n+ * `bypassCust...
2025-11-10T21:37:29
golang/go
9fd5a5fa7d9d629ded8d4685dcc5984268258edb
4fe1203111eeda8a38af4f2a4208e4d4de720c0d
cmd/link: use correct alignment for type descriptors on AIX CL 724261 changed the linker to put all type descriptors that are used for typelinks in a single list. This caused trouble on AIX when linking externally, because the AIX linker aligns symbols individually, rather than honoring the layout of the object file g...
[ { "path": "src/cmd/link/internal/ld/data.go", "patch": "@@ -1469,6 +1469,8 @@ func checkSectSize(sect *sym.Section) {\n \n // fixZeroSizedSymbols gives a few special symbols with zero size some space.\n func fixZeroSizedSymbols(ctxt *Link) {\n+\tldr := ctxt.loader\n+\n \t// The values in moduledata are fill...
2026-01-31T03:06:19
vercel/next.js
199d975934aff4e90949370448a75fd5362b9ea9
7d92ac638ad68b4316e74e7b79295ff1c4869284
Revert "Turbopack: Add line numbers to debug info in release-with-assertions profile (#90474)" (#90525) Reverts #90474 It appears to have increased the artifact size so much that Turborepo remote caching doesn't work properly anymore see https://vercel.slack.com/archives/C03LMQZL205/p1772027662111429
[ { "path": "Cargo.toml", "patch": "@@ -269,12 +269,12 @@ opt-level = \"s\"\n [profile.release.package.miette]\n opt-level = \"s\"\n \n+\n # Use a custom profile for CI where many tests are performance sensitive but we still want the additional validation of debug-assertions\n [profile.release-with-assertions...
2026-02-25T15:46:20
nodejs/node
f65b0bc81a79a6068e594d1179c4c51680bfaa89
025ade69973cf078978280247c6dad294bf914d7
src: implement Windows-1252 encoding support and update related tests PR-URL: https://github.com/nodejs/node/pull/60893 Fixes: https://github.com/nodejs/node/issues/60888 Fixes: https://github.com/nodejs/node/issues/59515 Fixes: https://github.com/nodejs/node/issues/56542 Reviewed-By: Matteo Collina <matteo.collina@gm...
[ { "path": "lib/internal/encoding.js", "patch": "@@ -28,7 +28,7 @@ const kEncoding = Symbol('encoding');\n const kDecoder = Symbol('decoder');\n const kFatal = Symbol('kFatal');\n const kUTF8FastPath = Symbol('kUTF8FastPath');\n-const kLatin1FastPath = Symbol('kLatin1FastPath');\n+const kWindows1252FastPath ...
2025-12-04T14:23:01
golang/go
4fe1203111eeda8a38af4f2a4208e4d4de720c0d
cbb37e310e2edd7148c8501567e190746e6d98d2
cmd/link: align covctrs symbol If we start the covctrs blob at an odd alignment, then covctrs will not be correctly aligned. Each individual entry is aligned properly, but the start marker may be before any padding inserted to enforce that alignment. Fixes #58936 Change-Id: I802fbe40eacfa5a3c8c4864e078b0e078da956d5 ...
[ { "path": "src/cmd/cover/cover_test.go", "patch": "@@ -638,3 +638,12 @@ func main() {\n \t\tt.Errorf(\"unexpected success; want failure due to newline in file path\")\n \t}\n }\n+\n+func TestAlignment(t *testing.T) {\n+\t// Test that cover data structures are aligned appropriately. See issue 58936.\n+\ttest...
2026-01-02T21:42:00
electron/electron
a5cebb6df237a0f11f5379e24ebea7330d2a0dea
1ad8d35be9148027aca73d8c9a74d1bc2f9a28be
chore: bump chromium to 144.0.7520.0 (main) (#48869) * chore: bump chromium in DEPS to 144.0.7520.0 * chore: fixup patch indices --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
[ { "path": "DEPS", "patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '144.0.7514.0',\n+ '144.0.7520.0',\n 'node_version':\n 'v24.11.0',\n 'nan_version':", "additions": 1, "deletions": 1, "language": "Unknown" }, { "path": "patche...
2025-11-10T17:44:49
electron/electron
068ac3c40519202c9b895570021fba91ea90c1df
87d1ff59cb2b8a99c766746a770d1a62424ec5a7
fix: the parent window remained interactive after the modal window was opened (#48770) fix: fix the issue where the parent window remained interactive after the modal window was opened in somecases.
[ { "path": "shell/browser/native_window.cc", "patch": "@@ -104,7 +104,8 @@ NativeWindow::NativeWindow(const gin_helper::Dictionary& options,\n transparent_{options.ValueOrDefault(options::kTransparent, false)},\n enable_larger_than_screen_{\n options.ValueOrDefault(options::kEnableLarge...
2025-11-10T11:06:28
golang/go
cbb37e310e2edd7148c8501567e190746e6d98d2
d1ec0ecec956eb10c3daf40160193daf407c7614
net/http: fix WaitGroup race in TestTransportNoReuseAfterEarlyResponse The remaining race reported in go.dev/issue/66519 is that it's possible for copying.Wait to start running before all copying.Add calls complete. It happens infrequently as is, but padding both Wait and Add calls with a 100 ms sleep makes it highly ...
[ { "path": "src/net/http/client_test.go", "patch": "@@ -438,7 +438,6 @@ func testRedirectsByMethod(t *testing.T, mode testMode, method string, table []r\n \t\treq, _ := NewRequest(method, ts.URL+tt.suffix, strings.NewReader(content))\n \t\treq.GetBody = func() (io.ReadCloser, error) { return io.NopCloser(str...
2026-01-24T18:03:14
nodejs/node
746c3c2ec2eee4f33adde73c34364ed873cacffd
5879e9b257d4bae7da7b31d527250425c7abc7ab
util: assert getCallSites does not invoke Error.prepareStackTrace PR-URL: https://github.com/nodejs/node/pull/60922 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ilyas Shabi <ilyasshabi94@gmail.com>
[ { "path": "doc/api/util.md", "patch": "@@ -564,6 +564,9 @@ changes:\n Returns an array of call site objects containing the stack of\n the caller function.\n \n+Unlike accessing an `error.stack`, the result returned from this API is not\n+interfered with `Error.prepareStackTrace`.\n+\n ```mjs\n import { getC...
2025-12-03T17:53:07
vercel/next.js
7d92ac638ad68b4316e74e7b79295ff1c4869284
a341ef9e5719529c610183703aa6869360ec32ad
[test] Fix flaky "delay re-prefetch after revalidation" test (#90503) The test verified that revalidation triggers a 300ms cooldown before re-prefetching by using fixed `setTimeout` delays (50ms, 150ms, 350ms) in the Node.js test runner racing against browser-side timers. With only ~50ms of buffer, the test flaked whe...
[ { "path": "test/e2e/app-dir/segment-cache/revalidation/segment-cache-revalidation.test.ts", "patch": "@@ -1,4 +1,5 @@\n import { isNextDev, isNextDeploy, createNext } from 'e2e-utils'\n+import type * as Playwright from 'playwright'\n import { createRouterAct } from 'router-act'\n import { createTestDataServ...
2026-02-25T13:09:18
facebook/react
665de2ed283205fccecda649ae2d66f62983f15f
eda778b8ae1698fec5fc84ca2530727df8b557b5
[compiler] Improve name hints for outlined functions (#34434) The previous PR added name hints for anonymous functions, but didn't handle the case of outlined functions. Here we do some cleanup around function `id` and name hints: * Make `HIRFunction.id` a ValidatedIdentifierName, which involved some cleanup of the va...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Pipeline.ts", "patch": "@@ -325,6 +325,15 @@ function runWithEnvironment(\n outlineJSX(hir);\n }\n \n+ if (env.config.enableNameAnonymousFunctions) {\n+ nameAnonymousFunctions(hir);\n+ log({\n+ kind: 'hir',\n+ nam...
2025-09-09T19:14:09
electron/electron
6399527761b43abb5a3ea40dd64eb05efad3b9de
519187db1de74e6795a6fdd3bce15accc3d15a85
fix: ESM-from-CJS import when CJK is in path (#48855) Upstream fix: https://github.com/nodejs/node/pull/60575
[ { "path": "patches/node/.patches", "patch": "@@ -41,3 +41,4 @@ lib_check_sharedarraybuffer_existence_in_fast-utf8-stream.patch\n chore_handle_support_for_import_defer_as_ns_and_import_defer.patch\n api_delete_deprecated_fields_on_v8_isolate.patch\n api_promote_deprecation_of_v8_context_and_v8_object_api_met...
2025-11-10T08:51:56
nodejs/node
ecdf6a8c533d04b85595f5d053635f740d3c3d93
5b4b031da4b6aedb811d29602a89d436c559215e
stream: fix isErrored/isWritable for WritableStreams PR-URL: https://github.com/nodejs/node/pull/60905 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
[ { "path": "lib/internal/webstreams/writablestream.js", "patch": "@@ -76,6 +76,8 @@ const {\n \n const {\n kIsClosedPromise,\n+ kIsErrored,\n+ kIsWritable,\n kControllerErrorFunction,\n } = require('internal/streams/utils');\n \n@@ -183,6 +185,14 @@ class WritableStream {\n size);\n }\n \n+ ge...
2025-12-03T13:08:34
golang/go
228c0468d5a0eefddbfd890565ee8253bd70346e
f58a6a8e34d7db14871f2cf9bfd657e44a5c8b7b
internal/poll: optimize socket completion modes FILE_SKIP_SET_EVENT_ON_HANDLE is always safe to use. FILE_SKIP_COMPLETION_PORT_ON_SUCCESS is safe as long as the socket is provided by an IFS provider. While here, stop using the kindFileNet type, it doesn't provide any value. Fixes #77448 Change-Id: Ib3dc0d68c7ff57b6...
[ { "path": "src/internal/poll/export_windows_test.go", "patch": "@@ -0,0 +1,11 @@\n+// Copyright 2026 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+// Export guts for testing on windows.\n+\n+package poll\...
2026-02-05T12:37:08
vercel/next.js
a341ef9e5719529c610183703aa6869360ec32ad
1fd9d3d37a9e1145b5e6b4956349f6f4117a139a
Fix varyParams tracking for optional catch-all params with no value (#90496) When an optional catch-all param like `[[...slug]]` has no value (e.g., visiting `/docs` instead of `/docs/foo`), the param doesn't exist as a property on the params object. The existing varyParams tracking uses `defineProperty` getters, whic...
[ { "path": "packages/next/src/lib/metadata/resolve-metadata.ts", "patch": "@@ -721,6 +721,7 @@ const resolveMetadataItems = cache(async function (\n tree,\n treePrefix,\n parentParams,\n+ null,\n searchParams,\n errorConvention,\n errorMetadataItem,\n@@ -735,6 +736,7 @@ async funct...
2026-02-25T13:07:18
nodejs/node
470ef988f62e6148cbbbd31f7061cd214030a714
80e0779a8195a65c05ab7268031ddf15715be382
benchmark: fix incorrect base64 input in byteLength benchmark PR-URL: https://github.com/nodejs/node/pull/60841 Fixes: https://github.com/nodejs/node/issues/60836 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmai...
[ { "path": "benchmark/buffers/buffer-bytelength-string.js", "patch": "@@ -22,7 +22,7 @@ const chars = {\n function getInput(type, repeat, encoding) {\n const original = (repeat === 1) ? chars[type] : chars[type].repeat(repeat);\n if (encoding === 'base64') {\n- Buffer.from(original, 'utf8').toString('...
2025-12-03T07:19:16
facebook/react
eda778b8ae1698fec5fc84ca2530727df8b557b5
1836b46fffa9a67be3840ff385f6fd1a1f8db045
[compiler] Fix false positive memo validation (alternative) (#34319) Alternative to #34276 --- (Summary taken from @josephsavona 's #34276) Partial fix for #34262. Consider this example: ```js function useInputValue(input) { const object = React.useMemo(() => { const {value} = transform(input); return {val...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/Validation/ValidatePreservedManualMemoization.ts", "patch": "@@ -18,7 +18,6 @@ import {\n IdentifierId,\n InstructionValue,\n ManualMemoDependency,\n- Place,\n PrunedReactiveScopeBlock,\n ReactiveFunction,\n ReactiveInstruction,\n@@ -...
2025-09-09T18:26:52
golang/go
f58a6a8e34d7db14871f2cf9bfd657e44a5c8b7b
9263a71b92e84aa34d0e35887d5c23f5a0a21537
internal/poll: make waitIO more idempontent This is a step towards deferring adding the handle to IOCP until the first IO operation. waitIO should use the overlapped event if it is provided, regardless of whether FD is pollable or not. This simplifies reasoning about the code and makes it more robust to race conditio...
[ { "path": "src/internal/poll/fd_windows.go", "patch": "@@ -201,10 +201,7 @@ var operationPool = sync.Pool{\n // waitIO waits for the IO operation to complete,\n // handling cancellation if necessary.\n func (fd *FD) waitIO(o *operation) error {\n-\tif fd.isBlocking {\n-\t\tpanic(\"can't wait on blocking ope...
2026-02-05T12:16:12
vercel/next.js
1fd9d3d37a9e1145b5e6b4956349f6f4117a139a
02af7ed3a4f67d0f6d3d07ee6ac1754c754d145f
fix: sanitize worker args for worker_threads compatibility (#90506) ### What? Sanitize worker method arguments when `enableWorkerThreads` is true to avoid `DataCloneError`. ### Why? When `enableWorkerThreads: true` is set in the build static worker, `postMessage()` uses the structured clone algorithm which throws `...
[ { "path": "packages/next/src/lib/worker.ts", "patch": "@@ -245,29 +245,39 @@ export class Worker {\n hangingTimer = activeTasks > 0 && setTimeout(onHanging, timeout)\n }\n \n+ // TODO: Remove this once callers stop passing non-serializable values\n+ // (e.g. functions) in worker method argum...
2026-02-25T12:13:49
electron/electron
595920a3085ba580625d71298feacc6f6d6bcccc
ca0b46b4130a8b48ab0b402ea16efe1ce655044f
chore: bump chromium to 144.0.7512.1 (main) (#48768) * chore: bump chromium in DEPS to 144.0.7507.0 * chore: bump chromium in DEPS to 144.0.7508.0 * chore: update patches * 7101838: [pathbuilder] Enforce immutable SkPath APIs globally https://chromium-review.googlesource.com/c/chromium/src/+/7101838 * chore: upda...
[ { "path": "BUILD.gn", "patch": "@@ -762,11 +762,13 @@ source_set(\"electron_lib\") {\n if (enable_pdf_viewer) {\n deps += [\n \"//chrome/browser/resources/pdf:resources\",\n+ \"//chrome/browser/ui:browser_element_identifiers\",\n \"//components/pdf/browser\",\n \"//components/pd...
2025-11-07T15:13:45
facebook/react
1836b46fffa9a67be3840ff385f6fd1a1f8db045
eec50b17b38ac7c051804acfe46afabef9933ff4
[compiler] Have react-compiler eslint plugin return a RuleModule (#34421) Eslint is expecting a map of [string] => RuleModule. Before we were passing {rule: RuleModule, severity: ErrorSeverity} which was breaking legacy Eslint configurations
[ { "path": "compiler/packages/eslint-plugin-react-compiler/src/index.ts", "patch": "@@ -34,4 +34,8 @@ const configs = {\n },\n };\n \n-export {configs, allRules as rules, meta};\n+const rules = Object.fromEntries(\n+ Object.entries(allRules).map(([name, {rule}]) => [name, rule]),\n+);\n+\n+export {configs...
2025-09-09T18:18:37
golang/go
9263a71b92e84aa34d0e35887d5c23f5a0a21537
0430fa977573866f93e66aa61a66b37ff0738aba
database/sql: ensure Null* types have Valid=false when Scan returns error The Scan methods for NullString, NullInt64, NullInt32, NullFloat64, NullBool, and NullTime set Valid=true before calling convertAssign. If convertAssign returns an error, Valid remains true, which creates an inconsistent state where Valid=true b...
[ { "path": "src/database/sql/sql.go", "patch": "@@ -202,8 +202,9 @@ func (ns *NullString) Scan(value any) error {\n \t\tns.String, ns.Valid = \"\", false\n \t\treturn nil\n \t}\n-\tns.Valid = true\n-\treturn convertAssign(&ns.String, value)\n+\terr := convertAssign(&ns.String, value)\n+\tns.Valid = err == ni...
2026-01-26T02:29:30
vercel/next.js
782f16621df7c2f59fc06e4d9cf2879b2a12f7eb
61fa3c6317dba16b64569b676272afc533c417b9
Turbopack: Add line numbers to debug info in release-with-assertions profile (#90474) We use this profile in CI. Without debug symbols, we only get the line/column number of the panic, and we don't get line numbers in the whole backtrace: https://github.com/vercel/next.js/runs/64337217556#step:35:474 This can be diff...
[ { "path": "Cargo.toml", "patch": "@@ -269,12 +269,12 @@ opt-level = \"s\"\n [profile.release.package.miette]\n opt-level = \"s\"\n \n-\n # Use a custom profile for CI where many tests are performance sensitive but we still want the additional validation of debug-assertions\n [profile.release-with-assertions...
2026-02-25T09:14:46
nodejs/node
b013e6e32d956641526459f771f194da25852c90
4ea921bdbf94c11e86ef6b53aa7425c6df42876a
tools: update ESLint dependencies - Update all dependencies to their latest version and regenerate lock file. - Fixup deprecated field of `@stylistic/eslint-plugin` config. - Disable `assignmentOperator` indent rule (we are inconsistent, so there's no valid config for it). - Disable jsdoc rules that we do not foll...
[ { "path": "eslint.config.mjs", "patch": "@@ -277,6 +277,8 @@ export default [\n wrapIndent: ' ',\n }],\n 'jsdoc/check-alignment': 'error',\n+ 'jsdoc/reject-any-type': 'off',\n+ 'jsdoc/reject-function-type': 'off',\n \n // Stylistic rules.\n '@stylistic/js/arrow-par...
2025-11-30T18:25:51
electron/electron
ca0b46b4130a8b48ab0b402ea16efe1ce655044f
194ce1a1d691446b4ea48217c8cb932289305d76
fix: enable wasm trap handlers in all Node.js processes (#48788) * fix: enable wasm trap handlers in all Node.js processes * fix: separate registrations to account for featurelist init
[ { "path": "shell/browser/electron_browser_main_parts.cc", "patch": "@@ -62,6 +62,7 @@\n #include \"shell/common/logging.h\"\n #include \"shell/common/node_bindings.h\"\n #include \"shell/common/node_includes.h\"\n+#include \"shell/common/v8_util.h\"\n #include \"ui/base/idle/idle.h\"\n #include \"ui/base/l1...
2025-11-07T11:56:51
facebook/react
eec50b17b38ac7c051804acfe46afabef9933ff4
a9410fb487776339ec68e57a57a570be952ccad0
[Flight] Only use debug component info for parent stacks (#34431)
[ { "path": "packages/react-client/src/ReactFlightClient.js", "patch": "@@ -1794,13 +1794,21 @@ function transferReferencedDebugInfo(\n existingDebugInfo.push.apply(existingDebugInfo, referencedDebugInfo);\n }\n }\n- // We also add it to the initializing chunk since the resolution of that...
2025-09-09T17:58:02
golang/go
0430fa977573866f93e66aa61a66b37ff0738aba
045ceb72406ee725fd0ea9b8267e8bcd4d2afd5b
simd/archsimd: correct algorithm name in SHA256 ops documentation The three SHA256 ops (SHA256Message1, SHA256Message2 and SHA256TwoRounds) all incorrectly referred to the SHA1 algorithm in their documentation rather than SHA256. Change-Id: Id6c1bfe4fee4517c0e498fb063cc9112464bc1e7 Reviewed-on: https://go-review.goog...
[ { "path": "src/simd/archsimd/_gen/simdgen/ops/Others/categories.yaml", "patch": "@@ -83,7 +83,7 @@\n - go: SHA256TwoRounds\n commutative: false\n documentation: !string |-\n- // NAME does 2 rounds of B loop to calculate updated state variables in SHA1 algorithm defined in FIPS 180-4.\n+ // NAME do...
2026-01-11T07:00:06
vercel/next.js
0f851c5ecd1872a209595770c5fe8b2b24274715
a0c401fcdba463c71e0836ade25c5b3127b79a07
Fix params leaking into instant navigation shell in dev (#90455) Populate `fallbackRouteParams` in the `isDebugStaticShell` prerender path so that params suspend correctly during instant navigation shell rendering in dev mode. When the instant lock is active, the server forces pages through the prerender path (`isDeb...
[ { "path": "packages/next/src/build/templates/app-page.ts", "patch": "@@ -926,9 +926,10 @@ export async function handler(\n ? createOpaqueFallbackRouteParams(\n prerenderInfo.fallbackRouteParams\n )\n- : // Otherwise, if we're debugging the fallbac...
2026-02-25T02:05:23
nodejs/node
6432765a9c13929e5be8aab8e01f76924c9fe3fe
8cfcf52db832bf7c8200470cc87a1159816a52e4
src: fix off-thread cert loading in bundled cert mode https://redirect.github.com/nodejs/node/pull/59856 had an typo/mistake in the skip conditions so that it is skipping when --use-openssl-ca or --openssl-system-ca-path (configure time) are NOT used, even though they should be skipped only when those ARE used (which ...
[ { "path": "src/crypto/crypto_context.cc", "patch": "@@ -901,7 +901,7 @@ void StartLoadingCertificatesOffThread(\n // loading.\n {\n Mutex::ScopedLock cli_lock(node::per_process::cli_options_mutex);\n- if (!per_process::cli_options->ssl_openssl_cert_store) {\n+ if (per_process::cli_options->ssl...
2025-12-02T09:51:06
golang/go
045ceb72406ee725fd0ea9b8267e8bcd4d2afd5b
db5882ea9bf63849d554910f486c4c5cfea08852
cmd/compile: allow equal functions to perform unaligned load on loong64 The Go compiler always generates Loong64 binaries, which can execute any processor of LA364, LA464, LA664 or higher core. And these processors support unaligned memory access [1]. goos: linux goarch: loong64 pkg: strings cpu: Loongson-3A6000 @ 25...
[ { "path": "src/cmd/internal/sys/arch.go", "patch": "@@ -143,7 +143,7 @@ var ArchLoong64 = &Arch{\n \tPtrSize: 8,\n \tRegSize: 8,\n \tMinLC: 4,\n-\tAlignment: 8, // Unaligned accesses are not guaranteed to be fast\n+\tAlignment: 1,\n \tCanMergeLoads: true,\n \tCanJumpTable: ...
2026-02-04T07:25:07
electron/electron
194ce1a1d691446b4ea48217c8cb932289305d76
b6a9f08be1dd1402120bc64214084ebb417d672c
fix: CSD window frame tiles properly on Wayland (#48765) fix: CSD window frame tiles properly on Linux
[ { "path": "shell/browser/ui/electron_desktop_window_tree_host_linux.cc", "patch": "@@ -100,13 +100,19 @@ void ElectronDesktopWindowTreeHostLinux::OnWindowStateChanged(\n void ElectronDesktopWindowTreeHostLinux::OnWindowTiledStateChanged(\n ui::WindowTiledEdges new_tiled_edges) {\n if (auto* const view...
2025-11-07T10:24:12
facebook/react
a9410fb487776339ec68e57a57a570be952ccad0
6b70072c4f21d6762d914adb42007db68f1e00a9
[compiler] Option to infer names for anonymous functions (#34410) Adds a `@enableNameAnonymousFunctions` feature to infer helpful names for anonymous functions within components and hooks. The logic is inspired by a custom Next.js transform, flagged to us by @eps1lon, that does something similar. Implementing this tra...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Pipeline.ts", "patch": "@@ -103,6 +103,7 @@ import {validateNoFreezingKnownMutableFunctions} from '../Validation/ValidateNoF\n import {inferMutationAliasingEffects} from '../Inference/InferMutationAliasingEffects';\n import {inferMutati...
2025-09-09T17:22:19
vercel/next.js
b2f193b0964212c3ef0213efb74fe40dfd5be43b
affb856d39618e75ce25ac4c16425002df27de6c
test: Cleanup and refactoring (#90454) - `expect(hasImageMatchingUrl(browser, "...")).toBe(true)` has very bad error messages if the assertion fails - there was a `(process.env.TURBOPACK_DEV ? describe.skip : describe)('production mode',` around a dev test
[ { "path": "test/integration/next-image-legacy/base-path/test/index.test.ts", "patch": "@@ -20,17 +20,15 @@ const appDir = join(__dirname, '../')\n let appPort\n let app\n \n-async function hasImageMatchingUrl(browser, url) {\n- const links = await browser.elementsByCss('img')\n- let foundMatch = false\n- ...
2026-02-24T19:03:44
nodejs/node
8cfcf52db832bf7c8200470cc87a1159816a52e4
11813f9c75db3a8ae917481330627838f9cb5bac
tools: refloat 10 Node.js patches to cpplint.py Cherry-pick 12c8b4d15471cb6211b39c3a2ca5b10fa4b9f12b Original commit message: This commit is a suggestion for adding a rule for NULL usages in the code base. This will currently report a number of errors which could be ignored using // NOLINT (readability/nul...
[ { "path": "tools/cpplint.py", "patch": "@@ -306,9 +306,10 @@\n \"build/forward_decl\",\n \"build/header_guard\",\n \"build/include\",\n- \"build/include_subdir\",\n \"build/include_alpha\",\n+ \"build/include_inline\",\n \"build/include_order\",\n+ \"build/include_subdir\",\n ...
2025-11-26T16:37:05
facebook/react
8943025358da2e4e615629077b78ce5bd1b1fbb5
3d9d22cbdbfc1df2ec1d2ca00cb824e36af46ab8
[DevTools] Fix handling of host roots on mount (#34400)
[ { "path": "packages/react-devtools-shared/src/__tests__/profilingCommitTreeBuilder-test.js", "patch": "@@ -228,7 +228,7 @@ describe('commit tree', () => {\n [root]\n ▾ <App>\n <Suspense>\n- [shell]\n+ [suspense-root] rects={null}\n <Suspense name=\"Ap...
2025-09-08T20:53:02
golang/go
db5882ea9bf63849d554910f486c4c5cfea08852
f8f87129646ca3821b3926e649c856a960d6bc9e
os: support deleting inaccessible files in RemoveAll windows: retry file open with DELETE access after access denied Additional access rights when opening files, including SYNCHRONIZE, break deletion when the caller has FILE_DELETE_CHILD on the parent directory but not the file. Retry with DELETE only restores correc...
[ { "path": "src/internal/syscall/windows/at_windows.go", "patch": "@@ -246,14 +246,31 @@ func Deleteat(dirfd syscall.Handle, name string, options uint32) error {\n \tvar h syscall.Handle\n \terr := NtOpenFile(\n \t\t&h,\n-\t\tSYNCHRONIZE|FILE_READ_ATTRIBUTES|DELETE,\n+\t\tFILE_READ_ATTRIBUTES|DELETE,\n \t\to...
2026-02-04T09:36:59
electron/electron
38be633aa864c3df8c6f77f425492676cc263773
9d01e6b3e30c6c5fe4bafcbce1329acd5b39ae10
fix(reland): allow disabling all `NSMenuItems` (#48795) * fix: allow disabling all `NSMenuItems` (#48598) fix: allow disabling all NSMenuItems * fix: add guard for type --------- Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
[ { "path": "lib/browser/api/menu.ts", "patch": "@@ -25,11 +25,30 @@ Menu.prototype._isCommandIdChecked = function (id) {\n };\n \n Menu.prototype._isCommandIdEnabled = function (id) {\n- return this.commandsMap[id] ? this.commandsMap[id].enabled : false;\n+ const item = this.commandsMap[id];\n+ if (!item)...
2025-11-07T03:02:04
vercel/next.js
affb856d39618e75ce25ac4c16425002df27de6c
c1e485ce8aef778600e75846fc2fb3757c83a319
Turbopack: Fix experimental server hmr for pages router (#90398) This is cherry-picked from #90389, which also serves as a test case for server hmr being enabled by default. This fixes a number of issues with server hmr, most notably that pages router updates weren’t reflected: 1. **Pages Router pages weren't cleari...
[ { "path": "packages/next/src/server/dev/hot-reloader-turbopack.ts", "patch": "@@ -586,26 +586,37 @@ export async function createHotReloaderTurbopack(\n join(distDir, p)\n )\n \n+ const { type: entryType } = splitEntryKey(key)\n+ // Server HMR only applies to App Router Node.js runtime endpoi...
2026-02-24T18:27:51
golang/go
f8f87129646ca3821b3926e649c856a960d6bc9e
491da55fdba438284656c370f6d2f3e0b0971a83
crypto/tls: fix broken link in KeyLogWriter documentation The Mozilla developer documentation link for the NSS key log format has been broken since early 2022. Update the documentation to point to the IETF TLS working group draft which is currently in the RFC publication queue. Fixes #63331 Co-Authored-By: Claude Op...
[ { "path": "src/crypto/tls/common.go", "patch": "@@ -825,7 +825,7 @@ type Config struct {\n \t// KeyLogWriter optionally specifies a destination for TLS master secrets\n \t// in NSS key log format that can be used to allow external programs\n \t// such as Wireshark to decrypt TLS connections.\n-\t// See http...
2026-02-03T15:10:47
electron/electron
9d01e6b3e30c6c5fe4bafcbce1329acd5b39ae10
3c100c22291ec203198ac0ccd8d52d93a0db73f3
fix: oom crash in v8 when optimizing wasm (#48791)
[ { "path": "patches/v8/.patches", "patch": "@@ -1 +1,2 @@\n chore_allow_customizing_microtask_policy_per_context.patch\n+turboshaft_avoid_introducing_too_many_variables.patch", "additions": 1, "deletions": 0, "language": "Unknown" }, { "path": "patches/v8/turboshaft_avoid_introducing_too_...
2025-11-06T12:58:13