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 | 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 |
rust-lang/rust | 8fc7440ceca81538e9ff23b17cb01da01e440db4 | c465c7571a9c83cdb98dbb6311a6774accc8c14a | Fix | [
{
"path": "example/mini_core.rs",
"patch": "@@ -10,7 +10,7 @@\n auto_traits,\n freeze_impls\n )]\n-#![cfg_attr(not(all(windows, target_env = \"gnu\")), thread_local)]\n+#![cfg_attr(not(all(windows, target_env = \"gnu\")), feature(thread_local))]\n #![no_core]\n #![allow(dead_code, internal_features,... | 2026-03-10T16:04:12 |
vercel/next.js | 3f4db01dbc1921d366a125a298850d5afaee88a7 | 95a074403ff1ecf6d9c89a46e7e92392614d4b60 | [Cache Components] Discriminate static shell validation errors by type (#85747)
Prior to this change any "hole" in a prerender that would block the
shell was considered an error and you would be presented with a very
generic message explaining all the different ways you could have failed
this validation check.
With t... | [
{
"path": "errors/next-prerender-dynamic-metadata.mdx",
"patch": "@@ -1,12 +1,16 @@\n ---\n-title: Cannot access Request information or uncached data in `generateMetadata()` in an otherwise entirely static route\n+title: Cannot access Runtime data or uncached data in `generateMetadata()` or file-based Metad... | 2025-11-20T16:13:37 |
golang/go | c18fa69e528f1679cd9b4c1c04a95f048c68000e | 296ecc918d6688b5eeb9abe32d919b0aaa76d798 | cmd/go: make ErrNoModRoot work with local state
This change reworks the sentinel error value ErrNoModRoot and the type
noMainModulesError so that we can determine the appropriate error
message to display based on the loader state without depending on the
state directly.
This commit is part of the overall effort to el... | [
{
"path": "src/cmd/go/internal/modget/query.go",
"patch": "@@ -185,7 +185,7 @@ func (q *query) validate(loaderstate *modload.State) error {\n \tif q.pattern == \"all\" {\n \t\t// If there is no main module, \"all\" is not meaningful.\n \t\tif !modload.HasModRoot(loaderstate) {\n-\t\t\treturn fmt.Errorf(`can... | 2025-10-03T04:31:26 |
electron/electron | b2ce5296af4b4039877825b71e3b75db21ab66f8 | 4e40b49d1a1d55c97ae7853247162347b476e980 | fix: remove unused id argument from TranslateToStock() (#44900)
unused since fb537d91fce3f97ac3b902c36fcc4626eef0c959 | [
{
"path": "shell/browser/ui/message_box_gtk.cc",
"patch": "@@ -101,11 +101,10 @@ class GtkMessageBox : private NativeWindowObserver {\n // Add buttons.\n GtkDialog* dialog = GTK_DIALOG(dialog_);\n if (settings.buttons.size() == 0) {\n- gtk_dialog_add_button(dialog, TranslateToStock(0, \"OK\... | 2024-12-01T22:34:48 |
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 |
rust-lang/rust | 8f7af978eec77c7dae8c99b738713e90c9b40a03 | b9123ccd6fec1ebc09fce90d3f909998b1e6845d | fix: implement naming convention validation for `union` types.
generated with ai assistance (claude sonnet 4.6). | [
{
"path": "src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/decl_check.rs",
"patch": "@@ -17,7 +17,7 @@ use std::fmt;\n \n use hir_def::{\n AdtId, ConstId, EnumId, EnumVariantId, FunctionId, HasModule, ItemContainerId, Lookup,\n- ModuleDefId, ModuleId, StaticId, StructId, TraitId, TypeAliasId, a... | 2026-03-10T15:08:45 |
vercel/next.js | 95a074403ff1ecf6d9c89a46e7e92392614d4b60 | 5aad91421fb38f520b7d76cc4f5a8a50b5368166 | Turbopack: disable input source maps for analyze (#86341)
fixup
Turbopack: disable input source maps for analyze
<!-- 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 check... | [
{
"path": "crates/napi/src/next_api/analyze.rs",
"patch": "@@ -57,8 +57,7 @@ async fn get_analyze_data_operation(\n app_dir_only: bool,\n ) -> Result<Vc<OutputAssets>> {\n let project = container.project();\n- let project =\n- project.with_next_config(project.next_config().with_production_... | 2025-11-20T15:54:08 |
golang/go | c445a61e5256914510f201d5bda5e526249217d6 | 6ac40051d3eee124e8c2d2ad93c518034944a1d4 | cmd/go: add loaderstate as field on `QueryMatchesMainModulesError`
This change modifies the type `QueryMatchesMainModulesError` to have
an additional field to store the current module loader state. The
field is used to break the dependency on the global
`modload.LoaderState` variable.
This commit is part of the over... | [
{
"path": "src/cmd/go/internal/modget/get.go",
"patch": "@@ -683,7 +683,7 @@ func (r *resolver) queryPattern(loaderstate *modload.State, ctx context.Context,\n \n // checkAllowedOr is like modload.CheckAllowed, but it always allows the requested\n // and current versions (even if they are retracted or other... | 2025-10-02T20:56:19 |
electron/electron | 4e40b49d1a1d55c97ae7853247162347b476e980 | d8149aa37682e2b369c2a866c27121e02e6db015 | docs: fix a syntax issue in document breaking changes (#44841)
fix: syntax issue in docs | [
{
"path": "docs/breaking-changes.md",
"patch": "@@ -128,14 +128,14 @@ The nonstandard `path` property of the Web `File` object was added in an early v\n ```js\n // Before (renderer)\n \n-const file = document.querySelector('input[type=file]')\n+const file = document.querySelector('input[type=file]').files[0... | 2024-12-01T05:44:33 |
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 |
nodejs/node | e9c6004a2d580008082b3d6947c8b4c31762ee05 | 996a774ebacabc55aa321f544f4788c2b0d16bcf | test: fix test-buffer-tostring-range on allocation failure
If the test cannot allocate a buffer over 4GB, there is no point
continue testing toString() on it.
This also split the test case to a different file for clarity and
reduce interference with other cases.
PR-URL: https://github.com/nodejs/node/pull/58416
Fixe... | [
{
"path": "test/parallel/test-buffer-tostring-4gb.js",
"patch": "@@ -0,0 +1,20 @@\n+'use strict';\n+\n+// This tests that Buffer.prototype.toString() works with buffers over 4GB.\n+const common = require('../common');\n+\n+// Must not throw when start and end are within kMaxLength\n+// Cannot test on 32bit ... | 2025-05-23T21:13:39 |
golang/go | 6a5a45252848b1bac795fc5c3e29680350462f81 | dfac972233873c13e449689ce16aa1b9707dd20e | cmd/go: inject vendor dir into builder struct
This change adds a new field to the Builder struct to store a function
to retrieve the current vendor directory. This allows us to delay the
determination of the vendor directory until later, which is currently
necessary to successful interaction with the module loader st... | [
{
"path": "src/cmd/go/internal/bug/bug.go",
"patch": "@@ -106,7 +106,7 @@ func printEnvDetails(loaderstate *modload.State, w io.Writer) {\n func printGoEnv(loaderstate *modload.State, w io.Writer) {\n \tenv := envcmd.MkEnv()\n \tenv = append(env, envcmd.ExtraEnvVars(loaderstate)...)\n-\tenv = append(env, en... | 2025-10-10T01:01:05 |
vercel/next.js | 5aad91421fb38f520b7d76cc4f5a8a50b5368166 | fbc9a2b9a3ae62125f7e1710672bae79ee7e142c | Turbopack: add experimental.turbopackInputSourceMaps and respect serverSourceMaps (#86340)
<!-- 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) t... | [
{
"path": "crates/next-api/src/project.rs",
"patch": "@@ -43,7 +43,7 @@ use turbopack_core::{\n PROJECT_FILESYSTEM_NAME,\n changed::content_changed,\n chunk::{\n- ChunkingContext, EvaluatableAssets, SourceMapsType,\n+ ChunkingContext, EvaluatableAssets,\n module_id_strategi... | 2025-11-20T15:22:43 |
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 |
electron/electron | 4a695d07c616a8f02c17f5ad7f6a5f05ea20c877 | 4aa1855e396fa8d57cc3d3d9367a2b21c0a69fba | fix: misc-use-internal-linkage warnings (#44843)
* refactor: misc-use-internal-linkage warnings in context bridge
move impl functions into anonymous namespace so that they're not visible
to other compilation units:
- ExposeAPIInWorld()
- IsCalledFromMainWorld()
- OverrideGlobalPropertyFromIsolatedWorld()
- O... | [
{
"path": "shell/browser/api/electron_api_menu.cc",
"patch": "@@ -70,6 +70,8 @@ Menu::~Menu() {\n }\n }\n \n+namespace {\n+\n bool InvokeBoolMethod(const Menu* menu,\n const char* method,\n int command_id,\n@@ -84,6 +86,8 @@ bool InvokeBoolMethod(const Menu* men... | 2024-11-27T16:40:39 |
nodejs/node | 996a774ebacabc55aa321f544f4788c2b0d16bcf | 8287f6748b6b62096a24e911a223cc783f4328c1 | test: skip in test-buffer-tostring-rangeerror on allocation failure
If the buffer allocation fails due to insufficient memory, there is no
point continue testing toString().
PR-URL: https://github.com/nodejs/node/pull/58415
Reviewed-By: LiviaMedeiros <livia@cirno.name>
Reviewed-By: Michaël Zasso <targos@protonmail.co... | [
{
"path": "test/parallel/test-buffer-tostring-rangeerror.js",
"patch": "@@ -23,8 +23,22 @@ const message = {\n code: 'ERR_STRING_TOO_LONG',\n name: 'Error',\n };\n-assert.throws(() => Buffer(len).toString('utf8'), message);\n-assert.throws(() => Buffer.allocUnsafeSlow(len).toString('utf8'), message);\n-... | 2025-05-23T21:02:37 |
rust-lang/rust | cd09c1a326a6989c8b6e1fbefbe62510365b88d7 | badffdb6601301db8beac1ebd8c98520a146d0f8 | fix: handle multi-byte UTF-8 identifiers in `NameGenerator::suggest_name`
`split_numeric_suffix` used `rfind` to locate the last non-numeric
character and then split at `pos + 1`. Since `rfind` returns a byte
offset, this panics when the last non-numeric character is multi-byte
(e.g. CJK identifiers like `日本語`).
Use ... | [
{
"path": "src/tools/rust-analyzer/crates/ide-db/src/syntax_helpers/suggest_name.rs",
"patch": "@@ -89,6 +89,12 @@ const USELESS_METHODS: &[&str] = &[\n ///\n /// assert_eq!(generator.suggest_name(\"b2\"), \"b2\");\n /// assert_eq!(generator.suggest_name(\"b\"), \"b3\");\n+///\n+/// // Multi-byte UTF-8 iden... | 2026-03-10T13:46:14 |
golang/go | dfac972233873c13e449689ce16aa1b9707dd20e | 47bf8f073ed321e1a1c5aff19c4f4ad6362a1c53 | crypto/pbkdf2: add missing error return value in example
This function returns two values, one was missing in the example.
Change-Id: I738597f959011260f666c29b7d3ffad8e5cdc473
GitHub-Last-Rev: 5d99e04f7e1168fd0627e965508181bdb9d1ac25
GitHub-Pull-Request: golang/go#76032
Reviewed-on: https://go-review.googlesource.com... | [
{
"path": "src/crypto/pbkdf2/pbkdf2.go",
"patch": "@@ -27,7 +27,7 @@ import (\n // can get a derived key for e.g. AES-256 (which needs a 32-byte key) by\n // doing:\n //\n-//\tdk := pbkdf2.Key(sha1.New, \"some password\", salt, 4096, 32)\n+//\tdk, err := pbkdf2.Key(sha1.New, \"some password\", salt, 4096, 3... | 2025-10-23T20:27:03 |
vercel/next.js | fbc9a2b9a3ae62125f7e1710672bae79ee7e142c | 844ec47cc305aad2cf23f905a20250d7852cdc9c | [Cache Components] Atomic setTimeouts (#86093)
This PR exploits some Node internals to make sure that, if we schedule
some timeouts back to back to perform staged rendering, they'll actually
run in the same iteration of the event loop.
If we cannot patch the timeouts correctly (due to runtime differences in
e.g. Bun,... | [
{
"path": "packages/next/errors.json",
"patch": "@@ -930,5 +930,8 @@\n \"929\": \"No pages or app directory found.\",\n \"930\": \"Expected a dynamic route, but got a static route: %s\",\n \"931\": \"Unexpected empty path segments match for a route \\\"%s\\\" with param \\\"%s\\\" of type \\\"%s\\\"\"... | 2025-11-20T14:09:47 |
electron/electron | f595443a22a01b61750942532cbf38bef12626f3 | 9f1e23c405847c2773231347b7604731741b0034 | refactor: fix modernize-return-braced-init-list warnings (#44838)
* refactor: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
* refactor: avoid repeating the return type from the declaration; use a braced initializer list instead [moder... | [
{
"path": "shell/browser/api/electron_api_app.cc",
"patch": "@@ -776,7 +776,7 @@ base::OnceClosure App::SelectClientCertificate(\n std::move((*shared_identities)[0]),\n base::BindRepeating(&GotPrivateKey, shared_delegate, std::move(cert)));\n }\n- return base::OnceClosure();\n+ return {}... | 2024-11-27T00:41:46 |
nodejs/node | 8287f6748b6b62096a24e911a223cc783f4328c1 | 9239373b7ac462c8e95b4d910c2352e2eaf44ac8 | test: fix missing edge case in test-blob-slice-with-large-size
The test only cares about whether a size outside the range
of the 32-bit signed integers works with Blob.prototype.slice().
If it fails due to allocation failure when the system
does not have enough memory, the test should just be skipped.
The test previou... | [
{
"path": "test/pummel/test-blob-slice-with-large-size.js",
"patch": "@@ -1,4 +1,7 @@\n 'use strict';\n+\n+// This tests that Blob.prototype.slice() works correctly when the size of the\n+// Blob is outside the range of 32-bit signed integers.\n const common = require('../common');\n \n // Buffer with size ... | 2025-05-23T20:45:46 |
rust-lang/rust | 407e421f7fe7fba44863b1c216519b512d8b8948 | 2d76d9bc76f27b03b4899e72ce561c7ac2c5cf6b | Unify same-span labels in move error diagnostics | [
{
"path": "compiler/rustc_borrowck/src/diagnostics/move_errors.rs",
"patch": "@@ -990,30 +990,25 @@ impl<'infcx, 'tcx> MirBorrowckCtxt<'_, 'infcx, 'tcx> {\n let bind_to = &self.body.local_decls[*local];\n let binding_span = bind_to.source_info.span;\n \n- if j == 0 {\n- ... | 2026-03-10T12:13:41 |
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 | 47bf8f073ed321e1a1c5aff19c4f4ad6362a1c53 | 03bd43e8bb314f1bf1872a41f470bde72ac00b5c | unique: fix inconsistent panic prefix in canonmap cleanup path
Other panic messages in the file use the "unique.canonMap"
prefix, but this one used "internal/sync.HashTrieMap",
looks like it was copied from the "internal/sync" package.
Change-Id: Ic3e85154eb5a593d41c19013d5696afed2178b7e
Reviewed-on: https://go-revie... | [
{
"path": "src/unique/canonmap.go",
"patch": "@@ -232,7 +232,7 @@ func (m *canonMap[T]) cleanup(hash uintptr, wp weak.Pointer[T]) {\n \t\t\t// which requires the parents' lock.\n \t\t\tfor i.parent != nil && i.empty() {\n \t\t\t\tif hashShift == 8*goarch.PtrSize {\n-\t\t\t\t\tpanic(\"internal/sync.HashTrieM... | 2025-10-22T02:37:49 |
vercel/next.js | 8325e3c1d112f3b23806cae3454ad40f07fc5cba | 0dba1c692b1be8dddea0fb4edf1f1d00b33c90fc | Turbopack: fix passing project options from napi (#86256)
### What?
Make stuff more type safe. Use destructuring to avoid forgetting fields | [
{
"path": "crates/napi/src/next_api/project.rs",
"patch": "@@ -137,8 +137,8 @@ pub struct NapiProjectOptions {\n /// Unix path. E.g. `apps/my-app`\n pub project_path: RcStr,\n \n- /// A path where to emit the build outputs, relative to [`Project::project_path`], always Unix\n- /// path. Corres... | 2025-11-20T12:49:50 |
electron/electron | 93f49d118956932ef051eeefe6b377239b10d75c | 3c941c7e8fa23fb37c6b8f3d3ba24b6c66ba8d94 | fix: modernize-use-using clang-tidy warnings (#44806) | [
{
"path": "shell/browser/api/electron_api_web_frame_main.cc",
"patch": "@@ -91,15 +91,14 @@ namespace electron::api {\n // FrameTreeNodeId -> WebFrameMain*\n // Using FrameTreeNode allows us to track frame across navigations. This\n // is most similar to how <iframe> works.\n-typedef std::unordered_map<cont... | 2024-11-25T15:50:33 |
rust-lang/rust | 10c92ecb1250f2042954b5f6d8a1b249739e672a | 84442006abc09626ba04b966d42d86633de7e164 | `x b error_index_generator` works even if submodules aren't checked out | [
{
"path": "src/bootstrap/src/core/build_steps/tool.rs",
"patch": "@@ -600,6 +600,12 @@ impl Step for ErrorIndex {\n }\n \n fn run(self, builder: &Builder<'_>) -> ToolBuildResult {\n+ builder.require_submodule(\n+ \"src/doc/reference\",\n+ Some(\"error_index_generator req... | 2026-03-10T10:56:12 |
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 |
nodejs/node | d96d57d5a7cf3a897a81ed9b89d5e883803b2492 | 74acfdf65fbca92eeff69fedd123e5e0225c0d1d | src: fix build when using shared simdutf
PR-URL: https://github.com/nodejs/node/pull/58407
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com> | [
{
"path": "src/node_i18n.cc",
"patch": "@@ -174,7 +174,7 @@ MaybeLocal<Object> TranscodeLatin1ToUcs2(Environment* env,\n const char* source,\n const size_t source_length,\n UErrorCode* ... | 2025-05-22T18:12:42 |
golang/go | 107fcb70de859f7b8d08ce8bce8cf6a6d944aeff | 8378276d66060cf5486cda3c826afc4be9f4a047 | internal/goroot: replace HasPrefix+TrimPrefix with CutPrefix
Change-Id: I97305df6babbede57bb0c3b48c89c96cb74307f7
Reviewed-on: https://go-review.googlesource.com/c/go/+/668456
Auto-Submit: Sean Liao <sean@liao.dev>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Sean Liao <sean@liao.dev>
LUCI-TryBot-Result:... | [
{
"path": "src/internal/goroot/gc.go",
"patch": "@@ -77,8 +77,8 @@ func (gd *gccgoDirs) init() {\n \tconst prefix = \"libraries: =\"\n \tvar dirs []string\n \tfor _, dirEntry := range dirsEntries {\n-\t\tif strings.HasPrefix(dirEntry, prefix) {\n-\t\t\tdirs = filepath.SplitList(strings.TrimPrefix(dirEntry, ... | 2025-04-28T09:00:24 |
vercel/next.js | ce90e190f21bbd1178d26c67cc7cc80a4f820711 | cab4fc608fd9b058d035fc00d8431753b4694016 | fix: Rename proxy.js to middleware.js in NFT file (#86214)
### Why?
When Proxy self-references itself, e.g., `__filename`, it is traced to
the NFT file. However, since Next.js renames 'proxy.js' to
'middleware.js' during webpack build, the files in NFT will differ from
the actual outputs. This can cause a problem whe... | [
{
"path": "packages/next/src/build/index.ts",
"patch": "@@ -4079,6 +4079,34 @@ export default async function build(\n path.join(distDir, SERVER_DIRECTORY, 'proxy.js.nft.json'),\n path.join(distDir, SERVER_DIRECTORY, 'middleware.js.nft.json')\n )\n+\n+ const middlewareNft =... | 2025-11-19T20:23:31 |
electron/electron | 3c941c7e8fa23fb37c6b8f3d3ba24b6c66ba8d94 | 024fee4e443f757f1c57dbb1d0e90aa959fff17b | fix: modernize-avoid-c-arrays (#44813)
use string_view for constants used in methods that take string_view args | [
{
"path": "shell/app/electron_main_delegate.cc",
"patch": "@@ -79,7 +79,7 @@ namespace electron {\n \n namespace {\n \n-const char kRelauncherProcess[] = \"relauncher\";\n+constexpr std::string_view kRelauncherProcess = \"relauncher\";\n \n constexpr std::string_view kElectronDisableSandbox{\"ELECTRON_DISAB... | 2024-11-25T15:49:58 |
rust-lang/rust | b707e7ae52065f659f08fe6fd5858623b83da5e4 | 3bc6ea5673e3e292db1e5b6ecaaaa883ca5af0b8 | Remove `FromCycleError` trait before code formatting
Currently `QueryVTable`'s `value_from_cycle_error` function pointer uses the `FromCycleError` trait to call query cycle handling code and to construct an erroneous query output value.
This trick however relies too heavily on trait impl specialization and makes those... | [
{
"path": "compiler/rustc_query_impl/src/from_cycle_error.rs",
"patch": "@@ -1,5 +1,6 @@\n use std::collections::VecDeque;\n use std::fmt::Write;\n+use std::iter;\n use std::ops::ControlFlow;\n \n use rustc_data_structures::fx::FxHashSet;\n@@ -9,55 +10,56 @@ use rustc_hir as hir;\n use rustc_hir::def::{DefK... | 2026-03-06T12:58:10 |
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 |
nodejs/node | 0d3e1b3985ad0b53314bcb7bcbc550f1a67e0129 | f5ac35ee156481088136fa39a4ceffe59850c326 | doc: clarify behavior of --watch-path and --watch flags
Fixes: https://github.com/nodejs/node/issues/58113
PR-URL: https://github.com/nodejs/node/pull/58136
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Tierney Cyren <hello@bnb.im>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Uli... | [
{
"path": "doc/api/cli.md",
"patch": "@@ -3080,6 +3080,10 @@ Use `--watch-path` to specify what paths to watch.\n This flag cannot be combined with\n `--check`, `--eval`, `--interactive`, or the REPL.\n \n+Note: The `--watch` flag requires a file path as an argument and is incompatible\n+with `--run` or inl... | 2025-05-03T10:07:24 |
vercel/next.js | cab4fc608fd9b058d035fc00d8431753b4694016 | a7b0b5fa9e388075f458a884a1e158689d10bf5f | Fix log log alignment in spinners (#86298) | [
{
"path": "packages/next/src/build/spinner.ts",
"patch": "@@ -13,7 +13,7 @@ export default function createSpinner(\n ) {\n let spinner: undefined | (ora.Ora & { setText: (text: string) => void })\n \n- let prefixText = ` ${Log.prefixes.info} ${text} `\n+ let prefixText = `${Log.prefixes.info} ${text} `\... | 2025-11-19T18:58:07 |
electron/electron | 024fee4e443f757f1c57dbb1d0e90aa959fff17b | 7e7010dacf6840734c9875de3086c766c97bcdc0 | fix: modernize-use-nodiscard clang-tidy warnings (#44808) | [
{
"path": "shell/browser/electron_permission_manager.cc",
"patch": "@@ -86,7 +86,7 @@ class ElectronPermissionManager::PendingRequest {\n return content::RenderFrameHost::FromID(render_frame_host_id_);\n }\n \n- bool IsComplete() const { return remaining_results_ == 0; }\n+ [[nodiscard]] bool IsComp... | 2024-11-25T15:48:28 |
rust-lang/rust | acba81e6891d0bef49c3646e2ca68ffd04343e68 | efe2e6c6c6cf3b66b3a97f581e3e3b71ece0d540 | core doctests support panic=abort | [
{
"path": "library/core/src/intrinsics/mir.rs",
"patch": "@@ -62,7 +62,9 @@\n //!\n //! # Examples\n //!\n-//! ```rust\n+#![cfg_attr(panic = \"unwind\", doc = \"```rust\")]\n+// This test can't support panic=abort because it generates an UnwindContinue MIR terminator.\n+#![cfg_attr(panic = \"abort\", doc = ... | 2026-02-25T01:44:11 |
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 |
golang/go | 8378276d66060cf5486cda3c826afc4be9f4a047 | e5688d0bddb0196b7f057bcae8baf8521c571119 | strconv: optimize int-to-decimal and use consistently
Integer-to-decimal conversion is hand-written in multiple
places in this package, with different incomplete optimizations
in different copies. This CL establishes a single implementation,
formatBase10, accurately optimized for a variety of systems,
and then uses i... | [
{
"path": "src/strconv/ftoa.go",
"patch": "@@ -483,7 +483,7 @@ func fmtB(dst []byte, neg bool, mant uint64, exp int, flt *floatInfo) []byte {\n \t}\n \n \t// mantissa\n-\tdst, _ = formatBits(dst, mant, 10, false, true)\n+\tdst = AppendUint(dst, mant, 10)\n \n \t// p\n \tdst = append(dst, 'p')\n@@ -493,7 +49... | 2025-10-17T04:31:09 |
nodejs/node | 27edff5cb9f742b6cd4dc527b2c00f5931de61e6 | cb88e99bfec7d5d1dfada57a05f7a149461e0abf | doc: fix the order of `process.md` sections
Fixes: https://github.com/nodejs/node/issues/58402
PR-URL: https://github.com/nodejs/node/pull/58403
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> | [
{
"path": "doc/api/process.md",
"patch": "@@ -982,6 +982,28 @@ $ bash -c 'exec -a customArgv0 ./node'\n 'customArgv0'\n ```\n \n+## `process.availableMemory()`\n+\n+<!-- YAML\n+added:\n+ - v22.0.0\n+ - v20.13.0\n+changes:\n+ - version:\n+ - v24.0.0\n+ - v22.16.0\n+ pr-url: https://github.com/nod... | 2025-05-22T14:19:14 |
vercel/next.js | 06d45e7de8f6333ece208b80b9d5310f1572145a | dbfb6c49b1b3401c77a0686125f884e1f2ad8b18 | fix: prevent fetch abort errors propagating to user error boundaries (#86277)
When navigating away from a page due to an MPA navigation or browser
refresh, we were aborting any pending RSC requests. However, in the case
where the abort was due to an MPA navigation, the browser would restore
the execution context via t... | [
{
"path": "packages/next/src/client/components/router-reducer/fetch-server-response.ts",
"patch": "@@ -102,21 +102,20 @@ function doMpaNavigation(url: string): FetchServerResponseResult {\n return urlToUrlWithoutFlightMarker(new URL(url, location.origin)).toString()\n }\n \n-let abortController = new Abor... | 2025-11-19T15:31:44 |
rust-lang/rust | f1f0b4504a6303da44205548c2747ad346287bfc | 9bbe2cd55abfd7b8f1580d4f658aad4e0801e5e8 | downgrade duplicate features from hard-error -> deny-by-default | [
{
"path": "compiler/rustc_error_codes/src/error_codes/E0636.md",
"patch": "@@ -1,8 +1,10 @@\n+#### Note: this error code is no longer emitted by the compiler.\n+\n The same feature is enabled multiple times with `#![feature]` attributes\n \n Erroneous code example:\n \n-```compile_fail,E0636\n+```compile_fa... | 2026-02-25T01:42:31 |
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 |
golang/go | f92e01c117bf7d115a97229d4b4f81c91faf0f7b | 50586182abd82ec724b9beb6b806610d08846d8e | runtime/cgo: fix cgoCheckArg description
The description is misleading: cgoCheckArg is called by both
cgoCheckPointer and cgoCheckResult.
Mention cgoCheckResult in the cgoCheckArg description. Remove extra
spaces between words.
For #75856
Change-Id: I6780cda76b5cb7b4f9af3fbaa37a6c5099cc8d7d
GitHub-Last-Rev: 531928b... | [
{
"path": "src/runtime/cgocall.go",
"patch": "@@ -33,7 +33,7 @@\n //\n // To make it possible for gcc-compiled C code to call a Go function p.GoF,\n // cgo writes a gcc-compiled function named GoF (not p.GoF, since gcc doesn't\n-// know about packages). The gcc-compiled C function f calls GoF.\n+// know ab... | 2025-10-22T08:36:51 |
electron/electron | 7e7010dacf6840734c9875de3086c766c97bcdc0 | fbe01cdc16a36ffabee7b92fee3f245c97d6f2e6 | chore: bump chromium to 133.0.6852.0 (main) (#44748)
* chore: bump chromium in DEPS to 133.0.6847.0
* chore: bump chromium in DEPS to 133.0.6848.0
* chore: update patches
* implement extensions::GlobalShortcutListener::ExecuteCommand stub
https://chromium-review.googlesource.com/c/chromium/src/+/5871484
... | [
{
"path": "DEPS",
"patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '133.0.6846.0',\n+ '133.0.6852.0',\n 'node_version':\n 'v22.9.0',\n 'nan_version':",
"additions": 1,
"deletions": 1,
"language": "Unknown"
},
{
"path": "chromiu... | 2024-11-25T15:45:47 |
nodejs/node | 06fb007988dba902a2fe3e716477679a9b1d699e | d824a929be810e58999af1c9260bb26d0b2d2aee | typings: remove no longer valid `FixedSizeBlobCopyJob` type
PR-URL: https://github.com/nodejs/node/pull/58305
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com> | [
{
"path": "typings/internalBinding/blob.d.ts",
"patch": "@@ -2,17 +2,10 @@ declare namespace InternalBlobBinding {\n interface BlobHandle {\n slice(start: number, end: number): BlobHandle;\n }\n-\n- class FixedSizeBlobCopyJob {\n- constructor(handle: BlobHandle);\n- run(): ArrayBuffer | undef... | 2025-05-13T00:20:44 |
vercel/next.js | dbfb6c49b1b3401c77a0686125f884e1f2ad8b18 | e66e0eabc1f8d959ca6b84fe1337be38582c5040 | [test] Add failing test for `useActionState` with `'use cache'` (#86292)
Adds a test case demonstrating that `useActionState` doesn't work correctly when the `'use cache'` function is exported separately, due to wrong function arity information in the server reference information byte. This is currently a limitation o... | [
{
"path": "test/e2e/app-dir/use-cache/app/(partially-static)/use-action-state-separate-export/cached.ts",
"patch": "@@ -0,0 +1,7 @@\n+'use cache'\n+\n+const getRandomValue = async () => {\n+ return Math.random()\n+}\n+\n+export { getRandomValue }",
"additions": 7,
"deletions": 0,
"language": "U... | 2025-11-19T14:45:36 |
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 |
golang/go | 7c9fa4d5e9b65be396d7794f645b1f409a9bc39f | 557b4d6e0f9de96ce9718f89773f14e6e1b14760 | cmd/go: check if build output should overwrite files with renames
CopyFile has a check to ensure that only object files are overwritten.
Extend this to moveOrCopyFile, so the check also happens when the source
and destination file are on the same filesystem (when renames are a
valid way of moving files).
Fixes #75970... | [
{
"path": "src/cmd/go/internal/work/shell.go",
"patch": "@@ -123,6 +123,11 @@ func (sh *Shell) moveOrCopyFile(dst, src string, perm fs.FileMode, force bool) e\n \t\treturn nil\n \t}\n \n+\terr := checkDstOverwrite(dst, force)\n+\tif err != nil {\n+\t\treturn err\n+\t}\n+\n \t// If we can update the mode and... | 2025-10-19T19:00:55 |
electron/electron | b8b2e12c9c6d2ab9a3b5d7df061dfdeec0d6cbc2 | 94a65df2708ddc96bb9c91bd98b66e93a5f22a8e | docs: fix wording in auto-updater.md (#44787)
* docs: fix wording in auto-updater.md
* docs: update wording
Co-authored-by: Keeley Hammond <vertedinde@electronjs.org>
---------
Co-authored-by: Keeley Hammond <vertedinde@electronjs.org> | [
{
"path": "docs/api/auto-updater.md",
"patch": "@@ -68,7 +68,7 @@ Emitted when there is an error while updating.\n \n ### Event: 'checking-for-update'\n \n-Emitted when checking if an update has started.\n+Emitted when checking for an available update has started.\n \n ### Event: 'update-available'\n ",
... | 2024-11-24T21:00:42 |
nodejs/node | 0bbe5d34e74e8b4cc161a4777b161bfb917cf1e5 | d2a13695bf1661f942c51f257a9c8d778b77ff2d | test: show more information in test-http2-debug upon failure
Use spawnSyncAndAssert() so that the stderr is logged when it
doesn't match expectations.
PR-URL: https://github.com/nodejs/node/pull/58391
Refs: https://github.com/nodejs/node/issues/58353
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca... | [
{
"path": "test/parallel/test-http2-debug.js",
"patch": "@@ -1,27 +1,31 @@\n 'use strict';\n+\n const common = require('../common');\n if (!common.hasCrypto)\n common.skip('missing crypto');\n const assert = require('assert');\n-const child_process = require('child_process');\n+const { spawnSyncAndAssert ... | 2025-05-20T19:00:50 |
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 | e66e0eabc1f8d959ca6b84fe1337be38582c5040 | 18403d9358531c1c9dd587077fc0975a787d2f19 | `next analyze`: Make ipv6 server links valid and normalize localhost (#86219)
The current implementation doesn't properly format IPv6 addresses, which
means URLs aren't valid.
- Added specific handling for IPv6 localhost addresses (`::`/`::1`) to
display as `localhost:port` for display
- Added proper IPv6 address for... | [
{
"path": "packages/next/src/build/analyze/index.ts",
"patch": "@@ -77,9 +77,11 @@ export default async function analyze({\n await turbopackAnalyze(analyzeContext)\n \n const durationString = durationToString(analyzeDuration)\n- Log.event(\n- `Analyze data created successfully in ${duratio... | 2025-11-19T12:31:36 |
golang/go | 5a42af7f6c9ba057171d8a5af6f4b721b8eff10a | 4bdb55b5b86fc96addd43a845dabf6b76d100202 | go/types, types2: in resolveUnderlying, only compute path when needed
When following a RHS chain, the (TypeName) Object path is only needed
when there is a cycle (i.e., an error), in which case we can be slow.
Rather than always compute the path, only compute it in the error case.
In the same vain, allocate the seen m... | [
{
"path": "src/cmd/compile/internal/types2/named.go",
"patch": "@@ -593,9 +593,7 @@ func (n *Named) resolveUnderlying() {\n \t\treturn\n \t}\n \n-\tseen := make(map[*Named]int)\n-\tvar path []Object\n-\n+\tvar seen map[*Named]int // allocated lazily\n \tvar u Type\n \tfor rhs := Type(n); u == nil; {\n \t\ts... | 2025-10-20T17:25:23 |
rust-lang/rust | 98be8f7659a67caae28527fd7c37ba23b5d7ad3b | c7b206bba4434ed928e9615f31082a9ef3f67c27 | Fix Vec::const_make_global for 0 capacity and ZST's | [
{
"path": "library/alloc/src/vec/mod.rs",
"patch": "@@ -898,6 +898,20 @@ impl<T> Vec<T> {\n where\n T: Freeze,\n {\n+ // const_make_global requires the pointer to point to the beginning of a heap allocation,\n+ // which is not the case when `self.capacity()` is 0, which is why ... | 2026-03-09T23:26:14 |
nodejs/node | 38757c906d90da68ffbc6277e2d719b04c71a902 | 7c74205aa7a5c5aa9ec1b4006fdd9b1c0345e831 | test_runner: add level parameter to reporter.diagnostic
Added a parameter to allow severity-based formatting for
diagnostic messages. Defaults to 'info'.
This update enables better control over message presentation
(e.g., coloring) based on severity levels such as 'info', 'warn',
and 'error'.
Refs: https://github.com... | [
{
"path": "doc/api/test.md",
"patch": "@@ -3016,6 +3016,11 @@ defined. The corresponding declaration ordered event is `'test:start'`.\n `undefined` if the test was run through the REPL.\n * `message` {string} The diagnostic message.\n * `nesting` {number} The nesting level of the test.\n+ * `level`... | 2025-05-19T08:28:05 |
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 |
golang/go | 4e695dd6346e5c7f7e94f54ed177ef96249d2294 | 06e57e60a7ff6cbc9c608278cbac4db514c7161a | go/ast: add ParseDirective for parsing directive comments
This adds an ast.Directive API for parsing directive comments such as
"//go:build" and "//go:embed".
This will help tools standardize the syntax of these directive
comments. Even within the standard Go tools there's little agreement
on the finer details of the... | [
{
"path": "api/next/68021.txt",
"patch": "@@ -0,0 +1,13 @@\n+pkg go/ast, func ParseDirective(token.Pos, string) (Directive, bool) #68021\n+pkg go/ast, method (*Directive) End() token.Pos #68021\n+pkg go/ast, method (*Directive) ParseArgs() ([]DirectiveArg, error) #68021\n+pkg go/ast, method (*Directive) Pos... | 2025-08-29T01:40:57 |
rust-lang/rust | f4a95d35d3804e6e238785ed7b4aa252ce10bc3f | d2e3ab641ac3d4ea2e351724b22d6b9f20021b01 | std: move leftover Windows error test | [
{
"path": "library/std/src/sys/io/error/windows.rs",
"patch": "@@ -1,6 +1,9 @@\n use crate::sys::pal::{api, c};\n use crate::{io, ptr};\n \n+#[cfg(test)]\n+mod tests;\n+\n pub fn errno() -> i32 {\n api::get_last_error().code as i32\n }",
"additions": 3,
"deletions": 0,
"language": "Rust"
}... | 2026-03-09T17:37:36 |
vercel/next.js | 954354f2ab24002bd310940438e7bf0116e646ab | 83ae64fe773453dbcf1583e5303494413b8449d7 | [Segment Cache] Re-implement refresh reducer (#84426)
This re-implements the refresh reducer to use the Segment Cache-style
flow, similar to how the navigate reducer already works.
Most of the logic can be reused from what was already implemented for
navigations. The bulk of the changes are related to the case where ... | [
{
"path": "packages/next/src/client/components/router-reducer/create-initial-router-state.ts",
"patch": "@@ -8,7 +8,6 @@ import { fillLazyItemsTillLeafWithHead } from './fill-lazy-items-till-leaf-with-\n import { extractPathFromFlightRouterState } from './compute-changed-path'\n \n import type { AppRouterSt... | 2025-11-18T23:38:47 |
nodejs/node | ac8706196b565014b1f100a63feb973e4ec6ddde | db2aae8022d50bd6546274031ff95b12fc347358 | build: fix pointer compression builds
- Remove usage of deprecated V8::InitializeSandbox().
- External code space and pointer compression shared cage must
be enabled when pointer compression builds are enabled.
- We cannot enable the sandbox because that requires allocating
the array buffer backing stores in the s... | [
{
"path": "common.gypi",
"patch": "@@ -80,6 +80,7 @@\n # Variables controlling external defines exposed in public headers.\n 'v8_enable_map_packing%': 0,\n 'v8_enable_pointer_compression_shared_cage%': 0,\n+ 'v8_enable_external_code_space%': 0,\n 'v8_enable_sandbox%': 0,\n 'v8_enable_... | 2025-05-04T18:58:06 |
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 |
electron/electron | 24df5f96d733a40234cdd7ca9c82a9b5c9d9beb8 | 4a3513377c801d82da2ea1a529ca1965f36da9d5 | fix: remove unused local variables (#44815)
* chore: remove unused local non-trivial variable relaunch_executable
became unused in June 2016 in 0d066de5
* chore: only declare program_name local variable if used
We declared it everywhere but only used it on Windows
* chore: remove unused local non-trivial v... | [
{
"path": "shell/browser/api/electron_api_app.cc",
"patch": "@@ -1011,8 +1011,6 @@ bool App::RequestSingleInstanceLock(gin::Arguments* args) {\n if (HasSingleInstanceLock())\n return true;\n \n- std::string program_name = electron::Browser::Get()->GetName();\n-\n base::FilePath user_dir;\n base::... | 2024-11-23T23:34:51 |
rust-lang/rust | 13a5c24606170f3ee1e3d1351df85c191961da7e | 3ea17bec62b190b66e9fc71ea649cd533fdf58d7 | Fix compile flags | [
{
"path": "tests/crashes/146965.rs",
"patch": "@@ -1,5 +1,5 @@\n //@ known-bug: #146965\n-//@ compile-flags: --crate-type lib\n+//@ compile-flags: --crate-type lib -C opt-level=3\n \n fn conjure<T>() -> T {\n panic!()",
"additions": 1,
"deletions": 1,
"language": "Rust"
},
{
"path": ... | 2026-03-07T01:18:59 |
golang/go | 06e57e60a7ff6cbc9c608278cbac4db514c7161a | 6c3d0d259f2d83a338a3a7da268e2dd5834aa35f | go/types, types2: only report version errors if new(expr) is ok otherwise
If new(expr) is used before Go 1.26, don't report version errors if there
are other problems with the expression.
While at it, implement multiple missing type checks for new(expr) and
add corresponding test cases that were missed in CL 704935 (... | [
{
"path": "src/cmd/compile/internal/types2/builtins.go",
"patch": "@@ -639,31 +639,31 @@ func (check *Checker) builtin(x *operand, call *syntax.CallExpr, id builtinId) (\n \t\t// new(T) or new(expr)\n \t\t// (no argument evaluated yet)\n \t\targ := argList[0]\n-\t\tcheck.exprOrType(x, arg, true)\n-\t\tvar T... | 2025-10-20T22:02:23 |
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 | 39ab68b2c1790677281921fe2aa461670cdb79ee | 73e7bd1c0e3e22874d1217ca718bb32ec4c05fd4 | readline: add stricter validation for functions called after closed
PR-URL: https://github.com/nodejs/node/pull/58283
Fixes: https://github.com/nodejs/node/issues/57678
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "lib/internal/main/repl.js",
"patch": "@@ -45,7 +45,6 @@ if (process.env.NODE_REPL_EXTERNAL_MODULE) {\n }\n repl.on('exit', () => {\n if (repl._flushing) {\n- repl.pause();\n return repl.once('flushHistory', () => {\n process.exit();\n }... | 2025-05-18T19:46:38 |
electron/electron | c5ea177b3d9736bd73177cb4157141ca7e6b1938 | 0285592d619f4689a2a98f999b81c132e49a1a23 | feat: add query-session-end and improve session-end events on Windows (#44598)
* feat: add query-session-end event for Windows
* fix: remove debug line
* feat: notify with reason on session-end
* docs: add comments and return params
* docs: add same docs to the BrowserWindow
* fix: add shutdown reason i... | [
{
"path": "docs/api/base-window.md",
"patch": "@@ -144,10 +144,24 @@ _**Note**: There is a subtle difference between the behaviors of `window.onbefor\n Emitted when the window is closed. After you have received this event you should\n remove the reference to the window and avoid using it any more.\n \n+####... | 2024-11-22T19:47:36 |
vercel/next.js | d7608f7ecc58f7ca3097d7f54ffc3c202da4ccfd | fedee7d7c443fd22e004ae1108d55fdbd96e2427 | Fix prerendering of interception routes with generateStaticParams (#85835)
## What
Fixes a bug where interception routes in parallel slots could not be
prerendered using `generateStaticParams`, causing 404 responses when
these routes were accessed directly.
## Why
**The Problem:**
Interception routes like `app/@mo... | [
{
"path": "packages/next/errors.json",
"patch": "@@ -927,5 +927,8 @@\n \"926\": \"Optional route parameters are not yet supported (\\\"[%s]\\\") in route \\\"%s\\\".\",\n \"927\": \"No debug targets found\",\n \"928\": \"Unable to get server address\",\n- \"929\": \"No pages or app directory found.\"... | 2025-11-18T16:15:54 |
golang/go | 6c3d0d259f2d83a338a3a7da268e2dd5834aa35f | 39fd61ddb0b5987749979bc7e453cf2a575c9392 | path/filepath: reword documentation for Rel
The existing func Rel's API documentation was presented in a rather
dense way without a lot of organization that oriented around topical
flow, so the documentation has been cleaned up to present the
function's behavior more clearly and concisely.
Fixes #75893
Change-Id: I6... | [
{
"path": "src/path/filepath/path.go",
"patch": "@@ -173,19 +173,20 @@ func unixAbs(path string) (string, error) {\n \treturn Join(wd, path), nil\n }\n \n-// Rel returns a relative path that is lexically equivalent to targpath when\n-// joined to basepath with an intervening separator. That is,\n-// [Join](... | 2025-10-16T17:14:45 |
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 | 6d61175db038c5802d2f7c243f3f16c0a748178a | 974773572e3b2ab1f17c6c79f3421c5cff812b02 | deps: V8: backport 1d3362c55396
Original commit message:
[float16array] Turn flag on by default
Float16Array has shipped in blink since M135. It is unlikely it'll
unship by now, so turn the flag on by default.
Bug: 42203953
Change-Id: Ibd9de407b8810dd7bcdb46194fe04fc290ff8fb8
Reviewed-on: ht... | [
{
"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.11',\n+ 'v8_embedder_string': '-node.12',\n \n ##### V8 defaults for Node.js #####\n... | 2025-05-06T21:40:37 |
electron/electron | 0285592d619f4689a2a98f999b81c132e49a1a23 | 86e4529d266df5fb89d02271474b52588f653cc3 | fix: crash calling `shell.readShortcutLink` (#44784)
fix: crash calling shell.readShortcutLink | [
{
"path": "patches/chromium/.patches",
"patch": "@@ -135,3 +135,4 @@ chore_partial_revert_of.patch\n fix_software_compositing_infinite_loop.patch\n refactor_unfilter_unresponsive_events.patch\n build_disable_thin_lto_mac.patch\n+support_bstr_pkey_appusermodel_id_in_windows_shortcuts.patch",
"additions":... | 2024-11-22T14:37:17 |
vercel/next.js | d174698cded19687b7b97b281c49b4dd2086a367 | 158797836305daf387e373e657a69ca45af48c70 | docs: cacheHandlers use object instead of class (#86022)
<!-- 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 Contrib... | [
{
"path": "docs/01-app/03-api-reference/05-config/01-next-config-js/cacheHandlers.mdx",
"patch": "@@ -41,8 +41,8 @@ import type { NextConfig } from 'next'\n \n const nextConfig: NextConfig = {\n cacheHandlers: {\n- default: './cache-handlers/default-handler.js',\n- remote: './cache-handlers/remote-h... | 2025-11-18T11:33:39 |
golang/go | 39fd61ddb0b5987749979bc7e453cf2a575c9392 | 4a0115c886101717dfc6186a3296b69fc4415487 | go/types, types2: guard Named.underlying with Named.mu
It appears that CL 695977 introduced a data race on Named.underlying.
This fixes that race by specifying a new namedState called underlying,
which, perhaps unsurprisingly, signals that Named.underlying is populated.
Unfortunately, the underlying namedState is ind... | [
{
"path": "src/cmd/compile/internal/types2/named.go",
"patch": "@@ -47,10 +47,8 @@ import (\n // soon.\n //\n // We achieve this by tracking state with an atomic state variable, and\n-// guarding potentially concurrent calculations with a mutex. At any point in\n-// time this state variable determines which... | 2025-10-17T17:16:34 |
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 |
electron/electron | 86e4529d266df5fb89d02271474b52588f653cc3 | 4fd1b5b186fabcba09316881c56d83a7ea854b72 | fix: ensure `context-menu` emitted for draggable regions (#44761)
* fix: ensure context-menu emitted for draggable regions
* chore: address suggestions from review | [
{
"path": "shell/browser/native_window_mac.h",
"patch": "@@ -169,6 +169,9 @@ class NativeWindowMac : public NativeWindow,\n void NotifyWindowDidFailToEnterFullScreen();\n void NotifyWindowWillLeaveFullScreen();\n \n+ // views::WidgetDelegate:\n+ views::View* GetContentsView() override;\n+\n // Clean... | 2024-11-22T11:33:38 |
nodejs/node | 974773572e3b2ab1f17c6c79f3421c5cff812b02 | 70bfc398e971d05bd3bf2ef313949f1ddb6d0b48 | deps: V8: cherry-pick 4f38995c8295
Original commit message:
[explicit-resource-management] Turn flag on by default
This feature has shipped since M134 on the blink side, and is highly
unlikely to be unshipped now, so flip the flag on.
Bug: 42203506
Change-Id: I9554cea721983464b150c0de70b58a4b50f... | [
{
"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.10',\n+ 'v8_embedder_string': '-node.11',\n \n ##### V8 defaults for Node.js #####\n... | 2025-05-05T17:35:01 |
vercel/next.js | fc4f062ba96f37f971bcbab8858d96e413d86bf9 | dc8f77375d783255356ff2489c765ef8b7420f3c | Chore: Update with-supabase example to Next.js 16 (#86105)
### What?
Upgrade with-supabase example to be compatible with Next.js 16
### Why?
1. Users get console warnings about middleware vs proxy
2. Enabling Cache Components config results in build errors for async
behaviour outside Suspense boundary
3. Turbopack ... | [
{
"path": "examples/with-supabase/README.md",
"patch": "@@ -22,7 +22,7 @@\n - Works across the entire [Next.js](https://nextjs.org) stack\n - App Router\n - Pages Router\n- - Middleware\n+ - Proxy\n - Client\n - Server\n - It just works!",
"additions": 1,
"deletions": 1,
"language": ... | 2025-11-18T06:41:21 |
golang/go | 8f74f9daf4d2fe708cf28d0e2b9cce079fa19248 | 8a6c64f4fe726c956ea876cea0fed9494290130f | sync: re-enable race even when panicking
Not doing this can cause user code running after this panic (e.g.:
defers) to produce non-existing races.
Change-Id: Ia6aec88aaeee3b9c17e7b8019d697ffa88dfb492
Reviewed-on: https://go-review.googlesource.com/c/go/+/713460
Commit-Queue: Nicolas Hillegeer <aktau@google.com>
Revie... | [
{
"path": "src/sync/waitgroup.go",
"patch": "@@ -204,13 +204,14 @@ func (wg *WaitGroup) Wait() {\n \t\t\t\t}\n \t\t\t}\n \t\t\truntime_SemacquireWaitGroup(&wg.sema, synctestDurable)\n-\t\t\tif wg.state.Load() != 0 {\n-\t\t\t\tpanic(\"sync: WaitGroup is reused before previous Wait has returned\")\n-\t\t\t}\n... | 2025-10-21T11:43:36 |
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 |
electron/electron | 4fd1b5b186fabcba09316881c56d83a7ea854b72 | 1d55eb9a453694b5d42d8b3fa9314d77f5c1ae05 | fix: big endian bug in V8 serialization (#44776) | [
{
"path": "shell/common/v8_util.cc",
"patch": "@@ -4,6 +4,7 @@\n \n #include \"shell/common/v8_util.h\"\n \n+#include <cstdint>\n #include <utility>\n #include <vector>\n \n@@ -20,11 +21,11 @@\n namespace electron {\n \n namespace {\n-enum SerializationTag {\n- kNativeImageTag = 'i',\n- kTrailerOffsetTag ... | 2024-11-22T11:04:53 |
vercel/next.js | 3e5b96a17ee59b1ad5c173dae129ecfc1b08f656 | b53beca2a08476a18d039f6a3a5a4ab8e9c05529 | next analyze: annotate polyfill modules in UI (#86062)
For small routes, it can appear like the polyfill chunk takes up a sizable amount of data, but `polyfill-nomodule.js` is only sent to legacy browsers. This makes it clearer.
This PR enhances the bundle analyzer by adding visual indicators for polyfill chunks, a... | [
{
"path": "apps/bundle-analyzer/app/globals.css",
"patch": "@@ -32,6 +32,8 @@\n --sidebar-accent-foreground: oklch(0.205 0 0);\n --sidebar-border: oklch(0.922 0 0);\n --sidebar-ring: oklch(0.708 0 0);\n+ --polyfill: #5f707f;\n+ --polyfill-foreground: #ffffff;\n }\n \n .dark {\n@@ -62,6 +64,8 @@\n ... | 2025-11-18T02:02:03 |
nodejs/node | 70bfc398e971d05bd3bf2ef313949f1ddb6d0b48 | 6bfc525cf05aa3cdc7d99065d1765a673eec7cc5 | deps: V8: cherry-pick 044b9b6f589d
Original commit message:
[explicit-resource-management] disallow using in switch cases
This CL disallows `using` and `await using` in switch cases.
This was a normative change that got consensus in TC39 meetings:
https://github.com/rbuckton/ecma262/pull/14
Bug:... | [
{
"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-05-01T23:57:26 |
golang/go | 8a6c64f4fe726c956ea876cea0fed9494290130f | 4620db72d273097a1c5fd11e44ce688618559579 | syscall: use rawSyscall6 to call ptrace in forkAndExecInChild
On darwin and openbsd, the autogenerated ptrace wrapper is
nosplit because it is called from forkAndExecInChild.
This makes it difficult to modify and improve the underlying
syscall mechanism, as ptrace is almost over the nosplit limit.
We better call ptr... | [
{
"path": "src/syscall/exec_libc2.go",
"patch": "@@ -59,7 +59,6 @@ func forkAndExecInChild(argv0 *byte, argv, envv []*byte, chroot, dir *byte, attr\n \t\tr1 uintptr\n \t\tnextfd int\n \t\ti int\n-\t\terr error\n \t\tpgrp _C_int\n \t\tcred ... | 2025-10-02T13:12:30 |
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 |
electron/electron | 86962ba2c3fb647dd8bcb584c9eb4e05f9158945 | 6789431f74cb6707082df1c41ede5fc5426ca556 | fix: clang-tidy `performance-inefficient-vector-operation` warnings (#44743)
* fix: performance-inefficient-vector-operation warning in Clipboard::WriteFilesForTesting()
* fix: performance-inefficient-vector-operation warning in GetUploadedReports() | [
{
"path": "shell/browser/api/electron_api_crash_reporter.cc",
"patch": "@@ -10,6 +10,7 @@\n #include <utility>\n #include <vector>\n \n+#include \"base/containers/to_vector.h\"\n #include \"base/no_destructor.h\"\n #include \"base/path_service.h\"\n #include \"base/strings/utf_string_conversions.h\"\n@@ -22... | 2024-11-21T00:11:00 |
vercel/next.js | 9c416ee2fd93ba1c288a46aff1348c64213d77ec | d1643b47c4c30b1e444a8c35fe060841246dd261 | Update 14-metadata-and-og-images.mdx (#86198)
Changed better match example images and to be consistent within
documentation copy.
<!-- 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... | [
{
"path": "docs/01-app/01-getting-started/14-metadata-and-og-images.mdx",
"patch": "@@ -221,7 +221,7 @@ Favicons are small icons that represent your site in bookmarks and search result\n \n ## Static Open Graph images\n \n-Open Graph (OG) images are images that represent your site in social media. To add a ... | 2025-11-17T14:09:49 |
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 |
golang/go | 4620db72d273097a1c5fd11e44ce688618559579 | b31dc77ceab962c0f4f5e4a9fc5e1a403fbd2d7c | runtime: use timer_settime64 on 32-bit Linux
Linux introduced new syscalls to fix the year 2038 issue.
To still be able to use the old ones, the Kconfig option
COMPAT_32BIT_TIME would be necessary.
Use the new 64-bit syscall for timer_settime by default.
Add a fallback to use the 32-bit syscall when the
64-bit versio... | [
{
"path": "src/runtime/defs_linux_386.go",
"patch": "@@ -237,10 +237,14 @@ type ucontext struct {\n \tuc_sigmask uint32\n }\n \n-type itimerspec struct {\n+type itimerspec32 struct {\n \tit_interval timespec32\n \tit_value timespec32\n }\n+type itimerspec struct {\n+\tit_interval timespec\n+\tit_value ... | 2025-10-18T14:43:53 |
nodejs/node | 6bfc525cf05aa3cdc7d99065d1765a673eec7cc5 | 754d28e34fa218bc6e5266729e2d33e2ecb59bb1 | deps: V8: cherry-pick d2ad518a0b57
Original commit message:
[serializer] serialize ExternalPointers in InterceptorInfo properly
Previously the ObjectSerializer didn't serialize the ExternalPointers
in the InterceptorInfo properly, but this case can be shadowed by
the fact that they get promoted to RO... | [
{
"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-05-14T16:19:32 |
electron/electron | 6789431f74cb6707082df1c41ede5fc5426ca556 | 0ea64850afb070b4c4280f263d0054b9e0787139 | fix: `performance-no-automatic-move` clang-tidy warnings (#44742)
* fix: performance-no-automatic-move in GetLogFileName()
remove `const` from log_filename.
Warning fixed by this commit:
../../electron/shell/common/logging.cc:40:12: warning: constness of 'log_filename' prevents automatic move [performance-no-... | [
{
"path": "shell/browser/extensions/electron_extensions_browser_client.cc",
"patch": "@@ -174,7 +174,7 @@ base::FilePath ElectronExtensionsBrowserClient::GetBundleResourcePath(\n if (!chrome_resources_path.IsParent(extension_resources_path))\n return base::FilePath();\n \n- const base::FilePath reque... | 2024-11-21T00:10:30 |
vercel/next.js | d1643b47c4c30b1e444a8c35fe060841246dd261 | be901a70a0202e486cc19294c8f1c3c860839a45 | Fix typo on 03-layouts-and-pages.mdx (#86186)
<!-- 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
### ... | [
{
"path": "docs/01-app/01-getting-started/03-layouts-and-pages.mdx",
"patch": "@@ -269,7 +269,7 @@ export default async function Page({ searchParams }) {\n }\n ```\n \n-Using `searchParams` opts your page into [**dynamic rendering**](/docs/app/guides/caching#dynamic-rendering) because it requires a incoming... | 2025-11-17T14:09:40 |
facebook/react | 1a779207a7b85314e16d410b185d427702f22ebc | 943e45e910d1a125f2be431c2b66f22a035ea0c9 | [compiler][test fixtures] Add enablePropagateDepsInHIR to forked tests
Annotates fixtures added in #31030 with `@enablePropagateDepsInHIR` to fork behavior (and commit snapshot differences)
ghstack-source-id: e423e8c42db62f1bb87562b770761be09fc8ffc6
Pull Request resolved: https://github.com/facebook/react/pull/31031 | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/propagate-scope-deps-hir-fork/conditional-break-labeled.expect.md",
"patch": "@@ -2,6 +2,7 @@\n ## Input\n \n ```javascript\n+// @enablePropagateDepsInHIR\n /**\n * props.b *does* influence `a`\n */\n@@ -29,13 +30,19 ... | 2024-09-30T16:24:20 |
golang/go | b31dc77ceab962c0f4f5e4a9fc5e1a403fbd2d7c | 46cc53290003340877413b8a53511b4f3685d213 | os: support deleting read-only files in RemoveAll on older Windows versions
The Windows implementation of RemoveAll supports deleting read-only
files only on file systems that supports POSIX semantics and on
newer Windows versions (Windows 10 RS5 and latter).
For all the other cases, the read-only bit was not clearer... | [
{
"path": "src/internal/syscall/windows/at_windows.go",
"patch": "@@ -209,7 +209,7 @@ func Deleteat(dirfd syscall.Handle, name string, options uint32) error {\n \tvar h syscall.Handle\n \terr := NtOpenFile(\n \t\t&h,\n-\t\tSYNCHRONIZE|DELETE,\n+\t\tSYNCHRONIZE|FILE_READ_ATTRIBUTES|DELETE,\n \t\tobjAttrs,\n ... | 2025-10-21T14:14:03 |
rust-lang/rust | 1db5d7741dc9c2163ab44a361464a705cbb667e1 | 514f833a6b75de6e66f559efa917fc085dd9604b | address review: use Option for functions which already handle errors | [
{
"path": "src/tools/tidy/src/extra_checks/mod.rs",
"patch": "@@ -114,10 +114,11 @@ pub fn check(\n \n if python_lint || python_fmt || cpp_fmt {\n // Since python lint, format and cpp format share python env, we need to ensure python env is installed before running those checks.\n- match ... | 2026-03-09T21:37:06 |
nodejs/node | d234475a332b7d6431c7ed6330cb6b58c67d0990 | a738eb4a7f95f8d05ebbd2d2d97be73e60b40754 | 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.2',\n+ 'v8_embedder_string': '-node.3',\n \n ##### V8 defaults for Node.js #####\n "... | 2024-12-16T10:11:22 |
electron/electron | 0ea64850afb070b4c4280f263d0054b9e0787139 | 769b045c8b764796e9e210dfe734113a1225e8cf | fix: windows save dialog extension bug (#44296)
* fix: windows save dialog extension bug
* refactor: simplify firstSpec extraction
Co-authored-by: Charles Kerr <charles@charleskerr.com>
* refactor: split when necessary
Co-authored-by: Sam Maddock <samuel.maddock@gmail.com>
---------
Co-authored-by: C... | [
{
"path": "shell/browser/ui/file_dialog_win.cc",
"patch": "@@ -144,10 +144,14 @@ static void ApplySettings(IFileDialog* dialog, const DialogSettings& settings) {\n // We set file extension to the first none-wildcard extension to make\n // sure the dialog will update file extension automatically.\n for... | 2024-11-20T22:27:49 |
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.