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 | d5b950399de01a0e28eeb48d2c8474db4aad0e8a | 53845004d647e16b3de7c74e50cffaca77e028e9 | cmd/cgo: fix unaligned arguments typedmemmove crash on iOS
Irregularly typedmemmove and bulkBarrierPreWrite crashes on unaligned
arguments. By aligning the arguments this is fixed.
Fixes #46893
Change-Id: I7beb9fdc31053fcb71bee6c6cb906dea31718c56
GitHub-Last-Rev: 46ae8b96889644aab60ea4284cf447a740354c6a
GitHub-Pull-... | [
{
"path": "src/cmd/cgo/internal/testout/out_test.go",
"patch": "@@ -0,0 +1,144 @@\n+// Copyright 2025 The Go Authors. All rights reserved.\n+// Use of this source code is governed by a BSD-style\n+// license that can be found in the LICENSE file.\n+\n+package out_test\n+\n+import (\n+\t\"bufio\"\n+\t\"bytes... | 2025-09-30T21:53:11 |
nodejs/node | 33f6e1ea296cd20366ab94e666b03899a081af94 | 8456a1245902b159a9178e168e5216071aa32319 | test: update expected error message for macOS
PR-URL: https://github.com/nodejs/node/pull/57742
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "test/parallel/test-module-loading-error.js",
"patch": "@@ -28,7 +28,7 @@ const errorMessagesByPlatform = {\n win32: ['is not a valid Win32 application'],\n linux: ['file too short', 'Exec format error'],\n sunos: ['unknown file type', 'not an ELF file'],\n- darwin: ['file too short', 'not ... | 2025-04-06T14:20:04 |
facebook/react | 16ac71a650d8ec9f24cd0bd6ebbe9c6d2edf9cb8 | b781c9f564d05c7ceaf5d8af2e26966601c0a669 | Fix prepare-prerelease script (#31159) | [
{
"path": "scripts/release/prepare-release-from-npm-commands/confirm-stable-version-numbers.js",
"patch": "@@ -30,9 +30,7 @@ const run = async ({skipPackages}, versionsMap) => {\n \n let version = bestGuessVersion;\n if (\n- skipPackages.some(skipPackageName =>\n- packageNames.includes(s... | 2024-10-10T15:24:51 |
vercel/next.js | ec0d1661058833bf6d159ce057b7db862bab5a1a | 0bcdbe488f66761f669806b503e67762579b689b | docs: fix proxy matcher overflow (#85337)
Also closes: https://github.com/vercel/next.js/issues/85344 | [
{
"path": "docs/01-app/01-getting-started/16-proxy.mdx",
"patch": "@@ -22,10 +22,7 @@ Some common scenarios where Proxy is effective include:\n - Rewriting to different pages based on A/B tests or experiments\n - Modifying headers for all pages or a subset of pages\n \n-Proxy is _not_ a good fit for:\n-\n--... | 2025-10-27T16:29:13 |
electron/electron | eb40d2cbfafea4ae8dfac9090d099b368f4ed3eb | 27d2a8f9e28715c3da6e8570bbc12d89cfa88178 | fix: FTBFS when building with `enable_plugins = false` (#44003)
* fix: do not build electron_plugin_info_host_impl.cc when plugins are disabled
it fails to build from source with this error:
../../content/public/browser/plugin_service.h:17:2: error: "Plugins should be enabled"
17 | #error "Plugins should be ... | [
{
"path": "BUILD.gn",
"patch": "@@ -674,6 +674,8 @@ source_set(\"electron_lib\") {\n \n if (enable_plugins) {\n sources += [\n+ \"shell/browser/electron_plugin_info_host_impl.cc\",\n+ \"shell/browser/electron_plugin_info_host_impl.h\",\n \"shell/common/plugin_info.cc\",\n \"shell... | 2024-09-29T22:10:34 |
nodejs/node | 8456a1245902b159a9178e168e5216071aa32319 | 8c254658bb4f06152ed41d2d777e6d9fd88e3355 | watch: check parent and child path properly
Co-authored-by: Jake Yuesong Li <jake.yuesong@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/57425
Fixes: https://github.com/nodejs/node/issues/57422
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-... | [
{
"path": "lib/internal/watch_mode/files_watcher.js",
"patch": "@@ -7,6 +7,7 @@ const {\n SafeMap,\n SafeSet,\n SafeWeakMap,\n+ StringPrototypeEndsWith,\n StringPrototypeStartsWith,\n } = primordials;\n \n@@ -18,12 +19,19 @@ const EventEmitter = require('events');\n const { addAbortListener } = req... | 2025-04-06T07:48:53 |
golang/go | 53845004d647e16b3de7c74e50cffaca77e028e9 | bbdff9e8e1fca772a13acb0c4c7828cfe246d403 | net/http/httputil: deprecate ReverseProxy.Director
The Director function has been superseded by Rewrite.
Rewrite avoids fundamental security issues with hop-by-hop header
handling in the Director API and has better default handling
of X-Forwarded-* headers.
Fixes #73161
Change-Id: Iadaf3070e0082458f79fb892ade51cb7ce... | [
{
"path": "api/next/73161.txt",
"patch": "@@ -0,0 +1 @@\n+pkg net/http/httputil, type ReverseProxy struct, Director //deprecated #73161",
"additions": 1,
"deletions": 0,
"language": "Plain Text"
},
{
"path": "doc/next/6-stdlib/99-minor/net/http/httputil/73161.md",
"patch": "@@ -0,0 +... | 2025-10-02T16:42:57 |
rust-lang/rust | bd8c9f38e5e1838c6b1f7838273939a0d716b071 | debbabedb3637aa7643f012019e85a5c40fc43f8 | Do not use PostAnalysis TypingMode for IDE method resolution
As explained in the comments, PostAnalysis is good for most IDE things but not method resolution.
This fixes a bug which should not be impacted by this at all - return position impl trait in trait. It is currently lowered to an opaque, while it should be lo... | [
{
"path": "src/tools/rust-analyzer/crates/hir/src/lib.rs",
"patch": "@@ -5952,7 +5952,16 @@ impl<'db> Type<'db> {\n ) -> R {\n let module = resolver.module();\n let interner = DbInterner::new_with(db, module.krate(db));\n- let infcx = interner.infer_ctxt().build(TypingMode::PostAn... | 2026-03-04T20:06:36 |
vercel/next.js | 0bcdbe488f66761f669806b503e67762579b689b | 69e19895e33598c9dc2613f8e26d82b3d1450dfb | Ensure getServerInsertedHTML skips rendering correctly (#85394)
### Problem
Both `polyfillTags` and `traceMetaTags` are only rendered if they
haven't already been flushed, however the current check to skip
rendering (lines 81-89) doesn't take this into account – only the render
logic does (lines 93-98).
This results... | [
{
"path": "packages/next/src/server/app-render/make-get-server-inserted-html.tsx",
"patch": "@@ -26,12 +26,14 @@ export function makeGetServerInsertedHTML({\n basePath: string\n }) {\n let flushedErrorMetaTagsUntilIndex = 0\n- // flag for static content that only needs to be flushed once\n- let hasFlu... | 2025-10-27T16:24:49 |
electron/electron | d4e4cdee6cfecad6be4741d3f5aaccdc5b3ef86b | f68184a9f927ef94107e83227116114fdf32114b | fix: remove resize listener when BrowserWindow closed (#43972) | [
{
"path": "lib/browser/api/browser-view.ts",
"patch": "@@ -68,10 +68,7 @@ export default class BrowserView {\n // a webContents can be closed by the user while the BrowserView\n // remains alive and attached to a BrowserWindow.\n set ownerWindow (w: BrowserWindow | null) {\n- if (this.#ownerWindow ... | 2024-09-27T14:34:00 |
nodejs/node | e6a0d77d57a1dade108f05f1fe8b617af38d636f | 74722a55a6cea73b6dcaa3e4adc7ba8e9268b2db | util: fix parseEnv incorrectly splitting multiple ‘=‘ in value
Previously, parseEnv would create multiple environment
variables if a single line contained multiple ‘=‘ characters
(e.g. A=B=C would become { A: ‘B=C’, B: ‘C’ }).
This commit ensures that only the first ‘=‘ is used as
the key-value delimiter, and the rest... | [
{
"path": "benchmark/fixtures/valid.env",
"patch": "@@ -6,6 +6,8 @@ BASIC=basic\n \n # previous line intentionally left blank\n AFTER_LINE=after_line\n+A=\"B=C\"\n+B=C=D\n EMPTY=\n EMPTY_SINGLE_QUOTES=''\n EMPTY_DOUBLE_QUOTES=\"\"",
"additions": 2,
"deletions": 0,
"language": "Unknown"
},
{
... | 2025-04-06T07:47:28 |
facebook/react | b781c9f564d05c7ceaf5d8af2e26966601c0a669 | 0f1127b552790e6dc0b65650680237ba4c94d977 | [compiler] Scaffold fixture library (#31148)
Scaffolds an empty library to test backwards compatibility with the
compiler enabled.
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull/31148).
* #3116... | [
{
"path": "compiler/fixtures/runtime-compat/README.md",
"patch": "@@ -0,0 +1 @@\n+Reference library compiled with React Compiler.",
"additions": 1,
"deletions": 0,
"language": "Markdown"
},
{
"path": "compiler/fixtures/runtime-compat/lib/index.js",
"patch": "@@ -0,0 +1 @@\n+throw new... | 2024-10-10T14:53:58 |
golang/go | bbdff9e8e1fca772a13acb0c4c7828cfe246d403 | 4008e07080ef215e46f48e5e2f6b5d37d6d9cb9f | net/http: update bundled x/net/http2 and delete obsolete http2inTests
http2inTests is no longer needed after go.dev/cl/708135 and should be
deleted. To prevent errors in future vendored dependency updates,
h2_bundle.go is also updated together in this change.
Change-Id: I7b8c3f6854203fab4ec639a2a268df0cd2b1dee7
Revie... | [
{
"path": "src/go.mod",
"patch": "@@ -4,7 +4,7 @@ go 1.26\n \n require (\n \tgolang.org/x/crypto v0.42.0\n-\tgolang.org/x/net v0.44.0\n+\tgolang.org/x/net v0.44.1-0.20251002015445-edb764c2296f\n )\n \n require (",
"additions": 1,
"deletions": 1,
"language": "Unknown"
},
{
"path": "src/go... | 2025-10-02T16:41:25 |
electron/electron | f68184a9f927ef94107e83227116114fdf32114b | 8397fef3ef5bebb8a4ee7bb50d8ce6a4b19c5fdc | feat: add error event for utility process (#43774)
* feat: add error event for utility process
* chore: use public report api
* chore: fix lint
* doc: mark error event as experimental
---------
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> | [
{
"path": "docs/api/utility-process.md",
"patch": "@@ -116,6 +116,17 @@ When the child process exits, then the value is `null` after the `exit` event is\n \n Emitted once the child process has spawned successfully.\n \n+#### Event: 'error' _Experimental_\n+\n+Returns:\n+\n+* `type` string - Type of error. O... | 2024-09-27T01:17:06 |
vercel/next.js | 8de423c9f7b6507b49769c0408c317069abb008b | 498349c375e2602f526f64e8366992066cfa872c | Fix types of @next/mdx (#82238)
### What?
This fixes a couple of things:
- Although it’s rare for MDX plugins to accept more than 1 option, they
may accept any number of arguments.
- In addition to `remarkPlugins` and `rehypePlugins`, now `recmaPlugins`
is also patched to accept strings
- TypeScript property Descript... | [
{
"path": "packages/next-mdx/index.d.ts",
"patch": "@@ -4,6 +4,8 @@ import type { RuleSetConditionAbsolute } from 'webpack'\n \n type WithMDX = (config: NextConfig) => NextConfig\n \n+type PluggableListName = 'remarkPlugins' | 'rehypePlugins' | 'recmaPlugins'\n+\n declare namespace nextMDX {\n interface N... | 2025-10-27T10:12:35 |
nodejs/node | 13e3aef053776be9be262f210dc438ecec4a3c8d | 214e3d4affabc48a53b6db8ab1f2e2bc7d343653 | doc: update example of using `await` in REPL
Clarify that the lexical scope of `const` is
invalidated when using top-level `await` in REPL.
As part of this change also add tests for the
documented behavior
Fixes: https://github.com/nodejs/node/issues/45918
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.... | [
{
"path": "doc/api/repl.md",
"patch": "@@ -258,8 +258,7 @@ undefined\n ```\n \n One known limitation of using the `await` keyword in the REPL is that\n-it will invalidate the lexical scoping of the `const` and `let`\n-keywords.\n+it will invalidate the lexical scoping of the `const` keywords.\n \n For examp... | 2025-04-05T22:06:45 |
facebook/react | 38af456a494acb34931c71e31efbccdb53e11174 | 566b0b0f14356f6e1a13722cac005c2f94f4c3f9 | [Flight] don't emit chunks for rejected thenables after abort (#31169)
When aborting we emit chunks for each pending task. However there was a
bug where a thenable could also reject before we could flush and we end
up with an extra chunk throwing off the pendingChunks bookeeping. When a
task is retried we skip it i... | [
{
"path": "packages/react-server-dom-webpack/src/__tests__/ReactFlightDOM-test.js",
"patch": "@@ -3084,4 +3084,54 @@ describe('ReactFlightDOM', () => {\n </div>,\n );\n });\n+\n+ it('rejecting a thenable after an abort before flush should not lead to a frozen readable', async () => {\n+ cons... | 2024-10-10T13:47:32 |
golang/go | 0e4e2e68323df08d9e4c876e5abc5b549bd247f5 | f03c392295cfd57c29c92fcc300181f8016cf5ac | runtime: skip TestGoroutineLeakProfile under mayMoreStackPreempt
This may be the long-term fix, but we first need to understand if this
just makes the tests flaky, or if it's revealing an actual underlying
issue. I'm leaning toward the former. If it is the former, ideally we
just make the tests robust (wait longer, ma... | [
{
"path": "src/runtime/goroutineleakprofile_test.go",
"patch": "@@ -6,12 +6,20 @@ package runtime_test\n \n import (\n \t\"fmt\"\n+\t\"internal/testenv\"\n+\t\"os\"\n \t\"regexp\"\n \t\"strings\"\n \t\"testing\"\n )\n \n func TestGoroutineLeakProfile(t *testing.T) {\n+\tif strings.Contains(os.Getenv(\"GOFLA... | 2025-10-02T19:15:34 |
electron/electron | a974b74e8226c7c655130c9e1b3a15a42c651044 | da6ab9235391966a3a82ae9e23e33956b26b9d1c | fix: replace deprecated libnotify API calls (#43962)
notify_notification_set_hint_string() is deprecated, so let's use
notify_notification_set_hint() instead.
Xref: https://github.com/GNOME/libnotify/commit/2fe1748295c97cd8251e1711e0f54c4d65633d48 | [
{
"path": "BUILD.gn",
"patch": "@@ -74,7 +74,6 @@ if (is_linux) {\n \"notify_notification_set_image_from_pixbuf\",\n \"notify_notification_set_timeout\",\n \"notify_notification_set_urgency\",\n- \"notify_notification_set_hint_string\",\n \"notify_notification_set_hint\",\n ... | 2024-09-26T16:21:45 |
nodejs/node | 214e3d4affabc48a53b6db8ab1f2e2bc7d343653 | f31c88021b5b815bf776066c8eca510696b8c744 | src: improve error handling in process.env handling
PR-URL: https://github.com/nodejs/node/pull/57707
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> | [
{
"path": "src/node_env_var.cc",
"patch": "@@ -26,7 +26,6 @@ using v8::Maybe;\n using v8::MaybeLocal;\n using v8::Name;\n using v8::NamedPropertyHandlerConfiguration;\n-using v8::NewStringType;\n using v8::Nothing;\n using v8::Object;\n using v8::ObjectTemplate;\n@@ -45,7 +44,7 @@ class RealEnvStore final :... | 2025-04-01T14:19:44 |
facebook/react | d5bba18b5d81f234657586865248c5b6849599cd | bfe91fbecf183f85fc1c4f909e12a6833a247319 | fix[react-devtools]: record timeline data only when supported (#31154)
Stacked on https://github.com/facebook/react/pull/31132. See last
commit.
There are 2 issues:
1. We've been recording timeline events, even if Timeline Profiler was
not supported by the Host. We've been doing this for React Native, for
examp... | [
{
"path": "packages/react-devtools-shared/src/backend/agent.js",
"patch": "@@ -153,12 +153,17 @@ export default class Agent extends EventEmitter<{\n _persistedSelection: PersistedSelection | null = null;\n _persistedSelectionMatch: PathMatch | null = null;\n _traceUpdatesEnabled: boolean = false;\n- ... | 2024-10-09T14:27:04 |
golang/go | f03c392295cfd57c29c92fcc300181f8016cf5ac | 707454b41fa1fea7e0286b1370dea47d3422b2cb | runtime: fix aix/ppc64 library initialization
AIX sets the argc and argv parameters in R14 and R15, but
_rt0_ppc64x_lib expects them to be in R3 and R4. Also, call reginit in
_rt0_ppc64x_lib.
These issues were oversights from CL 706395 which went unnoticed because
there if no LUCI aix/ppc64 builder (see #67299).
Cha... | [
{
"path": "src/runtime/asm_ppc64x.s",
"patch": "@@ -21,6 +21,9 @@ TEXT _rt0_ppc64x_lib(SB),NOSPLIT|NOFRAME,$0\n \tMOVD\tR4, _rt0_ppc64x_lib_argv<>(SB)\n \n \t// Synchronous initialization.\n+\tMOVD\t$runtime·reginit(SB), R12\n+\tMOVD\tR12, CTR\n+\tBL\t(CTR)\n \tMOVD\t$runtime·libpreinit(SB), R12\n \tMOVD\tR... | 2025-10-01T08:59:53 |
vercel/next.js | 3cf4b17ba8c4305974fc122bea839f901f8f478f | a135a7d51374eff46bf9337eeaf1811bd0c3fe05 | fix(static-paths): add depth tracking to parallel route param resolution (#85319)
### What?
Adds depth-aware parameter resolution to `resolveParallelRouteParams` by
migrating from simplified parallel route segments to LoaderTree
structure.
### Why?
Dynamic and intercepted parameters in parallel routes were not bein... | [
{
"path": "packages/next/src/build/static-paths/app.test.ts",
"patch": "@@ -1309,19 +1309,20 @@ describe('calculateFallbackMode', () => {\n })\n \n describe('resolveParallelRouteParams', () => {\n- function createParallelRouteSegment(\n- paramName: string,\n- paramType: DynamicParamTypes\n- ): {\n- ... | 2025-10-24T20:07:37 |
electron/electron | da6ab9235391966a3a82ae9e23e33956b26b9d1c | ddd45db6ca602a925432895eebdffa828c01edfd | fix: ensure correct `WebContents` when checking `PDFReadyToPrint` (#43943)
* fix: ensure correct WebContents when checking PDFReadyToPrint
* test: fix paths on Windows | [
{
"path": "shell/browser/electron_pdf_document_helper_client.cc",
"patch": "@@ -27,13 +27,23 @@ void ElectronPDFDocumentHelperClient::UpdateContentRestrictions(\n // allowed there won't be a printing restriction passed, so we can use this\n // second call to notify that the pdf document is ready to prin... | 2024-09-26T14:54:13 |
nodejs/node | b1402835a512f14fa9f8dd23d3e0cee8cfe888a2 | e2c8a0f9b81603c54eab174b2fe630a17ca06652 | http2: skip writeHead if stream is closed
Fixes: https://github.com/nodejs/node/issues/57416
PR-URL: https://github.com/nodejs/node/pull/57686
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rafael Gonzaga <... | [
{
"path": "lib/internal/http2/compat.js",
"patch": "@@ -706,7 +706,7 @@ class Http2ServerResponse extends Stream {\n writeHead(statusCode, statusMessage, headers) {\n const state = this[kState];\n \n- if (state.closed || this.stream.destroyed)\n+ if (state.closed || this.stream.destroyed || this... | 2025-04-04T15:07:09 |
facebook/react | 1d8d12005fc9d856c4c936b269adb4f52bf82e47 | 4a86ec5a66d0dd375f8433d380f71ade3e67d5d0 | fix[react-devtools]: remove all listeners when Agent is shutdown (#31151)
Based on https://github.com/facebook/react/pull/31049, credits to
@EdmondChuiHW.
What is happening here:
1. Once Agent is destroyed, unsubscribe own listeners and bridge
listeners.
2. [Browser extension only] Once Agent is destroyed, unsu... | [
{
"path": "packages/react-devtools-extensions/src/contentScripts/backendManager.js",
"patch": "@@ -16,6 +16,7 @@ import {COMPACT_VERSION_NAME} from 'react-devtools-extensions/src/utils';\n import {getIsReloadAndProfileSupported} from 'react-devtools-shared/src/utils';\n \n let welcomeHasInitialized = false;... | 2024-10-09T12:34:01 |
golang/go | 633dd1d475e7346b43d87abc987a8c7f256e827d | 8ad27fb656ab162546137b512c61f6a26a90a6c5 | encoding/json: fix Decoder.InputOffset regression in goexperiment.jsonv2
The Decoder.InputOffset method was always ambiguous about the exact
offset returned since anything between the end of the previous token
to the start of the next token could be a valid result.
Empirically, it seems that the behavior was to repor... | [
{
"path": "src/encoding/json/stream_test.go",
"patch": "@@ -557,3 +557,67 @@ func TestTokenTruncation(t *testing.T) {\n \t\t}\n \t}\n }\n+\n+func TestDecoderInputOffset(t *testing.T) {\n+\tconst input = ` [\n+\t\t[ ] , [ \"one\" ] , [ \"one\" , \"two\" ] ,\n+\t\t{ } , { \"alpha\" : \"bravo\" } , { \"alpha\"... | 2025-09-15T19:56:11 |
vercel/next.js | 4b4597935192d2c07593d83850a868a86087529b | 0b9512280c437883420134918838f873f1a4c1b7 | Docs/use cache feedback 2 (#85222)
- [x] Update Error | [
{
"path": "docs/01-app/01-getting-started/06-cache-components.mdx",
"patch": "@@ -48,7 +48,7 @@ When a user visits a route:\n \n > **🎥 Watch:** Why PPR and how it works → [YouTube (10 minutes)](https://www.youtube.com/watch?v=MTcPrTIBkpA).\n \n-## How it Works\n+## How it works\n \n Cache Components gives ... | 2025-10-22T14:35:44 |
nodejs/node | 87f8d3c8dea267dd28656853821f40fd6573de1e | caf478b72eb75b6f7ee2cea33195d48fb0479077 | tools: enable linter in `test/fixtures/source-map/output`
PR-URL: https://github.com/nodejs/node/pull/57700
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "eslint.config.mjs",
"patch": "@@ -62,6 +62,14 @@ export default [\n '!test/fixtures/console',\n '!test/fixtures/errors',\n '!test/fixtures/eval',\n+ '!test/fixtures/source-map',\n+ 'test/fixtures/source-map/*',\n+ '!test/fixtures/source-map/output',\n+ ...filterFilesInDir(... | 2025-04-04T13:56:39 |
electron/electron | ddd45db6ca602a925432895eebdffa828c01edfd | 40cae71df88156036fecc36008c86ee4639c3d9e | fix: -Wunsafe-buffer-usage warnings in GdkPixbufFromSkBitmap() (#43956)
* fix: -Wunsafe-buffer-usage warnings in GdkPixbufFromSkBitmap()
* refactor: don't change previous behavior for 0-height images
Is a 0x0 image even a thing? I'm not sure; but just in case, let's
treat it the same way the previous implementa... | [
{
"path": "shell/browser/ui/gtk_util.cc",
"patch": "@@ -9,6 +9,7 @@\n #include <stdint.h>\n \n #include <string>\n+#include <vector>\n \n #include \"base/no_destructor.h\"\n #include \"base/strings/string_number_conversions.h\"\n@@ -68,42 +69,30 @@ const char* GetYesLabel() {\n \n GdkPixbuf* GdkPixbufFromSk... | 2024-09-26T13:32:43 |
facebook/react | 4a86ec5a66d0dd375f8433d380f71ade3e67d5d0 | 389a2deebc2dc41deb268f4b543709989d688d69 | fix[react-devtools]: removed redundant startProfiling call (#31131)
Stacked on https://github.com/facebook/react/pull/31118. See last
commit.
We don't need to call `startProfiling()` here, because we delegate this
to the Renderer itself:
https://github.com/facebook/react/blob/830e823cd2c6ee675636d31320b10350e8... | [
{
"path": "packages/react-devtools-shared/src/backend/agent.js",
"patch": "@@ -714,10 +714,6 @@ export default class Agent extends EventEmitter<{\n ) {\n this._rendererInterfaces[rendererID] = rendererInterface;\n \n- if (this._isProfiling) {\n- rendererInterface.startProfiling(this._recordCha... | 2024-10-09T12:32:04 |
golang/go | 3f451f2c54c87db8b8f30e4d5224933f7895f453 | be0fed8a5fc4e34f2c6caf503830bcdf904ded54 | testing/synctest: fix inverted test failure message in TestContextAfterFunc
Fixes #75685
Change-Id: I5592becfde6aaca3d7f0e2f09bc7a9785228523e
GitHub-Last-Rev: 0ff7bd31ecfc23222dae70194621397330f3c2da
GitHub-Pull-Request: golang/go#75687
Reviewed-on: https://go-review.googlesource.com/c/go/+/708275
Reviewed-by: Alan D... | [
{
"path": "src/testing/synctest/example_test.go",
"patch": "@@ -66,7 +66,7 @@ func TestContextAfterFunc(t *testing.T) {\n \t\tcancel()\n \t\tsynctest.Wait()\n \t\tif !afterFuncCalled {\n-\t\t\tt.Fatalf(\"before context is canceled: AfterFunc not called\")\n+\t\t\tt.Fatalf(\"after context is canceled: AfterF... | 2025-10-01T12:46:16 |
vercel/next.js | b66c1d61765df684ad6e58f60c209b0b587a4908 | 96754b605fad930dcf2db1384e5afa21f7ebf57c | Remove layout-router sticky/fixed debug warning (#85193)
Fixes an issue that reproduces due to a combination of the log
forwarding logic alongside logging out an explicit element. We can add
this back in the future once our log forwarding library properly ignores
non-enumerable properties. | [
{
"path": "packages/next/src/client/components/layout-router.tsx",
"patch": "@@ -140,12 +140,6 @@ function shouldSkipElement(element: HTMLElement) {\n // and will result in a situation we bail on scroll because of something like a fixed nav,\n // even though the actual page content is offscreen\n if (... | 2025-10-21T23:04:25 |
nodejs/node | caf478b72eb75b6f7ee2cea33195d48fb0479077 | 274898af4c788fa0f48ab28326d4917a87773af8 | tools: enable linter in `test/fixtures/errors`
PR-URL: https://github.com/nodejs/node/pull/57701
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> | [
{
"path": "eslint.config.mjs",
"patch": "@@ -60,6 +60,7 @@ export default [\n // We want to lint only a few specific fixtures folders\n 'test/fixtures/*',\n '!test/fixtures/console',\n+ '!test/fixtures/errors',\n '!test/fixtures/eval',\n '!test/fixtures/test-runner',\n 'test/fixtu... | 2025-04-04T13:41:48 |
electron/electron | 40cae71df88156036fecc36008c86ee4639c3d9e | b60013fcf1eecfe97b8772f1eb04633d7a51ba76 | test: re-enable tests that were disabled in chromium rolls (#43968)
* test: fix should support base url for data urls test
Caused by https://chromium-review.googlesource.com/c/chromium/src/+/5802682
* test: fixup extensions can cancel http requests
* chore: document custom protocol handling on Windows change ... | [
{
"path": "docs/breaking-changes.md",
"patch": "@@ -14,6 +14,33 @@ This document uses the following convention to categorize breaking changes:\n \n ## Planned Breaking API Changes (33.0)\n \n+### Behavior Changed: custom protocol URL handling on Windows\n+\n+Due to changes made in Chromium to support [Non-S... | 2024-09-26T12:53:27 |
facebook/react | dbf80c8d7a823041d83baff8b0dca8892ce27411 | bf0c054649f0573c184499bd571f08150152c086 | fix[react-devtools]: update profiling status before receiving response from backend (#31117)
We can't wait for a response from Backend, because it might take some
time to actually finish profiling.
We should keep a flag on the frontend side, so user can quickly see the
feedback in the UI. | [
{
"path": "packages/react-devtools-shared/src/devtools/ProfilerStore.js",
"patch": "@@ -11,6 +11,7 @@ import EventEmitter from '../events';\n import {prepareProfilingDataFrontendFromBackendAndStore} from './views/Profiler/utils';\n import ProfilingCache from './ProfilingCache';\n import Store from './store'... | 2024-10-09T12:23:23 |
vercel/next.js | 96754b605fad930dcf2db1384e5afa21f7ebf57c | 48bb490d6396a8db09811bf21997ab6c5a38c0b8 | Tweaks to blocking route error message (#85191)
Makes it more clear that `<Suspense>` and "use cache" are separate
approaches for fixing the error, not requirements.
<img width="969" height="711" alt="Screenshot 2025-10-21 at 3 09 57 PM"
src="https://github.com/user-attachments/assets/34bd2efc-9fee-4aba-82eb-6b395663... | [
{
"path": "packages/next/src/next-devtools/dev-overlay/container/errors.tsx",
"patch": "@@ -67,22 +67,28 @@ function BlockingPageLoadErrorDescription() {\n experience. Next.js uses this error to ensure your app loads instantly\n on every navigation.\n </p>\n- <p>To fix this, you c... | 2025-10-21T22:24:29 |
golang/go | fcb893fc4b615774f8cdd050e17ad227998e512a | 19cc1022ba4e9ddf172c04107fa613e6d50a7eba | cmd/compile/internal/ssa: remove redundant "type:" prefix check
Remove redundant "type:" prefix check on symbol names in isFixedLoad,
also refactor some duplicate code into methods.
Change-Id: I8358422596eea8c39d1a30a554bd0aae8b570038
Reviewed-on: https://go-review.googlesource.com/c/go/+/701275
Reviewed-by: Keith Ra... | [
{
"path": "src/cmd/compile/internal/ssa/rewrite.go",
"patch": "@@ -2059,12 +2059,12 @@ func isFixedLoad(v *Value, sym Sym, off int64) bool {\n \t\treturn false\n \t}\n \n-\tif strings.HasPrefix(lsym.Name, \"type:\") {\n+\tif ti := lsym.TypeInfo(); ti != nil {\n \t\t// Type symbols do not contain information... | 2025-09-05T14:48:48 |
nodejs/node | 274898af4c788fa0f48ab28326d4917a87773af8 | ad078696026f42605a37a65702a1467968030ae0 | doc: remove link to `QUIC.md`
PR-URL: https://github.com/nodejs/node/pull/57729
Fixes: https://github.com/nodejs/node/issues/57252
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
R... | [
{
"path": "doc/api/index.md",
"patch": "@@ -49,7 +49,6 @@\n * [Process](process.md)\n * [Punycode](punycode.md)\n * [Query strings](querystring.md)\n-* [QUIC](quic.md)\n * [Readline](readline.md)\n * [REPL](repl.md)\n * [Report](report.md)",
"additions": 0,
"deletions": 1,
"language": "Markdown"... | 2025-04-04T12:53:31 |
rust-lang/rust | 098b1b98f5ebb4e8790c663f27746e9d323cc63c | 72de815eb2284b5eec85a56664fa08ba62d19f93 | make path separators available in const context
* consolidate various representations of separators in std::sys::path
into a single macro_rules invocation per platform to save
transcription errors
* make `std::path::is_separator()` const
* new constants `std::path::{SEPARATORS, SEPARATORS_STR}` | [
{
"path": "library/std/src/path.rs",
"patch": "@@ -266,22 +266,33 @@ impl<'a> Prefix<'a> {\n /// ```\n #[must_use]\n #[stable(feature = \"rust1\", since = \"1.0.0\")]\n-pub fn is_separator(c: char) -> bool {\n+#[rustc_const_unstable(feature = \"const_path_separators\", issue = \"153106\")]\n+pub const fn is... | 2026-02-27T18:22:37 |
facebook/react | bf0c054649f0573c184499bd571f08150152c086 | ed966dac4a025fd37580e8197e5b271044ffbd9f | fix[react-devtools]: wrap key string in preformatted text html element (#31153)
Fixes https://github.com/facebook/react/issues/28984. | [
{
"path": "packages/react-devtools-shared/src/devtools/views/Components/Element.js",
"patch": "@@ -166,7 +166,7 @@ export default function Element({data, index, style}: Props): React.Node {\n className={styles.KeyValue}\n title={key}\n onDoubleClick={handleKeyDouble... | 2024-10-09T08:54:34 |
vercel/next.js | 077da103745e9e582d0d069c752369f8aca677fe | 409b28106e3724fc66e4d4eef54770fe5994e239 | Fix Activity boundary names (#85185)
Follow-up to #85155. Made a mistake in the context-passing logic. | [
{
"path": "packages/next/src/client/components/layout-router.tsx",
"patch": "@@ -44,7 +44,6 @@ import { hasInterceptionRouteInCurrentTree } from './router-reducer/reducers/has\n import { dispatchAppRouterAction } from './use-action-queue'\n import { useRouterBFCache, type RouterBFCacheEntry } from './bfcach... | 2025-10-21T21:40:00 |
golang/go | 08afc50bea9a94e86adfc8cd852c6ae5b698cdaa | 97da068774d5aa9147e63eb146350145c73bfc3d | mime: extend "builtinTypes" to include a more complete list of common types
Implement all agreed upon types, using IANA's listed media types to decide
when there is a disagreement in type. Except in the case of `.wav` where
`audio/wav` is used.
Fixes #69530
Change-Id: Iec99a6ceb534073be83c8390f48799bec3e4cfc7
GitHu... | [
{
"path": "src/mime/type.go",
"patch": "@@ -17,7 +17,7 @@ var (\n \tmimeTypesLower sync.Map // map[string]string; \".z\" => \"application/x-compress\"\n \n \t// extensions maps from MIME type to list of lowercase file\n-\t// extensions: \"image/jpeg\" => [\".jpg\", \".jpeg\"]\n+\t// extensions: \"image/jpeg... | 2025-09-25T21:00:45 |
nodejs/node | ad078696026f42605a37a65702a1467968030ae0 | 633ba0079e245bbe5360f2fe9af7ec6b784cf126 | tools: enable linter in `test/fixtures/test-runner/output`
PR-URL: https://github.com/nodejs/node/pull/57698
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com> | [
{
"path": "eslint.config.mjs",
"patch": "@@ -1,3 +1,4 @@\n+import { readdirSync } from 'node:fs';\n import Module from 'node:module';\n import { fileURLToPath, URL } from 'node:url';\n \n@@ -25,6 +26,12 @@ const { default: stylisticJs } = await importEslintTool('@stylistic/eslint-plugi\n \n nodeCore.RULES_D... | 2025-04-04T08:44:21 |
facebook/react | ed966dac4a025fd37580e8197e5b271044ffbd9f | f74f6cd945675158eb40402041305e7af4ce731c | [compiler] Fix busted postinstall script (#31147) | [
{
"path": "compiler/packages/babel-plugin-react-compiler/package.json",
"patch": "@@ -8,9 +8,8 @@\n \"dist\"\n ],\n \"scripts\": {\n- \"postinstall\": \"./scripts/link-react-compiler-runtime.sh\",\n \"build\": \"rimraf dist && rollup --config --bundleConfigAsCjs\",\n- \"test\": \"yarn snap... | 2024-10-08T00:37:41 |
vercel/next.js | 409b28106e3724fc66e4d4eef54770fe5994e239 | e2262334f8e7ba0050d74d4fe9ea7f9cd7b7033d | Improve Proxy invalid export error message (#84887)
Improve invalid Proxy/Middleware export error message to:
```
> Build error occurred
Error: The file "./proxy.ts" must export a function, either as a default export or as a named "proxy" export.
This function is what Next.js runs for every request handled by th... | [
{
"path": "Cargo.lock",
"patch": "@@ -4322,6 +4322,7 @@ dependencies = [\n \"next-custom-transforms\",\n \"next-taskless\",\n \"once_cell\",\n+ \"pathdiff\",\n \"percent-encoding\",\n \"qstring\",\n \"react_remove_properties\",",
"additions": 1,
"deletions": 0,
"language": "Unknown"
},
... | 2025-10-21T20:54:58 |
golang/go | 97da068774d5aa9147e63eb146350145c73bfc3d | 300d9d2714164e455abc7990d52de9de6b084df1 | cmd/compile: eliminate nil checks on .dict arg
The first arg of a generic function is the dictionary. This dictionary
is never nil, but it gets a nil check becuase the dict arg is treated as
a slice during construction.
cmp.Compare[go.shape.int] was:
00006 (+41) TESTB AX, (AX)
00007 (+52) CMPQ CX, BX
00008 (52) JGT ... | [
{
"path": "src/cmd/compile/internal/ssa/_gen/generic.rules",
"patch": "@@ -2079,6 +2079,9 @@\n \t&& warnRule(fe.Debug_checknil(), v, \"removed nil check\")\n \t=> ptr\n \n+// .dict args are always non-nil.\n+(NilCheck ptr:(Arg {sym}) _) && isDictArgSym(sym) => ptr\n+\n // Nil checks of nil checks are redund... | 2025-09-08T05:21:15 |
electron/electron | 74af96da16f9d47bddb6e41df74e387a6254352d | 15db63e26df3e3d59ce6281f030624f746518511 | build: update some build dependencies (#43882)
* build: update some build dependencies
* build: fix eslint issues after updating
* build: disable ts check on busted js example
* build: update internal types for stricter event handling
* restore url.parse behavior
* fix typing issues
* sigh
* build... | [
{
"path": ".eslintrc.json",
"patch": "@@ -19,7 +19,7 @@\n \"prefer-const\": [\"error\", {\n \"destructuring\": \"all\"\n }],\n- \"standard/no-callback-literal\": \"off\"\n+ \"n/no-callback-literal\": \"off\"\n },\n \"parserOptions\": {\n \"ecmaVersion\": 6,",
"additions": 1,
... | 2024-09-26T07:12:11 |
nodejs/node | 633ba0079e245bbe5360f2fe9af7ec6b784cf126 | 9de01cc4d1cdb7e0b2f84c5d0cf7f3d50efcfb0f | tools: enable linter in `test/fixtures/eval`
PR-URL: https://github.com/nodejs/node/pull/57699
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "eslint.config.mjs",
"patch": "@@ -53,6 +53,7 @@ export default [\n // We want to lint only a few specific fixtures folders\n 'test/fixtures/*',\n '!test/fixtures/console',\n+ '!test/fixtures/eval',\n '!test/fixtures/v8',\n '!test/fixtures/vm',\n ]),",
"additions": 1,
... | 2025-04-04T08:39:36 |
rust-lang/rust | 866975f8a88eea5e8d6d92541e65dcd33dd9c684 | 390f683cfca9e3c39d73e9df776a65ec0f141290 | std: move SOLID error converting out of `pal::os` | [
{
"path": "library/std/src/sys/pal/solid/error.rs",
"patch": "@@ -3,6 +3,14 @@ use super::{abi, itron};\n use crate::io;\n use crate::sys::net;\n \n+// SOLID directly maps `errno`s to μITRON error codes.\n+impl SolidError {\n+ #[inline]\n+ pub(crate) fn as_io_error(self) -> crate::io::Error {\n+ ... | 2026-03-02T11:58:59 |
facebook/react | 68d59d43d5640f7e44b46bfa7ee758de063767b4 | 91c42a14c7a698fe6baeab770d3c2548fcdf32b4 | [compiler][ez] Fix reanimated custom type defs for imports (#31137)
When we added support for Reanimated, we didn't distinguish between true
globals (i.e. identifiers with no static resolutions), module types, and
imports #29188. For the past 3-4 months, Reanimated imports were not
being matched to the correct hook... | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/HIR/Environment.ts",
"patch": "@@ -16,7 +16,7 @@ import {\n DEFAULT_SHAPES,\n Global,\n GlobalRegistry,\n- installReAnimatedTypes,\n+ getReanimatedModuleType,\n installTypeConfig,\n } from './Globals';\n import {\n@@ -688,7 +688,8 @@ exp... | 2024-10-07T17:09:39 |
vercel/next.js | e2262334f8e7ba0050d74d4fe9ea7f9cd7b7033d | f50c769fa2034a5702f6a61ea56e0ba1af3859fd | [turbopack] Implement improved deobfuscation for free calls and module identifiers. (#85060)
Improve deobfuscation of 'imported module identifier' and attempt to deobfuscate error messages logged by the server.
Before
```
⨯ TypeError: (0 , __TURBOPACK__imported__module__$5b$project$5d2f$examples$2f$with$2d$turbopack... | [
{
"path": "examples/basic-css/tsconfig.json",
"patch": "@@ -21,6 +21,12 @@\n \"strictNullChecks\": true,\n \"target\": \"ES2017\"\n },\n- \"include\": [\"next-env.d.ts\", \".next/types/**/*.ts\", \"**/*.ts\", \"**/*.tsx\"],\n+ \"include\": [\n+ \"next-env.d.ts\",\n+ \".next/types/**/*.ts\"... | 2025-10-21T20:54:28 |
golang/go | 300d9d2714164e455abc7990d52de9de6b084df1 | a846bb0aa523c8781248161b63bc2ab6a245cec1 | runtime: initialise debug settings much earlier in startup process
This is necessary specifically to set the value of `debug.decoratemappings`
sufficiently early in the startup sequence that all memory ranges allocated
can be named appropriately using the new Linux-specific naming API
introduced in #71546.
Example ou... | [
{
"path": "src/runtime/decoratemappings_test.go",
"patch": "@@ -0,0 +1,72 @@\n+// Copyright 2025 The Go Authors. All rights reserved.\n+// Use of this source code is governed by a BSD-style\n+// license that can be found in the LICENSE file.\n+\n+package runtime_test\n+\n+import (\n+\t\"os\"\n+\t\"regexp\"\... | 2025-09-18T14:54:57 |
electron/electron | 15db63e26df3e3d59ce6281f030624f746518511 | ff36ff84b7f929e9aac5a3328e94e6351286aed8 | fix: SCContentSharingPicker crash in iframes (#43905)
When running `getDisplayMedia` from an `iframe` and then destroying that
`iframe`, the destrutcor for ScreenCaptureKitDeviceMac gets run, but it
doesn't clean up the observers for the shared macOS picker.
In this change we remove the observer on cleanup and fi... | [
{
"path": "patches/chromium/.patches",
"patch": "@@ -131,4 +131,3 @@ feat_enable_customizing_symbol_color_in_framecaptionbutton.patch\n build_expose_webplugininfo_interface_to_electron.patch\n osr_shared_texture_remove_keyed_mutex_on_win_dxgi.patch\n feat_allow_usage_of_sccontentsharingpicker_on_supported_p... | 2024-09-25T23:43:23 |
facebook/react | 1460d67c5b9a0d4498b4d22e1a5a6c0ccac85fdd | edacbde73f50cc9dc00819d61275cd43f12665c1 | [compiler][hir] Only hoist always-accessed PropertyLoads from function decls (#31066)
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at
bottom):
* __->__ #31066
* #31032
Prior to this PR, we consider all of a nested function's accessed paths
as 'hoistable' (to the basic block in which the funct... | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/HIR/CollectHoistablePropertyLoads.ts",
"patch": "@@ -7,6 +7,7 @@ import {\n Set_union,\n getOrInsertDefault,\n } from '../Utils/utils';\n+import {collectOptionalChainSidemap} from './CollectOptionalChainDependencies';\n import {\n BasicBlock... | 2024-10-03T18:41:32 |
vercel/next.js | f50c769fa2034a5702f6a61ea56e0ba1af3859fd | 0a3f1e45f4896626c5691330bf69b246a3f2911c | fix: add backwards compat for middleware → proxy field renames (#85183)
### What?
These config keys were recently soft-renamed with forward compatibility
on the _resolved_ config object:
- `experimental.proxyPrefetch` → `experimental.middlewarePrefetch`
- `experimental.externalProxyRewritesResolve` →
`experimental.e... | [
{
"path": "packages/next/src/server/config.test.ts",
"patch": "@@ -134,4 +134,77 @@ describe('loadConfig', () => {\n )\n })\n })\n+\n+ describe('middleware to proxy config key rename backward/forward compatibility', () => {\n+ it('should copy `skipMiddlewareUrlNormalize value` to `skipProxyU... | 2025-10-21T20:00:52 |
golang/go | a846bb0aa523c8781248161b63bc2ab6a245cec1 | 7c8166d02d36a5dfcdbe3dd1b148412cceacf9f2 | errors: add AsType
Fixes #51945
Change-Id: Icda169782e796578eba728938134a85b5827d3b6
GitHub-Last-Rev: c6ff335ee1ffb6b7975141795a4632a55247299d
GitHub-Pull-Request: golang/go#75621
Reviewed-on: https://go-review.googlesource.com/c/go/+/707235
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Damien Neil <dne... | [
{
"path": "api/next/51945.txt",
"patch": "@@ -0,0 +1 @@\n+pkg errors, func AsType[$0 error](error) ($0, bool) #51945",
"additions": 1,
"deletions": 0,
"language": "Plain Text"
},
{
"path": "doc/next/6-stdlib/99-minor/errors/51945.md",
"patch": "@@ -0,0 +1,2 @@\n+The new [AsType] func... | 2025-09-29T16:57:53 |
electron/electron | c8895d0547bc7711d2bdf232470bb655c3e90112 | 1d3b1284c46b8a9db3a16da090675a7882c86e4f | fix: close all open sheets before closing window on macOS (#43706) | [
{
"path": "shell/browser/native_window_mac.mm",
"patch": "@@ -352,8 +352,11 @@ static bool FromV8(v8::Isolate* isolate,\n // [window_ performClose:nil], the window won't close properly\n // even after the user has ended the sheet.\n // Ensure it's closed before calling [window_ performClose:nil].\n- ... | 2024-09-25T11:23:49 |
facebook/react | 99c056abb0dac0e1a15b2c85b620b72c625e065b | d8c90fa48d3addefe4b805ec56a3c65e4ee39127 | [Flight] Allow aborting encodeReply (#31106)
Allow aborting encoding arguments to a Server Action if a Promise
doesn't resolve. That way at least part of the arguments can be used on
the receiving side. This leaves it unresolved in the stream rather than
encoding an error.
This should error on the receiving side... | [
{
"path": "packages/react-client/src/ReactFlightReplyClient.js",
"patch": "@@ -185,7 +185,7 @@ export function processReply(\n temporaryReferences: void | TemporaryReferenceSet,\n resolve: (string | FormData) => void,\n reject: (error: mixed) => void,\n-): void {\n+): (reason: mixed) => void {\n let... | 2024-10-01T18:28:51 |
vercel/next.js | 0a3f1e45f4896626c5691330bf69b246a3f2911c | 400b82cb45f70352fc803c1227261b92e62113c0 | Rename "blocking route" error docs page (#85189)
The content needs to be updated, too, but for now this just fixes the
link and title so it matches the updated error message in #85087. | [
{
"path": "errors/blocking-route.mdx",
"patch": "@@ -1,5 +1,5 @@\n ---\n-title: Cannot access data, headers, params, searchParams, or a short-lived cache a Suspense boundary nor a `\"use cache\"` above it.\n+title: Uncached data was accessed outside of `<Suspense>`\n ---\n \n ## Why This Error Occurred",
... | 2025-10-21T19:43:36 |
golang/go | eaf2345256613dfbda7e8e69e5f845c4209246c6 | 4b7773356515c178f0af859b952b4b3a78f0813d | cmd/link: use a .def file to mark exported symbols on Windows
Binutils defaults to exporting all symbols when building a Windows DLL.
To avoid that we were marking symbols with __declspec(dllexport) in
the cgo-generated headers, which instructs ld to export only those
symbols. However, that approach makes the headers ... | [
{
"path": "src/cmd/cgo/internal/testcshared/cshared_test.go",
"patch": "@@ -8,6 +8,7 @@ import (\n \t\"bufio\"\n \t\"bytes\"\n \t\"cmd/cgo/internal/cgotest\"\n+\t\"cmp\"\n \t\"debug/elf\"\n \t\"debug/pe\"\n \t\"encoding/binary\"\n@@ -272,7 +273,7 @@ func createHeaders() error {\n \t\t// which results in the... | 2025-09-22T13:48:36 |
electron/electron | 1d3b1284c46b8a9db3a16da090675a7882c86e4f | 30fbeec036f8481ba9eba9cb01af0236ed0d28ff | test: ensure `sender-pid` hint is set in Linux notifications (#43928)
test: expect a `sender-pid` hint in Linux notifications.
This PR ensures that the `sender-pid` hint is set for new notifications.
It also updates the spec to confirm that DBus receives the hint and that
it has the correct value.
This fixes a... | [
{
"path": "BUILD.gn",
"patch": "@@ -75,6 +75,7 @@ if (is_linux) {\n \"notify_notification_set_timeout\",\n \"notify_notification_set_urgency\",\n \"notify_notification_set_hint_string\",\n+ \"notify_notification_set_hint\",\n \"notify_notification_show\",\n \"notify_notifi... | 2024-09-25T11:20:36 |
rust-lang/rust | b89deb41bfe08cc0b463d93f8690494ad6f160c4 | ba1567989ee7774a1fb53aa680a8e4e8daa0f519 | Fix LegacyKeyValueFormat report from docker build: arm | [
{
"path": "src/ci/docker/host-x86_64/arm-android/Dockerfile",
"patch": "@@ -32,9 +32,9 @@ ENV PATH=$PATH:/android/ndk/toolchains/llvm/prebuilt/linux-x86_64/bin\n \n ENV TARGETS=arm-linux-androideabi\n \n-ENV RUST_CONFIGURE_ARGS --android-ndk=/android/ndk/\n+ENV RUST_CONFIGURE_ARGS=\"--android-ndk=/android/n... | 2026-03-03T23:24:56 |
facebook/react | d8c90fa48d3addefe4b805ec56a3c65e4ee39127 | 6e612587ecfca0ea2e331300635d497d54437930 | Disable infinite render loop detection (#31088)
We're seeing issues with this feature internally including bugs with
sibling prerendering and errors that are difficult for developers to
action on. We'll turn off the feature for the time being until we can
improve the stability and ergonomics.
This PR does two th... | [
{
"path": "packages/react-dom/src/__tests__/ReactLegacyUpdates-test.js",
"patch": "@@ -1427,7 +1427,7 @@ describe('ReactLegacyUpdates', () => {\n }\n }\n \n- let limit = 105;\n+ let limit = 55;\n await expect(async () => {\n await act(() => {\n ReactDOM.render(<EventuallyTe... | 2024-10-01T15:00:57 |
nodejs/node | 32e5e815efbec2842c2889489ac5b163e5dc323d | 870dec25f793bb6422369eb617f9959bd30dc19f | src: fix kill signal 0 on Windows
This special case was missed in the previous changes to this file.
Refs: https://github.com/nodejs/node/pull/55514
Refs: https://github.com/nodejs/node/issues/42923
Fixes: https://github.com/nodejs/node/issues/57669
PR-URL: https://github.com/nodejs/node/pull/57695
Reviewed-By: Luigi... | [
{
"path": "src/process_wrap.cc",
"patch": "@@ -385,7 +385,7 @@ class ProcessWrap : public HandleWrap {\n }\n #ifdef _WIN32\n if (signal != SIGKILL && signal != SIGTERM && signal != SIGINT &&\n- signal != SIGQUIT) {\n+ signal != SIGQUIT && signal != 0) {\n signal = SIGKILL;\n ... | 2025-04-04T06:52:52 |
rust-lang/rust | 20768d802e295ac3345dd05636ec168b3f0602bd | d9563937fa3b030c5845811113505070109414d2 | fix(thir): Include NoneWithError in enum struct tail assertion | [
{
"path": "compiler/rustc_mir_build/src/thir/cx/expr.rs",
"patch": "@@ -645,6 +645,7 @@ impl<'tcx> ThirBuildCx<'tcx> {\n base,\n hir::StructTailExpr::None\n | hir::StructTailExpr::DefaultFields(_)... | 2026-03-04T10:11:04 |
vercel/next.js | 7a8019599e22cd0967310ef1a0938b0525341b2c | 6c105133e7dc0534630b666897391ea0da95bc37 | Update routes generation for build-complete (#85017)
## Summary
- Adds comprehensive route generation and normalization for
build-complete adapter hooks
- Enhances adapter output types with additional metadata fields
(`sourcePage`, `wasmAssets`, `pprChain`, `parentFallbackMode`)
- Improves middleware matcher handling... | [
{
"path": "docs/01-app/03-api-reference/05-config/01-next-config-js/adapterPath.mdx",
"patch": "@@ -128,12 +128,17 @@ Called after the build process completes with detailed information about routes\n **Parameters:**\n \n - `routes`: Object containing route manifests for headers, redirects, rewrites, and dyn... | 2025-10-21T17:21:25 |
golang/go | 4b7773356515c178f0af859b952b4b3a78f0813d | 4e9006a716533fe1c7ee08df02dfc73078f7dc19 | internal/syscall/windows: regenerate GetFileSizeEx
GetFileSizeEx was generated before mkwinsyscall was updated to use
SyscallN. Regenerate to use the new style.
Fixes #75642
Change-Id: Ia473a167633b67fb75b5762d693848ecee425a7e
Reviewed-on: https://go-review.googlesource.com/c/go/+/707615
Reviewed-by: Roland Shoemake... | [
{
"path": "src/internal/syscall/windows/zsyscall_windows.go",
"patch": "@@ -328,7 +328,7 @@ func GetFileInformationByHandleEx(handle syscall.Handle, class uint32, info *byt\n }\n \n func GetFileSizeEx(handle syscall.Handle, size *int64) (err error) {\n-\tr1, _, e1 := syscall.Syscall(procGetFileSizeEx.Addr()... | 2025-09-29T06:37:35 |
facebook/react | 9ea5ffa9cba4869474a1d5d53e7d6c135be6adf7 | 40357fe63071950b0bba304657a003755aec4e30 | chore[react-devtools]: add legacy mode error message to the ignore list for tests (#31060)
Without this, the console gets spammy whenever we run React DevTools
tests against React 18.x, where this deprecation message was added. | [
{
"path": "packages/react-devtools-shared/src/__tests__/setupTests.js",
"patch": "@@ -150,7 +150,10 @@ function patchConsoleForTestingBeforeHookInstallation() {\n firstArg.startsWith(\n 'The current testing environment is not configured to support act',\n ) ||\n- firstArg.st... | 2024-10-01T13:04:05 |
nodejs/node | 24e4a5447197c1adaec1538b0d55732e21b11a87 | 538c813fa3efa84f6cb05497506c2a4f29b9987d | src,permission: make ERR_ACCESS_DENIED more descriptive
This commit also adds a suggestion flag (if exists)
when ERR_ACCESS_DENIED is thrown, so users don't need
to jump into the documentation to see how to manage
that permission error.
PR-URL: https://github.com/nodejs/node/pull/57585
Reviewed-By: Matteo Collina <ma... | [
{
"path": "src/permission/permission.cc",
"patch": "@@ -59,15 +59,15 @@ static void Has(const FunctionCallbackInfo<Value>& args) {\n \n } // namespace\n \n-#define V(Name, label, _) \\\n+#define V(Name, label, _, __) ... | 2025-04-03T22:24:39 |
electron/electron | 30fbeec036f8481ba9eba9cb01af0236ed0d28ff | af54c5a4b6c9d022045d6f01a068fe62cb196565 | chore: bump chromium to 131.0.6734.0 (main) (#43769)
* chore: bump chromium in DEPS to 130.0.6723.4
* chore: bump chromium in DEPS to 131.0.6724.0
* chore: update patches
* chore: update libc++ filenames
* 5844369: controlledframe: Disable Web Bluetooth for <webview> & <controlledframe>
https://chromium-r... | [
{
"path": ".github/actions/install-build-tools/action.yml",
"patch": "@@ -6,6 +6,6 @@ runs:\n - name: Install Build Tools\n shell: bash\n run: |\n- export BUILD_TOOLS_SHA=d5b87591842be19058e8d75d2c5b7f1fabe9f450\n+ export BUILD_TOOLS_SHA=33dc5186556bfbf7b0121a00cdd89ed3802e47da\n n... | 2024-09-25T11:19:39 |
vercel/next.js | 6c105133e7dc0534630b666897391ea0da95bc37 | 08d679c23d6934b317dbd7b8d5554aa297580c32 | Fix: CSS asset URLs broken with `experimental.inlineCss` (#85140)
This PR fixes a critical issue with the `experimental.inlineCss` feature
where CSS `url()` references to fonts and other assets would break when
CSS was inlined into `<style>` tags instead of being loaded via external
`<link>` tags. The problem occurred... | [
{
"path": "crates/next-api/src/project.rs",
"patch": "@@ -1078,6 +1078,7 @@ impl Project {\n no_mangling: self.no_mangling(),\n scope_hoisting: self.next_config().turbo_scope_hoisting(self.next_mode()),\n debug_ids: self.next_config().turbopack_debug_ids(),\n+ ... | 2025-10-21T17:13:36 |
golang/go | 4e9006a716533fe1c7ee08df02dfc73078f7dc19 | 047c2ab841e2d2233d0bef420d1b5ecb545a380a | crypto/tls: quote protocols in ALPN error message
Quote the protocols sent by the client when returning the ALPN
negotiation error message.
Fixes CVE-2025-58189
Fixes #75652
Change-Id: Ie7b3a1ed0b6efcc1705b71f0f1e8417126661330
Reviewed-on: https://go-review.googlesource.com/c/go/+/707776
Auto-Submit: Roland Shoemake... | [
{
"path": "src/crypto/tls/handshake_server.go",
"patch": "@@ -357,7 +357,7 @@ func negotiateALPN(serverProtos, clientProtos []string, quic bool) (string, erro\n \tif http11fallback {\n \t\treturn \"\", nil\n \t}\n-\treturn \"\", fmt.Errorf(\"tls: client requested unsupported application protocols (%s)\", cl... | 2025-09-29T17:11:56 |
facebook/react | 40357fe63071950b0bba304657a003755aec4e30 | 654e387d7eac113ddbf85f8a9029d1af7117679e | fix[react-devtools]: request hook initialization inside http server response (#31102)
Fixes https://github.com/facebook/react/issues/31100.
There are 2 things:
1. In https://github.com/facebook/react/pull/30987, we've introduced a
breaking change: importing `react-devtools-core` is no longer enough for
installin... | [
{
"path": "packages/react-devtools-core/src/standalone.js",
"patch": "@@ -17,7 +17,6 @@ import {registerDevToolsEventLogger} from 'react-devtools-shared/src/registerDev\n import {Server} from 'ws';\n import {join} from 'path';\n import {readFileSync} from 'fs';\n-import {installHook} from 'react-devtools-sh... | 2024-10-01T13:03:48 |
nodejs/node | 538c813fa3efa84f6cb05497506c2a4f29b9987d | 264d03197e64cac6c86dc4351a220e10b1c831b6 | src: fixup fs SyncCall to propagate errors correctly
Propagate errors correctly in the SyncCall utility.
Previously the test case would trigger a crash.
PR-URL: https://github.com/nodejs/node/pull/57711
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> | [
{
"path": "src/node_file-inl.h",
"patch": "@@ -344,23 +344,29 @@ FSReqBase* AsyncCall(Environment* env,\n // creating an error in the C++ land.\n // ctx must be checked using value->IsObject() before being passed.\n template <typename Func, typename... Args>\n-int SyncCall(Environment* env, v8::Local<v8::Va... | 2025-04-01T16:53:41 |
golang/go | 047c2ab841e2d2233d0bef420d1b5ecb545a380a | ae8eba071b228dd9e05de0b0c338f3d941a0a43f | cmd/link: don't pass -Wl,-S on Solaris
Solaris linker's -S has a different meaning.
Fixes #75637.
Change-Id: I51e641d5bc6d7f64ab5aa280090c70ec787a1fbf
Reviewed-on: https://go-review.googlesource.com/c/go/+/707096
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: D... | [
{
"path": "src/cmd/link/dwarf_test.go",
"patch": "@@ -386,7 +386,7 @@ func TestFlagW(t *testing.T) {\n \t\t{\"-s\", false}, // -s implies -w\n \t\t{\"-s -w=0\", true}, // -w=0 negates the implied -w\n \t}\n-\tif testenv.HasCGO() {\n+\tif testenv.HasCGO() && runtime.GOOS != \"solaris\" { // Solaris linke... | 2025-09-26T13:45:08 |
electron/electron | bcf4095aceac261fd716b9372d071b5de31a1c00 | 500d4f0d05130aeaf26c01da9dde72b5a9d0d65a | fix: crash when focusing `WebView` `webContents` (#43921)
fix: crash when focusing WebView | [
{
"path": "shell/browser/api/electron_api_web_contents.cc",
"patch": "@@ -3339,6 +3339,12 @@ void WebContents::Focus() {\n if (owner_window())\n owner_window()->Focus(true);\n #endif\n+\n+ // WebView uses WebContentsViewChildFrame, which doesn't have a Focus impl\n+ // and triggers a fatal NOTREACHE... | 2024-09-24T23:19:04 |
vercel/next.js | 782d04db1f7c62892a8b76374c07b639ac50c13f | 04c962cfe1e806963e7e348d9bf8cfc8828ef906 | Update blocking prerender error message (#85087) | [
{
"path": "packages/next/src/next-devtools/dev-overlay/components/errors/error-message/error-message.tsx",
"patch": "@@ -1,31 +1,38 @@\n import { useState, useRef, useLayoutEffect } from 'react'\n+import type { ErrorType } from '../error-type-label/error-type-label'\n \n export type ErrorMessageType = React... | 2025-10-21T15:50:35 |
facebook/react | 654e387d7eac113ddbf85f8a9029d1af7117679e | 326832a56d41b4462919f9efe69916712ca87a95 | [Flight] Serialize Server Components Props in DEV (#31105)
This allows us to show props in React DevTools when inspecting a Server
Component.
I currently drastically limit the object depth that's serialized since
this is very implicit and you can have heavy objects on the server.
We previously was using the ge... | [
{
"path": "packages/react-client/src/ReactFlightClient.js",
"patch": "@@ -2640,11 +2640,22 @@ function processFullStringRow(\n }\n case 68 /* \"D\" */: {\n if (__DEV__) {\n- const debugInfo: ReactComponentInfo | ReactAsyncInfo = parseModel(\n- response,\n- row,\n- ... | 2024-10-01T05:39:20 |
nodejs/node | 264d03197e64cac6c86dc4351a220e10b1c831b6 | 3b34fd77f27d074d606c95cda861e91d52deac84 | src: fix inefficient usage of v8_inspector::StringView
v8_inspector::StringView can either be one-byte or two-byte strings.
Node has currently two places where it's unconditionally assumed that
it's a two-byte StringView.
This requires the upstream V8 inspector to unnecessarily create
a copy of the string:
https://s... | [
{
"path": "src/inspector_js_api.cc",
"patch": "@@ -23,7 +23,6 @@ using v8::HandleScope;\n using v8::Isolate;\n using v8::Local;\n using v8::MaybeLocal;\n-using v8::NewStringType;\n using v8::Object;\n using v8::String;\n using v8::Uint32;\n@@ -69,9 +68,8 @@ class JSBindingsConnection : public BaseObject {\n... | 2025-04-03T19:38:27 |
electron/electron | 500d4f0d05130aeaf26c01da9dde72b5a9d0d65a | e64a66bfd31dce94b2754579678a49f97c349129 | fix: -Wunsafe-buffer-usage warning in asar_util's ReadFileToString() (#43896) | [
{
"path": "shell/common/asar/asar_util.cc",
"patch": "@@ -126,11 +126,8 @@ bool ReadFileToString(const base::FilePath& path, std::string* contents) {\n return false;\n \n contents->resize(info.size);\n- if (static_cast<int>(info.size) !=\n- src.Read(info.offset, const_cast<char*>(contents->data(... | 2024-09-24T20:41:24 |
vercel/next.js | e8185694db53abe6937d03d7b19456a0d258aa4a | 5b5830526a0e2333282f19152503f795996d4dd5 | [test] Fix test-dev with --projects (#85167) | [
{
"path": "jest.config.js",
"patch": "@@ -5,7 +5,7 @@ const createJestConfig = nextJest()\n // Any custom config you want to pass to Jest\n /** @type {import('jest').Config} */\n const customJestConfig = {\n- displayName: process.env.TURBOPACK ? 'turbopack' : 'default',\n+ displayName: process.env.IS_WEBP... | 2025-10-21T13:19:53 |
facebook/react | 326832a56d41b4462919f9efe69916712ca87a95 | c67e241c1656dea4ece22a4ee5c25b6b36d0ca75 | [Flight] Serialize Error Values (#31104)
The idea is that the RSC protocol is a superset of Structured Clone.
#25687 One exception that we left out was serializing Error objects as
values. We serialize "throws" or "rejections" as Error (regardless of
their type) but not Error values.
This fixes that by serializi... | [
{
"path": "packages/react-client/src/ReactFlightClient.js",
"patch": "@@ -1287,6 +1287,21 @@ function parseModelString(\n createFormData,\n );\n }\n+ case 'Z': {\n+ // Error\n+ if (__DEV__) {\n+ const ref = value.slice(2);\n+ return getOutlinedMod... | 2024-09-30T19:45:13 |
golang/go | ae8eba071b228dd9e05de0b0c338f3d941a0a43f | fe3ba74b9e6e3385cbf7c2f3a9c0b72baeac4b01 | cmd/link: use correct length for pcln.cutab
The pcln.cutab slice holds uint32 elements, as can be seen in the
runtime.moduledata type. The slice was being created with the len
(and cap) set to the size of the slice, which means that the count
was four times too large. This patch sets the correct len/cap.
This doesn't... | [
{
"path": "src/cmd/link/internal/ld/symtab.go",
"patch": "@@ -645,7 +645,7 @@ func (ctxt *Link) symtab(pcln *pclntab) []sym.SymKind {\n \tsliceSym(pcln.funcnametab)\n \n \t// The cutab slice\n-\tsliceSym(pcln.cutab)\n+\tslice(pcln.cutab, uint64(ldr.SymSize(pcln.cutab))/4)\n \n \t// The filetab slice\n \tsli... | 2025-09-29T04:25:24 |
nodejs/node | 668a0b8c28c702d702e9f81483b64486750bd155 | 8360ce2abff6f7feef7335f5f144f4397584d83c | win: fix SIGQUIT on ClangCL
PR-URL: https://github.com/nodejs/node/pull/57659
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "src/node.h",
"patch": "@@ -67,7 +67,8 @@\n #endif\n \n #ifdef _WIN32\n-# define SIGKILL 9\n+#define SIGQUIT 3\n+#define SIGKILL 9\n #endif\n \n #include \"v8.h\" // NOLINT(build/include_order)",
"additions": 2,
"deletions": 1,
"language": "C/C++ Header"
},
{
"path": "test/par... | 2025-04-03T16:40:13 |
facebook/react | c67e241c1656dea4ece22a4ee5c25b6b36d0ca75 | 2cbea245cca4044f02c4c231a7f86c8062074579 | [compiler] Renames and no-op refactor for next PR
Rename for clarity:
- `CollectHoistablePropertyLoads:Tree` -> `CollectHoistablePropertyLoads:PropertyPathRegistry`
- `getPropertyLoadNode` -> `getOrCreateProperty`
- `getOrCreateRoot` -> `getOrCreateIdentifier`
- `PropertyLoadNode` -> `PropertyPathNode`
Refact... | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/HIR/CollectHoistablePropertyLoads.ts",
"patch": "@@ -4,6 +4,7 @@ import {Set_intersect, Set_union, getOrInsertDefault} from '../Utils/utils';\n import {\n BasicBlock,\n BlockId,\n+ DependencyPathEntry,\n GeneratedSource,\n HIRFunction,\n ... | 2024-09-30T16:24:24 |
vercel/next.js | 5b5830526a0e2333282f19152503f795996d4dd5 | 3dafab91ce5a249f3527b08ff9969ab9af787d4f | Update Activity names given to routes (#85155)
In practical terms, clicking the name of a route segment in the Suspense
DevTools should select the child slots of that layout, because when you
focus on it, what you're interested in debugging are navigations that
occur within the shared layout.
So the name we apply to ... | [
{
"path": "packages/next/src/client/components/app-router.tsx",
"patch": "@@ -435,6 +435,9 @@ function Router({\n parentCacheNode: cache,\n parentSegmentPath: null,\n parentParams: {},\n+ // This is the <Activity> \"name\" that shows up in the Suspense DevTools.\n+ // It represen... | 2025-10-21T09:58:38 |
electron/electron | e64a66bfd31dce94b2754579678a49f97c349129 | 7222a9fe1f874d094e63e15f62f95d505e332140 | fix: detach native view when its removed from parent on macOS (#43627)
Right now DelayedNativeViewHost attaches its underlying native view
when it's being attached to a widget but it doesn't detach it when
it's being detached. It may lead to use-after-free and crash. | [
{
"path": "shell/browser/ui/cocoa/delayed_native_view_host.mm",
"patch": "@@ -15,6 +15,8 @@\n \n void DelayedNativeViewHost::ViewHierarchyChanged(\n const views::ViewHierarchyChangedDetails& details) {\n+ if (!details.is_add && native_view())\n+ Detach();\n NativeViewHost::ViewHierarchyChanged(det... | 2024-09-24T13:28:36 |
golang/go | fe3ba74b9e6e3385cbf7c2f3a9c0b72baeac4b01 | d42d56b764f4c8b06aaa2de2dc9c1d2171e79490 | cmd/link: skip TestFlagW on platforms without DWARF symbol table
As with other DWARF tests, don't run TestFlagW on platforms
where executables don't have a DWARF symbol table.
Fixes #75585
Change-Id: I81014bf59b15e30ac1b2a7d24a52f9647db46c26
Reviewed-on: https://go-review.googlesource.com/c/go/+/706418
Reviewed-by: ... | [
{
"path": "src/cmd/link/dwarf_test.go",
"patch": "@@ -364,6 +364,10 @@ func TestFlagW(t *testing.T) {\n \tif runtime.GOOS == \"aix\" {\n \t\tt.Skip(\"internal/xcoff cannot parse file without symbol table\")\n \t}\n+\tif !platform.ExecutableHasDWARF(runtime.GOOS, runtime.GOARCH) {\n+\t\tt.Skipf(\"skipping on... | 2025-09-27T18:45:36 |
nodejs/node | 771b6829e6eac1e2362a477a3c5a59b0de8a30cc | 3984bc1a368ed473dccaa335c48c3227ace2f9ce | sqlite: refactor prepared statement iterator
This commit refactors the StatementSync iterator implementation
in two primary ways:
- The iterator internal state is no longer exposed to JavaScript.
- The iterator prevents the prepared statement from being GC'ed.
Fixes: https://github.com/nodejs/node/issues/57493
PR-UR... | [
{
"path": "src/env_properties.h",
"patch": "@@ -448,6 +448,7 @@\n V(shutdown_wrap_template, v8::ObjectTemplate) \\\n V(socketaddress_constructor_template, v8::FunctionTemplate) \\\n V(sqlite_statement_sync_constructor_template, v8::FunctionTemplate) ... | 2025-04-03T14:16:24 |
electron/electron | ceea1225a211526d6b5b9bcffd47c65ec8b54d4c | 517d04de16701f0cf2a6ffe5d08adcc2c68c45f7 | docs: navigation history example (#42980)
* docs: add fiddle example
* docs: add tutorial guide
* refactor: PR review comments
* refactor: add eof
* refactor: render navigation history and make demo better.
* refactor: fix broken links
* refactor: add eof newline
* docs: review feedback :)
* ch... | [
{
"path": "docs/README.md",
"patch": "@@ -37,6 +37,7 @@ an issue:\n * [Offline/Online Detection](tutorial/online-offline-events.md)\n * [Represented File for macOS BrowserWindows](tutorial/represented-file.md)\n * [Native File Drag & Drop](tutorial/native-file-drag-drop.md)\n+ * [Navigation History](... | 2024-09-23T17:18:26 |
facebook/react | 2cbea245cca4044f02c4c231a7f86c8062074579 | 5d12e9e10b9957bc131ec77e013e1a76e4f32eb6 | [compiler][fixtures] Patch error-handling edge case in snap evaluator
Fix edge case in which we incorrectly returned a cached exception instead of trying to rerender with new props.
ghstack-source-id: 843fb85df4a2ae7a88f296104fb16b5f9a34c76e
Pull Request resolved: https://github.com/facebook/react/pull/31082 | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/reduce-reactive-deps/jump-unpoisoned/throw-before-scope-starts.expect.md",
"patch": "@@ -75,7 +75,7 @@ export const FIXTURE_ENTRYPOINT = {\n \n ### Eval output\n (kind: ok) [[ (exception in render) Error: throw wi... | 2024-09-30T16:24:23 |
golang/go | 5500cbf0e420a6d643835ec05f35abb170e3e443 | 34e67623a81e9e93c3d7d0f0cb257d7d722939f2 | debug/elf: prevent offset overflow
When applying relocations, a malformed ELF file can provide an offset
that, when added to the relocation size, overflows. This wrapped-around
value could then incorrectly pass the bounds check, leading to a panic
when the slice is accessed with the original large offset.
This change... | [
{
"path": "src/debug/elf/file.go",
"patch": "@@ -25,6 +25,7 @@ import (\n \t\"internal/saferio\"\n \t\"internal/zstd\"\n \t\"io\"\n+\t\"math\"\n \t\"os\"\n \t\"strings\"\n \t\"unsafe\"\n@@ -830,17 +831,9 @@ func (f *File) applyRelocationsAMD64(dst []byte, rels []byte) error {\n \n \t\tswitch t {\n \t\tcase ... | 2025-09-25T04:41:12 |
vercel/next.js | 38b9a5e408b09e2f4c4e173ca881f3c42787c6d9 | daf8b06f68a75ef4df34ef92ecb5f4a9b947a4c2 | Bump swc to v45 (#85143)
<!-- 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 Documentati... | [
{
"path": "Cargo.lock",
"patch": "@@ -322,9 +322,9 @@ dependencies = [\n \n [[package]]\n name = \"ast_node\"\n-version = \"3.0.4\"\n+version = \"4.0.0\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"0a184645bcc6f52d69d8e7639720699c6a99efb711f886e251ed1d16db8dd90e\"\n+c... | 2025-10-21T04:54:53 |
rust-lang/rust | db6ee18fd084381100899129cda2cfd050b77045 | ddd36bd57051f796850345b76c17e9402e28a9e4 | Fix multi-crate crash if dependency has enabled AsyncDrop | [
{
"path": "compiler/rustc_hir_analysis/src/check/mod.rs",
"patch": "@@ -133,7 +133,12 @@ fn adt_destructor(tcx: TyCtxt<'_>, def_id: LocalDefId) -> Option<ty::Destructor>\n }\n \n fn adt_async_destructor(tcx: TyCtxt<'_>, def_id: LocalDefId) -> Option<ty::AsyncDestructor> {\n- tcx.calculate_async_dtor(def_... | 2026-03-04T08:40:47 |
nodejs/node | 10cff7b33d785c9e6034f3f0b65109fb902ebb69 | 657f81853253a16ed9557d67d17372498a419a9f | quic: fix debug log
PR-URL: https://github.com/nodejs/node/pull/57689
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il> | [
{
"path": "lib/internal/quic/quic.js",
"patch": "@@ -776,7 +776,7 @@ class QuicStream {\n [kSendHeaders](headers) {\n validateObject(headers, 'headers');\n if (this.pending) {\n- debug('pending stream enqueing headers', headers);\n+ debug('pending stream enqueuing headers', headers);\n ... | 2025-04-03T10:36:56 |
electron/electron | e894839709406101c54a067b6e1848ff294f17a5 | f89bd745d5ac168665a09b0fc6f3a565b3fb40be | fix: -Wunsafe-buffer-usage warnings in GetNextZoomLevel() (#43803) | [
{
"path": "shell/browser/ui/inspectable_web_contents.cc",
"patch": "@@ -6,6 +6,7 @@\n #include \"shell/browser/ui/inspectable_web_contents.h\"\n \n #include <algorithm>\n+#include <array>\n #include <memory>\n #include <string_view>\n #include <utility>\n@@ -69,10 +70,6 @@ namespace electron {\n \n namespac... | 2024-09-21T22:21:02 |
facebook/react | 5d12e9e10b9957bc131ec77e013e1a76e4f32eb6 | 58a3ca3b47f6a51cea48ea95ded26c9887baca38 | [compiler] repro for dep merging edge case (non-hir)
Found when writing #31037, summary copied from comments:
This is an extreme edge case and not code we'd expect any reasonable developer to write. In most cases e.g. `(a?.b != null ? a.b : DEFAULT)`, we do want to take a dependency on `a?.b`.
I found this trying to... | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/reduce-reactive-deps/bug-merge-uncond-optional-chain-and-cond.expect.md",
"patch": "@@ -0,0 +1,88 @@\n+\n+## Input\n+\n+```javascript\n+import {identity} from 'shared-runtime';\n+\n+/**\n+ * Evaluator failure:\n+ * Foun... | 2024-09-30T16:24:22 |
vercel/next.js | 23034d4ea997bdeed1708b7263cf9791da229bc6 | fbbd5380362c0a4b247a47cbe1fdfec9413be826 | Pass `startTime` to initial RSC payload stream (#85144)
`startTime: 0` tells React to align the debug start time of the initial
RSC stream (i.e. the one used for hydration) to the start of the
document navigation. In other words, the timing information will now
include the network latency of the HTML document request. | [
{
"path": "packages/next/src/client/app-index.tsx",
"patch": "@@ -175,7 +175,13 @@ if (\n \n const initialServerResponse = createFromReadableStream<InitialRSCPayload>(\n readable,\n- { callServer, findSourceMapURL, debugChannel }\n+ {\n+ callServer,\n+ findSourceMapURL,\n+ debugChannel,\n+ /... | 2025-10-21T02:33:50 |
golang/go | 34e67623a81e9e93c3d7d0f0cb257d7d722939f2 | af6999e60d498887fceaeca89f4aa88ff35c91df | all: fix typos
Change-Id: I290812905b6b5c52f289f7f8524f93aef19e6efe
Reviewed-on: https://go-review.googlesource.com/c/go/+/706775
Auto-Submit: Sean Liao <sean@liao.dev>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed... | [
{
"path": "src/crypto/tls/handshake_server_tls13.go",
"patch": "@@ -35,7 +35,7 @@ type echServerContext struct {\n \tconfigID uint8\n \tciphersuite echCipher\n \ttranscript hash.Hash\n-\t// inner indicates that the initial client_hello we recieved contained an\n+\t// inner indicates that the initial cli... | 2025-09-25T14:38:19 |
Subsets and Splits
Assembly Language GitHub Issues
Retrieves a sample of assembly-language related commits with their details, but doesn't provide meaningful analysis or patterns beyond basic filtering.
Swift Compiler Issues Analysis
Retrieves all training data for the Swift programming language repository, providing basic filtering but offering limited analytical insight beyond identifying relevant code examples.