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
facebook/react
a39da6c61feb5d10c988ddb55b7451a5af165783
48bc166428404c948315d98d02fe69533956e319
[compiler] Use new diagnostics for core inference errors (#33760) Uses the new diagnostic type for errors created during mutation/aliasing inference, such as errors for mutating immutable values like props or state, reassigning globals, etc. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapl...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/HIR/PrintHIR.ts", "patch": "@@ -995,13 +995,13 @@ export function printAliasingEffect(effect: AliasingEffect): string {\n return `${effect.kind} ${printPlaceForAliasEffect(effect.value)}`;\n }\n case 'MutateFrozen': {\n- return ...
2025-07-24T22:43:08
nodejs/node
07711379728708fd25de2d13c2d0cb78ddecbc4c
774e5647be8843f706c120459a582a4b7d542732
build: fix OpenSSL version parsing for OpenSSL < 3 OpenSSL versions before 3.0.0 do not define - `OPENSSL_VERSION_MAJOR` - `OPENSSL_VERSION_MINOR` - `OPENSSL_VERSION_PATCH` in `openssl/opensslv.h`. For these versions, `OPENSSL_VERSION_NUMBER` is a literal which we can parse directly. PR-URL: https://github.com/nodej...
[ { "path": "configure.py", "patch": "@@ -1246,7 +1246,8 @@ def get_openssl_version(o):\n \"\"\"Parse OpenSSL version from opensslv.h header file.\n \n Returns the version as a number matching OPENSSL_VERSION_NUMBER format:\n- 0xMNN00PPSL where M=major, NN=minor, PP=patch, S=status(0xf=release,0x0=pre), ...
2025-11-20T13:23:33
vercel/next.js
f10b63d17ec21b5fee42182a7b8567a99928c51a
5563b4d7e14db5ca59295505c6b617425d46fb4c
Turbopack: Derive `Default` on `PartialProjectOptions`, remove silly `partial_project_options_with_debug_build_paths` helper (#90170) TSIA
[ { "path": "crates/next-api/src/project.rs", "patch": "@@ -362,6 +362,7 @@ pub struct ProjectOptions {\n pub is_persistent_caching_enabled: bool,\n }\n \n+#[derive(Default)]\n pub struct PartialProjectOptions {\n /// A root path from which all files must be nested under. Trying to access\n /// a ...
2026-02-19T01:04:11
electron/electron
357e42d90768635c032a9ddadae176d97ca978e0
9b740594fbdd0a205a1c2062c27184bb691a0b05
fix: fixed white flash on call to BrowserWindow.show (#47151)
[ { "path": "shell/browser/api/electron_api_base_window.h", "patch": "@@ -106,8 +106,8 @@ class BaseWindow : public gin_helper::TrackableObject<BaseWindow>,\n virtual void Focus();\n virtual void Blur();\n bool IsFocused() const;\n- void Show();\n- void ShowInactive();\n+ virtual void Show();\n+ vir...
2025-10-14T13:58:27
golang/go
83b232b0af1bd498d3df099eb68e3b1e40df2527
6aef900af4eeb4a35d3ff1237a41cf3f63c56c24
cmd/compile, simd: capture VAES instructions and fix AVX512VAES feature The code previously filters out VAES-only instructions, this CL added them back. This CL added the VAES feature check following the Intel xed data: XED_ISA_SET_VAES: vaes.7.0.ecx.9 # avx.1.0.ecx.28 This CL also found out that the...
[ { "path": "src/cmd/compile/internal/ssa/_gen/simdAMD64ops.go", "patch": "@@ -28,16 +28,16 @@ func simdAMD64Ops(v11, v21, v2k, vkv, v2kv, v2kk, v31, v3kv, vgpv, vgp, vfpv, vf\n \t\t{name: \"VADDSUBPS128\", argLength: 2, reg: v21, asm: \"VADDSUBPS\", commutative: false, typ: \"Vec128\", resultInArg0: false},\...
2026-01-22T17:44:32
facebook/react
48bc166428404c948315d98d02fe69533956e319
72848027a5525d7beebeccb0a485f4f211a1a101
[compiler] Update diagnostics for ValidatePreservedManualMemoization (#33759) Uses the new diagnostic infrastructure for this validation, which lets us provide a more targeted message on the text that we highlight (eg "This dependency may be mutated later") separately from the overall error message. --- [//]: # (BEGI...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/Validation/ValidatePreservedManualMemoization.ts", "patch": "@@ -5,7 +5,11 @@\n * LICENSE file in the root directory of this source tree.\n */\n \n-import {CompilerError, ErrorSeverity} from '../CompilerError';\n+import {\n+ CompilerDiagnostic,...
2025-07-24T22:39:53
nodejs/node
48f1934d5a9677b23dff11e6a57f647f19f45124
f65fc956d7638afb1aff1a2a56ce9166347a1a2a
tools: fix linter warning in `test-shared.yml` PR-URL: https://github.com/nodejs/node/pull/60772 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Xuguan...
[ { "path": ".github/workflows/test-shared.yml", "patch": "@@ -131,7 +131,7 @@ jobs:\n with:\n extra_nix_config: sandbox = true\n \n- - uses: cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad # v16\n+ - uses: cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad...
2025-11-20T09:38:00
electron/electron
9b740594fbdd0a205a1c2062c27184bb691a0b05
9e577ae60e884fcef0e35511b42e190e2ce3672a
fix: enable shader-f16 on windows (#48342) * fix: Enable shader-f16 on Windows * fix: include dxil.dll and dxcompiler.dll for windows x64 and arm64 * fix: modified to follow the chromium dawn build configuration * fix: include dxil.dll and dxcompiler.dll for windows x86 * fix: Modified to avoid explicitly specifyi...
[ { "path": "build/args/all.gn", "patch": "@@ -24,10 +24,6 @@ enable_printing = true\n angle_enable_vulkan_validation_layers = false\n dawn_enable_vulkan_validation_layers = false\n \n-# Removes dxc dll's that are only used experimentally.\n-# See https://bugs.chromium.org/p/chromium/issues/detail?id=1474897\...
2025-10-14T13:46:12
vercel/next.js
5563b4d7e14db5ca59295505c6b617425d46fb4c
17a332089e3379c1cfa9e19cc303843201ab6f0e
Turbopack: Update rust toolchain to nightly-2026-02-18 (#89974) Rust finally merged a fix to the "trying to encode a dep node twice" ICE we seem to most frequently run into, triggered by the rustc parallel frontend feature: https://github.com/rust-lang/rust/pull/151509 - @mischnic commented on the issue: https://git...
[ { "path": ".devcontainer/rust/devcontainer-feature.json", "patch": "@@ -5,7 +5,7 @@\n \"dependsOn\": {\n \"ghcr.io/devcontainers/features/rust:1\": {\n // this should match the `rust-toolchain.toml`\n- \"version\": \"nightly-2026-02-05\",\n+ \"version\": \"nightly-2026-02-18\",\n ...
2026-02-18T23:41:22
nodejs/node
d4a282b30231d32d36e71c1f28d90e56ee4b9ea8
037a673b9b042ebdc454180a65ec46535c8be86f
tools: fix `paths-ignore` in gha files PR-URL: https://github.com/nodejs/node/pull/60753 Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <lui...
[ { "path": ".github/workflows/build-tarball.yml", "patch": "@@ -6,6 +6,7 @@ on:\n paths-ignore:\n - .mailmap\n - '**.md'\n+ - '**.nix'\n - AUTHORS\n - doc/**\n - test/internet/**\n@@ -19,6 +20,7 @@ on:\n paths-ignore:\n - .mailmap\n - '**.md'\n+ - '...
2025-11-18T21:45:40
facebook/react
72848027a5525d7beebeccb0a485f4f211a1a101
707e321f8f1ba3f69d27df861caf630fe48aade6
[compiler] Improve more error messages (#33758) This PR uses the new diagnostic type for most of the error messages produced in our explicit validation passes (`Validation/` directory). One of the validations produced multiple errors as a hack to showing multiple related locations, which we can now consolidate into a ...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/CompilerError.ts", "patch": "@@ -59,7 +59,7 @@ export type CompilerDiagnosticDetail =\n */\n {\n kind: 'error';\n- loc: SourceLocation;\n+ loc: SourceLocation | null;\n message: string;\n };\n \n@@ -100,6 +100,12 @@ export cla...
2025-07-24T22:39:42
vercel/next.js
ea3cad2848539d9a6273b42b09011d52b8a99b6a
da445e89cd5455e21f688d5f510b47e8a1e22cf7
Only error for sync IO after runtime in segments that would be runtime prefetched (#89979) Stacked on #89984 When we initially implemented runtime prefetching we decided to make sync IO that happens after runtime but before async IO an error. This is similar to but more aggressive than the error for sync IO before ru...
[ { "path": "packages/next/src/server/app-render/app-render.tsx", "patch": "@@ -223,7 +223,6 @@ import { ImageConfigContext } from '../../shared/lib/image-config-context.shared\n import { imageConfigDefault } from '../../shared/lib/image-config'\n import { RenderStage, StagedRenderingController } from './stag...
2026-02-18T22:49:30
nodejs/node
037a673b9b042ebdc454180a65ec46535c8be86f
0b6ae6df14ac7b6dbec4ad5c0473b63072d98cff
tools: update install_tools.bat old echo from 2019 to 2022 PR-URL: https://github.com/nodejs/node/pull/60736 Fixes: https://github.com/nodejs/node/issues/60733 Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com> Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
[ { "path": "tools/msvs/install_tools/install_tools.bat", "patch": "@@ -39,7 +39,7 @@ echo license terms or not. Read and understand the license terms of the packages\n echo being installed and their dependencies prior to installation:\n echo - https://chocolatey.org/packages/chocolatey\n echo - https://choco...
2025-11-17T23:53:48
facebook/react
707e321f8f1ba3f69d27df861caf630fe48aade6
0d39496eab710b5a3efc07d34c0db3f2475c04f8
[compiler][wip] Improve diagnostic infra (#33751) Work in progress, i'm experimenting with revamping our diagnostic infra. Starting with a better format for representing errors, with an ability to point ot multiple locations, along with better printing of errors. Of course, Babel still controls the printing in the maj...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/Babel/BabelPlugin.ts", "patch": "@@ -12,6 +12,7 @@ import {\n pipelineUsesReanimatedPlugin,\n } from '../Entrypoint/Reanimated';\n import validateNoUntransformedReferences from '../Entrypoint/ValidateNoUntransformedReferences';\n+import {Compile...
2025-07-24T22:37:06
vercel/next.js
da445e89cd5455e21f688d5f510b47e8a1e22cf7
0d613062017062259a00138e64b07c081f26993b
fix: normalize loopback only in hostname (#90158) `NextURL` intentionally canonicalizes loopback hosts (127.x.x.x, [::1], localhost) to localhost so that internal URL handling is consistent across equivalent local origins. However, we were applying a regex replacement to the entire URL before parsing, which unintenti...
[ { "path": "packages/next/src/server/web/next-url.ts", "patch": "@@ -20,13 +20,14 @@ interface Options {\n }\n \n const REGEX_LOCALHOST_HOSTNAME =\n- /(?!^https?:\\/\\/)(127(?:\\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}|\\[::1\\]|localhost)/\n+ /^(?:127(?:\\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}...
2026-02-18T19:54:24
electron/electron
d920c82fc4603484f69c64d87a9baed2cc6af990
d82b8f3b803999d56c49b24e0f4d03e97bb78beb
chore: bump chromium to 143.0.7451.0 (main) (#48362) * chore: bump chromium in DEPS to 142.0.7429.0 * chore: bump chromium in DEPS to 142.0.7430.0 * 6954508: Reland Migrate WrappableWithNamedPropertyInterceptor to gin::Wrappable | https://chromium-review.googlesource.com/c/chromium/src/+/6954508 * https://chromium-...
[ { "path": ".github/actions/free-space-macos/action.yml", "patch": "@@ -17,28 +17,30 @@ runs:\n }\n \n strip_universal_deep() {\n- opwd=$(pwd)\n- cd $1\n- f=$(find . -perm +111 -type f)\n- for fp in $f\n- do\n- if [[ $(file \"$fp\") == *...
2025-10-13T16:21:54
nodejs/node
61cf89cb35a37b16846102b8fcd2ff675180c84b
8131d386cc8e3f085f8f05062ede907319ded50f
doc,test: add documentation and test on how to use addons in SEA PR-URL: https://github.com/nodejs/node/pull/59582 Fixes: https://github.com/nodejs/node/issues/60611 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Revie...
[ { "path": "doc/api/single-executable-applications.md", "patch": "@@ -476,6 +476,43 @@ are equal to [`process.execPath`][].\n The value of `__dirname` in the injected main script is equal to the directory\n name of [`process.execPath`][].\n \n+### Using native addons in the injected main script\n+\n+Native a...
2025-11-17T04:41:11
facebook/react
448f781a52d62042341d2411d1352d705ce2cbfe
5020d48d2809c33db980f20726d1d0a7b2c8e31a
[compiler] Fix for false positive mutation of destructured spread object (#33786) When destructuring, spread creates a new mutable object that _captures_ part of the original rvalue. This new value is safe to modify. When making this change I realized that we weren't inferring array pattern spread as creating an arra...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/HIR/visitors.ts", "patch": "@@ -345,6 +345,51 @@ export function* eachPatternOperand(pattern: Pattern): Iterable<Place> {\n }\n }\n \n+export function* eachPatternItem(\n+ pattern: Pattern,\n+): Iterable<Place | SpreadPattern> {\n+ switch (pat...
2025-07-24T22:16:28
golang/go
6aef900af4eeb4a35d3ff1237a41cf3f63c56c24
026fa9dc597ea8e5280d7531ce7f193ed157cad0
runtime/metrics: fix panic in Read with empty slice Calling Read with a nil or empty slice previously caused a panic with "index out of range" because the function unconditionally accessed the first element of the slice (via &m[0]) to pass the pointer to the runtime. This change adds a check for len(m) == 0 to return...
[ { "path": "src/runtime/metrics/description_test.go", "patch": "@@ -156,3 +156,10 @@ func TestDocs(t *testing.T) {\n \t\tfmt.Fprintf(os.Stderr, \"go test -generate: doc.go already up-to-date\\n\")\n \t}\n }\n+\n+func TestReadEmptySlice(t *testing.T) {\n+\t// Test that Read does not panic when given an empty ...
2026-01-28T01:14:53
vercel/next.js
0d613062017062259a00138e64b07c081f26993b
445d880ef97ddcfa9c1520c6fab549e704aa83d6
Simplify how `json` imports work by turning it into a source transform (#89631) # Refactor JSON module handling in Turbopack ## What? Moves the JSON module handling from a separate crate (`turbopack-json`) into the `turbopack-ecmascript` crate as a source transform, similar to how text and binary files are handled. ...
[ { "path": "Cargo.lock", "patch": "@@ -9730,7 +9730,6 @@ dependencies = [\n \"turbopack-css\",\n \"turbopack-ecmascript\",\n \"turbopack-env\",\n- \"turbopack-json\",\n \"turbopack-mdx\",\n \"turbopack-node\",\n \"turbopack-resolve\",\n@@ -10124,19 +10123,6 @@ dependencies = [\n \"turbopack-core\",\n ...
2026-02-18T17:57:57
electron/electron
52929c93dbf5898528094025cec8f5259cf1ced9
dd25a6361bd48e665275f9c674c46c9668c0385a
build: fail publish when upload fatal errors (#48537) We logged a fatal error but didn't exit with code 1 so the publish kept going. This was caught by a sanity check later down the release process but would have been quicker to fail out here. Also adds some code to maybe workaround the underlying auth error
[ { "path": "script/release/uploaders/upload-to-github.ts", "patch": "@@ -48,7 +48,7 @@ const targetRepo = getRepo();\n const uploadUrl = `https://uploads.github.com/repos/electron/${targetRepo}/releases/${releaseId}/assets{?name,label}`;\n let retry = 0;\n \n-const octokit = new Octokit({\n+let octokit = new...
2025-10-13T10:53:52
nodejs/node
2b83f003986e0b84b17296116a9c0776b3ee7e42
d4bc5b09716d0ca519af585efed2610d40be222c
src,permission: fix permission.has on empty param PR-URL: https://github.com/nodejs/node/pull/60674 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
[ { "path": "src/permission/fs_permission.cc", "patch": "@@ -176,13 +176,17 @@ bool FSPermission::is_granted(Environment* env,\n case PermissionScope::kFileSystem:\n return allow_all_in_ && allow_all_out_;\n case PermissionScope::kFileSystemRead:\n+ if (param.empty()) {\n+ return all...
2025-11-16T19:41:47
facebook/react
4f34cc4a2e1198493375867d1876509ae9771aee
3d14fcf03f4e296d21b52b362f5adefd9e366375
[Fiber] Don't throw away the Error object retaining the owner stack (#33976) We currently throw away the Error once we've used to the owner stack of a Fiber once. This maybe helps a bit with memory and redoing it but we really don't expect most Fibers to hit this at all. It's not very hot. If we throw away the Error,...
[ { "path": "packages/react-devtools-shared/src/backend/fiber/DevToolsFiberComponentStack.js", "patch": "@@ -199,7 +199,7 @@ export function getOwnerStackByFiberInDev(\n if (typeof owner.tag === 'number') {\n const fiber: Fiber = (owner: any);\n owner = fiber._debugOwner;\n- let d...
2025-07-24T17:33:03
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
golang/go
134035855cbc84e25765c2a4af3d152aaf430c5c
f65fe3216ef67b4318f8da475ec59418dfc4fb5d
cmd/compile: simplify slice/array range loops on loong64 loong64 supports R+R addressing ({st,ld}x.{b,h,w,d} instructions) and has implemented the relevant lowering rules (only width is 1). Removes 1616 instructions from the go binary on loong64. file before after Δ % asm 575366 5...
[ { "path": "src/cmd/compile/internal/walk/range.go", "patch": "@@ -23,7 +23,7 @@ func cheapComputableIndex(width int64) bool {\n \t// MIPS does not have R+R addressing\n \t// Arm64 may lack ability to generate this code in our assembler,\n \t// but the architecture supports it.\n-\tcase sys.PPC64, sys.S390X:...
2026-01-22T02:44:19
electron/electron
dd25a6361bd48e665275f9c674c46c9668c0385a
16b5776b0170a501d8acb8105e14b15846533442
fix: auth required websocket crash (#48510)
[ { "path": "shell/browser/net/proxying_websocket.cc", "patch": "@@ -401,7 +401,7 @@ void ProxyingWebSocket::OnHeadersReceivedCompleteForAuth(\n \n auto continuation = base::BindRepeating(\n &ProxyingWebSocket::OnAuthRequiredComplete, weak_factory_.GetWeakPtr());\n- auto auth_rv = AuthRequiredRespons...
2025-10-13T08:13:32
facebook/react
edac0dded99d56e7d66a88da83e874761e3e937a
3586a7f9e8ffb80ff98f41daca0e8a4070878718
[DevTools] Add a Code Editor Sidebar Pane in the Chrome Sources Tab (#33968) This adds a "Code Editor" pane for the Chrome extension in the bottom right corner of the "Sources" panel. If you end up getting linked to the "Sources" panel from stack traces in console, performance tab, stacks in React Component tab like t...
[ { "path": "packages/react-devtools-extensions/src/main/index.js", "patch": "@@ -1,5 +1,7 @@\n /* global chrome */\n \n+import type {SourceSelection} from 'react-devtools-shared/src/devtools/views/Editor/EditorPane';\n+\n import {createElement} from 'react';\n import {flushSync} from 'react-dom';\n import {c...
2025-07-23T14:28:11
nodejs/node
d4bc5b09716d0ca519af585efed2610d40be222c
3330e5caf13e7b96d8ca445ec152350504350b58
src,permission: add debug log on is_tree_granted Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com> PR-URL: https://github.com/nodejs/node/pull/60668 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
[ { "path": "src/permission/fs_permission.cc", "patch": "@@ -69,7 +69,14 @@ bool is_tree_granted(\n resolved_param.erase(0, 2);\n }\n #endif\n- return granted_tree->Lookup(resolved_param, true);\n+ auto _is_granted = granted_tree->Lookup(resolved_param, true);\n+ node::Debug(env,\n+ node...
2025-11-16T19:41:38
vercel/next.js
5509e1bf7a7af24b4dfe71d80fba4fae27efcfca
e17b1152bafbe3b05d40ede053bb33a4cb165ad9
[fragment-scroll] Stop focusing the first focusable host descendant (#89903) Flagged behind `experimental.appNewScrollHandler` `focus()` on Fragment refs works different than `findDOMNode(this).focus()`. `findDOMNode` will return an actual host element so it's effectively `HTMLElement.focus()`. If the element is...
[ { "path": "packages/next/src/client/components/layout-router.tsx", "patch": "@@ -139,12 +139,12 @@ function getHashFragmentDomNode(hashFragment: string) {\n document.getElementsByName(hashFragment)[0]\n )\n }\n-interface ScrollAndFocusHandlerProps {\n+interface ScrollAndMaybeFocusHandlerProps {\n fo...
2026-02-18T17:50:39
golang/go
a0796d8af67e147f54e06952272745aa3410c291
481ab86aafe0cac177df793c9946c5ef2126137c
reflect: allow conversions between slices of named {byte,rune} and string So the reflect behavior matches that of the language. These conversions are allowed: []myByte <-> string []myRune <-> string []myByte <-> myString []myRune <-> myString And even if the left-hand-side is named, e.g. myBytes([]myByte) <-> stri...
[ { "path": "src/reflect/all_test.go", "patch": "@@ -4177,6 +4177,9 @@ type MyBytesArray [4]byte\n type MyRunes []int32\n type MyFunc func()\n type MyByte byte\n+type MyRune rune\n+type MyBytes2 []MyByte\n+type MyRunes2 []MyRune\n \n type IntChan chan int\n type IntChanRecv <-chan int\n@@ -4480,6 +4483,38 @@ ...
2026-01-27T19:06:18
facebook/react
7513996f20e34070141aa605fe282ca6986915a0
bb4418d6470b95c7d487f3b73a9dc980edff6f06
[DevTools] Unify by using ReactFunctionLocation type instead of Source (#33955) In RSC and other stacks now we use a lot of `ReactFunctionLocation` type to represent the location of a function. I.e. the location of the beginning of the function (the enclosing line/col) that is represented by the "Source" of the functi...
[ { "path": "packages/react-devtools-core/src/standalone.js", "patch": "@@ -26,7 +26,7 @@ import {\n import {localStorageSetItem} from 'react-devtools-shared/src/storage';\n \n import type {FrontendBridge} from 'react-devtools-shared/src/bridge';\n-import type {Source} from 'react-devtools-shared/src/shared/t...
2025-07-22T14:53:08
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
electron/electron
16b5776b0170a501d8acb8105e14b15846533442
cbf5c3331ffb03b5594819abd932ab9ef91b9103
fix: launch crash when null device is disabled on Windows (#47870) fix: fix launch crash when null device is disabled on Windows add node flag node::ProcessInitializationFlags::kNoStdioInitialization Co-authored-by: yangzuohui <yangzuohui@bytedance.com> Co-authored-by: yangliu <yangliu.leo@bytedance.com>
[ { "path": "docs/api/command-line-switches.md", "patch": "@@ -193,6 +193,11 @@ Disables the Chromium [sandbox](https://www.chromium.org/developers/design-docum\n Forces renderer process and Chromium helper processes to run un-sandboxed.\n Should only be used for testing.\n \n+### --no-stdio-init\n+\n+Disable...
2025-10-11T22:00:04
nodejs/node
2e944d7de111fb94aae1fe9509035eccf08b4bb7
44ed25a94b522797c8d3bea9d67be831de689161
http,https: fix double ERR_PROXY_TUNNEL emission Fixes: https://github.com/nodejs/node/issues/60697 PR-URL: https://github.com/nodejs/node/pull/60699 Reviewed-By: Tim Perry <pimterry@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
[ { "path": "lib/_http_agent.js", "patch": "@@ -284,9 +284,8 @@ function handleSocketAfterProxy(err, req) {\n if (err.code === 'ERR_PROXY_TUNNEL') {\n if (err.proxyTunnelTimeout) {\n req.emit('timeout'); // Propagate the timeout from the tunnel to the request.\n- } else {\n- req.emit('err...
2025-11-15T09:29:08
golang/go
251f3aa6ee6fc3925fe8e64cd4b403bfa73b93ab
5ec5fdc093979c55c9605931d668e209cc1e1b00
os/exec: document blocking Stdin/Stdout/Stderr WaitDelay only handles writes to Stdin and reads from Stdout/Stderr. If Stdin is set to a blocking Reader, or Stdout/Stderr are set to a blocking Writer, Wait can hang indefinitely. I don't see any way to fix this with the current API, as there is no general way that the ...
[ { "path": "src/os/exec/exec.go", "patch": "@@ -203,6 +203,11 @@ type Cmd struct {\n \t// stops copying, either because it has reached the end of Stdin\n \t// (EOF or a read error), or because writing to the pipe returned an error,\n \t// or because a nonzero WaitDelay was set and expired.\n+\t//\n+\t// Rega...
2026-01-27T04:03:30
vercel/next.js
e17b1152bafbe3b05d40ede053bb33a4cb165ad9
4cc1d4afca22bb53a75759931faa2592f12b0dfb
[test] Current behavior of focus after `next/link` navigation (#89959) We try to focus the new Segment after navigation. This behavior currently has now tests. I plan to change that behavior behind `experimental.appNewScrollHandler` so I'm adding some tests for the current behavior. The test is also meant as a fixture...
[ { "path": "test/e2e/app-dir/navigation-focus/app/interactive-segment/page.tsx", "patch": "@@ -0,0 +1,9 @@\n+export default function InteractiveSegmentPage() {\n+ return (\n+ <textarea\n+ data-testid=\"segment-container\"\n+ style={{ height: '50vh' }}\n+ placeholder=\"Type here\"\n+ />\...
2026-02-18T17:26:29
nodejs/node
4a868fd9c50ed7bb32a751211889643b1c2f94ff
af10a4ba8833b8d7e09124ee915ce44345f85e8c
meta: add Renegade334 to collaborators Fixes: https://github.com/nodejs/node/issues/60536 PR-URL: https://github.com/nodejs/node/pull/60714 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
[ { "path": "README.md", "patch": "@@ -415,6 +415,8 @@ For information about the governance of the Node.js project, see\n **Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him) - [Support me](https://github.com/sponsors/RafaelGSS)\n * [RaisinTen](https://github.com/RaisinTen) -\n **Darshan Sen** <<raisin...
2025-11-14T10:42:03
vercel/next.js
c885d4825f800dd1e49ead37274dcd08cdd6f3f1
8d418beb4864c8671ce003a5cea38f3489e55101
ensure maxPostponedStateSize is always respected (#90060) `maxPostponedStateSize` should be verified in all cases where the postponed body is buffered. This fixes a branch in self-hosted setups where that check was missing.
[ { "path": "packages/next/src/build/templates/app-page.ts", "patch": "@@ -65,10 +65,12 @@ import type { CacheControl } from '../../server/lib/cache-control'\n import { ENCODED_TAGS } from '../../server/stream-utils/encoded-tags'\n import { sendRenderResult } from '../../server/send-payload'\n import { NoFall...
2026-02-18T16:53:21
golang/go
0f72aff835111bb0e7998bdb6de3f02a1483afe7
03a6a2074086e186071fbc362bbb6c630f9bc84b
simd/archsimd: fix typo in the SHA256Message1 documentation string Change-Id: I8bc5fec0475bfaebc0469d0efb2ba89af4b3f150 Reviewed-on: https://go-review.googlesource.com/c/go/+/738640 Reviewed-by: Junyang Shao <shaojunyang@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.c...
[ { "path": "src/simd/archsimd/_gen/simdgen/ops/Others/categories.yaml", "patch": "@@ -95,7 +95,7 @@\n - go: SHA256Message1\n commutative: false\n documentation: !string |-\n- // NAME does the sigma and addtion of 1 in SHA1 algorithm defined in FIPS 180-4.\n+ // NAME does the sigma and addition of 1...
2026-01-22T22:34:17
nodejs/node
49d6026fd1dc944c6b83c5817f90bf45ee959f41
da71ab68951836cb7c9e12f3e13697cdd30d63ea
test: fix test-buffer-zero-fill-cli to be effective PR-URL: https://github.com/nodejs/node/pull/60623 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
[ { "path": "test/parallel/test-buffer-zero-fill-cli.js", "patch": "@@ -14,6 +14,13 @@ function isZeroFilled(buf) {\n return true;\n }\n \n+// We have to consume the data from the pool as otherwise\n+// we would be testing what's in snapshot, which is zero-filled\n+// regardless of the flag presence, and we...
2025-11-13T21:21:17
electron/electron
cbf5c3331ffb03b5594819abd932ab9ef91b9103
3359f903899dad09a05f9ed964658bb42b1c9fb8
ci: fix release branch name in build stats script (#48533)
[ { "path": "script/build-stats.mjs", "patch": "@@ -45,7 +45,13 @@ async function main () {\n \n if (process.env.TARGET_ARCH) tags.push(`target-arch:${process.env.TARGET_ARCH}`);\n if (process.env.TARGET_PLATFORM) tags.push(`target-platform:${process.env.TARGET_PLATFORM}`);\n- if (process.env.GITHU...
2025-10-11T05:28:09
facebook/react
b9af1404eac698c943b52c466b9c2e4aff85cf70
e9638c33d7e79162516b89da31549af4090997a5
[Flight] Use the JSX as the await stack if an await is not available (#33947) If you pass a promise to a client component to be rendered `<Client promise={promise} />` then there's an internal await inside Flight. There might also be user space awaits but those awaits may already have happened before we render this co...
[ { "path": "packages/react-server/src/ReactFlightServer.js", "patch": "@@ -1717,6 +1717,16 @@ function renderFunctionComponent<Props>(\n // Apply special cases.\n result = processServerComponentReturnValue(request, task, Component, result);\n \n+ if (__DEV__) {\n+ // From this point on, the parent is...
2025-07-21T17:21:17
vercel/next.js
2a9e7560a50ccf511d2eed38998e97cc78153267
9dad4cd9f0af904b9883895cbef9909c436cc979
Turbopack: handle invalid RSC imports via importmap (#88146) We have two lines of defense: 1. crates/next-custom-transforms/src/transforms/react_server_components.rs validates ESM imports of server-only and client-only and throws an issue if something is wrong. Notably, `require('server-only')` isn't caught by this ...
[ { "path": "crates/next-core/src/next_client/context.rs", "patch": "@@ -50,10 +50,7 @@ use crate::{\n get_next_client_resolved_map,\n },\n next_shared::{\n- resolve::{\n- ModuleFeatureReportResolvePlugin, NextSharedRuntimeResolvePlugin,\n- get_invalid_server_only_...
2026-02-18T13:06:18
electron/electron
b992ead837179605c6384075cb863b31a27a4372
11f76118dbdf1f6ca9226790550f368e105799eb
fix: `dialog.showMessageBox` defaultid on Windows (#48216) * fix: dialog.showMessageBox defaultid on Windows * Update shell/browser/ui/message_box_win.cc Co-authored-by: Robo <hop2deep@gmail.com> --------- Co-authored-by: Robo <hop2deep@gmail.com>
[ { "path": "shell/browser/ui/message_box_win.cc", "patch": "@@ -163,8 +163,19 @@ DialogResult ShowTaskDialogWstr(gfx::AcceleratedWidget parent,\n config.dwFlags |= TDF_POSITION_RELATIVE_TO_WINDOW;\n }\n \n- if (default_id > 0)\n- config.nDefaultButton = kIDStart + default_id;\n+ if (default_id >= ...
2025-10-10T13:39:23
golang/go
03a6a2074086e186071fbc362bbb6c630f9bc84b
ffb50fb7169f93c502e07868724b1f392267f696
cmd/link: handle SRODATALRELRO in xcoffUpdateOuterSize This is a followup to CL 723580. This fixes cgo builds on AIX. For #76038 Change-Id: Idea959615891f3f6e33932fae7a9043778db3366 Reviewed-on: https://go-review.googlesource.com/c/go/+/738920 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gser...
[ { "path": "src/cmd/link/internal/ld/xcoff.go", "patch": "@@ -583,7 +583,7 @@ func xcoffUpdateOuterSize(ctxt *Link, size int64, stype sym.SymKind) {\n \tswitch stype {\n \tdefault:\n \t\tErrorf(\"unknown XCOFF outer symbol for type %s\", stype.String())\n-\tcase sym.SRODATA, sym.SFUNCTAB, sym.SSTRING:\n+\tca...
2026-01-24T00:20:43
nodejs/node
da71ab68951836cb7c9e12f3e13697cdd30d63ea
9bc6ebb20a3c9fc4cb8123faca045bd5a3d09b01
deps: V8: cherry-pick highway@989a498fdf3 Original commit message: GCC 15 removed avx10.2-512 target PiperOrigin-RevId: 823560321 Refs: https://github.com/google/highway/commit/989a498fdf3e2b758c48998e87a2807a1a53e494 PR-URL: https://github.com/nodejs/node/pull/60682 Fixes: https://github.com/nodejs/node/is...
[ { "path": "common.gypi", "patch": "@@ -38,7 +38,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.9',\n+ 'v8_embedder_string': '-node.10',\n \n ##### V8 defaults for Node.js #####\n ...
2025-11-13T19:32:11
facebook/react
28d4bc496b9c0dd2178caf894054ffce600311d3
dffacc7b8094576c19790fe8341996f743ba4a89
[Flight] Make debug info and console log resolve in predictable order (#33665) This resolves an outstanding issue where it was possible for debug info and console logs to become out of order if they up blocked. E.g. by a future reference or a client reference that hasn't loaded yet. Such as if you console.log a client...
[ { "path": "packages/react-client/src/ReactFlightClient.js", "patch": "@@ -10,11 +10,10 @@\n import type {\n Thenable,\n ReactDebugInfo,\n+ ReactDebugInfoEntry,\n ReactComponentInfo,\n- ReactEnvironmentInfo,\n ReactAsyncInfo,\n ReactIOInfo,\n- ReactTimeInfo,\n ReactStackTrace,\n ReactFunctio...
2025-07-20T00:13:26
golang/go
64e8b238a1e5ce4cc47eec561db0ccf904e29e50
a977717393fd779921ca258988230dbc741f5912
runtime: rename aeshashbody to runtime.aeshashbody Currently this is a raw symbol name with no package component, which is confusing when seen in profilers or similar tools. This function does not follow a Go ABI, and thus should not have a Go function declaration. go vet requires declaration for standard assembly fu...
[ { "path": "src/runtime/asm_386.s", "patch": "@@ -954,7 +954,7 @@ TEXT runtime·memhash(SB),NOSPLIT,$0-16\n \tMOVL\tp+0(FP), AX\t// ptr to data\n \tMOVL\ts+8(FP), BX\t// size\n \tLEAL\tret+12(FP), DX\n-\tJMP\taeshashbody<>(SB)\n+\tJMP\truntime·aeshashbody<>(SB)\n noaes:\n \tJMP\truntime·memhashFallback(SB)\n ...
2026-01-22T16:47:42
nodejs/node
9bc6ebb20a3c9fc4cb8123faca045bd5a3d09b01
d546e7fd0bc3cbb4bcc2baae6f3aa44d2e81a413
doc: fix incorrect slh-dsa oids in crypto.md Correct wrong object identifiers listed for slh-dsa algorithms in doc/api/crypto.md. the valid range is from id-slh-dsa-sha2-128s (2.16.840.1.101.3.4.3.20) through id-slh-dsa-shake-256f (2.16.840.1.101.3.4.3.31), as defined in the ietf draft-ietf-lamps-x509-slhdsa. Fixes: ...
[ { "path": "doc/api/crypto.md", "patch": "@@ -93,17 +93,17 @@ The following table lists the asymmetric key types recognized by the [`KeyObject\n | `'rsa-pss'` | RSA PSS | 1.2.840.113549.1.1.10 |\n | `'rsa'` | RSA | 1.2.840.113549.1...
2025-11-13T16:44:24
vercel/next.js
0a2bdd7fbf743fc080db184922565dfa74b23cf4
4f5da820804ec909d787149754f239ef634613a4
Handle null history.state in client-side router popstate handler (#90083) ### What? Handle `null` `history.state` in the client-side router's `popstate` handler. ### Why? When `pushState` or `replaceState` is called outside of Next.js with a `null` state (or the initial history entry has no state), navigating back/...
[ { "path": "packages/next/src/client/components/app-router.tsx", "patch": "@@ -362,7 +362,11 @@ function Router({\n */\n const onPopState = (event: PopStateEvent) => {\n if (!event.state) {\n- // TODO-APP: this case only happens when pushState/replaceState was called outside of Next.js....
2026-02-18T09:26:34
facebook/react
9fec565a9b9f78558323adff1013291cf46f7de7
996d0eb05596ac40209a0a82810741a01442e97e
fix: log renders from passive effects for only newly finished work (#33797) This fixes displaying incorrect component render entries on a timeline, when we are reconnecting passive effects. ### Before <img width="2318" height="1127" alt="1" src="https://github.com/user-attachments/assets/9b6b2824-d2de-43a3-8615-2c45d...
[ { "path": "packages/react-reconciler/src/ReactFiberCommitWork.js", "patch": "@@ -4155,6 +4155,7 @@ export function reconnectPassiveEffects(\n if (\n enableProfilerTimer &&\n enableComponentPerformanceTrack &&\n+ includeWorkInProgressEffects &&\n (finishedWork.mode & ProfileMode) !== NoMode ...
2025-07-16T17:09:35
electron/electron
11f76118dbdf1f6ca9226790550f368e105799eb
37c7487600a8b61ea1b09eee1feebf3e1abad968
fix: unexpected `openExternal` dialog on macOS Tahoe (#48502) fix: unexpected openExternal dialog on macOS Tahoe
[ { "path": "shell/common/platform_util_mac.mm", "patch": "@@ -148,6 +148,12 @@ void OpenExternal(const GURL& url,\n return;\n }\n \n+ // Check this to prevent system dialog from popping up on macOS Tahoe.\n+ if (![[NSWorkspace sharedWorkspace] URLForApplicationToOpenURL:ns_url]) {\n+ std::move(cal...
2025-10-10T10:48:44
golang/go
2d1f571c6b420757b2a72b9e53d486840a1317f9
f532f87a9895afc60b6ab17969c67e33d1ed1564
cmd/compile, runtime: avoid improper control transfer instruction hints on riscv64 On RISC-V the JAL and JALR instructions provide Return Address Stack(RAS) prediction hints based on the registers used (as per section 2.5.1 of the RISC-V ISA manual). When a JALR instruction uses X1 or X5 as the source register, it hin...
[ { "path": "src/cmd/compile/internal/ssa/_gen/RISCV64Ops.go", "patch": "@@ -118,6 +118,7 @@ func init() {\n \tregCtxt := regNamed[\"X26\"]\n \tcallerSave := gpMask | fpMask | regNamed[\"g\"]\n \tr5toR6 := regNamed[\"X5\"] | regNamed[\"X6\"]\n+\tregX5 := regNamed[\"X5\"]\n \n \tvar (\n \t\tgpstore = regInfo{...
2025-12-04T11:06:20
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
nodejs/node
d546e7fd0bc3cbb4bcc2baae6f3aa44d2e81a413
092a448ad0ff935bfe2c365216fa40b84a4781e0
src: tag more v8 aligned pointer slots PR-URL: https://github.com/nodejs/node/pull/60666 Fixes: https://github.com/nodejs/node/issues/60589 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
[ { "path": "src/stream_base-inl.h", "patch": "@@ -19,7 +19,7 @@ StreamReq::StreamReq(\n \n void StreamReq::AttachToObject(v8::Local<v8::Object> req_wrap_obj) {\n CHECK_EQ(req_wrap_obj->GetAlignedPointerFromInternalField(\n- StreamReq::kStreamReqField),\n+ StreamReq::kStreamReqFi...
2025-11-13T14:27:40
vercel/next.js
4f5da820804ec909d787149754f239ef634613a4
2a2b7b175deac9b0241a378113d16be50a70c489
segment cache: fix segment cache normalizer (#90111) This fixes an issue where deploying an app that explicitly named a catch-all segments as `[...segments]` or `[[...segments]]` would lead to repeated ISR cache misses on that route, even if it was generated at build time. This is because the normalizer that is respo...
[ { "path": "packages/next/src/server/normalizers/request/segment-prefix-rsc.test.ts", "patch": "@@ -9,4 +9,28 @@ describe('SegmentPrefixRSCPathnameNormalizer', () => {\n segmentPath: '/_tree',\n })\n })\n+\n+ it('should extract segment prefetch paths for catch-all params named segments', () => {...
2026-02-18T06:35:40
electron/electron
37c7487600a8b61ea1b09eee1feebf3e1abad968
9e46efb8f704416f32ed0c1a1e4e44a678e7346f
fix: crash when inspector evaluates on provisional frames (#48503)
[ { "path": "patches/chromium/.patches", "patch": "@@ -143,3 +143,4 @@ revert_partial_remove_unused_prehandlemouseevent.patch\n allow_electron_to_depend_on_components_os_crypt_sync.patch\n disable_nsautofillheuristiccontroller_on_macos_26.patch\n expose_referrerscriptinfo_hostdefinedoptionsindex.patch\n+inspe...
2025-10-10T09:34:09
facebook/react
fe813143e23675963f92d25fa1fb35b39db40272
2f0e7e570d3a99adc2a18e7575d1d2bb69660e1f
[compiler] Check TSAsExpression and TSNonNullExpression reorderability (#33788) ## Summary The `TSAsExpression` and `TSNonNullExpression` nodes are supported by `lowerExpression()` but `isReorderableExpression()` does not check if they can be reordered. This PR updates `isReorderableExpression()` to handle these two ...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/HIR/BuildHIR.ts", "patch": "@@ -3001,6 +3001,8 @@ function isReorderableExpression(\n }\n }\n }\n+ case 'TSAsExpression':\n+ case 'TSNonNullExpression':\n case 'TypeCastExpression': {\n return isReorderableExpress...
2025-07-15T18:50:20
nodejs/node
092a448ad0ff935bfe2c365216fa40b84a4781e0
8480f87375992478f590dd094a276a1fb7d179a0
test: fix test-linux-perf-logger for V8 14.3 Refs: https://github.com/v8/v8/commit/e2e6dd82794659bd8a386ea43f437e0ff8b5c536 PR-URL: https://github.com/nodejs/node/pull/60488 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@...
[ { "path": "test/v8-updates/test-linux-perf-logger.js", "patch": "@@ -46,7 +46,7 @@ const testCases = [\n matches: [\n 'JS:~functionOne .+/linux-perf-logger.js',\n 'JS:~functionTwo .+/linux-perf-logger.js',\n- String.raw`RegExp\\.> src: 'test-regex' flags: 'gi'`,\n+ String.raw`RegEx...
2025-11-08T08:05:01
electron/electron
3a53c71324106a49a2d915080f1389cd44093b79
0d478ec69cf5e7bc955cf799b764e7263769178b
fix: broken transparent window styles on resizable change (#48378) * fix: wrong api call * fix: consistency of the resize state * fix: edge cases * chore: add detailed comments * fix: lint * chore: only windows * chore: use transparent
[ { "path": "shell/browser/native_window_views.cc", "patch": "@@ -266,7 +266,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper::Dictionary& options,\n params.remove_standard_frame = !has_frame() || has_client_frame();\n \n // If a client frame, we need to draw our own shadows.\n- if (IsTransluce...
2025-10-09T07:49:20
facebook/react
2f0e7e570d3a99adc2a18e7575d1d2bb69660e1f
56d0ddae18993eb696ab41d0fc5041948b88024a
[Flight] Don't block on debug channel if it's not wired up (#33757) React Elements reference debug data (their stack and owner) in the debug channel. If the debug channel isn't wired up this can block the client from resolving. We can infer that if there's no debug channel wired up and the reference wasn't emitted be...
[ { "path": "packages/react-client/src/ReactFlightClient.js", "patch": "@@ -1353,6 +1353,26 @@ function waitForReference<T>(\n map: (response: Response, model: any, parentObject: Object, key: string) => T,\n path: Array<string>,\n ): T {\n+ if (\n+ __DEV__ &&\n+ // TODO: This should check for the e...
2025-07-15T15:45:34
nodejs/node
bf5c6a8bd46b314145c1b1ae3e84169e8d2b21f9
b59af772dc767fac129011f48cd6ddd1841f3317
deps: V8: backport 151d0a44a1b2 Original commit message: Fix gcc build For json-parser.h: ``` ../../src/json/json-parser.h:298:13: error: explicit specialization in non-namespace scope 'class v8::internal::JsonParser<Char>' 298 | template <> | ^ ../../src/json/j...
[ { "path": "common.gypi", "patch": "@@ -38,7 +38,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.8',\n+ 'v8_embedder_string': '-node.9',\n \n ##### V8 defaults for Node.js #####\n "...
2025-11-01T02:09:18
vercel/next.js
91f2f354b2c9ece2e1f47e069f421a850976f5ec
86c3d3ee26980f70294e4cd857db312c01983e4f
refactor: fix non-determinism in resolve package (#90058) Defer cell creation so it doesn't happen inside of async loops There are a number of async functions in the resolve package that either directly construct ResolveResult or defer to a turbo task function, this leads to non-determinism when callers invoke these ...
[ { "path": "crates/next-core/src/next_edge/unsupported.rs", "patch": "@@ -52,7 +52,10 @@ impl ImportMappingReplacement for NextEdgeUnsupportedModuleReplacer {\n unsupported_module_source(lookup_path.root().owned().await?, module.clone())\n .to_resolved()\n ...
2026-02-18T01:33:25
facebook/react
eb7f8b42c92ed804bbf7f700d2bdda276d591007
eed25607629f5e67f13f53e91edec12b3388559f
[Flight] Add Separate Outgoing Debug Channel (#33754) This lets us pass a writable on the server side and readable on the client side to send debug info through a separate channel so that it doesn't interfere with the main payload as much. The main payload refers to chunks defined in the debug info which means it's st...
[ { "path": "packages/react-client/src/ReactFlightClient.js", "patch": "@@ -342,11 +342,6 @@ type Response = {\n _chunks: Map<number, SomeChunk<any>>,\n _fromJSON: (key: string, value: JSONValue) => any,\n _stringDecoder: StringDecoder,\n- _rowState: RowParserState,\n- _rowID: number, // parts of a ro...
2025-07-10T20:22:44
electron/electron
ea8f43f9b9e52c6d91d25bf6e839e10c4beedbb0
e8e91c331a715126271b368782887c36a976dae1
chore: bump node to v22.20.0 (main) (#48383) * chore: bump node in DEPS to v22.20.0 * chore: fixup patches --------- 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": "@@ -4,7 +4,7 @@ vars = {\n 'chromium_version':\n '142.0.7417.0',\n 'node_version':\n- 'v22.19.0',\n+ 'v22.20.0',\n 'nan_version':\n 'e14bdcd1f72d62bca1d541b66da43130384ec213',\n 'squirrel.mac_version':", "additions": 1, "deletions": 1, "language"...
2025-10-08T13:19:08
nodejs/node
b59af772dc767fac129011f48cd6ddd1841f3317
6494c7bcad9f47ba11e57ffc043324008f9eca56
deps: V8: cherry-pick 47800791b35c Original commit message: [wasm] Fix DCHECK in AtomicWait after memory growth With the changes in crrev.com/c/7003085, calling memory.grow() via the JS API didn't immediately update the memory's array buffer any more, which triggered a DCHECK in the runtime functions...
[ { "path": "common.gypi", "patch": "@@ -38,7 +38,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.7',\n+ 'v8_embedder_string': '-node.8',\n \n ##### V8 defaults for Node.js #####\n "...
2025-10-30T14:43:18
golang/go
cf0c42c2ca04c3ae9fa20ce9dd4f6bce301bd37b
bb221e8954b639e8790fd1d4a8cd35ff3a9340aa
cmd/compile/internal/reflectdata: fix divide by zero for zero-size array elements When generating equality signatures for arrays with zero-size ASPECIAL elements (e.g., [3]struct{_ [0]float64}), the compiler crashed with a divide by zero error when computing the loop unroll factor. Skip comparison code generation for...
[ { "path": "src/cmd/compile/internal/reflectdata/alg.go", "patch": "@@ -785,6 +785,9 @@ func (e *eqSigBuilder) build(t *types.Type) {\n \t\t\t// The generated loops are kind of inefficient as well,\n \t\t\t// so unroll the loop a bit.\n \t\t\tconst unrollSize = 32 // make loop body compare around this many b...
2026-01-25T14:59:25
facebook/react
eed25607629f5e67f13f53e91edec12b3388559f
463b808176ad7c9429a4981bb45a1da225fd4b85
[Flight] Treat empty message as a close signal (#33756) We typically treat an empty message as closing the debug channel stream but for the Noop renderer we don't use an intermediate stream but just pass the message through. https://github.com/facebook/react/blob/bbc13fa17be8eebef3e6ee47f48c76c0c44e2f36/packages/rea...
[ { "path": "packages/react-server/src/ReactFlightServer.js", "patch": "@@ -5808,6 +5808,10 @@ export function resolveDebugMessage(request: Request, message: string): void {\n \"resolveDebugMessage/closeDebugChannel should not be called for a Request that wasn't kept alive. This is a bug in React.\",\n ...
2025-07-10T20:16:57
vercel/next.js
db0ef2b233b4f0d7104d79bee7aa014bc5dd058c
715103ad40762ce002b7b175854af35c2683c6cc
Reland "[turbopack] Fix some modification tracking bugs in TaskStorage" (#90098) Reverts vercel/next.js#90096 * always `track_mutation()` before the mutation * only `track_mutation()` if we are actually going to mutate The previous attempt was reverted because we would call `track_modification` too often which lead ...
[ { "path": "test/e2e/filesystem-cache/filesystem-cache.test.ts", "patch": "@@ -97,6 +97,17 @@ for (const cacheEnabled of [false, true]) {\n )\n }\n \n+ // Ensure each test starts with a fresh server and no test leaks a\n+ // running server into the next one.\n+ beforeEach(async () => {\n+ ...
2026-02-18T00:34:23
electron/electron
6756974828edcda00829042b75bf96ef0e208d61
d6dfd4ed7a8f3664e13da7e60eb39529820b72bd
build: fixup chromedriver and mksnapshot (#48470) * build: update build tools to get proper exit codes from e build xref: https://github.com/electron/build-tools/pull/759 * build: target zips directly mksnapshot and chromedriver have issues with siso trying to run a separate build and zip step, so just target the z...
[ { "path": ".github/actions/build-electron/action.yml", "patch": "@@ -79,7 +79,7 @@ runs:\n shell: bash\n run: |\n cd src\n- e build --target electron:electron_mksnapshot\n+ e build --target electron:electron_mksnapshot_zip\n ELECTRON_DEPOT_TOOLS_DISABLE_LOG=1 e d gn...
2025-10-07T03:22:55
nodejs/node
6494c7bcad9f47ba11e57ffc043324008f9eca56
72d719dc008aa09058b7433e7b9c1fdb92968e19
deps: V8: backport 2e4c5cf9b112 Original commit message: remove ppc and s390 from the host_arch list We only support ppc64 and s390x. Same changes is applied to depot_tools: http://crrev.com/c/7100932 Change-Id: I1e4b660a1e46d1c609189301e8fd977fb7434748 Reviewed-on: https://chromium-review.g...
[ { "path": "common.gypi", "patch": "@@ -38,7 +38,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.6',\n+ 'v8_embedder_string': '-node.7',\n \n ##### V8 defaults for Node.js #####\n "...
2025-11-11T12:18:04
golang/go
cc6923e839ff10581223a600fca805203d56acd5
f809faeb8e2534da29e980ebd98dfbd4e8a7f4ba
cmd/compile: reduce lock/scheduler contention During the parallel section of compilation, we limit the amount of parallelism to prevent scheduler churn. We do this with a worker scheduler, but it does not have insight on when a compilation is blocked due to lock contention. The symbol table was protected with a lock....
[ { "path": "src/cmd/compile/internal/gc/compile.go", "patch": "@@ -142,73 +142,47 @@ func compileFunctions(profile *pgoir.Profile) {\n \t\t// Compile the longest functions first,\n \t\t// since they're most likely to be the slowest.\n \t\t// This helps avoid stragglers.\n+\t\t// Since we remove from the end ...
2025-12-01T09:40:16
facebook/react
96c61b7f1f145b9fe5103051b636959cdeb20cc8
0bfa404bacbad78af5b39c080ba67535f2e53044
[compiler] Add CompilerError.UnsupportedJS variant (#33750) We use this variant for syntax we intentionally don't support: with statements, eval, and inline class declarations. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstac...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/CompilerError.ts", "patch": "@@ -15,6 +15,11 @@ export enum ErrorSeverity {\n * misunderstanding on the user’s part.\n */\n InvalidJS = 'InvalidJS',\n+ /**\n+ * JS syntax that is not supported and which we do not plan to support. Develo...
2025-07-10T05:24:20
electron/electron
715808ecbe2c726f2174853a2d2db2676ebbc0e9
01cab978f7359374efc5bd609da0448249fbcec3
docs: mention that webUtils should be used via preload script (#45861) * docs: mention that webUtils should be used via preload script * docs: suppress lint errors * docs: clarify webUtils usage scope * docs: exclude potentially dangerous alert() in the example code * docs: minor change * docs: minor change * do...
[ { "path": "docs/api/web-utils.md", "patch": "@@ -17,11 +17,27 @@ Returns `string` - The file system path that this `File` object points to. In th\n This method superseded the previous augmentation to the `File` object with the `path` property. An example is included below.\n \n ```js @ts-nocheck\n-// Befor...
2025-10-03T20:07:38
vercel/next.js
3bd5d75c62eefa13cc5995a2726a35738a9d775c
d1d2912ec314a18f115e83040e84aca6f442988b
[turbopack] Fix concurrent task lock panic during error formatting (#90056) The recent change to move task description formatting onto `TaskGuard` introduced a subtle issue when formatting these rare error messages.
[ { "path": "turbopack/crates/turbo-tasks-backend/src/backend/operation/aggregation_update.rs", "patch": "@@ -1643,21 +1643,24 @@ impl AggregationUpdateQueue {\n if result.is_err() {\n retry += 1;\n if retry > MAX_RETRIES {\n- panic!(\n- \"inne...
2026-02-17T23:54:11
nodejs/node
72d719dc008aa09058b7433e7b9c1fdb92968e19
5e41e5228ac972c12290b054c0a151154fc330da
deps: support madvise(3C) across ALL illumos revisions In illumos, madvise(3C) now takes `void *` for its first argument post-illumos#14418, but uses `caddr_t` pre-illumos#14418. This fix will detect if the illumos mman.h file in use is pre-or-post-illumos#14418 so builds can work either way. PR-URL: https://github.c...
[ { "path": "common.gypi", "patch": "@@ -38,7 +38,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.5',\n+ 'v8_embedder_string': '-node.6',\n \n ##### V8 defaults for Node.js #####\n "...
2025-08-07T14:14:08
golang/go
30dff416e42b0bd44237b7658eafc7063dda6b63
f8b72802d7a7dd2bcb81bdaead80be802e16351b
cmd/compile: redo how equality functions are generated Instead of generating an equality function for each type that needs it, generate one per "signature". A "signature" is a summary of the comparisons needed to check a type for equality. For instance, the type type S struct { i int32 j uint32 s str...
[ { "path": "src/cmd/compile/internal/reflectdata/alg.go", "patch": "@@ -6,6 +6,9 @@ package reflectdata\n \n import (\n \t\"fmt\"\n+\t\"go/constant\"\n+\t\"strconv\"\n+\t\"strings\"\n \n \t\"cmd/compile/internal/base\"\n \t\"cmd/compile/internal/compare\"\n@@ -14,7 +17,6 @@ import (\n \t\"cmd/compile/interna...
2025-11-29T01:17:24
facebook/react
0bfa404bacbad78af5b39c080ba67535f2e53044
81e1ee7476a68fdf13c63d3002e5ef1b699b6842
[compiler] More precise errors for invalid import/export/namespace statements (#33748) import, export, and TS namespace statements can only be used at the top-level of a module, which is enforced by parsers already. Here we add a backup validation of that. As of this PR, we now have only major statement type (class de...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/HIR/BuildHIR.ts", "patch": "@@ -1397,6 +1397,41 @@ function lowerStatement(\n });\n return;\n }\n+ case 'ExportAllDeclaration':\n+ case 'ExportDefaultDeclaration':\n+ case 'ExportNamedDeclaration':\n+ case 'ImportDeclar...
2025-07-10T05:24:07
vercel/next.js
d1d2912ec314a18f115e83040e84aca6f442988b
4d3b25070277fba906917a90e0953f33a966151a
[devtools] Add support for error causes in the dev overlay (#90108)
[ { "path": "packages/next/src/next-devtools/dev-overlay/container/runtime-error/error-cause.tsx", "patch": "@@ -0,0 +1,91 @@\n+import { useMemo } from 'react'\n+import React from 'react'\n+import { CodeFrame } from '../../components/code-frame/code-frame'\n+import { ErrorOverlayCallStack } from '../../compon...
2026-02-17T23:33:11
electron/electron
01cab978f7359374efc5bd609da0448249fbcec3
7cb1552614a5b9e2b45b8135b7c04b0773937651
refactor: remove `gin_helper::Arguments` (#48374) * refactor: make api::Clipboard::GetClipboardBuffer() private * refactor: move GetClipboadBuffer() into anonymous namespace * refactor: use gin::Arguments in StopRecording() * refactor: use gin::Arguments in ImageView::New() * refactor: use gin::Arguments in Append...
[ { "path": "filenames.gni", "patch": "@@ -629,8 +629,6 @@ filenames = {\n \"shell/common/gin_converters/usb_device_info_converter.h\",\n \"shell/common/gin_converters/value_converter.cc\",\n \"shell/common/gin_converters/value_converter.h\",\n- \"shell/common/gin_helper/arguments.cc\",\n- \...
2025-10-03T19:10:29
facebook/react
4a3ff8eed65f96cda7617150f92de3544d5ddf6a
ec4374c3872b320af60f322289c30cd3d7066bdf
[compiler] Errors for eval(), with statments, class declarations (#33746) * Error for `eval()` * More specific error message for `with (expr) { ... }` syntax * More specific error message for class declarations --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed wit...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/HIR/BuildHIR.ts", "patch": "@@ -1355,13 +1355,45 @@ function lowerStatement(\n \n return;\n }\n+ case 'WithStatement': {\n+ builder.errors.push({\n+ reason: `JavaScript 'with' syntax is not supported`,\n+ descriptio...
2025-07-10T05:18:30
golang/go
f8b72802d7a7dd2bcb81bdaead80be802e16351b
b408256be720c51ff1730d7a97389a975744a312
encoding/json: fix typo in package doc. Change-Id: Id5520757e4d73e56e533e4de4f5f303105c4339e Reviewed-on: https://go-review.googlesource.com/c/go/+/738180 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: David Symonds <dsymonds@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org> Reviewed-by: Dav...
[ { "path": "src/encoding/json/encode.go", "patch": "@@ -26,7 +26,7 @@\n //\n // Due to the Go Backwards Compatibility promise (https://go.dev/doc/go1compat)\n // there are a number of behaviors this package exhibits that may cause\n-// interopability issues, but cannot be changed. In particular the following...
2026-01-22T00:25:18
vercel/next.js
55ea60e6b7df89479c0da4f587c88546e0e7b617
2e5fc012d3dc4533d923980ebe46b0363a823c0c
[test] Replace flaky webpack snapshots in `cache-components-errors` (#90105)
[ { "path": "test/e2e/app-dir/cache-components-errors/cache-components-errors.test.ts", "patch": "@@ -2567,22 +2567,12 @@ describe('Cache Components Errors', () => {\n }\n } else {\n if (isDebugPrerender) {\n- expect(output).toMatchInlineSnapshot(...
2026-02-17T21:20:04
nodejs/node
ecca2b0d6419462f7dd0b70ad5cbec4ed87eb247
7c8483a4e908949e78240bd24f73b10dc9b2bcbf
deps: define V8_PRESERVE_MOST as no-op on Windows It's causing linker errors with node.lib in node-gyp and potentially breaks other 3rd party tools PR-URL: https://github.com/nodejs/node/pull/56238 Refs: https://github.com/nodejs/node/pull/55784 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M ...
[ { "path": "common.gypi", "patch": "@@ -38,7 +38,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.1',\n+ 'v8_embedder_string': '-node.2',\n \n ##### V8 defaults for Node.js #####\n "...
2024-12-16T10:11:22
facebook/react
ec4374c3872b320af60f322289c30cd3d7066bdf
60b5271a9ad0e9eec2489b999ce774d39d09285b
[compiler] Show logged errors in playground (#33740) In playground it's helpful to show all errors, even those that don't completely abort compilation. For example, to help demonstrate that the compiler catches things like setState in effects. This detects these errors and ensures we show them.
[ { "path": "compiler/apps/playground/components/Editor/EditorImpl.tsx", "patch": "@@ -44,6 +44,7 @@ import {\n PrintedCompilerPipelineValue,\n } from './Output';\n import {transformFromAstSync} from '@babel/core';\n+import {LoggerEvent} from 'babel-plugin-react-compiler/dist/Entrypoint';\n \n function pars...
2025-07-09T16:22:49
golang/go
b408256be720c51ff1730d7a97389a975744a312
27fcec4d8f3041e845762303d85d868cc3e351e8
cmd/compile: fix loopvar version detection with line directives The Go loop variable semantics changed in Go 1.22: loop variables are now created per-iteration instead of per-loop. The compiler decides which semantics to use based on the Go version in go.mod. When go.mod specifies go 1.21 and the code is built with a...
[ { "path": "src/cmd/compile/internal/loopvar/loopvar_test.go", "patch": "@@ -6,6 +6,7 @@ package loopvar_test\n \n import (\n \t\"internal/testenv\"\n+\t\"os\"\n \t\"os/exec\"\n \t\"path/filepath\"\n \t\"regexp\"\n@@ -381,3 +382,62 @@ func TestLoopVarVersionDisableGoBuild(t *testing.T) {\n \t\tt.Errorf(\"err...
2026-01-21T06:57:14
vercel/next.js
2e5fc012d3dc4533d923980ebe46b0363a823c0c
b0595b17ae331a2e1cccff35da8d093f0636c8e1
[Instant] test: remove unnecessary reactDebugChannel permutation (#90103) This is already handled by our test sharding, we don't need to duplicate it
[ { "path": "test/e2e/app-dir/instant-validation-static-shells/fixtures/invalid-blocking-page-below-static/next.config.ts", "patch": "@@ -5,7 +5,6 @@ const nextConfig: NextConfig = {\n productionBrowserSourceMaps: true,\n experimental: {\n prerenderEarlyExit: false,\n- reactDebugChannel: process.en...
2026-02-17T20:40:21
facebook/react
60b5271a9ad0e9eec2489b999ce774d39d09285b
033edca72199f5b0dac87e4662b6a4d32a9610ce
[Flight] Call finishHaltedTask on sync aborted tasks in stream abort listeners (#33743) This is the same as we do for currently rendering tasks. They get effectively sync aborted when the listener is invoked. We potentially miss out on some debug info in that case but that would only apply to any entries inside the s...
[ { "path": "packages/react-server/src/ReactFlightServer.js", "patch": "@@ -1079,8 +1079,9 @@ function serializeReadableStream(\n signal.removeEventListener('abort', abortStream);\n const reason = signal.reason;\n if (enableHalt && request.type === PRERENDER) {\n- haltTask(streamTask, request...
2025-07-09T14:43:56
electron/electron
7cb1552614a5b9e2b45b8135b7c04b0773937651
49c37b4daa434048eda52cd9b4a8a07380e50d29
fix: accentColor set distinguishes the frame (#48405) * fix: accentColor set distinguishes the frame * chore: invalid change * fix: lint
[ { "path": "shell/browser/native_window_views_win.cc", "patch": "@@ -31,15 +31,15 @@ namespace electron {\n \n namespace {\n \n-void SetWindowBorderAndCaptionColor(HWND hwnd, COLORREF color) {\n- if (base::win::GetVersion() < base::win::Version::WIN11)\n- return;\n-\n- HRESULT result =\n- DwmSetWin...
2025-10-03T18:10:18
golang/go
27fcec4d8f3041e845762303d85d868cc3e351e8
478d86446e88dc9e0b46e08914cb564d7c705d1e
runtime: speed up cheaprand and cheaprand64 The current cheaprand performs 128-bit multiplication on 64-bit numbers and truncate the result to 32 bits, which is inefficient. A 32-bit specific implementation is more performant because it performs 64-bit multiplication on 32-bit numbers instead. The current cheaprand6...
[ { "path": "src/runtime/export_test.go", "patch": "@@ -273,6 +273,10 @@ func CountPagesInUse() (pagesInUse, counted uintptr) {\n \treturn\n }\n \n+func Blocksampled(cycles, rate int64) bool { return blocksampled(cycles, rate) }\n+\n+func Cheaprand() uint32 { return cheaprand() }\n+func Cheaprand64() ...
2026-01-23T03:44:50
vercel/next.js
a7c61c10ad5f49a081b3bc1d53fefe6484700ff4
85d74bb4e254c51d7a609dc1f38cb8589f683a22
[turbopack] Run the deployment tests for turbopack and webpack (#84360) Fork the set of deployment tests so they run with both turbopack and webpack. Now that turbopack is the default bundler we need this coverage. Because we are now running twice as many tests, decrease concurrency, otherwise we hit rate limits on v...
[ { "path": ".github/workflows/build_reusable.yml", "patch": "@@ -114,7 +114,7 @@ env:\n VERCEL_ADAPTER_TEST_TOKEN: ${{ secrets.VERCEL_ADAPTER_TEST_TOKEN }}\n VERCEL_ADAPTER_TEST_TEAM: vtest314-next-adapter-e2e-tests\n VERCEL_TURBOPACK_TEST_TOKEN: ${{ secrets.VERCEL_TURBOPACK_TEST_TOKEN }}\n- VERCEL_TU...
2026-02-17T19:52:10
golang/go
478d86446e88dc9e0b46e08914cb564d7c705d1e
8f739162e6479e98b0950ac9dc2f69cd79031be2
cmd/compile: on amd64 use 32bits copies for 64bits copies of 32bits values Fixes #76449 This saves a single byte for the REX prefix per OpCopy it triggers on. Change-Id: I1eab364d07354555ba2f23ffd2f9c522d4a04bd0 Reviewed-on: https://go-review.googlesource.com/c/go/+/731640 Reviewed-by: Michael Pratt <mpratt@google.c...
[ { "path": "src/cmd/compile/internal/amd64/ssa.go", "patch": "@@ -43,6 +43,10 @@ func ssaMarkMoves(s *ssagen.State, b *ssa.Block) {\n \t}\n }\n \n+func isGPReg(r int16) bool {\n+\treturn x86.REG_AL <= r && r <= x86.REG_R15\n+}\n+\n func isFPReg(r int16) bool {\n \treturn x86.REG_X0 <= r && r <= x86.REG_Z31\n...
2025-12-20T13:11:35
electron/electron
37a115b8fd02ba0bc89f7e76ff37700b4a0b5c19
e7e29ea876894d603c2d3d58e7ba5c1cb71dc4f1
fix: initialze featurelist before parsing features (#48411)
[ { "path": "shell/app/electron_main_delegate.cc", "patch": "@@ -13,10 +13,12 @@\n #include \"base/apple/bundle_locations.h\"\n #include \"base/base_switches.h\"\n #include \"base/command_line.h\"\n+#include \"base/debug/leak_annotations.h\"\n #include \"base/debug/stack_trace.h\"\n #include \"base/environmen...
2025-10-02T23:18:14
facebook/react
e6dc25daea3d949fa5eae3bdffb8b6b79e30fc82
150f022444466266bc09302b8fd47c3e4ce4d791
[Flight] Always defer Promise values if they're not already resolved (#33742) If we have the ability to lazy load Promise values, i.e. if we have a debug channel, then we should always use it for Promises that aren't already resolved and instrumented. There's little downside to this since they're async anyway. This ...
[ { "path": "packages/react-client/src/ReactFlightClient.js", "patch": "@@ -2048,6 +2048,18 @@ function parseModelString(\n if (value.length > 2) {\n const debugChannel = response._debugChannel;\n if (debugChannel) {\n+ if (value[2] === '@') {\n+ /...
2025-07-09T13:08:27
nodejs/node
275215f7bcdcba82ad3d4227ef65b3213de2fe7a
238899169f4822e2cd0ecb40146ef5918bf2046c
benchmark: use typescript for import cjs benchmark The original benchmark uses a not very realistic fixture (it has a huge try-catch block that would throw on the first line and then export at the end, hardly representative of real-world code). Also, it measures the entire import including evaluation, not just parsing...
[ { "path": "benchmark/esm/cjs-parse.js", "patch": "@@ -1,39 +0,0 @@\n-'use strict';\n-const fs = require('fs');\n-const path = require('path');\n-const common = require('../common.js');\n-const { strictEqual } = require('assert');\n-\n-const tmpdir = require('../../test/common/tmpdir');\n-const benchmarkDire...
2025-11-10T12:39:08
vercel/next.js
85d74bb4e254c51d7a609dc1f38cb8589f683a22
32b1479a8c6b44f96a0d6c1598731a733a0074af
[Instant] allow non-blocking dynamic holes and errors in shared parents (#89875) Closes NAR-777
[ { "path": "packages/next/errors.json", "patch": "@@ -1052,5 +1052,11 @@\n \"1051\": \"Turbopack trace server is not supported on this platform (%s/%s) because native bindings are not available. Only WebAssembly (WASM) bindings were loaded, and Turbopack requires native bindings.\",\n \"1052\": \"Turbopa...
2026-02-17T19:45:59
electron/electron
e7e29ea876894d603c2d3d58e7ba5c1cb71dc4f1
b40a4befd42255d731ec3f68a96e96c1b9b96cef
fix: snapped window restoring to correct position (#48296)
[ { "path": "shell/browser/native_window_views_win.cc", "patch": "@@ -509,7 +509,7 @@ void NativeWindowViews::HandleSizeEvent(WPARAM w_param, LPARAM l_param) {\n WINDOWPLACEMENT wp;\n wp.length = sizeof(WINDOWPLACEMENT);\n \n- if (GetWindowPlacement(GetAcceleratedWidget(), &wp)) {\n+ if ...
2025-10-02T16:14:48
golang/go
3443ae086314e8cb7994166a5b63a8ab056b6c44
ca5ffe0092363f21df2c57b50144ba056f260049
net: fix some ineffectual assignments reported by ineffassign Updates #35136 Change-Id: I5422a50dde51c0a57f135c83f4963053285a9bc2 GitHub-Last-Rev: 6db1a88da60fce3e4fd6697d5db75d55d53b2b49 GitHub-Pull-Request: golang/go#76704 Reviewed-on: https://go-review.googlesource.com/c/go/+/727080 Reviewed-by: Florian Lehner <le...
[ { "path": "src/net/dial_test.go", "patch": "@@ -1088,14 +1088,16 @@ func TestDialContext(t *testing.T) {\n \t\t\tvar c Conn\n \t\t\tswitch network {\n \t\t\tcase \"tcp\", \"tcp4\", \"tcp6\":\n-\t\t\t\traddr, err := netip.ParseAddrPort(ln.Addr().String())\n+\t\t\t\tvar raddr netip.AddrPort\n+\t\t\t\traddr, e...
2025-12-06T01:35:22
facebook/react
3a43e72d665af98b62d9c3c54bd288597dd27e6e
8ba3501cd9c982676fab35f1c8092302060d728c
[Flight] Create a fast path parseStackTrace which skips generating a string stack (#33735) When we know that the object that we pass in is immediately parsed, then we know it couldn't have been reified into a unstructured stack yet. In this path we assume that we'll trigger `Error.prepareStackTrace`. Since we know th...
[ { "path": "packages/react-server/src/ReactFlightServer.js", "patch": "@@ -94,6 +94,7 @@ import {\n getCurrentAsyncSequence,\n getAsyncSequenceFromPromise,\n parseStackTrace,\n+ parseStackTracePrivate,\n supportsComponentStorage,\n componentStorage,\n unbadgeConsole,\n@@ -316,7 +317,7 @@ functio...
2025-07-09T13:06:55
nodejs/node
cdc3ca8a7ed510f111f8a98874c828919a36f79b
22a3eb00e85e91b25359ae27a22fb886d0984bfa
test: limit the concurrency of WPTRunner for RISC-V For riscv64, the most commonly supported paging mode is sv39, which allocates 256GiB of virtual address space for the user space. However, due to trap handler security mechanism in V8, creating a wasm memory will cost 8GiB of continuous virtual address space. In a fr...
[ { "path": "test/common/wpt.js", "patch": "@@ -533,6 +533,14 @@ const limit = (concurrency) => {\n \n class WPTRunner {\n constructor(path, { concurrency = os.availableParallelism() - 1 || 1 } = {}) {\n+ // RISC-V has very limited virtual address space in the currently common\n+ // sv39 mode, in whic...
2025-11-11T14:57:29