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 |
|---|---|---|---|---|---|
electron/electron | 1d6cb348b4027db8a9647cb0705e9f7dc8fff7dd | 8e856dfdb83aa78482e6cadd9bcaa06d00d1fb90 | fix: `webContents.printToPDF()` with cross-process subframes (#46218)
fix: webContents.printToPDF() with cross-process subframes | [
{
"path": "shell/browser/api/electron_api_web_contents.cc",
"patch": "@@ -176,6 +176,7 @@\n \n #if BUILDFLAG(ENABLE_PRINTING)\n #include \"chrome/browser/printing/print_view_manager_base.h\"\n+#include \"components/printing/browser/print_composite_client.h\"\n #include \"components/printing/browser/print_ma... | 2025-03-25T13:16:47 |
facebook/react | 7e4c258e160d3a2ca690b44a5938271873919ee1 | 07276b8682059cd310cedf574c7f3ecddce68f5c | [scripts] Verify artifact integrity when downloading (#32728)
Uses https://cli.github.com/manual/gh_attestation_verify to verify that
the downloaded artifact matches the attestation generated during the
build process in runtime_commit_artifacts.
Example:
On a workflow run of runtime_build_and_test.yml with no attest... | [
{
"path": "scripts/release/shared-commands/download-build-artifacts.js",
"patch": "@@ -3,8 +3,9 @@\n const {join} = require('path');\n const theme = require('../theme');\n const {exec} = require('child-process-promise');\n-const {existsSync, readFileSync} = require('fs');\n+const {existsSync, mkdtempSync, r... | 2025-03-24T22:24:33 |
rust-lang/rust | 2e4a420db08a0bb5a43834227aef532a9de3b3ea | 87d8f5885b4f289477e48090a86356302437cec9 | Explain that default field values aren't compatible with type parameters unless going through the type parameter
```
error[E0308]: mismatched types
--> $DIR/struct-type-parameter-with-default.rs:5:12
|
LL | struct Foo<T = String> {
| ---------- expected this type parameter
LL | x: T = String::ne... | [
{
"path": "compiler/rustc_hir_typeck/src/lib.rs",
"patch": "@@ -205,7 +205,7 @@ fn typeck_with_inspect<'tcx>(\n }\n \n fcx.check_expr_coercible_to_type_or_error(body.value, expected_type, None, |err, _| {\n- extend_err_with_const_context(err, tcx, node);\n+ extend_err_w... | 2026-03-14T18:02:00 |
vercel/next.js | d9fa95ce752df03ac7e34d9e7c66bab1dff09f2c | 1d09f42590ef47dfde7061f3a01621654f2a14df | Handle pnpm-workspace.yaml while searching for monorepo root (#74818)
## What?
In order for Next.js to know where the root of the project (i.e. monorepo) is we have a heuristic for searching for the root by looking upwards from the application's directory trying to find the package manager lockfiles. This works reall... | [
{
"path": "packages/next/src/lib/find-root.ts",
"patch": "@@ -2,7 +2,21 @@ import { dirname } from 'path'\n import findUp from 'next/dist/compiled/find-up'\n import * as Log from '../build/output/log'\n \n-export function findRootLockFile(cwd: string) {\n+function findWorkRoot(cwd: string) {\n+ // Find-up ... | 2026-01-07T12:33:24 |
nodejs/node | 7d6ce7765ca5cae13422fe8cbb82dff4dddd270d | ad07ae6ac2293fe5261c2150be0b55a82cb10b70 | tools: clarify README linter error message
PR-URL: https://github.com/nodejs/node/pull/59160
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Richard Lau <richard.lau@ibm.com> | [
{
"path": "tools/lint-readme-lists.mjs",
"patch": "@@ -6,7 +6,7 @@ import assert from 'node:assert';\n import { open } from 'node:fs/promises';\n import { argv } from 'node:process';\n \n-const ghHandleLine = /^\\* \\[(.+)\\]\\(https:\\/\\/github\\.com\\/\\1\\) -$/;\n+const ghHandleLine = /^\\* \\[(.+)\\]\\... | 2025-07-25T15:15:22 |
golang/go | ab5956909952aa625ab8d51086beca299477e7b0 | c4bb9653ba28cba4bcd3a3cbb64285c495a03ba2 | go/version: use "custom" as an example of a version suffix
The suffix in a non-standard toolchain version can be any string. Show
more of a middle ground example of a non-standard version suffix,
aligning it with the example used at https://go.dev/doc/toolchain#name.
For #75953.
Change-Id: I98f9c4de98316aecf76c017eb... | [
{
"path": "src/go/version/version.go",
"patch": "@@ -4,7 +4,7 @@\n \n // Package version provides operations on [Go versions]\n // in [Go toolchain name syntax]: strings like\n-// \"go1.20\", \"go1.21.0\", \"go1.22rc2\", and \"go1.23.4-bigcorp\".\n+// \"go1.20\", \"go1.21.0\", \"go1.22rc2\", and \"go1.23.4-... | 2025-11-14T20:40:43 |
electron/electron | 307d4f94c7ecc7cae1e6704a3173562da41ec95a | cfada0347e76d68b2441f8de68c868c15d8b10d3 | fix: oob string read when parsing node_options (#46210)
* fix: oob string read when parsing node_options
* chore: re-enable test
* fix: missing linux server env for tests | [
{
"path": "shell/common/node_bindings.cc",
"patch": "@@ -394,6 +394,7 @@ void SetNodeOptions(base::Environment* env) {\n if (env->HasVar(\"NODE_OPTIONS\")) {\n if (electron::fuses::IsNodeOptionsEnabled()) {\n std::string options;\n+ std::string result_options;\n env->GetVar(\"NODE_OPT... | 2025-03-25T10:33:10 |
facebook/react | 2d40460cf768071d3a70b4cdc16075d23ca1ff25 | 254dc4d9f37eb512d4ee8bad6a0fae7ae491caef | [ci] fix notify/label actions for forks (#32725)
Need this to run against target for forks to get the notification.
This job does not checkout the code in the PR, so it's safe to run from
the target.
Also fixes failing checks on PRs:
<img width="870" alt="Screenshot 2025-03-24 at 3 28 30 PM"
src="https://github.com... | [
{
"path": ".github/workflows/compiler_discord_notify.yml",
"patch": "@@ -1,7 +1,7 @@\n name: (Compiler) Discord Notify\n \n on:\n- pull_request:\n+ pull_request_target:\n types: [opened, ready_for_review]\n paths:\n - compiler/**",
"additions": 1,
"deletions": 1,
"language": "YAM... | 2025-03-24T19:46:59 |
rust-lang/rust | 87d8f5885b4f289477e48090a86356302437cec9 | 35f1109ece895199e4b8d755b101e9a481d18243 | Provide more context on type errors in const context
- On `const` and `static` point at the type (like we do for let bindings)
- On fn calls, point at const parameter in fn definition
- On type, point at const parameter in type definition
- On array type lengths, explain that array length is always `usize`
- On enum v... | [
{
"path": "compiler/rustc_hir_typeck/src/lib.rs",
"patch": "@@ -41,7 +41,7 @@ pub use coercion::can_coerce;\n use fn_ctxt::FnCtxt;\n use rustc_data_structures::unord::UnordSet;\n use rustc_errors::codes::*;\n-use rustc_errors::{Applicability, ErrorGuaranteed, pluralize, struct_span_code_err};\n+use rustc_er... | 2026-03-14T17:23:34 |
vercel/next.js | f5cfb23bb6e1b7be1cec4511b0e641480b526cbe | 789d0810a29d644d066bbc183d34d13bc104e2fe | fix overlay frames cannot be opened sometimes (#88210) | [
{
"path": "packages/next/src/next-devtools/dev-overlay/components/errors/error-overlay-call-stack/error-overlay-call-stack.tsx",
"patch": "@@ -21,17 +21,20 @@ export function ErrorOverlayCallStack({\n function onToggleIgnoreList() {\n const dialog = dialogResizerRef?.current\n \n- if (!dialog) {\n-... | 2026-01-07T11:31:13 |
nodejs/node | ad07ae6ac2293fe5261c2150be0b55a82cb10b70 | 5f3aa57210d111ac5beb949d88d356f071740760 | test: remove timeout in test-https-proxy-request-handshake-failure
The timeout is unnecessary since we are testing for certificate
failure. It can cause flakes on very slow machines where the
request cannot be finished in 1 second.
PR-URL: https://github.com/nodejs/node/pull/59165
Fixes: https://github.com/nodejs/nod... | [
{
"path": "test/client-proxy/test-https-proxy-request-handshake-failure.mjs",
"patch": "@@ -33,7 +33,6 @@ const requestUrl = `https://${serverHost}/test`;\n const { code, signal, stderr, stdout } = await runProxiedRequest({\n NODE_USE_ENV_PROXY: 1,\n REQUEST_URL: requestUrl,\n- REQUEST_TIMEOUT: 1000,\n... | 2025-07-25T14:54:55 |
golang/go | 4fef9f8b5596d42a2997fd8b74185d53fb7d0e43 | 33529db142dab098d4687f99e27e6284c31fa039 | go/types, types2: fix object path for grouped declaration statements
CL 715840 deferred popping from the object path during handling of
grouped declaration statements, which leaves extra objects on the
path since this executes in a loop.
Surprisingly, no test exercised this. This change fixes this small
bug and adds ... | [
{
"path": "src/cmd/compile/internal/types2/decl.go",
"patch": "@@ -876,8 +876,8 @@ func (check *Checker) declStmt(list []syntax.Decl) {\n \t\t\tscopePos := s.Name.Pos()\n \t\t\tcheck.declare(check.scope, s.Name, obj, scopePos)\n \t\t\tcheck.push(obj) // mark as grey\n-\t\t\tdefer check.pop()\n \t\t\tcheck.t... | 2025-11-19T20:10:24 |
facebook/react | 254dc4d9f37eb512d4ee8bad6a0fae7ae491caef | 42a57ea8027de8af55e6f4483c3b9a8f4cba31fb | [compiler][bugfix] Fix hoisting of let declarations (#32724)
(Found when compiling Meta React code)
Let variable declarations and reassignments are currently rewritten to
`StoreLocal <varName>` instructions, which each translates to a new
`const varName` declaration in codegen.
```js
// Example input
function useHoo... | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/ReactiveScopes/PruneHoistedContexts.ts",
"patch": "@@ -5,6 +5,7 @@\n * LICENSE file in the root directory of this source tree.\n */\n \n+import {CompilerError} from '..';\n import {\n DeclarationId,\n InstructionKind,\n@@ -27,14 +28,28 @@ ex... | 2025-03-24T18:30:17 |
electron/electron | a86e44b176f532ff8ae91584bcaeff9b6b8dca44 | abaef13c0b4e4cdbe3b193c6fb47d49e6ba9545c | fix: NODE_OPTIONS parsing for child processes on macOS (#46209)
* fix: NODE_OPTIONS parsing for child processes on macOS
* chore: temporarily disable test
* chore: apply review feedback
* chore: fix build | [
{
"path": "shell/browser/api/electron_api_app.cc",
"patch": "@@ -90,7 +90,10 @@\n \n #if BUILDFLAG(IS_MAC)\n #include <CoreFoundation/CoreFoundation.h>\n+#include \"base/no_destructor.h\"\n+#include \"content/browser/mac_helpers.h\"\n #include \"shell/browser/ui/cocoa/electron_bundle_mover.h\"\n+#include \"... | 2025-03-25T04:01:37 |
golang/go | dc42565a202694731945421c1fd58815f12423b5 | e64023dcbf40af59a637a982cba58ee8272d61c4 | cmd/compile: fix control flow for unsigned divisions proof relations
The continue used to make sense since I first wrote this patch with a loop,
for testing the commutativity of the add.
This was refactored to just try both but I forgot to fix the continue.
Change-Id: I91466a052d5d8ee7193084a71faf69bd27e36d2a
Review... | [
{
"path": "src/cmd/compile/internal/ssa/prove.go",
"patch": "@@ -2503,15 +2503,13 @@ func addLocalFacts(ft *factsTable, b *Block) {\n \t\t\t\txl := ft.limits[x.ID]\n \t\t\t\ty := add.Args[1]\n \t\t\t\tyl := ft.limits[y.ID]\n-\t\t\t\tif unsignedAddOverflows(xl.umax, yl.umax, add.Type) {\n-\t\t\t\t\tcontinue\... | 2025-11-18T00:26:01 |
nodejs/node | 5f3aa57210d111ac5beb949d88d356f071740760 | d5b815c9ea59ef508c19281584f9276b1a4ef178 | benchmark: add --track to benchmark
This option will measure how long the benchmark
takes to run. Example:
```
$ ./node benchmark/run.js --track assert
assert/assertion-error.js
assert/assertion-error.js size=2 n=200: 22,987.24012781365
assert/assertion-error.js size=75 n=200: 296.2362823364434
[740ms] assert/assert... | [
{
"path": "benchmark/run.js",
"patch": "@@ -3,6 +3,7 @@\n const path = require('path');\n const { spawn, fork } = require('node:child_process');\n const CLI = require('./_cli.js');\n+const { styleText } = require('node:util');\n \n const cli = new CLI(`usage: ./node run.js [options] [--] <category> ...\n ... | 2025-07-25T13:22:26 |
vercel/next.js | fd5817d00462f68c56982012fb62fc255816f9bd | 023be2e88aa788cb5b832c48459fe9e5da7f9653 | feat: add --experimental-cpu-prof flag for dev, build, and start (#87946)
## What
Adds a `--experimental-cpu-prof` flag to `next dev`, `next build`, and
`next start` commands to capture V8 CPU profiles for debugging
performance bottlenecks.
## Why
When investigating slow builds, slow dev server startups, or product... | [
{
"path": "docs/01-app/03-api-reference/06-cli/next.mdx",
"patch": "@@ -56,6 +56,7 @@ The following commands are available:\n | `--experimental-https-cert <path>` | Path to a HTTPS certificate file. ... | 2026-01-07T10:24:41 |
facebook/react | c61e75b76d5ff6707ad75c8beb777e721d982207 | 7c908bcf4e6b46135164be961972f0d756378517 | [compiler] Avoid failing builds when import specifiers conflict or shadow vars (#32663)
Avoid failing builds when imported function specifiers conflict by using
babel's `generateUid`. Failing a build is very disruptive, as it usually
presents to developers similar to a javascript parse error.
```js
import {logRender a... | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Gating.ts",
"patch": "@@ -7,8 +7,9 @@\n \n import {NodePath} from '@babel/core';\n import * as t from '@babel/types';\n-import {PluginOptions} from './Options';\n import {CompilerError} from '../CompilerError';\n+import {ProgramContext}... | 2025-03-24T13:31:51 |
rust-lang/rust | 681750bd4606b0142fdf7e4b6013c508506bfb24 | f9ed8c2b1d9673669025fb7ab67e2ee6770a99b8 | add fixmes for f128
also implement sqrt for f128 (using softfloat) and test sqrt for f16 and f128 | [
{
"path": "src/tools/miri/src/intrinsics/math.rs",
"patch": "@@ -192,10 +192,12 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {\n \"powf16\" => pow_intrinsic::<HalfS>(this, args, dest)?,\n \"powf32\" => pow_intrinsic::<SingleS>(this, args, dest)?,\n \"po... | 2026-03-14T15:35:00 |
golang/go | 489d3dafb791df8297f71ecf4e2c3c84ea11f6f2 | 8c41a482f9b7a101404cd0b417ac45abd441e598 | math: switch s390x math.Pow to generic implementation
The s390x assembly implementation of math.Pow incorrectly handles
certain subnormal cases. This change switches the function to use the
generic implementation instead.
Updates #76247
Cq-Include-Trybots: luci.golang.try:gotip-linux-s390x
Change-Id: I794339080d5a7a... | [
{
"path": "src/math/arith_s390x.go",
"patch": "@@ -129,7 +129,7 @@ func archExpm1(x float64) float64\n func expm1TrampolineSetup(x float64) float64\n func expm1Asm(x float64) float64\n \n-const haveArchPow = true\n+const haveArchPow = false\n \n func archPow(x, y float64) float64\n func powTrampolineSetup(x... | 2025-11-14T13:21:37 |
nodejs/node | d5b815c9ea59ef508c19281584f9276b1a4ef178 | f389aae2d0218fe98b9d19b7388ac8286acb0183 | benchmark: small lint fix on _cli.js
PR-URL: https://github.com/nodejs/node/pull/59172
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> | [
{
"path": "benchmark/_cli.js",
"patch": "@@ -140,8 +140,8 @@ CLI.prototype.getCpuCoreSetting = function() {\n const isValid = /^(\\d+(-\\d+)?)(,\\d+(-\\d+)?)*$/.test(value);\n if (!isValid) {\n throw new Error(`\n- Invalid CPUSET format: \"${value}\". Please use a single core number (e.g., \"... | 2025-07-24T17:17:52 |
electron/electron | abaef13c0b4e4cdbe3b193c6fb47d49e6ba9545c | cfd64b5f8983a34723abbdddf82fb6aea6ceb773 | fix: Revert "feat: Corner Smoothing CSS rule" (#46231)
Revert "feat: Corner Smoothing CSS rule (#45185)"
This reverts commit b75e802280b0d8d275b57984c757d188b5934431. | [
{
"path": "docs/README.md",
"patch": "@@ -96,9 +96,8 @@ These individual tutorials expand on topics discussed in the guide above.\n * [Chrome Extensions Support](api/extensions.md)\n * [Breaking API Changes](breaking-changes.md)\n \n-### Custom Web Features:\n+### Custom DOM Elements:\n \n-* [`-electron-cor... | 2025-03-24T19:36:49 |
vercel/next.js | 023be2e88aa788cb5b832c48459fe9e5da7f9653 | be6fcb250e28ba3c40bb12aee45a87541a3eac6f | metadata: use fixed segment in dynamic routes with static metadata files (#88113) | [
{
"path": "crates/next-core/src/app_page_loader_tree.rs",
"patch": "@@ -251,7 +251,7 @@ impl AppPageLoaderTreeBuilder {\n let metadata_route = &*get_metadata_route_name(item.clone().into()).await?;\n writeln!(\n self.loader_tree_code,\n- \"{s} url: fillMetadataSegment... | 2026-01-07T09:55:09 |
rust-lang/rust | a27fdfbf0189c78574293e03dd0c0d82c96b81eb | 798a011ace1c2b5be80767ba1d97a4dff0546f93 | tests/debuginfo/basic-stepping.rs: Remove ignore-aarch64
It works now. | [
{
"path": "tests/debuginfo/basic-stepping.rs",
"patch": "@@ -2,7 +2,6 @@\n //! time works intuitively, e.g. that `next` takes you to the next source line.\n //! Regression test for <https://github.com/rust-lang/rust/issues/33013>.\n \n-//@ ignore-aarch64: Doesn't work yet.\n //@ ignore-loongarch64: Doesn't ... | 2026-03-14T15:31:19 |
facebook/react | febc09b480903bb803455dc38dc130007d3a2e91 | 4a9df08157f001c01b078d259748512211233dcf | [compiler][fix] mutableOnlyIfOperandsAreMutable does not apply when operands are globals (#32695)
Globals, module locals, and other locally defined functions may mutate
their arguments. See test fixtures for details
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed... | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/HIR/Globals.ts",
"patch": "@@ -11,6 +11,7 @@ import {\n BuiltInArrayId,\n BuiltInFireId,\n BuiltInMixedReadonlyId,\n+ BuiltInObjectId,\n BuiltInUseActionStateId,\n BuiltInUseContextHookId,\n BuiltInUseEffectHookId,\n@@ -45,21 +46,17 @... | 2025-03-24T03:07:24 |
golang/go | e912618bd2de2121d6c9fed3473b5e0a47da138c | 2cf9d4b62f167cbef01469d625dabefdd783c0e8 | runtime: add hexdumper
Currently, we have a simple hexdumpWords facility for debugging. It's
useful but pretty limited.
This CL adds a much more configurable and capable "hexdumper". It can
be configured for any word size (including bytes), handles unaligned
data, includes an ASCII dump, and accepts data in multiple ... | [
{
"path": "src/runtime/export_test.go",
"patch": "@@ -2029,3 +2029,36 @@ func (head *ListHeadManual) Pop() unsafe.Pointer {\n func (head *ListHeadManual) Remove(p unsafe.Pointer) {\n \thead.l.remove(p)\n }\n+\n+func Hexdumper(base uintptr, wordBytes int, mark func(addr uintptr, start func()), data ...[]byte... | 2025-06-10T23:19:08 |
electron/electron | cfd64b5f8983a34723abbdddf82fb6aea6ceb773 | cbcd7796100d63640219cdcf21ea033f875b256c | fix: handle OnDelegatedSourceListDismissed asynchronously (#46112)
This fixes a crash with the PipeWire capturer caused by a Chromium
change introduced in
https://chromium-review.googlesource.com/c/chromium/src/+/5783826.
DesktopMediaListBase now calls Refresh(true) after dispatching
DesktopMediaListObserver::OnDeleg... | [
{
"path": "shell/browser/api/electron_api_desktop_capturer.cc",
"patch": "@@ -15,6 +15,7 @@\n #include \"chrome/browser/media/webrtc/desktop_media_list.h\"\n #include \"chrome/browser/media/webrtc/thumbnail_capturer_mac.h\"\n #include \"chrome/browser/media/webrtc/window_icon_util.h\"\n+#include \"content/p... | 2025-03-24T19:09:11 |
nodejs/node | 92095048d1273b96aa1871bbbd68bf55c5004725 | 91a131e81af76b6356e9e150e8a012c86de8257d | benchmark: fix sqlite-is-transaction
The variable deadCodeElimination is declared
but not initialized, making it undefined by default.
When using the &&= operator with an undefined left operand,
the result will always remain undefined regardless of
how many iterations run.
```js
let deadCodeElimination;
deadCodeElimi... | [
{
"path": "benchmark/sqlite/sqlite-is-transaction.js",
"patch": "@@ -16,7 +16,7 @@ function main(conf) {\n }\n \n let i;\n- let deadCodeElimination;\n+ let deadCodeElimination = true;\n \n bench.start();\n for (i = 0; i < conf.n; i += 1)",
"additions": 1,
"deletions": 1,
"language": "J... | 2025-07-24T17:05:56 |
vercel/next.js | ae17e48bbfb1982b787520c1d260d7a1f7acb0fa | 9a1d04fb581fc07e18a5c265690ae8acbd16092c | Update generateMetadata in client component error (#88172)
## What?
Improves the error shown when `generateMetadata` or `metadata` is
exported from a Client Component.
Also updated the documentation to further explain why it can only be
used in a server component and the steps to follow to resolve the error. | [
{
"path": "crates/next-custom-transforms/src/transforms/react_server_components.rs",
"patch": "@@ -334,7 +334,7 @@ fn report_error(app_dir: &Option<PathBuf>, filepath: &str, error_kind: RSCErrorK\n )\n },\n RSCErrorKind::NextRscErrClientMetadataExport((source, span)) => {\n- ... | 2026-01-07T08:45:44 |
rust-lang/rust | 77a20144b57bb9c5c3cf7379f6235822597c573d | 4aa2d6fbf48d830dd6f914fa9558c173e40fbbe0 | Fix overlap edit on tuple to record assist expr uses self
Example
---
```rust
struct T$0(u8);
fn test(t: T) {
T(t.0);
}
```
**Before this PR**
Panic
**After this PR**
```rust
struct T { field1: u8 }
fn test(t: T) {
T { field1: t.field1 };
}
``` | [
{
"path": "src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_named_struct_to_tuple_struct.rs",
"patch": "@@ -1,9 +1,7 @@\n-use std::ops::RangeInclusive;\n-\n use either::Either;\n use ide_db::{defs::Definition, search::FileReference};\n use syntax::{\n- NodeOrToken, SyntaxElement, SyntaxKin... | 2026-03-14T11:59:40 |
facebook/react | 6b1a2c1d81630a5f385c5be0f758365b63d92eae | de4aad5ba693be099b215b5819b5f25d05051a84 | fix(react-compiler): optimize components declared with arrow function and implicit return and `compilationMode: 'infer'` (#31792)
fixes https://github.com/facebook/react/issues/31601
https://github.com/facebook/react/issues/31639 cc @josephsavona | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Program.ts",
"patch": "@@ -1008,31 +1008,39 @@ function callsHooksOrCreatesJsx(\n return invokesHooks || createsJsx;\n }\n \n+function isNonNode(node?: t.Expression | null): boolean {\n+ if (!node) {\n+ return true;\n+ }\n+ swit... | 2025-03-21T23:46:02 |
electron/electron | cbcd7796100d63640219cdcf21ea033f875b256c | b75e802280b0d8d275b57984c757d188b5934431 | build: fixup release builds (#46228) | [
{
"path": ".github/actions/build-electron/action.yml",
"patch": "@@ -185,7 +185,7 @@ runs:\n if: ${{ inputs.is-release == 'true' }}\n run: |\n cd src\n- gn gen out/ffmpeg --args=\"import(\\\"//electron/build/args/ffmpeg.gn\\\") use_remoteexec=true $GN_EXTRA_ARGS\"\n+ e d gn... | 2025-03-24T18:34:57 |
nodejs/node | 91a131e81af76b6356e9e150e8a012c86de8257d | ee36b86ba38773869852a3a44b621c6ae4d7bf65 | doc: fix broken sentence in `URL.parse`
PR-URL: https://github.com/nodejs/node/pull/59164
Refs: https://developer.mozilla.org/en-US/docs/Web/API/URL/parse_static#return_value
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewe... | [
{
"path": "doc/api/url.md",
"patch": "@@ -720,7 +720,7 @@ added: v22.1.0\n \n Parses a string as a URL. If `base` is provided, it will be used as the base\n URL for the purpose of resolving non-absolute `input` URLs. Returns `null`\n-if `input` is not a valid.\n+if the parameters can't be resolved to a vali... | 2025-07-24T11:48:38 |
vercel/next.js | 9a1d04fb581fc07e18a5c265690ae8acbd16092c | 45dba91908a77e442b2e05389aeacf6ed95ceb0f | Turbopack: Update to swc_core v50.2.3 (#87841)
Update to swc_core v50.2.3 to address a parse issue with mdx files that should be fixed by swc-project/swc#11372:
- Fixes #87713
- Internal discussion: https://vercel.slack.com/archives/C04KC8A53T7/p1766716756273609?thread_ts=1766712717.419489&cid=C04KC8A53T7
I'm i... | [
{
"path": "Cargo.lock",
"patch": "@@ -600,9 +600,9 @@ dependencies = [\n \n [[package]]\n name = \"binding_macros\"\n-version = \"47.0.0\"\n+version = \"48.0.0\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"2159cdc2d6045a129534d16e842e63bf46ccd53a04e079dbd89e2d6a243492... | 2026-01-07T05:56:29 |
rust-lang/rust | 4aa2d6fbf48d830dd6f914fa9558c173e40fbbe0 | 31f31ab2fe7e1306a4d52806b654ab3ff8621d25 | Fix field ref in macro for 'convert_tuple_struct_to_named_struct' | [
{
"path": "src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_tuple_struct_to_named_struct.rs",
"patch": "@@ -252,13 +252,15 @@ fn edit_field_references(\n let usages = def.usages(&ctx.sema).all();\n for (file_id, refs) in usages {\n let source = ctx.sema.parse(file_... | 2026-03-14T14:12:50 |
vercel/next.js | 45dba91908a77e442b2e05389aeacf6ed95ceb0f | aa9c71671a15601f11e3842a5473e8a6dacb5c2f | Add maximum size limit for postponed body parsing (#88175)
### What?
Adds a configurable `experimental.maxPostponedStateSize` limit for PPR
postponed state body parsing to prevent OOM/DoS attacks.
### Why?
The postponed state body was read entirely without size limits, creating
a potential denial-of-service vector ... | [
{
"path": "packages/next/errors.json",
"patch": "@@ -973,5 +973,7 @@\n \"972\": \"Failed to resolve pattern \\\"%s\\\": %s\",\n \"973\": \"Server Actions are not enabled for this application. This request might be from an older or newer deployment.\\nRead more: https://nextjs.org/docs/messages/failed-to... | 2026-01-07T05:19:03 |
nodejs/node | 7215d9b37f3ffdff1a068ffeb926f7da62a93771 | 38c2b926afedace78a0be5b48001144c456d3241 | cli: support `${pid}` placeholder in --cpu-prof-name
PR-URL: https://github.com/nodejs/node/pull/59072
Fixes: https://github.com/nodejs/node/issues/57418
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "doc/api/cli.md",
"patch": "@@ -538,13 +538,16 @@ $ ls *.cpuprofile\n CPU.20190409.202950.15293.0.0.cpuprofile\n ```\n \n-If `--cpu-prof-name` is specified, the provided value will be used as-is; patterns such as\n-`${hhmmss}` or `${pid}` are not supported.\n+If `--cpu-prof-name` is specified, the... | 2025-07-24T10:28:18 |
electron/electron | b75e802280b0d8d275b57984c757d188b5934431 | 9ec14b91e7e23f031e7763c95f2bdac4e20a0faf | feat: Corner Smoothing CSS rule (#45185)
* feat: Corner Smoothing
* Patch Blink to add CSS rule and Painting
* Add `system-ui` keyword
* Add `cornerSmoothingCSS` web preference
* Add tests
* Documentation
* fixup! Documentation
* fix: initialize smoothness value
* Use a 1.0 scale factor in tests
* Fix tests f... | [
{
"path": "docs/README.md",
"patch": "@@ -96,8 +96,9 @@ These individual tutorials expand on topics discussed in the guide above.\n * [Chrome Extensions Support](api/extensions.md)\n * [Breaking API Changes](breaking-changes.md)\n \n-### Custom DOM Elements:\n+### Custom Web Features:\n \n+* [`-electron-cor... | 2025-03-24T15:46:12 |
vercel/next.js | aa9c71671a15601f11e3842a5473e8a6dacb5c2f | 744f86c34d9a828b4f38ac952102e3df05999a18 | fix: move conductor.json to repo root for proper detection (#88184)
## What?
Moves `conductor.json` from `.conductor/conductor.json` to the
repository root and updates script paths accordingly.
## Why?
Conductor searches for configuration files in a specific priority order:
1. Workspace root
2. Remote default branc... | [
{
"path": "conductor.json",
"patch": "@@ -2,8 +2,8 @@\n \"name\": \"next.js\",\n \"description\": \"Next.js framework development workspace\",\n \"scripts\": {\n- \"setup\": \"./scripts/setup.sh\",\n- \"run\": \"./scripts/run.sh\"\n+ \"setup\": \"./.conductor/scripts/setup.sh\",\n+ \"run\"... | 2026-01-07T00:55:45 |
electron/electron | 47cf4e7bfdb6593fc9fe30335b436f4869da65e4 | b8150f33db1c5e4880db7066b30258f48a9dea86 | fix: Wayland resizing border (#46155)
* fix: Wayland resizing border
Closes https://github.com/electron/electron/issues/44543
Refs CL:5180720
Fixes an issue where the resizing border didn't work as expected on Wayland windows.
* fix: border insets when fullscreen | [
{
"path": "shell/browser/ui/electron_desktop_window_tree_host_linux.cc",
"patch": "@@ -47,22 +47,28 @@ void ElectronDesktopWindowTreeHostLinux::OnWidgetInitDone() {\n UpdateFrameHints();\n }\n \n+bool ElectronDesktopWindowTreeHostLinux::IsShowingFrame() const {\n+ return !native_window_view_->IsFullscree... | 2025-03-24T11:08:24 |
golang/go | 4d0658bb0871806a8c5551063d1ef1d205916ceb | ba634ca5c7f19105c853db5752cc0f6d3ca76e45 | cmd/compile: prefer fixed registers for values
For this code:
func f() (int, int) {
return 0, 0
}
We currently generate on arm64:
MOVD ZR, R0
MOVD R0, R1
This CL changes that to
MOVD ZR, R0
MOVD ZR, R1
Probably not a big performance difference, but it makes the generated
code clearer.
A followup-is... | [
{
"path": "src/cmd/compile/internal/ssa/regalloc.go",
"patch": "@@ -596,17 +596,18 @@ func (s *regAllocState) allocValToReg(v *Value, mask regMask, nospill bool, pos\n \tvar c *Value\n \tif vi.regs != 0 {\n \t\t// Copy from a register that v is already in.\n-\t\tr2 := pickReg(vi.regs)\n \t\tvar current *Val... | 2025-11-17T23:33:01 |
vercel/next.js | e3908468c8e2a895508656cec8806dd65ba80712 | b1ce6042be0c6b2d1da4b31ad7d56192c64c695c | Fix compile error when running next-custom-transform tests (#83715)
`cargo test -p next-custom-transforms` should work again now | [
{
"path": "crates/next-custom-transforms/Cargo.toml",
"patch": "@@ -72,5 +72,7 @@ remove_console = { workspace = true }\n preset_env_base = { workspace = true }\n \n [dev-dependencies]\n-swc_core = { workspace = true, features = [\"testing_transform\", \"plugin_backend_wasmer\"] }\n testing = { workspace = ... | 2026-01-06T20:20:35 |
facebook/react | daee08562ccf5abf7108b63f274f5ca669ee7dd5 | ab693a926f13cc2c4c4a3ab19d5405471f87236b | [activity] remove ref for now (#32645)
Followup from https://github.com/facebook/react/pull/32499
Manual mode is unused and has some bugs such as revealing hidden
boundaries when manually toggling. We also want to change how manual
mode works, and do some refactors to Activity to make it easier to
support. For now we... | [
{
"path": "packages/react-reconciler/src/ReactFiber.js",
"patch": "@@ -110,10 +110,6 @@ import {\n REACT_ACTIVITY_TYPE,\n } from 'shared/ReactSymbols';\n import {TransitionTracingMarker} from './ReactFiberTracingMarkerComponent';\n-import {\n- detachOffscreenInstance,\n- attachOffscreenInstance,\n-} fro... | 2025-03-21T18:44:02 |
electron/electron | 964090d086ef05acc9a42103d34177395094f76f | e9082ea57a0df6b0e9adf5161857bf99f1d420b8 | fix: ensure `TraverseParent` bails on resource path exit (#46100)
* fix: ensure TraverseParent bails on resource path exit
* Address review changes | [
{
"path": "patches/node/.patches",
"patch": "@@ -47,3 +47,4 @@ chore_add_createexternalizabletwobytestring_to_globals.patch\n feat_add_oom_error_callback_in_node_isolatesettings.patch\n fix_-wnonnull_warning.patch\n refactor_attach_cppgc_heap_on_v8_isolate_creation.patch\n+fix_ensure_traverseparent_bails_on... | 2025-03-24T09:06:59 |
golang/go | 9461db5c5945472b0ba9d3ef75e802bb861f214d | 4004ff3523f03a6e42e60e47b41d8954dfa3a001 | [dev.simd] simd: fix comment in file generator
the comment was accidentally updated in the generated file,
and the update was good. So update the generator, too.
Change-Id: I6a76aa3bdb7fb78378508b95248939567bff69e4
Reviewed-on: https://go-review.googlesource.com/c/go/+/721341
LUCI-TryBot-Result: Go LUCI <golang-scop... | [
{
"path": "src/simd/genfiles.go",
"patch": "@@ -912,6 +912,7 @@ type SIMDLogicalOP uint8\n const (\n \t// boolean simd operations, for reducing expression to VPTERNLOG* instructions\n \t// sloInterior is set for non-root nodes in logical-op expression trees.\n+\t// the operations are even-numbered.\n \tsloI... | 2025-11-17T20:37:47 |
vercel/next.js | b1ce6042be0c6b2d1da4b31ad7d56192c64c695c | 74a4af49006cd06f0be54238ef670a105315618f | add compilation error for taint when not enabled (#88173)
Using `taint` APIs from React without enabling `experimental.taint` will
error at runtime because it needs to bundle experimental React, making
it hard to catch and potentially leading to downtime. This updates our
transform to throw an error if we detect that ... | [
{
"path": "crates/next-core/src/next_shared/transforms/next_react_server_components.rs",
"patch": "@@ -36,11 +36,13 @@ pub async fn get_next_react_server_components_transform_rule(\n let enable_mdx_rs = next_config.mdx_rs().await?.is_some();\n let cache_components_enabled = *next_config.enable_cache... | 2026-01-06T19:57:46 |
nodejs/node | 58b5dc3eb2675e4f0f9807f3b5f5e119cd3e0792 | 6bb08f7f8e4c984eeccbd0692410cd88ebc2b528 | util: respect nested formats in styleText
Co-authored-by: Jordan Harband <ljharb@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/59098
Fixes: https://github.com/nodejs/node/issues/59035
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Moshe Atlo... | [
{
"path": "lib/util.js",
"patch": "@@ -25,6 +25,7 @@ const {\n ArrayIsArray,\n ArrayPrototypePop,\n ArrayPrototypePush,\n+ ArrayPrototypeReduce,\n Error,\n ErrorCaptureStackTrace,\n FunctionPrototypeBind,\n@@ -36,6 +37,8 @@ const {\n ObjectSetPrototypeOf,\n ObjectValues,\n ReflectApply,\n... | 2025-07-23T19:33:51 |
golang/go | 8806d53c106ba9d797a4383b2a49418c509a42c2 | c93766007dbb9c975d2f18b7c741f4804ce911c0 | cmd/link: align sections, not symbols after DWARF compress
After DWARF compression, we recompute the symbol and section
addresses. On Windows, we need to align the sections to
PEFILEALIGN. But the code actually apply the alignment to every
symbol. This works mostly fine as after compression a section
usually contains ... | [
{
"path": "src/cmd/link/internal/ld/dwarf.go",
"patch": "@@ -2507,19 +2507,19 @@ func dwarfcompress(ctxt *Link) {\n \tvar prevSect *sym.Section\n \tfor _, si := range dwarfp {\n \t\tfor _, s := range si.syms {\n-\t\t\tldr.SetSymValue(s, int64(pos))\n \t\t\tsect := ldr.SymSect(s)\n \t\t\tif sect != prevSect ... | 2025-11-17T22:27:21 |
electron/electron | e9082ea57a0df6b0e9adf5161857bf99f1d420b8 | 5623c96dd74acfccee2d2688121c8c1713809b2b | docs: fix capitalization for `InputEvent.modifiers` (#46130) | [
{
"path": "docs/api/structures/input-event.md",
"patch": "@@ -12,6 +12,6 @@\n `pointerDown`, `pointerUp`, `pointerMove`, `pointerRawUpdate`,\n `pointerCancel` or `pointerCausedUaAction`.\n * `modifiers` string[] (optional) - An array of modifiers of the event, can\n- be `shift`, `control`, `ctrl`, `alt... | 2025-03-23T21:38:15 |
facebook/react | e1e740717ba85597f03fd837a36c7bab5803a0d2 | ac799e569d5899c67d72a3e9af5c18b0672eb998 | Force layout before startViewTransition (#32699)
This works around this Safari bug.
https://bugs.webkit.org/show_bug.cgi?id=290146
This unfortunate because it may cause additional layouts if there's more
updates to the tree coming by manual mutation before it gets painted
naturally. However, we might end up wanting t... | [
{
"path": "packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js",
"patch": "@@ -1669,6 +1669,12 @@ function customizeViewTransitionError(\n return error;\n }\n \n+/** @noinline */\n+function forceLayout(ownerDocument: Document) {\n+ // This function exists to trick minifiers to not remove this u... | 2025-03-21T14:05:31 |
nodejs/node | 5e70d836d6f1ea7b24c9e9328bbbda87c54c94a9 | 5fe16bc6bf0ffa685c47b7a521178a8ccec09e64 | deps: update amaro to 1.1.1
PR-URL: https://github.com/nodejs/node/pull/59141
Fixes: https://github.com/nodejs/node/issues/59102
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il> | [
{
"path": "deps/amaro/dist/package.json",
"patch": "@@ -4,7 +4,7 @@\n \"강동윤 <kdy1997.dev@gmail.com>\"\n ],\n \"description\": \"wasm module for swc\",\n- \"version\": \"1.12.1\",\n+ \"version\": \"1.13.1\",\n \"license\": \"Apache-2.0\",\n \"repository\": {\n \"type\": \"git\",",
"addi... | 2025-07-23T12:59:19 |
vercel/next.js | 35a566b383635348f9aada4b385971ed2a32eebc | b983ce479c04c67e1dcc199580186da5a522e50a | [strict-route-types] Ensure cache profiles and routes are type-checked even if .next is excluded (#87768)
Flagged behind `experimental.strictRouteTypes`
This fixes issues where cache profiles where not included or routes not validated if `.next` was excluded to squeeze out every bit of TypeScript performance.
It... | [
{
"path": ".prettierignore",
"patch": "@@ -52,6 +52,8 @@ test/e2e/app-dir/server-source-maps/fixtures/default/internal-pkg/ignored.js\n test/e2e/app-dir/server-source-maps/fixtures/default/internal-pkg/sourcemapped.js\n test/e2e/app-dir/server-source-maps/fixtures/default/external-pkg/sourcemapped.js\n test... | 2026-01-06T15:21:25 |
electron/electron | 6723bfbe327da6b447f7cefed4e02bc9d7a74eea | 603057b198415cec42bb42d1367e38829158b999 | refactor: reduce coupling in `electron::api::Protocol` (#46122)
* refactor: decouple api::Protocol from ElectronBrowserContext
now they do not know about each other
* refactor: make electron::api::ProtocolError private
* refactor: remove unused isolate arg in Protocol constructor
* refactor: use =default for trivi... | [
{
"path": "shell/browser/api/electron_api_protocol.cc",
"patch": "@@ -14,7 +14,6 @@\n #include \"gin/handle.h\"\n #include \"gin/object_template_builder.h\"\n #include \"shell/browser/browser.h\"\n-#include \"shell/browser/electron_browser_context.h\"\n #include \"shell/browser/protocol_registry.h\"\n #incl... | 2025-03-21T12:33:25 |
golang/go | c93766007dbb9c975d2f18b7c741f4804ce911c0 | 9859b436430aac382b337964a1b380bc4bfcda70 | runtime: do not print recovered when double panic with the same value
Show the "[recovered, repanicked]" message only when it is repanicked
after recovered. For the duplicated panics that not recovered, do not
show this message.
Fixes #76099
Change-Id: I87282022ebe44c6f6efbe3239218be4a2a7b1104
Reviewed-on: https://g... | [
{
"path": "src/runtime/crash_test.go",
"patch": "@@ -413,6 +413,15 @@ func TestRepanickedPanicSandwich(t *testing.T) {\n \t}\n }\n \n+func TestDoublePanicWithSameValue(t *testing.T) {\n+\toutput := runTestProg(t, \"testprog\", \"DoublePanicWithSameValue\")\n+\twant := `panic: message\n+`\n+\tif !strings.Has... | 2025-10-29T05:11:48 |
rust-lang/rust | 7a698be60580b1e9d68620e4ca3a8517eed654f5 | 3a352497c3ac93654abaa8a376fc14ac448bbfa2 | min,max: Add tests for signaling NaNs and update documentation
We do handle signaling NaNs properly, with the exception of raising
exceptions as IEEE 754 requires. Add tests to this effect for
`fmin`, `fminimum`, `fminimum_num`, and the max variants. | [
{
"path": "library/compiler-builtins/libm/src/math/fmin_fmax.rs",
"patch": "@@ -77,9 +77,12 @@ pub fn fmaxf128(x: f128, y: f128) -> f128 {\n #[cfg(test)]\n mod tests {\n use super::*;\n+ use crate::support::hex_float::Hexi;\n use crate::support::{Float, Hexf};\n \n fn fmin_spec_test<F: Float>... | 2026-03-06T00:11:20 |
facebook/react | 0962f684a066df4fd2a7db7489cb1984799ad674 | b88898605427d1e6bb665d7c9261a9be180e5abd | [compiler][bugfix] Don't insert hook guards in retry pipeline (#32665)
Fixing bug from https://github.com/facebook/react/pull/32164 -- prior to
this PR, we inserted hook guards even for functions that bailed out of
compilation. | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Program.ts",
"patch": "@@ -451,6 +451,12 @@ export function compileProgram(\n pass.code,\n ),\n };\n+ if (\n+ !compileResult.compiledFn.hasFireRewrite &&\n+ !compileResult.compiledF... | 2025-03-20T21:25:08 |
nodejs/node | 97dbb79c8bde342dbd7877e5c58d69b939ec4192 | 96c507aa27329fc0dfa09589aca3b2a52a75f3d6 | doc: add Aditi-1400 to collaborators
Fixes: https://github.com/nodejs/node/issues/59064
PR-URL: https://github.com/nodejs/node/pull/59157
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> | [
{
"path": "README.md",
"patch": "@@ -289,6 +289,8 @@ For information about the governance of the Node.js project, see\n **Abdirahim Musse** <<abdirahim.musse@ibm.com>>\n * [addaleax](https://github.com/addaleax) -\n **Anna Henningsen** <<anna@addaleax.net>> (she/her)\n+* [Aditi-1400](https://github.com/... | 2025-07-22T07:42:38 |
electron/electron | 603057b198415cec42bb42d1367e38829158b999 | 9ccc63d6821f948d4b320eeca9b8110468963452 | fix: remove `File.path` from types (#46005) | [
{
"path": "docs/api/web-utils.md",
"patch": "@@ -16,7 +16,7 @@ Returns `string` - The file system path that this `File` object points to. In th\n \n This method superseded the previous augmentation to the `File` object with the `path` property. An example is included below.\n \n-```js\n+```js @ts-nocheck\n... | 2025-03-21T07:40:49 |
golang/go | 9859b436430aac382b337964a1b380bc4bfcda70 | b9ef0633f6117c74fabcd7247a76b4feb86df086 | cmd/asm,cmd/compile,cmd/internal/obj/riscv: use compressed instructions on riscv64
Make use of compressed instructions on riscv64 - add a compress
pass to the end of the assembler, which replaces non-compressed
instructions with compressed alternatives if possible.
Provide a `compressinstructions` compiler and assemb... | [
{
"path": "src/cmd/asm/internal/flags/flags.go",
"patch": "@@ -29,8 +29,9 @@ var (\n )\n \n var DebugFlags struct {\n-\tMayMoreStack string `help:\"call named function before all stack growth checks\"`\n-\tPCTab string `help:\"print named pc-value table\\nOne of: pctospadj, pctofile, pctoline, pctoin... | 2025-09-25T19:05:49 |
rust-lang/rust | 24d86b5f2b69665d6b6c0868239e37da221f2e19 | 620e36a8d1fc2f9e5694ce83c2631877651a962c | Fix rust build failure for vxworks | [
{
"path": "library/std/build.rs",
"patch": "@@ -79,4 +79,28 @@ fn main() {\n println!(\"cargo:rustc-cfg=backtrace_in_libstd\");\n \n println!(\"cargo:rustc-env=STD_ENV_ARCH={}\", env::var(\"CARGO_CFG_TARGET_ARCH\").unwrap());\n+\n+ println!(\"cargo:rustc-check-cfg=cfg(vxworks_lt_25_09)\");\n+\n+ ... | 2026-03-03T06:35:43 |
facebook/react | 5f4c5c920fb454f6b8375bdcd4045eaa82e70928 | 112224d8d24b127efa1e680403cca2289c1a261b | [compiler] Validate static components
React uses function identity to determine whether a given JSX expression represents the same type of component and should reconcile (keep state, update props) or replace (teardown state, create a new instance). This PR adds off-by-default validation to check that developers are no... | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Pipeline.ts",
"patch": "@@ -102,6 +102,7 @@ import {optimizePropsMethodCalls} from '../Optimization/OptimizePropsMethodCalls\n import {transformFire} from '../Transform';\n import {validateNoImpureFunctionsInRender} from '../Validation/... | 2025-03-20T18:02:02 |
nodejs/node | 3983ef6e0dcc3793ec016076927e59cb9d42db1d | 0d14c954f9e774ff13263e9e1ffe3e115f695ed2 | doc: fix typo in writing-test.md
Corrects the misspelling of "optimial" to "optimal".
PR-URL: https://github.com/nodejs/node/pull/59123
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.... | [
{
"path": "doc/contributing/writing-tests.md",
"patch": "@@ -24,7 +24,7 @@ See [directory structure overview][] for outline of existing test and locations.\n \n ## How to write a good test\n \n-A good test should be written in a style that is optimial for debugging\n+A good test should be written in a style... | 2025-07-21T11:17:30 |
vercel/next.js | 79040a318d29641eb3d96a5a47c92a5f8506e826 | 4cd3ca26d71fc7904ea7030ee8355071efc9502d | [strict-route-types] Don't reject `number` in `config.api.bodyParser.sizeLimit` when validating route (#87633)
Not flagged behind `experimental.strictRouteTypes`. This is just a bug fix.
Got revealed once we typechecked routes in pure Pages Router apps e.g.
```
.next/types/validator.ts:76:11
Type error: Type 'ty... | [
{
"path": "packages/next/src/server/lib/router-utils/typegen.ts",
"patch": "@@ -574,7 +574,7 @@ export function generateValidatorFile(\n default: (req: any, res: any) => ReturnType<NextApiHandler>\n config?: {\n api?: {\n- bodyParser?: boolean | { sizeLimit?: string }\n+ bodyParser?: boole... | 2026-01-06T11:46:43 |
electron/electron | 9ccc63d6821f948d4b320eeca9b8110468963452 | 4d7161f36edacf8d708bc3cb73099db378508bd7 | fix: add missing `cpp_heap` to Node.js worker `CreateParams` (#46104) | [
{
"path": "patches/node/refactor_attach_cppgc_heap_on_v8_isolate_creation.patch",
"patch": "@@ -165,10 +165,20 @@ index 4119ac1b002681d39711eac810ca2fcc2702ffc7..790347056cde949ffe6cf8498a7eca0c\n \n ExitCode NodeMainInstance::Run() {\n diff --git a/src/node_worker.cc b/src/node_worker.cc\n-index 1fc37749... | 2025-03-21T07:40:28 |
golang/go | b9ef0633f6117c74fabcd7247a76b4feb86df086 | a087dea8692eee879e8226b70eb691dea7758b0b | cmd/internal/sys,internal/goarch,runtime: enable the use of compressed instructions on riscv64
Enable the use of compressed instructions on riscv64 by reducing
the PC quantum to two bytes and reducing the minimum instruction
length to two bytes. Change gostartcall on riscv64 to land at
two times the PC quantum into go... | [
{
"path": "src/cmd/internal/obj/riscv/obj.go",
"patch": "@@ -4799,10 +4799,17 @@ func assemble(ctxt *obj.Link, cursym *obj.LSym, newprog obj.ProgAlloc) {\n \t\t\tv := pcAlignPadLength(p.Pc, alignedValue)\n \t\t\toffset := p.Pc\n \t\t\tfor ; v >= 4; v -= 4 {\n-\t\t\t\t// NOP\n-\t\t\t\tcursym.WriteBytes(ctxt,... | 2023-08-27T09:35:33 |
facebook/react | 87d7e4c55be7fea5efd1e567d52e943ad5d3133d | 3bcf8c23debf0c0c746ed11801fa1fe64dfb0159 | [ci] Fail on cache miss (#32686)
Since we use a centralized cache we should fail subsequent steps if the
child jobs are unable to restore the cache from the first 2 jobs.
Also fix some incorrect hashes used for the fixture tests.
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com)... | [
{
"path": ".github/workflows/runtime_build_and_test.yml",
"patch": "@@ -147,6 +147,7 @@ jobs:\n path: |\n **/node_modules\n key: runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}\n+ fail-on-cache-miss: true\n - name: Ensu... | 2025-03-20T16:22:06 |
rust-lang/rust | 31f31ab2fe7e1306a4d52806b654ab3ff8621d25 | c34e7ffda7356c37945e5e56e7372c0d5d1bf1bc | Fix overlap edit on record to tuple assist uses self
Example
---
```rust
struct $0Foo { field1: u32 }
impl Foo {
fn clone(&self) -> Self {
Self { field1: self.field1 }
}
}
```
**Before this PR**
Panic
**After this PR**
```rust
struct Foo(u32);
impl Foo {
fn clone(&self) -> Self {
Self(s... | [
{
"path": "src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_named_struct_to_tuple_struct.rs",
"patch": "@@ -3,12 +3,13 @@ use std::ops::RangeInclusive;\n use either::Either;\n use ide_db::{defs::Definition, search::FileReference};\n use syntax::{\n- SyntaxElement, SyntaxKind, SyntaxNode, T... | 2026-03-11T10:33:28 |
nodejs/node | 0d14c954f9e774ff13263e9e1ffe3e115f695ed2 | 3b5a5f243a7969ad9abb8c0e1d7d21204504a040 | doc: add new environment variables doc page
add a new doc page for environment variables, this would be the
one-stop place for all evnrioment variables informations (often
referring to other doc pages)
the main purpose of this page would also to provide a standard
Node.js specification for `.env` files
PR-URL: https... | [
{
"path": "doc/api/cli.md",
"patch": "@@ -842,7 +842,7 @@ node --entry-url 'file.ts?query#hash'\n node --entry-url 'data:text/javascript,console.log(\"Hello\")'\n ```\n \n-### `--env-file-if-exists=config`\n+### `--env-file-if-exists=file`\n \n <!-- YAML\n added: v22.9.0\n@@ -853,7 +853,7 @@ added: v22.9.0\... | 2025-07-20T20:53:54 |
vercel/next.js | 4cd3ca26d71fc7904ea7030ee8355071efc9502d | a39366938a9bb669ef775404b3547a876ec2f0d4 | perf: improve stats action reliability and reduce CI noise (#87945)
## Summary
Comprehensive improvements to the PR stats action for more reliable benchmarks and reduced CI noise.
### Vercel KV Integration
- Add `@vercel/kv` for historical data persistence
- Track metrics over time with `loadHistory()` / `saveToHist... | [
{
"path": ".github/actions/next-stats-action/action.yml",
"patch": "@@ -0,0 +1,10 @@\n+name: 'Next.js PR Stats'\n+description: 'Compare PR stats with canary'\n+inputs:\n+ bundler:\n+ description: 'Bundler to benchmark (webpack|turbopack|both)'\n+ default: 'both'\n+ required: false\n+runs:\n+ usin... | 2026-01-06T11:36:41 |
electron/electron | 86cc9f626f90eaa4df5fb916ba6706f825687517 | 09a3bcf0f03a86bc9caa7c4b5e7770e5f3306a5c | fix: APNS token ids are lowercase ASCII (#46101) | [
{
"path": "docs/api/push-notifications.md",
"patch": "@@ -46,4 +46,7 @@ See: https://developer.apple.com/documentation/appkit/nsapplication/1428476-regi\n ### `pushNotifications.unregisterForAPNSNotifications()` _macOS_\n \n Unregisters the app from notifications received from APNS.\n+\n+Apps unregistered t... | 2025-03-20T06:57:50 |
facebook/react | ff8f6f21f756c81fba284557357eb6e6ce765149 | 19176e3c08dd67879fa134c9de172fcd53df841a | [ci] Fix Will commit these changes www step (#32681)
Unlike the fbsource version of the step, www doesn't add any changes so
the `force` input doesn't actually work | [
{
"path": ".github/workflows/runtime_commit_artifacts.yml",
"patch": "@@ -246,8 +246,8 @@ jobs:\n - name: Will commit these changes\n if: inputs.force == true || steps.check_should_commit.outputs.should_commit == 'true'\n run: |\n- echo \":\"\n- git status -u\n+ ... | 2025-03-19T22:13:06 |
golang/go | a087dea8692eee879e8226b70eb691dea7758b0b | e1a12c781f55da85a30fd63471f8adcba908acd2 | debug/elf: sync new loong64 relocation types up to LoongArch ELF psABI v20250521
Add several new relocation types defined in newer versions of LoongArch
ELF psABI v20250521, part of the v2.40 spec bundle. The new relocations
are seeing increased adoption because distributions are moving to newer
GNU/LLVM toolchain ver... | [
{
"path": "api/next/75562.txt",
"patch": "@@ -0,0 +1,38 @@\n+pkg debug/elf, const R_LARCH_TLS_DESC32 = 13 #75562\n+pkg debug/elf, const R_LARCH_TLS_DESC32 R_LARCH #75562\n+pkg debug/elf, const R_LARCH_TLS_DESC64 = 14 #75562\n+pkg debug/elf, const R_LARCH_TLS_DESC64 R_LARCH #75562\n+pkg debug/elf, const R_LA... | 2025-09-13T07:57:12 |
nodejs/node | 29626f8fb84316815a97367d5cf2dac8bd2ca830 | bf2384f224ad6f7d7fe7c6ce410b9fb9134c6887 | test: update `startCLI` to set `--port=0` by default
update the `startCLI` debugging testing utility to set by default
the port to use to `0` (i.e. a random port)
PR-URL: https://github.com/nodejs/node/pull/59042
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> | [
{
"path": "test/common/debugger.js",
"patch": "@@ -20,10 +20,14 @@ function isPreBreak(output) {\n return /Break on start/.test(output) && /1 \\(function \\(exports/.test(output);\n }\n \n-function startCLI(args, flags = [], spawnOpts = {}) {\n+function startCLI(args, flags = [], spawnOpts = {}, opts = { ... | 2025-07-20T17:37:28 |
vercel/next.js | a39366938a9bb669ef775404b3547a876ec2f0d4 | 502a3d1f9648a276fce797c2940895129cb35ea7 | chore: add dev boot profiling and benchmark scripts (#87940)
## Summary
Development scripts for profiling and benchmarking Next.js dev server boot time.
### Benchmarking Scripts
- `benchmark-boot-time.sh` - Wall-clock benchmarking with two metrics:
- **Listen time**: When TCP port accepts connections
- **Ready t... | [
{
"path": "scripts/analyze-dev-server-bundle.js",
"patch": "@@ -0,0 +1,142 @@\n+#!/usr/bin/env node\n+/**\n+ * Dev Server Bundle Analyzer\n+ *\n+ * Generates a bundle analyzer report for the dev server bundle.\n+ *\n+ * Usage:\n+ * node scripts/analyze-bundle.js [options]\n+ *\n+ * Options:\n+ * --open ... | 2026-01-06T11:18:01 |
electron/electron | 09a3bcf0f03a86bc9caa7c4b5e7770e5f3306a5c | bf64967b68f28eef913383d104b869a3203cc257 | fix: `webContents.print()` crash on Linux (#46087) | [
{
"path": "shell/browser/feature_list.cc",
"patch": "@@ -27,6 +27,10 @@\n #include \"pdf/pdf_features.h\"\n #endif\n \n+#if BUILDFLAG(IS_LINUX)\n+#include \"printing/printing_features.h\"\n+#endif\n+\n namespace electron {\n \n void InitializeFeatureList() {\n@@ -56,6 +60,14 @@ void InitializeFeatureList() ... | 2025-03-20T05:41:00 |
facebook/react | 19176e3c08dd67879fa134c9de172fcd53df841a | d16c26da40c96704e24b43832d2f7057f586c415 | [ci] Use correct revision for Meta builds (#32680)
There was a bug previously in our commit artifacts step where the
emitted REVISION hash would reference the commit on the builds branch
rather than from `main`.
Given that our internal manual sync script also does this, let's align
them both to always reference the c... | [
{
"path": ".github/workflows/runtime_commit_artifacts.yml",
"patch": "@@ -151,9 +151,9 @@ jobs:\n ls -R ./compiled-rn\n - name: Add REVISION files\n run: |\n- echo ${{ github.sha }} >> ./compiled/facebook-www/REVISION\n+ echo ${{ inputs.commit_sha || github.event.wo... | 2025-03-19T21:24:43 |
golang/go | 6caab99026a496107e903469d8c906be66a71896 | eda2e8c683798e435e725f60f0bb580eb4aa9686 | runtime: relax TestMemoryLimit on darwin a bit more
Add 8MB more. Covers most of the failures watchflakes has seen.
Fixes #73136
Change-Id: I593c599a9519b8b31ed0f401d4157d27ac692587
Reviewed-on: https://go-review.googlesource.com/c/go/+/708617
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gser... | [
{
"path": "src/runtime/testdata/testprog/gc.go",
"patch": "@@ -396,7 +396,7 @@ func gcMemoryLimit(gcPercent int) {\n \t\t// should do considerably better than this bound.\n \t\tbound := int64(myLimit + 16<<20)\n \t\tif runtime.GOOS == \"darwin\" {\n-\t\t\tbound += 16 << 20 // Be more lax on Darwin, see issu... | 2025-10-02T20:09:03 |
nodejs/node | bf2384f224ad6f7d7fe7c6ce410b9fb9134c6887 | ab694d566138586e9a7b41e80896e86e404eefda | fs: fix return value of fs APIs
PR-URL: https://github.com/nodejs/node/pull/58996
Fixes: https://github.com/nodejs/node/issues/58747
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Jason Zhang <xzha4350@gmail.com>
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> | [
{
"path": "src/node_file-inl.h",
"patch": "@@ -287,21 +287,27 @@ FSReqBase* GetReqWrap(const v8::FunctionCallbackInfo<v8::Value>& args,\n int index,\n bool use_bigint) {\n v8::Local<v8::Value> value = args[index];\n+ FSReqBase* result = nullptr;\n if (value->... | 2025-07-20T06:51:26 |
vercel/next.js | 502a3d1f9648a276fce797c2940895129cb35ea7 | 0f2bbc9a2d07adbcfa5ec1ebe22e3e2f61a2a63a | [strict-route-types] Switch to `satisfies` when validating page and route modules (#87398)
Reverts https://github.com/vercel/next.js/pull/83239 flagged behind `experimental.strictRouteTypes`.
Makes the error messages a bit friendlier since we no longer need these `__*` helper types which made it harder to grok what... | [
{
"path": "packages/next/src/server/lib/router-utils/typegen.ts",
"patch": "@@ -688,18 +688,12 @@ export function generateValidatorFileStrict(\n ? `${type}<${JSON.stringify(route)}>`\n : type\n \n- // NOTE: we previously used `satisfies` here, but it's not supported by TypeScr... | 2026-01-06T10:18:20 |
electron/electron | e4d660af86b95254b8b49de948923d4e1f4769f6 | 2efd75e2cad222b60b6b0d6a431587a49cf9d6c0 | docs: fix code example in breaking-changes.md (#46093) | [
{
"path": "docs/breaking-changes.md",
"patch": "@@ -22,7 +22,7 @@ rejection occurs instead of crashing the process.\n To restore the previous behavior, you can use:\n \n ```js\n-process.on('uncaughtException', () => {\n+process.on('unhandledRejection', () => {\n process.exit(1)\n })\n ```",
"additions... | 2025-03-19T10:20:22 |
facebook/react | d16c26da40c96704e24b43832d2f7057f586c415 | a8c155cab91d4a33d06a904bfc23aadacfba8383 | [ci] Specify if-no-files-found on actions/upload-artifact@v4 (#32679)
Defaults to warn, but since some steps require these artifacts to be
uploaded we specify an error if its not found. Some other steps like
playwright test-results are only uploaded on failure so it's okay to
ignore.
---
[//]: # (BEGIN SAPLING FOOTER)... | [
{
"path": ".github/workflows/compiler_playground.yml",
"patch": "@@ -50,3 +50,4 @@ jobs:\n with:\n name: test-results\n path: compiler/apps/playground/test-results\n+ if-no-files-found: ignore",
"additions": 1,
"deletions": 0,
"language": "YAML"
},
{
... | 2025-03-19T21:22:40 |
nodejs/node | ab694d566138586e9a7b41e80896e86e404eefda | c8d5b394e44733aa3938eba01c73a3c0665d82e3 | src,test: fix config file parsing for flags defaulted to true
PR-URL: https://github.com/nodejs/node/pull/59110
Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
R... | [
{
"path": "src/node_config_file.cc",
"patch": "@@ -55,6 +55,10 @@ ParseResult ConfigReader::ProcessOptionValue(\n if (result) {\n // If the value is true, we need to set the flag\n output->push_back(option_name);\n+ } else {\n+ // Ensure negation is made putting the \"--no-... | 2025-07-20T04:47:16 |
electron/electron | dcbab692c08822602c51e7e12de9f96c5dfead49 | 71f3ff6bf289745c74d48cf54c254120a70804b4 | test: fix `app.dock` for corrected type (#46110)
test: fix app.dock for corrected type | [
{
"path": "spec/api-app-spec.ts",
"patch": "@@ -1668,19 +1668,19 @@ describe('app module', () => {\n \n ifdescribe(process.platform === 'darwin')('dock APIs', () => {\n after(async () => {\n- await app.dock.show();\n+ await app.dock?.show();\n });\n \n describe('dock.setMenu', () => ... | 2025-03-18T21:44:39 |
golang/go | 934dbcea1a806c198a7870b1808fb8e41b568984 | e4d94842207a7f29fb473ecece2acdc5a2a207f7 | [dev.simd] simd: update CPU feature APIs
This CL also updates the internal uses of these APIs.
This CL also fixed a instable output issue left by previous CLs.
Change-Id: Ibc38361d35e2af0c4943a48578f3c610b74ed14d
Reviewed-on: https://go-review.googlesource.com/c/go/+/720020
Reviewed-by: Cherry Mui <cherryyz@google.c... | [
{
"path": "src/simd/_gen/simdgen/gen_simdTypes.go",
"patch": "@@ -146,21 +146,25 @@ type {{.Name}} struct {\n const simdFeaturesTemplate = `\n import \"internal/cpu\"\n \n+type X86Features struct {}\n+\n+var X86 X86Features\n+\n {{range .}}\n {{- if eq .Feature \"AVX512\"}}\n-// Has{{.Feature}} returns whet... | 2025-11-12T19:56:09 |
vercel/next.js | 0f2bbc9a2d07adbcfa5ec1ebe22e3e2f61a2a63a | b7e4c6a0118628ffc6b2a563e07a07cdc8714f73 | [strict-route-types] Enforce common React Component return types in App Router (#87389)
Flagged behind `experimental.strictRouteTypes`.
Most notably this disallows `void`. We generally treat `void` as "forgot to add return" in React e.g.
```tsx
async function Page() {
<div />;
}
```
which is a common begin... | [
{
"path": "packages/next/src/server/lib/router-utils/typegen.ts",
"patch": "@@ -739,7 +739,7 @@ export function generateValidatorFileStrict(\n \n if (appPageValidations) {\n typeDefinitions += `type AppPageConfig<Route extends AppRoutes = AppRoutes> = {\n- default: React.ComponentType<PageProps<Route... | 2026-01-06T09:56:19 |
facebook/react | ada8bbbd6aa76bc472863589128833e30cacaef3 | e9c3b27b4b86c5030df96d8a1e4228b5341164b0 | [eslint-plugin-react-compiler] Fix type error with recommended config (#32666)
## Summary
In the recommended configuration for `eslint-plugin-react-compiler`,
i.e. `reactCompiler.configs.recommended`, the rule is typed as `string`
rather than `eslint.Linter.RuleEntry` or anything assignable thereto,
which results in ... | [
{
"path": "compiler/packages/eslint-plugin-react-compiler/src/index.ts",
"patch": "@@ -25,7 +25,7 @@ const configs = {\n },\n },\n rules: {\n- 'react-compiler/react-compiler': 'error',\n+ 'react-compiler/react-compiler': 'error' as const,\n },\n },\n };",
"additions": 1,
... | 2025-03-19T18:58:08 |
nodejs/node | c8d5b394e44733aa3938eba01c73a3c0665d82e3 | 35e599b3d0c25442e0b15c4e45a5b9cf59f6489e | repl: handle errors from getters during completion
PR-URL: https://github.com/nodejs/node/pull/59044
Reviewed-By: Dario Piotrowicz <dario.piotrowicz@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "lib/repl.js",
"patch": "@@ -1837,7 +1837,7 @@ function includesProxiesOrGetters(expr, exprStr, evalFn, ctx, callback) {\n if (astProp.type === 'Literal') {\n // We have something like `obj['foo'].x` where `x` is the literal\n \n- if (isProxy(obj[astProp.value])) {\n+ if (safeI... | 2025-07-19T12:32:19 |
electron/electron | 71f3ff6bf289745c74d48cf54c254120a70804b4 | ff0a14a7c63bb913da67f3d8660eac32bf29dd92 | docs: fix types of `app.dock` (#46073) | [
{
"path": "docs/api/app.md",
"patch": "@@ -1559,8 +1559,8 @@ command line arguments that Chromium uses.\n \n ### `app.dock` _macOS_ _Readonly_\n \n-A [`Dock`](./dock.md) `| undefined` object that allows you to perform actions on your app icon in the user's\n-dock on macOS.\n+A `Dock | undefined` property ([... | 2025-03-18T12:14:08 |
vercel/next.js | b7e4c6a0118628ffc6b2a563e07a07cdc8714f73 | 6ae1e1b3f4e40f4d5aa807273616429b8fd3c8a5 | Turbopack: transpile CHUNK_SUFFIX (#88128)
This automatically transpiles this code with the browserslist config, since it's in the runtime as opposed to a generated snippet
[swc minifies this to the same output](https://play.swc.rs/?version=1.15.8&code=H4sIAAAAAAAAA919bVfcRrLwd35Fh%2BTcmbEHDTix14GLWYzxLolt%2FABe7z0... | [
{
"path": "turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/runtime/base/runtime-base.ts",
"patch": "@@ -1,6 +1,6 @@\n /**\n * This file contains runtime types and functions that are shared between all\n- * Turbopack *development* ECMAScript runtimes.\n+ * Turbopack *browser* ECMAScript runtime... | 2026-01-06T09:45:21 |
golang/go | e4d94842207a7f29fb473ecece2acdc5a2a207f7 | d7a0c45642fef106b5443aa16937fd4bffb51d12 | [dev.simd] cmd/compile: fix unstable output
This CL fixed an error left by CL 718160.
Change-Id: I442ea59bc1ff0dda2914d1858dd5ebe93e2818dc
Reviewed-on: https://go-review.googlesource.com/c/go/+/720281
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <d... | [
{
"path": "src/cmd/compile/internal/amd64/simdssa.go",
"patch": "@@ -42,32 +42,50 @@ func ssaGenSIMDValue(s *ssagen.State, v *ssa.Value) bool {\n \t\tssa.OpAMD64VPBROADCASTW512,\n \t\tssa.OpAMD64VPBROADCASTD512,\n \t\tssa.OpAMD64VPBROADCASTQ512,\n-\t\tssa.OpAMD64VPMOVWB128,\n+\t\tssa.OpAMD64VPMOVWB128_128,\... | 2025-11-13T17:07:16 |
facebook/react | c2a196174763e0b4f16ed1c512ed4442b062395e | 6584a6eec488a7a155fe2231874aecf178b07a9a | Minor Fixes to View Transition Fixture (#32664)
Follow up to #32656.
Remove touchAction from SwipeRecognizer. I was under the wrong
impression that this was only the touch-action applied to this
particular element, but that parents would still win but in fact this
blocks the parent from scrolling in the other directi... | [
{
"path": "fixtures/view-transition/src/components/Chrome.css",
"patch": "@@ -7,3 +7,10 @@ body {\n padding: 0;\n font-family: sans-serif;\n }\n+\n+::view-transition-group(*),\n+::view-transition-image-pair(*),\n+::view-transition-old(*),\n+::view-transition-new(*) {\n+ pointer-events: none;\n+}",
... | 2025-03-18T23:20:34 |
rust-lang/rust | 9a91c4f3b798f3f90ef2841dfe192241b9b8430a | d347767ebdd4f57625b3b8725d41d0b7086af574 | TB comment typo fixes | [
{
"path": "src/tools/miri/src/borrow_tracker/tree_borrows/wildcard.rs",
"patch": "@@ -50,8 +50,8 @@ impl WildcardAccessRelatedness {\n }\n }\n \n-/// Caches information about where in the tree exposed nodes with permission to do reads/ rites are\n-/// located. [`ExposedCache`] stores this information a ... | 2026-03-14T08:39:32 |
golang/go | 8e734ec954ed25e4c41e7d5a6f59ed1c1072ea83 | 592775ec7d8bbc99ee0a1ada56c4490c855f9385 | go/ast: fix BasicLit.End position for raw strings containing \r
This CL causes the parser to record in a new field, BasicLit.EndPos,
the actual end position of each literal token, and to use it in
BasicLit.End. Previously, the End was computed heuristically as
Pos + len(Value). This heuristic is incorrect for a multil... | [
{
"path": "api/next/76031.txt",
"patch": "@@ -0,0 +1 @@\n+pkg go/ast, type BasicLit struct, ValueEnd token.Pos #76031",
"additions": 1,
"deletions": 0,
"language": "Plain Text"
},
{
"path": "doc/next/6-stdlib/99-minor/go/ast/76031.md",
"patch": "@@ -0,0 +1,5 @@\n+The new [BasicLit.Va... | 2025-11-12T22:13:40 |
electron/electron | bea7d618f1916d196e0a68c05f17a7ada286056f | 4ad20ccb396a3354d99b8843426bece2b28228bf | fix: warning in file picker UI (#46067) | [
{
"path": "shell/browser/file_system_access/file_system_access_permission_context.cc",
"patch": "@@ -825,13 +825,7 @@ std::u16string FileSystemAccessPermissionContext::GetPickerTitle(\n ? IDS_FILE_SYSTEM_ACCESS_CHOOSER_OPEN_WRITABLE_DIRECTORY_TITLE\n : IDS_FILE_SYSTEM_ACCESS_CHOO... | 2025-03-17T01:49:15 |
vercel/next.js | 5cddef4fd4227a8eddc8f300c7bfb5c887801158 | 7c40cde272761107b7b95fcdec75c3095ee6a337 | Turbopack: fix order of breadth first edges (#88117)
### What?
It's a VecDeque and we are calling pop_front() so we don't want to reverse the roots | [
{
"path": "turbopack/crates/turbo-tasks/src/graph/adjacency_map.rs",
"patch": "@@ -136,12 +136,7 @@ where\n pub fn into_breadth_first_edges(self) -> IntoBreadthFirstEdges<T, E> {\n IntoBreadthFirstEdges {\n adjacency_map: self.adjacency_map,\n- queue: self\n- ... | 2026-01-06T06:22:31 |
nodejs/node | 062e8b5a741b10239195b9385b1ef10e648ddbd5 | 0629a175c0fae2d98aae0042a0bac1bbfa536015 | worker: add web locks api
PR-URL: https://github.com/nodejs/node/pull/58666
Fixes: https://github.com/nodejs/node/pull/36502
Refs: https://w3c.github.io/web-locks
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Revie... | [
{
"path": "doc/api/globals.md",
"patch": "@@ -768,6 +768,55 @@ consisting of the runtime name and major version number.\n console.log(`The user-agent is ${navigator.userAgent}`); // Prints \"Node.js/21\"\n ```\n \n+### `navigator.locks`\n+\n+<!-- YAML\n+added: REPLACEME\n+-->\n+\n+> Stability: 1 - Experimen... | 2025-05-29T22:57:31 |
facebook/react | 6584a6eec488a7a155fe2231874aecf178b07a9a | 86d5ac0882305c5bbff0fd7b40385e7d50d0d2b4 | [compiler] Hoist dependencies from functions more conservatively (#32616)
Alternative to facebook/react#31584 which sets
enableTreatFunctionDepsAsConditional:true` by default.
This PR changes dependency hoisting to be more conservative while trying
to preserve an optimal "happy path". We assume that a function "is
li... | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/HIR/CollectHoistablePropertyLoads.ts",
"patch": "@@ -13,11 +13,13 @@ import {\n BlockId,\n DependencyPathEntry,\n GeneratedSource,\n+ getHookKind,\n HIRFunction,\n Identifier,\n IdentifierId,\n InstructionId,\n InstructionValue,\n... | 2025-03-18T22:00:08 |
golang/go | 590cf18dafcad9f39a3bf2ecf9f1b7578471eff8 | c12c33709923907348837e8131122ec4c45d2c83 | crypto/mlkem/mlkemtest: add derandomized Encapsulate768/1024
Fixes #73627
Change-Id: I6a6a69649927e9b1cdff910832084fdc04ff5bc2
Reviewed-on: https://go-review.googlesource.com/c/go/+/703795
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Filippo Valsorda <filippo@... | [
{
"path": "api/next/73627.txt",
"patch": "@@ -0,0 +1,2 @@\n+pkg crypto/mlkem/mlkemtest, func Encapsulate1024(*mlkem.EncapsulationKey1024, []uint8) ([]uint8, []uint8, error) #73627\n+pkg crypto/mlkem/mlkemtest, func Encapsulate768(*mlkem.EncapsulationKey768, []uint8) ([]uint8, []uint8, error) #73627",
"a... | 2025-09-05T17:37:45 |
electron/electron | 2d8a5476921a8681c9d678578da917a369d4621f | 5f0603ed2863d7cb1327efa6e704cba91edf68d0 | build: fix compound bash conditional in patchup (#46047) | [
{
"path": ".github/actions/checkout/action.yml",
"patch": "@@ -99,7 +99,7 @@ runs:\n fi\n \n ELECTRON_USE_THREE_WAY_MERGE_FOR_PATCHES=1 e d gclient sync --with_branch_heads --with_tags -vv\n- if [ \"${{ inputs.is-release }}\" != \"true\" && -n \"${{ env.PATCH_UP_APP_CREDS }}\" ]; then\n+ ... | 2025-03-15T08:57:59 |
facebook/react | 86d5ac0882305c5bbff0fd7b40385e7d50d0d2b4 | 476f53879e80d4ee976ed036a0e8986126fa3117 | Revert "Fix:- Improve HOC support and state preservation in React Refresh" (#32214)
Reverts facebook/react#30660
I don’t feel confident in the approach. This part of code is supposed to
rely on the module bundler behaving as expected. _Maybe_ this is correct
but I need to review it closer — it was intentionally _not_... | [
{
"path": "packages/react-refresh/src/ReactFreshRuntime.js",
"patch": "@@ -146,21 +146,6 @@ function canPreserveStateBetween(prevType: any, nextType: any) {\n if (isReactClass(prevType) || isReactClass(nextType)) {\n return false;\n }\n-\n- if (typeof prevType !== typeof nextType) {\n- return fa... | 2025-03-18T19:05:56 |
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.