repo stringclasses 15
values | fix_commit stringlengths 40 40 | buggy_commit stringlengths 40 40 | message stringlengths 3 64.3k | files listlengths 1 300 | timestamp timestamp[s]date 2013-03-13 20:45:00 2026-04-11 07:48:46 |
|---|---|---|---|---|---|
golang/go | 01b795bc4c6ea54648c60ade6691ad306c0405d3 | 370513491ab89fe25afb8a4864c409a3dff836b1 | log/syslog: document that this package no longer works after macOS 12.0
Per https://developer.apple.com/documentation/os/logging, Apple's syslog
no longer uses the legacy syslog and Apple System Logger (ASL) APIs
as of macOS 12.X (Monterey), 13.X (Ventura) and thus this package no
longer works and no longer listens on... | [
{
"path": "src/log/syslog/doc.go",
"patch": "@@ -22,3 +22,8 @@ package syslog\n // see https://golang.org/issue/1108.\n \n // BUG(akumar): This package is not implemented on Plan 9.\n+\n+// BUG(odeke-em): As of Darwin's macOS 12.X (Monterey), Apple's syslog daemon no\n+// longer listens on a UNIX domain soc... | 2025-12-25T07:35:27 |
nodejs/node | a327288cc6747cf5e07656a1c45fe2f19e0926ae | 3bb0135783bbbb9b25ac44be8dc24c36ca254a09 | doc: correct description of `error.stack` accessor behavior
PR-URL: https://github.com/nodejs/node/pull/61090
Refs: https://github.com/nodejs/node/issues/60862
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com> | [
{
"path": "doc/api/errors.md",
"patch": "@@ -379,13 +379,17 @@ The location information will be one of:\n represents a call in a user program (using ES module system), or\n its dependencies.\n \n-The string representing the stack trace is lazily generated when the\n-`error.stack` property is **accessed*... | 2026-01-09T04:12:19 |
facebook/react | 26b177bc5e1d287c60c50fc1e185b2fb398488a0 | 056a586928fe1b6186d3693743ac7019ce39cb7b | [eprh] Fix `recommended` config for flat config compatibility (#34700)
Previously, the `recommended` config used the legacy ESLint format
(plugins as an array of strings). This causes errors when used with
ESLint v9's `defineConfig()` helper. This was following [eslint's own
docs](https://eslint.org/docs/latest/extend... | [
{
"path": "fixtures/eslint-v6/.eslintrc.json",
"patch": "@@ -1,14 +1,11 @@\n {\n \"root\": true,\n- \"extends\": [\"plugin:react-hooks/recommended-legacy\"],\n+ \"extends\": [\"plugin:react-hooks/recommended-latest-legacy\"],\n \"parserOptions\": {\n \"ecmaVersion\": 2020,\n \"sourceType\": \"... | 2025-10-02T22:52:52 |
vercel/next.js | ce14ca88a4e04e1b72021f9b10425ba497acc1b4 | ac86a613cf288015c8ae97e170d080c35da1d899 | Reimplement code frame rendering in native code (#85592)
## What
Replaces the `@babel/code-frame` dependency with a new Rust-based implementation (`next-code-[frame](https://github.com/arthurprs/qfilter/pull/20#issuecomment-3986882055)` crate) for rendering code frames in error messages.
### Why
- **Crash fix**: `@... | [
{
"path": "Cargo.lock",
"patch": "@@ -3448,16 +3448,16 @@ dependencies = [\n \n [[package]]\n name = \"insta\"\n-version = \"1.41.1\"\n+version = \"1.46.3\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"7e9ffc4d4892617c50a928c52b2961cb5174b6fc6ebf252b2fac9d21955c48b8\"\... | 2026-03-03T12:59:11 |
golang/go | 370513491ab89fe25afb8a4864c409a3dff836b1 | 0bd25dc875a3157974c06ba8d4fb33f95ac2dfdd | internal/profile: fix error message casing for function ID not found
Go convention: error messages should not be capitalized
Change-Id: I021f54791b7c12ffffa7106532a33cd0ee2e9377
GitHub-Last-Rev: dfa6e0ff5212deb105c747ed80041eff5efc4447
GitHub-Pull-Request: golang/go#77013
Reviewed-on: https://go-review.googlesource.c... | [
{
"path": "src/internal/profile/encode.go",
"patch": "@@ -232,7 +232,7 @@ func (p *Profile) postDecode() error {\n \t\t\tif id := ln.functionIDX; id != 0 {\n \t\t\t\tl.Line[i].Function = functions[id]\n \t\t\t\tif l.Line[i].Function == nil {\n-\t\t\t\t\treturn fmt.Errorf(\"Function ID %d not found\", id)\n+... | 2025-12-27T14:26:09 |
nodejs/node | 61d0a9580d3a53f6e7ae2b7acc0f3041007fa45c | a18f8c169352dd8a452df9fd4de9319cc2bd329a | doc: fix filename typo
PR-URL: https://github.com/nodejs/node/pull/61297
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Gireesh Punathil <gpunath... | [
{
"path": "doc/contributing/managing-social-media-accounts.md",
"patch": "@@ -41,7 +41,7 @@ delegated to the Foundation Staff.\n \n No project members have access to the Facebook account.\n \n-## Linkedin\n+## LinkedIn\n \n Day to day management of the LinkedIn account has been\n delegated to the Foundation... | 2026-01-08T17:55:01 |
electron/electron | 1b2679b3150478054280fa1afb3a9223fd8dae87 | 15acf7076015cf226d60f5584cc234dad36b541d | fix: revert os_crypt async cookie provider implementation (#49382)
* Revert "fix: provide explicit cookie encryption provider for cookie encryption (#49348)"
This reverts commit 95f097a392dbdfd7c0e38a7d55bf14dad92de1fd.
* Revert "fix: fix cookie encryption provider loading on Windows and Linux (#49371)"
This revert... | [
{
"path": "BUILD.gn",
"patch": "@@ -465,8 +465,6 @@ source_set(\"electron_lib\") {\n \"//components/os_crypt/async/browser\",\n \"//components/os_crypt/async/browser:key_provider_interface\",\n \"//components/os_crypt/sync\",\n- \"//components/password_manager/core/browser:password_switches\"... | 2026-01-14T08:34:00 |
vercel/next.js | ac86a613cf288015c8ae97e170d080c35da1d899 | 01d75f69b5c9ee1019736a8c14ba715bfab2895f | Refactor extractExportedConstValue to return { value } | null instead of throwing (#90510)
## Summary
Refactors `extractExportedConstValue` and the internal `extractValue` function to use return values instead of exception-based control flow, improving performance during build analysis.
### Commit 1: Refactor `extra... | [
{
"path": "packages/next/src/build/analysis/extract-const-value.ts",
"patch": "@@ -16,8 +16,6 @@ import type {\n VariableDeclaration,\n } from '@swc/core'\n \n-export class NoSuchDeclarationError extends Error {}\n-\n function isExportDeclaration(node: Node): node is ExportDeclaration {\n return node.ty... | 2026-03-03T12:06:25 |
golang/go | bdd4c38ce3c568efaf274281c40ecc6288c655a6 | 5e6a6840ae64c60a14d4c027720af5d82710e39f | runtime/cgo: fix setg_gcc call on aix/ppc64
aix/ppc64 uses function descriptors instead of function pointers. CL 708235 assumed the latter, which caused a crash when calling setg_gcc.
Fix the call by dereferencing the function descriptor to get the entry
point and TOC.
Tested using gomote, as LUCI builders still don... | [
{
"path": "src/runtime/cgo/gcc_aix_ppc64.S",
"patch": "@@ -40,8 +40,11 @@ crosscall1:\n \tmr\t30, 5\n \n \t// Call setg_gcc(g)\n+\t// Function pointers are function descriptors.\n+\t// Dereference setg_gcc to get the entry point and TOC.\n \tmr\t3, 5 // arg g\n-\tmr\t12, 4 // setg_gcc\n+\tld\t12, 0... | 2026-02-23T09:56:29 |
facebook/react | 056a586928fe1b6186d3693743ac7019ce39cb7b | 5cc3d49f72a9e78cce61f7fbfc1b7455f313cebe | [fixtures] Update eslint fixture lockfiles (#34699)
Updates the eslint fixture lockfiles.
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull/34699).
* #34703
* #34700
* __->__ #34699
* #34675 | [
{
"path": "fixtures/eslint-v6/yarn.lock",
"patch": "@@ -2,15 +2,7 @@\n # yarn lockfile v1\n \n \n-\"@ampproject/remapping@^2.2.0\":\n- version \"2.3.0\"\n- resolved \"https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4\"\n- integrity sha512-30... | 2025-10-02T22:42:43 |
nodejs/node | 2030fd345bc43748f0986ab8c72bc03d043c60b5 | d050aa87e81973f2422eeb55d4926cf01def8020 | doc: fix typos and grammar in `BUILDING.md` & `onboarding.md`
PR-URL: https://github.com/nodejs/node/pull/61267
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
R... | [
{
"path": "BUILDING.md",
"patch": "@@ -635,7 +635,7 @@ on Linux, you can try [Docker](https://www.docker.com/products/docker-desktop/)\n (using an image like `gengjiawen/node-build:2020-02-14`).\n \n The `--debug` is not necessary and will slow down build and testing, but it can\n-show clear stacktrace if A... | 2026-01-06T08:52:15 |
electron/electron | 0e4ee9f03a301557b500bd6d7b33321b89b6f3c9 | ae94cefdba1cac0e311c7ced8f71fcc1d4b74a8c | fix: fix cookie encryption provider loading on Windows and Linux (#49371)
* fix: support cookie encryption provider cross-platform
* fix: add async macos key provider | [
{
"path": "BUILD.gn",
"patch": "@@ -465,6 +465,8 @@ source_set(\"electron_lib\") {\n \"//components/os_crypt/async/browser\",\n \"//components/os_crypt/async/browser:key_provider_interface\",\n \"//components/os_crypt/sync\",\n+ \"//components/password_manager/core/browser:password_switches\"... | 2026-01-13T03:39:29 |
golang/go | e1e73b316c6b67ebbd55542b01f5581db62046d5 | ca94cf12479f2a2c065215218f6a3f5fc7bfe1f4 | runtime: printquoted: fix decoderune call
go.dev/cl/742305 had a stale signature for decoderune, which was updated
in go.dev/cl/725101 (converting an argument and return value from int to
uint).
Add appropriate conversions.
Change-Id: Ia4e5bcbab4275d5a988c9dce552cd7590474b995
Reviewed-on: https://go-review.googlesou... | [
{
"path": "src/runtime/print.go",
"patch": "@@ -217,7 +217,7 @@ func printquoted(s string) {\n \t\t\tcontinue\n \t\tcase runeError:\n \t\t\t// Distinguish errors from a valid encoding of U+FFFD.\n-\t\t\tif _, j := decoderune(s, i); j == i+1 {\n+\t\t\tif _, j := decoderune(s, uint(i)); j == uint(i+1) {\n \t\... | 2026-02-24T00:42:32 |
vercel/next.js | 01d75f69b5c9ee1019736a8c14ba715bfab2895f | de1add253901ab3a7bbcfe09bfeac2a79f4d39c7 | Fix missing const generic parameter in turbo-persistence lookup call (#90817)
### What?
Fix a compilation error in `turbo-persistence` test code where the
`StaticSortedFile::lookup` call was missing the required `FIND_ALL`
const generic parameter.
### Why?
After the `FIND_ALL: bool` const generic was added to
`Stat... | [
{
"path": "turbopack/crates/turbo-persistence/src/static_sorted_file_builder.rs",
"patch": "@@ -1658,7 +1658,7 @@ mod tests {\n let sst = open_sst(dir, seq, meta).unwrap();\n let kc = make_cache();\n let vc = make_cache();\n- match sst.lookup(entries[0].hash, &entries[0].key, ... | 2026-03-03T11:49:59 |
facebook/react | df3562dc7f4ac7a5e60e76e8fec285890ef60639 | b56907db515ea518b7c30015d2c5d5641df35942 | Fix DevTools regression tests (#34696) | [
{
"path": "packages/react-devtools-shared/src/__tests__/preprocessData-test.js",
"patch": "@@ -850,6 +850,7 @@ describe('Timeline profiler', () => {\n `);\n });\n \n+ // @reactVersion >= 19.1\n // @reactVersion < 19.2\n it('should process a sample createRoot render sequence', ... | 2025-10-02T19:52:50 |
nodejs/node | 77c2b5383417459a5096a571ccceed5b2b8e5279 | 6218d14505668002ece19dd91b3349e4d3967759 | build: expose libplatform symbols in shared libnode
This requires setting BUILDING_V8_PLATFORM_SHARED to expose the
public symbols since we build with hidden visibility by default.
PR-URL: https://github.com/nodejs/node/pull/61144
Fixes: https://github.com/nodejs/node/issues/61102
Reviewed-By: Michaël Zasso <targos@p... | [
{
"path": "node.gypi",
"patch": "@@ -50,9 +50,11 @@\n 'defines': [\n 'USING_UV_SHARED',\n 'USING_V8_SHARED',\n+ 'USING_V8_PLATFORM_SHARED',\n 'BUILDING_NODE_EXTENSION'\n ],\n 'defines!': [\n+ 'BUILDING_V8_PLATFORM_SHARED... | 2026-01-05T13:08:06 |
golang/go | 215a070a049ce449480ca6948e7fafdeb7b16920 | 54ebdf61517436a15f3119d1c117cf367a483ad2 | net/smtp: prevent test failures due to expired test certificate
The current localhostCert used for testing seems to have its expiry date
mistakenly set to Mar 18 19:27:54 2026 GMT.
To prevent test failures, use fixed time in tests. Also, regenerate the
certificate so we can fix the time to UNIX epoch (the current
cer... | [
{
"path": "src/net/smtp/smtp_test.go",
"patch": "@@ -1125,6 +1125,7 @@ func init() {\n \ttestRootCAs.AppendCertsFromPEM(localhostCert)\n \ttestHookStartTLS = func(config *tls.Config) {\n \t\tconfig.RootCAs = testRootCAs\n+\t\tconfig.Time = func() time.Time { return time.Unix(0, 0) }\n \t}\n }\n \n@@ -1138,5... | 2026-02-10T22:17:19 |
rust-lang/rust | dae0c011084c7877b47dda1e7514fa7685c94e9a | fda6d37bb88ee12fd50fa54d15859f1f91b74f55 | Tweak wording of E0275 WF errors
Modify the main error message to read better:
```
error[E0275]: overflow evaluating whether `&'a mut Bar` is well-formed
``` | [
{
"path": "compiler/rustc_trait_selection/src/error_reporting/traits/overflow.rs",
"patch": "@@ -99,6 +99,15 @@ impl<'a, 'tcx> TypeErrCtxt<'a, 'tcx> {\n \"overflow assigning `{a}` to `{b}`\",\n )\n }\n+ ty::PredicateK... | 2026-03-29T18:25:55 |
electron/electron | ae94cefdba1cac0e311c7ced8f71fcc1d4b74a8c | 409c29b12b1ce4d4f9a3ce86327ff378f737ff4f | refactor: add static `ReplyChannel::SendError()` helper (#49338)
* refactor: add static void ReplyChannel::SendError()
* refactor: use static SendError() instead of instantiating a temporary
* refactor: remove non-static version of SendError()
* refactor: remove redundant callback-is-non-null checks | [
{
"path": "shell/browser/electron_api_ipc_handler_impl.cc",
"patch": "@@ -140,31 +140,25 @@ gin_helper::internal::Event* ElectronApiIPCHandlerImpl::MakeIPCEvent(\n bool internal,\n electron::mojom::ElectronApiIPC::InvokeCallback callback) {\n if (!session) {\n- if (callback) {\n- // We mus... | 2026-01-12T23:02:58 |
nodejs/node | 6218d14505668002ece19dd91b3349e4d3967759 | 088e63842a82f3531220613f1bec60b789f67a11 | build: fix inconsistent quoting in `Makefile`
PR-URL: https://github.com/nodejs/node/pull/60511
Reviewed-By: Aviv Keller <me@aviv.sh> | [
{
"path": "Makefile",
"patch": "@@ -17,7 +17,7 @@ endif\n ARCHTYPE := $(shell uname -m | tr '[:upper:]' '[:lower:]')\n COVTESTS ?= test-cov\n COV_SKIP_TESTS ?= core_line_numbers.js,testFinalizer.js,test_function/test.js\n-GTEST_FILTER ?= \"*\"\n+GTEST_FILTER ?= *\n GNUMAKEFLAGS += --no-print-directory\n GCO... | 2026-01-04T20:11:43 |
golang/go | 54ebdf61517436a15f3119d1c117cf367a483ad2 | 04772f022a1cb19f2596fa241ecc24bcb7f4dce5 | cmd/compile: fix a typo in startRegs drop condition
Fix startRegs drop condition: it used `== 1` instead of `!= 0`, causing the
startRegs optimization to only work for register R0. This left unnecessary
register bits in startRegs, resulting in extra shuffle-generated
OpLoadReg operations on merge edges.
The practical... | [
{
"path": "src/cmd/compile/internal/ssa/regalloc.go",
"patch": "@@ -507,7 +507,7 @@ func (s *regAllocState) allocReg(mask regMask, v *Value) register {\n \t// and now then there is no reason to even request it on entry. We can\n \t// drop from startRegs in that case.\n \tif s.usedSinceBlockStart&(regMask(1)... | 2026-02-14T07:38:17 |
vercel/next.js | ea56922a398e4dc682c0a3aeddaeefa42c747f12 | 82db94494ad41bec61b97ff7a95a6707745a3434 | turbo-persistence: add CRC32 block checksums (#90754)
### What?
Add a 4-byte CRC32 checksum to every block in turbo-persistence SST
files.
### Why?
Detect on-disk cache corruption early with a clear error message, rather
than silently returning wrong data or hitting confusing LZ4
decompression failures.
### How?
... | [
{
"path": "Cargo.lock",
"patch": "@@ -9431,6 +9431,7 @@ dependencies = [\n \"bitfield\",\n \"byteorder\",\n \"codspeed-criterion-compat\",\n+ \"crc32fast\",\n \"dashmap 6.1.0\",\n \"either\",\n \"jiff\",",
"additions": 1,
"deletions": 0,
"language": "Unknown"
},
{
"path": "Cargo.to... | 2026-03-03T11:00:56 |
rust-lang/rust | 3ce8cfbc58a7cbd0cc01e4c4cc63d269fe8e59d4 | 584d32e3ee7a2051c9ec1338d259ed8ef16380ca | emit error on `#[track_caller]` with `extern fn`
such a function implicitly uses `extern "C" | [
{
"path": "compiler/rustc_ast_passes/src/ast_validation.rs",
"patch": "@@ -1679,19 +1679,28 @@ impl<'a> Visitor<'a> for AstValidator<'a> {\n self.check_item_safety(span, safety);\n }\n \n- if let FnKind::Fn(ctxt, _, fun) = fk\n- && let Extern::Explicit(str_lit, extern_a... | 2026-03-29T16:14:53 |
facebook/react | 70b52beca64aeac447a6cf57cfe1fda0691435c1 | 4a28227960202539f329338f62d33973e76b32d8 | [compiler] `@enablePreserveExistingMemoizationGuarantees` on by default (#34689)
This enables `@enablePreserveExistingMemoizationGuarantees` by default.
As of the previous PR (#34503), this mode now enables the following
behaviors:
- Treating variables referenced within a `useMemo()` or `useCallback()`
as "frozen" (i... | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/HIR/Environment.ts",
"patch": "@@ -210,7 +210,7 @@ export const EnvironmentConfigSchema = z.object({\n * that if a useEffect or useCallback references a function value, that function value will be\n * considered frozen, and in turn all of it... | 2025-10-02T17:25:00 |
electron/electron | cf2e283332657ee4ec103263deb92f67108882e1 | d6a6312fc8f31901e4a93cc0934ac65880db1b52 | fix: clang-tidy warnings, pt. 1 (#49083)
* fix: google-readability-casting warning about the uint32_t cast
* fix: modernize-use-equals-default warnings
* fix: readability-redundant-member-init warning
* fix: modernize-make-unique warnings
* fix: modernize-use-emplace
warning: use emplace_back instead of push_back... | [
{
"path": "shell/browser/api/electron_api_global_shortcut.cc",
"patch": "@@ -52,7 +52,7 @@ namespace electron::api {\n gin::DeprecatedWrapperInfo GlobalShortcut::kWrapperInfo = {\n gin::kEmbedderNativeGin};\n \n-GlobalShortcut::GlobalShortcut() {}\n+GlobalShortcut::GlobalShortcut() = default;\n \n Globa... | 2026-01-10T06:57:38 |
nodejs/node | 650f51fe457e2daab3d6be0434b9f93ec7a05275 | 282d30e526cb0c3ceb7e1720858f61bf6ba7d2cf | doc: add reusePort error behavior to net module
PR-URL: https://github.com/nodejs/node/pull/61250
Fixes: https://github.com/nodejs/node/issues/61018
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinc... | [
{
"path": "doc/api/dgram.md",
"patch": "@@ -951,7 +951,7 @@ changes:\n port, even if another process has already bound a socket on it. Incoming\n datagrams are distributed to listening sockets. The option is available\n only on some platforms, such as Linux 3.9+, DragonFlyBSD 3.6+, FreeBSD 12.0+... | 2026-01-04T02:13:31 |
facebook/react | a757cb76671863071cf3672401ce1cbdcf040a85 | d74f061b6908e4841b2eb09c296ca4658dbdd38e | Fix DevTools fixture crash due to usage of renamed APIs (#34682) | [
{
"path": "packages/react-devtools-shell/src/app/InspectableElements/UseEffectEvent.js",
"patch": "@@ -1,6 +1,8 @@\n import * as React from 'react';\n \n-const {experimental_useEffectEvent, useState, useEffect} = React;\n+const {useState, useEffect} = React;\n+const useEffectEvent =\n+ React.useEffectEvent... | 2025-10-02T12:43:02 |
golang/go | 4e693d1ec52c86b262ac23f0d6cee6b60fef4fb0 | 9697bd96bcc98cbe201d0f57033d9f2dab66b9f6 | go/token: add File.String method
It returns a brief, unspecified, human-readable description
of the File.
+ test, doc, relnote
Fixes #76285
Change-Id: I8b0705cf20eaac095bc9dfba7f1181774544f02c
Reviewed-on: https://go-review.googlesource.com/c/go/+/743280
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accou... | [
{
"path": "api/next/76285.txt",
"patch": "@@ -0,0 +1 @@\n+pkg go/token, method (*File) String() string #76285",
"additions": 1,
"deletions": 0,
"language": "Plain Text"
},
{
"path": "doc/next/6-stdlib/99-minor/go/token/76285.md",
"patch": "@@ -0,0 +1 @@\n+[File] now has a String meth... | 2026-02-09T15:33:22 |
vercel/next.js | 5fa40c806cad62d55da0aa24f9e548eb0392d836 | cfd5d5db0f3fc79b17da5b2fedbc732bd3a1ca1f | exempt data URL CSS from Pages Router global CSS restriction (#89901)
### What?
Skip the Pages Router global CSS restriction for `data:` URL imports
(similar to app router and mixed app/pages router)
### Why?
`data:text/css` should work the same no matter if pages router, app
router or mixed router usage
### How?
... | [
{
"path": "crates/next-api/src/module_graph.rs",
"patch": "@@ -846,9 +846,12 @@ async fn validate_pages_css_imports_individual(\n candidates\n .into_iter()\n .map(async |issue| {\n+ let path = issue.module.ident().path().await?;\n // We allow imports of global CSS ... | 2026-03-03T10:17:30 |
electron/electron | 95f097a392dbdfd7c0e38a7d55bf14dad92de1fd | b38075551489bfb496f2a0df90154240399219d7 | fix: provide explicit cookie encryption provider for cookie encryption (#49348)
fix: provide explicit cookie encryption provider
Fixes 6996667: Reland "Port net::CookieCryptoDelegate to os_crypt async" | https://chromium-review.googlesource.com/c/chromium/src/+/6996667 | [
{
"path": "shell/browser/net/network_context_service.cc",
"patch": "@@ -14,6 +14,7 @@\n #include \"net/http/http_util.h\"\n #include \"net/net_buildflags.h\"\n #include \"services/network/network_service.h\"\n+#include \"services/network/public/cpp/cookie_encryption_provider_impl.h\"\n #include \"services/n... | 2026-01-09T19:53:58 |
nodejs/node | 3518af036c7446e91a34f89811a3f4b7199bb5ba | 012bf70908fafcbdf8d5c819e346c32b80f7aea4 | process: improve process.cwd() error message
PR-URL: https://github.com/nodejs/node/pull/61164
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: theanarkh <theratliter@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net> | [
{
"path": "src/node_process_methods.cc",
"patch": "@@ -163,9 +163,17 @@ static void Cwd(const FunctionCallbackInfo<Value>& args) {\n size_t cwd_len = sizeof(buf);\n int err = uv_cwd(buf, &cwd_len);\n if (err) {\n- return env->ThrowUVException(err, \"uv_cwd\");\n+ std::string err_msg =\n+ ... | 2026-01-02T11:40:16 |
facebook/react | d74f061b6908e4841b2eb09c296ca4658dbdd38e | f7254efc5c43ebae57afa32a52d4653878ef23d0 | [Fiber] Clean up ViewTransition when it fails to start (#34676)
The View Transition docs were unclear about this but apparently the
`finished` promise never settles if the animation never started. So if
there's an error that rejects the `ready` promise, we'll never run the
clean up which can cause it to stall.
Fixes ... | [
{
"path": "packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js",
"patch": "@@ -2279,6 +2279,11 @@ export function startViewTransition(\n spawnedWorkCallback();\n };\n const handleError = (error: mixed) => {\n+ // $FlowFixMe[prop-missing]\n+ if (ownerDocument.__reactViewTran... | 2025-10-02T01:58:13 |
golang/go | 6435bf46c17dccb2eb5f7bab7dd8aa4972252b21 | 439a82ad25e9549d0cc330075ae160f7a9ba69f8 | cmd/compile: pointer-shaped types are SSAable even if lots of 0-sized fields
Normally we don't SSA-ify variables with types that have more than
4 fields. But we really do want to SSA-ify them if they are pointer
shaped.
An odd case, but the compiler shouldn't barf on them.
Failure probably started with CL 714421.
F... | [
{
"path": "src/cmd/compile/internal/ssa/decompose.go",
"patch": "@@ -363,20 +363,20 @@ func decomposeUserPhi(v *Value) {\n func decomposeStructPhi(v *Value) {\n \tt := v.Type\n \tn := t.NumFields()\n-\tvar fields [MaxStruct]*Value\n+\tfields := make([]*Value, 0, MaxStruct)\n \tfor i := 0; i < n; i++ {\n-\t\... | 2026-02-11T01:44:08 |
electron/electron | 3985daa81c4da5b29c8a7fb8cc52144afc7f999d | 5901d8a6d8bf019bf8b535cb8ffe18860bdf3ad3 | chore: improvements to script/run-clang-tidy.ts (#49335)
* chore: disable color output for clang-tidy in CI
* chore: small QoL improvements to run-clang-tidy.ts
* chore: add --fix option to script/run-clang-tidy.ts | [
{
"path": "script/run-clang-tidy.ts",
"patch": "@@ -114,11 +114,14 @@ async function runClangTidy (\n outDir: string,\n filenames: string[],\n checks: string = '',\n- jobs: number = 1\n+ jobs: number = 1,\n+ fix: boolean = false\n ): Promise<boolean> {\n const cmd = path.resolve(LLVM_BIN, 'clang-... | 2026-01-09T06:05:44 |
vercel/next.js | 11823f8471cec98a093fd3af6d4193838da0b667 | 872c01b5e6f42b725e5626ab5bd5ff42608c2ad8 | Add support for multi-valued tables (#89728)
## What
Add support for multi-valued tables in `turbo-persistence`.
A multi-valued table allows multiple distinct values to be associated
with a single key. Each family is independently configured as
`SingleValue` (existing behavior) or `MultiValue` via the new
`FamilyKin... | [
{
"path": "turbopack/crates/turbo-persistence-tools/src/main.rs",
"patch": "@@ -3,7 +3,7 @@\n use std::path::PathBuf;\n \n use anyhow::{Context, Result, bail};\n-use turbo_persistence::{MetaFileEntryInfo, SerialScheduler, TurboPersistence};\n+use turbo_persistence::{DbConfig, MetaFileEntryInfo, SerialSchedu... | 2026-03-03T09:18:07 |
nodejs/node | 012bf70908fafcbdf8d5c819e346c32b80f7aea4 | 0457bfee2c25987570e3dca2ebe07332de7d0795 | process: optimize asyncHandledRejections by using FixedQueue
PR-URL: https://github.com/nodejs/node/pull/60854
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Ilyas Shabi <ilyasshabi94@gmail.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> | [
{
"path": "benchmark/process/handled-rejections.js",
"patch": "@@ -0,0 +1,43 @@\n+'use strict';\n+\n+const common = require('../common.js');\n+\n+// Benchmarks the throughput of processing many promise rejections that are\n+// initially unhandled, get warned, and then handled asynchronously, exercising\n+//... | 2026-01-02T11:40:05 |
golang/go | 439a82ad25e9549d0cc330075ae160f7a9ba69f8 | 841fafcd583b37ba316a66fc388f966a5be8de80 | cmd/compile: add flag for emitting diagnostics unsorted
The prove pass uses warnings with locations that are sorted before they
are emitted. When debugging on level 3, this sorting can obscure which
log lines happened before each other, obscuring the flow of control.
This gets doubly confusing when debugging issues th... | [
{
"path": "src/cmd/compile/internal/base/flag.go",
"patch": "@@ -78,6 +78,7 @@ type CmdFlags struct {\n \tLowerR CountFlag \"help:\\\"debug generated wrappers\\\"\"\n \tLowerT bool \"help:\\\"enable tracing for debugging the compiler\\\"\"\n \tLowerW CountFlag \"help:\\\"debug type checking\\\"\"\n+... | 2026-02-05T13:42:00 |
electron/electron | a1f0ef80d419e57a7f00defaa43e42a60b95024b | c1a031be83a61d7de116fe4a8d326bd16cb1afc6 | chore: bump chromium to 145.0.7616.0 (main) (#49279)
* chore: bump chromium in DEPS to 145.0.7605.0
* chore: bump chromium in DEPS to 145.0.7606.0
* chore: bump chromium in DEPS to 145.0.7608.0
* chore: update patches
* chore: bump chromium in DEPS to 145.0.7610.0
* chore: update patches
* [InputVizard] Fix miss... | [
{
"path": "DEPS",
"patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '145.0.7604.0',\n+ '145.0.7616.0',\n 'node_version':\n 'v24.11.1',\n 'nan_version':",
"additions": 1,
"deletions": 1,
"language": "Unknown"
},
{
"path": "patche... | 2026-01-05T18:34:36 |
facebook/react | f7254efc5c43ebae57afa32a52d4653878ef23d0 | 79ca5ae8557e903f225c9ae61fa4db981ac87dfa | [playground] Persist open tabs on compiler error (#34673)
This change allows it so that tabs that were open before a compiler
error are automatically opened again when the error is resolved. Quality
of life change for those especially working with the advanced view of
the playground.
https://github.com/user-attachme... | [
{
"path": "compiler/apps/playground/components/AccordionWindow.tsx",
"patch": "@@ -23,6 +23,7 @@ export default function AccordionWindow(props: {\n tabsOpen: Set<string>;\n setTabsOpen: (newTab: Set<string>) => void;\n changedPasses: Set<string>;\n+ isFailure: boolean;\n }): React.ReactElement {\n ... | 2025-10-02T01:26:16 |
vercel/next.js | 872c01b5e6f42b725e5626ab5bd5ff42608c2ad8 | 420b72b697ca22bc5d2b81e45bc616393571d1b7 | Create next app CLI docs (#90788)
<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that
you follow the checklist sections below.
Choose the right checklist for the change(s) that you're making:
## For Contributors
### Improving Do... | [
{
"path": "docs/01-app/01-getting-started/01-installation.mdx",
"patch": "@@ -39,7 +39,7 @@ cd my-app\n bun dev\n ```\n \n-- `--yes` skips prompts using saved preferences or defaults. The default setup enables TypeScript, Tailwind, ESLint, App Router, and Turbopack, with import alias `@/*`.\n+- `--yes` skip... | 2026-03-03T08:54:10 |
nodejs/node | 0457bfee2c25987570e3dca2ebe07332de7d0795 | c6a56b4701542d011e287c45cda96f3deff38535 | test: forbid use of named imports for fixtures
PR-URL: https://github.com/nodejs/node/pull/61228
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk> | [
{
"path": "test/addons/openssl-providers/test-default-only-config.js",
"patch": "@@ -1,12 +1,12 @@\n 'use strict';\n \n const common = require('../../common');\n-const { path: fixture } = require('../../common/fixtures');\n+const fixtures = require('../../common/fixtures');\n const providers = require('./pr... | 2026-01-01T23:48:26 |
electron/electron | c8bb70050987d1b3d1c8b5b4243f237153851932 | 46922de638b3b964687ea4b22a5fc7a36b659af6 | build: fixup release notes generation (#49302) | [
{
"path": "script/release/notes/notes.ts",
"patch": "@@ -109,7 +109,8 @@ const runGit = async (dir: string, args: string[]) => {\n const response = spawnSync('git', args, {\n cwd: dir,\n encoding: 'utf8',\n- stdio: ['inherit', 'pipe', 'pipe']\n+ stdio: ['inherit', 'pipe', 'pipe'],\n+ maxB... | 2026-01-05T16:11:40 |
facebook/react | 7f9d99749c95d69b23efaa328c4388d73a39bf50 | aef8b1b562ed7db87ae9552e44168a54af84aaf8 | Land enableHiddenSubtreeInsertionEffectCleanup (#34372)
Fixes a bug where insertion effects were not cleaned up if a hidden
Activity is unmounted. | [
{
"path": "packages/shared/ReactFeatureFlags.js",
"patch": "@@ -166,7 +166,7 @@ export const renameElementSymbol: boolean = true;\n /**\n * Enables a fix to run insertion effect cleanup on hidden subtrees.\n */\n-export const enableHiddenSubtreeInsertionEffectCleanup: boolean = false;\n+export const enabl... | 2025-10-01T20:31:30 |
golang/go | 841fafcd583b37ba316a66fc388f966a5be8de80 | 34b9742c817d1c689f09af71364f52711524cc09 | runtime/secret: run crash tests under memory validating modes
The crashing test for runtime/secret does not run afoul of the memory
validators like the standard tests does. Pass through to the crashing
binary to shake out as many problems as possible.
Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-asan-clang15... | [
{
"path": "src/runtime/secret/crash_test.go",
"patch": "@@ -10,6 +10,9 @@ import (\n \t\"bytes\"\n \t\"debug/elf\"\n \t\"fmt\"\n+\t\"internal/asan\"\n+\t\"internal/msan\"\n+\t\"internal/race\"\n \t\"internal/testenv\"\n \t\"io\"\n \t\"os\"\n@@ -120,7 +123,18 @@ func TestCore(t *testing.T) {\n \t\tt.Fatalf(\... | 2025-12-01T15:13:08 |
vercel/next.js | 420b72b697ca22bc5d2b81e45bc616393571d1b7 | c3165ca583c4c0b3c964ff03d7e70f8b76417898 | Update Rust dependencies for turbo-persistence and turbo-tasks-backend (#90774)
### What?
Updates outdated Rust dependencies used by `turbo-persistence` and
`turbo-tasks-backend` crates.
### Why?
Keep dependencies current to benefit from bug fixes, performance
improvements, and security patches.
### How?
Each dep... | [
{
"path": "Cargo.lock",
"patch": "@@ -268,9 +268,12 @@ dependencies = [\n \n [[package]]\n name = \"arc-swap\"\n-version = \"1.7.1\"\n+version = \"1.8.2\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457\"\n+... | 2026-03-03T08:49:20 |
rust-lang/rust | de6826beff7cbfc52be0f1efecea6449e2df295d | a1c519d03735b701be54d0f20813162481a9e392 | fix: Fix block lowering in ast id map | [
{
"path": "src/tools/rust-analyzer/crates/span/src/ast_id.rs",
"patch": "@@ -678,9 +678,10 @@ impl AstIdMap {\n }\n }\n syntax::WalkEvent::Leave(node) => {\n- if cfg!(debug_assertions) && ast::BlockExpr::c... | 2026-03-29T09:12:27 |
electron/electron | 46922de638b3b964687ea4b22a5fc7a36b659af6 | 75ea93a2796a6502669f77ab0f5f0efd11733f7b | fix: drag regions in child windows (#49231)
* fix: drag regions in child windows
* Update comments | [
{
"path": "shell/browser/api/electron_api_web_contents.cc",
"patch": "@@ -760,6 +760,10 @@ WebContents::WebContents(v8::Isolate* isolate,\n script_executor_ = std::make_unique<extensions::ScriptExecutor>(web_contents);\n #endif\n \n+ // TODO: This works for main frames, but does not work for child frames... | 2026-01-05T15:34:01 |
nodejs/node | d991f690df76751f8cd62d72db9d51d8f09101ba | 926162a2eafa2cf53dac3028c9d6faa07f5081f2 | doc: fix tls.connect() timeout documentation
PR-URL: https://github.com/nodejs/node/pull/61079
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "doc/api/tls.md",
"patch": "@@ -1730,6 +1730,9 @@ changes:\n **Default:** `1024`.\n * `highWaterMark` {number} Consistent with the readable stream `highWaterMark` parameter.\n **Default:** `16 * 1024`.\n+ * `timeout`: {number} If set and if a socket is created internally, will call\n+ ... | 2026-01-01T13:56:27 |
golang/go | 34b9742c817d1c689f09af71364f52711524cc09 | 0bf3f64c6b91df0b7665ecf0875757985b5b2bee | net: convert wildcard address to local on freebsd
Starting in FreeBSD 15, connecting to INADDR_ANY no longer works as an
alias for localhost. From the release notes [1]:
"Making a connection to INADDR_ANY, i.e., using it as an alias for
localhost, is now disabled by default. This functionality can be
re-enabled by se... | [
{
"path": "src/net/ipsock_posix.go",
"patch": "@@ -158,7 +158,7 @@ func favoriteAddrFamily(network string, laddr, raddr sockaddr, mode string) (fam\n \n func internetSocket(ctx context.Context, net string, laddr, raddr sockaddr, sotype, proto int, mode string, ctrlCtxFn func(context.Context, string, string,... | 2026-02-19T15:43:45 |
facebook/react | 67e24bc5279204108b749fe48b4d395ef9e49e67 | bbc2d596fa48b64d359b96e167403693caaaabd9 | Improve lint error messages for useEffectEvent (#34669)
Called Before:
> `logEvent` is a function created with React Hook "useEffectEvent", and
can only be called from the same component.
Called After:
> `logEvent` is a function created with React Hook "useEffectEvent", and
can only be called from Effects and Effec... | [
{
"path": "packages/eslint-plugin-react-hooks/__tests__/ESLintRulesOfHooks-test.js",
"patch": "@@ -1637,17 +1637,32 @@ const allTests = {\n const onClick = useEffectEvent(() => {\n showNotification(theme);\n });\n+ // error message 1\n const onClick2 = () =... | 2025-10-01T19:17:08 |
vercel/next.js | bbb72bf2584cebe5c38f5494b0ecd3a56b0b0a44 | 410c65808aca79def4cd087b765e30b2e1aa1220 | enable server action RDC deploy test (#90796)
<!-- 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": "test/e2e/app-dir/resume-data-cache/resume-data-cache.test.ts",
"patch": "@@ -3,7 +3,7 @@ import { retry } from 'next-test-utils'\n import { computeCacheBustingSearchParam } from 'next/dist/shared/lib/router/utils/cache-busting-search-param'\n \n describe('resume-data-cache', () => {\n- const { n... | 2026-03-03T02:28:43 |
rust-lang/rust | 69b6d26d05006dca7556abc555fb0e029ecf1f4e | c4db0e127c6e96d1798423bf9f205fd06f5481a6 | fix invalid type suggestion for item nested in function | [
{
"path": "compiler/rustc_hir_analysis/src/collect/type_of.rs",
"patch": "@@ -4,7 +4,7 @@ use rustc_errors::{Applicability, StashKey, Suggestions};\n use rustc_hir::def_id::{DefId, LocalDefId};\n use rustc_hir::intravisit::VisitorExt;\n use rustc_hir::{self as hir, AmbigArg, HirId};\n-use rustc_middle::ty::... | 2026-03-29T08:23:14 |
golang/go | 0bf3f64c6b91df0b7665ecf0875757985b5b2bee | f3755d9eba1147eb2cc3257689764f0cd8aac77b | mime: make TypeByExtension follow Chrome+Firefox's precedence for webm->video and weba->audio
This CL updates TypeByExtension to correctly follow the precedence rules
that Chrome and Firefox use, whereby "webm" maps to "video/webm" and
"weba" maps to "audio/webm" per:
https://chromium.googlesource.com/chromium/src.gi... | [
{
"path": "src/mime/type.go",
"patch": "@@ -115,7 +115,8 @@ var builtinTypesLower = map[string]string{\n \t\".vtt\": \"text/vtt; charset=utf-8\",\n \t\".wasm\": \"application/wasm\",\n \t\".wav\": \"audio/wav\",\n-\t\".webm\": \"audio/webm\",\n+\t\".weba\": \"audio/webm\",\n+\t\".webm\": \"video/web... | 2026-02-19T22:41:07 |
nodejs/node | 926162a2eafa2cf53dac3028c9d6faa07f5081f2 | 7b7f693a98da060e19f2ec12fb99997d5d5524f9 | async_hooks: enabledHooksExist shall return if hooks are enabled
Correct the implementaton of enabledHooksExist to return true if
there are enabled hooks.
Adapt callsites which used getHooksArrays() as workaround.
PR-URL: https://github.com/nodejs/node/pull/61054
Fixes: https://github.com/nodejs/node/issues/61019
Re... | [
{
"path": "lib/async_hooks.js",
"patch": "@@ -52,7 +52,6 @@ const {\n emitBefore,\n emitAfter,\n emitDestroy,\n- enabledHooksExist,\n initHooksExist,\n destroyHooksExist,\n } = internal_async_hooks;\n@@ -188,7 +187,7 @@ class AsyncResource {\n this[trigger_async_id_symbol] = triggerAsyncId;\n... | 2025-12-31T14:45:20 |
facebook/react | 1f460f31ee277c4f62d352bbad48977b976ad8a8 | 2f0649a0b27516eaab549b18af15eed0420e3446 | [DevTools] Fix host instance highlighting (#34661) | [
{
"path": "packages/react-devtools-shared/src/backend/views/Highlighter/index.js",
"patch": "@@ -115,7 +115,7 @@ export default function setupHighlighter(\n const nodes = renderer.findHostInstancesForElementID(id);\n if (nodes != null) {\n for (let i = 0; i < nodes.length; i++) {\n- con... | 2025-10-01T15:32:34 |
vercel/next.js | 410c65808aca79def4cd087b765e30b2e1aa1220 | dd4a97e1f45161f0f8297c681bb53b184b6829df | Add static error when `unstable_instant` is used without `cacheComponents` (#90793)
`unstable_instant` requires `cacheComponents` to function — without it,
validation is entirely skipped and the config silently does nothing.
This adds a compile-time error in the SWC transform that catches the
misconfiguration early, m... | [
{
"path": "crates/next-custom-transforms/src/transforms/react_server_components.rs",
"patch": "@@ -99,6 +99,7 @@ enum RSCErrorKind {\n NextRscErrDeprecatedApi((String, String, Span)),\n NextSsrDynamicFalseNotAllowed(Span),\n NextRscErrIncompatibleRouteSegmentConfig(Span, String, NextConfigProper... | 2026-03-03T00:35:56 |
electron/electron | 809ab09b6f5ede0a9f9b0fcc0e9c33ff971277f2 | 3df3a6a736b93e0d69fa3b0c403b33f201287780 | chore: bump chromium to 145.0.7596.0 (main) (#49224)
* chore: bump chromium in DEPS to 145.0.7588.0
* fix(patch-conflict): update scroll_bounce_flag for split overscroll methods
Chromium split IsElasticOverscrollEnabled() into two methods:
IsElasticOverscrollEnabledOnRoot() and IsElasticOverscrollSupported().
Update... | [
{
"path": "DEPS",
"patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '145.0.7577.0',\n+ '145.0.7596.0',\n 'node_version':\n 'v24.11.1',\n 'nan_version':",
"additions": 1,
"deletions": 1,
"language": "Unknown"
},
{
"path": "filena... | 2025-12-25T23:15:53 |
golang/go | 839cd82fa53ec481ffcd02e139b3d77c2724892e | 06dc5db75d4c2548c0187f34ce79389678be7ca0 | cmd/cgo/internal/test: add a test for C calling into Go before init done
Test that C code can call back into Go (on a separate thread)
before init is done. The callback should wait for the init done.
And this should not cause a false race.
This corresponds to the runtime fix in CL 746581.
Change-Id: I10e6a9d5fe056be... | [
{
"path": "src/cmd/cgo/internal/test/cgo_test.go",
"patch": "@@ -78,6 +78,7 @@ func TestBoolAlign(t *testing.T) { testBoolAlign(t) }\n func TestCallGoWithString(t *testing.T) { testCallGoWithString(t) }\n func TestCallback(t *testing.T) { testCallback(t) }\n func TestC... | 2026-02-18T20:25:22 |
facebook/react | 7bccdbd765f03254658da9086e9c5763842aa3ed | 5667a41fe4d81aa806f6c1e8814b17975e33b317 | Fix "Consecutive" Event Logs in Performance Track (#34659)
Reset EventTime when clearing timers. We need to track repeat updates
separately.
Typically we always reset all timers when we've logged an update. The
same update shouldn't be logged again.
I was trying to be clever and not reset the XEventTime because we a... | [
{
"path": "packages/react-reconciler/src/ReactFiberWorkLoop.js",
"patch": "@@ -281,7 +281,7 @@ import {\n blockingUpdateComponentName,\n blockingEventTime,\n blockingEventType,\n- blockingEventIsRepeat,\n+ blockingEventRepeatTime,\n blockingSuspendedTime,\n gestureClampTime,\n gestureUpdateTim... | 2025-10-01T14:53:08 |
vercel/next.js | cbb2f90e97f5e3150124a8788a2d877754be07c3 | 9c17e9e7a822b70fff8ec27a08e48a47ffa17d1f | docs: error component `unstable_retry()` (#89732)
Adding docs for https://github.com/vercel/next.js/pull/89685 | [
{
"path": "docs/01-app/01-getting-started/10-error-handling.mdx",
"patch": "@@ -208,10 +208,10 @@ import { useEffect } from 'react'\n \n export default function ErrorPage({\n error,\n- reset,\n+ unstable_retry,\n }: {\n error: Error & { digest?: string }\n- reset: () => void\n+ unstable_retry: () =>... | 2026-03-02T16:43:56 |
electron/electron | 3df3a6a736b93e0d69fa3b0c403b33f201287780 | 7433c14af57fd3a8e00c7cfd7323266d6923962d | fix: `webRequest.onBeforeSendHeaders` not being able to modify reserved headers (#49226)
* fix: `webRequest.onBeforeSendHeaders` not being able to modify reserved headers
* chore: add unit test for reserved header | [
{
"path": "shell/browser/net/proxying_url_loader_factory.cc",
"patch": "@@ -55,9 +55,9 @@ ProxyingURLLoaderFactory::InProgressRequest::InProgressRequest(\n proxied_loader_receiver_(this, std::move(loader_receiver)),\n target_client_(std::move(client)),\n current_response_(network::mojom::U... | 2025-12-19T10:08:40 |
golang/go | 06dc5db75d4c2548c0187f34ce79389678be7ca0 | a8032d4c781f14fa0bd561d96e719492aee08c23 | cmd/compile, go/*: move method type parameter checks from parsers to type checkers
The parsers (cmd/compile/internal/syntax and go/parser) always accepted
type parameters on methods for parser robustness but reported an error.
With this change, the parsers accept the type parameters on methods,
and then the type chec... | [
{
"path": "src/cmd/compile/internal/syntax/parser.go",
"patch": "@@ -797,9 +797,9 @@ func (p *parser) funcDeclOrNil() *FuncDecl {\n \tf.pos = p.pos()\n \tf.Pragma = p.takePragma()\n \n-\tvar context string\n+\thasRecv := false\n \tif p.got(_Lparen) {\n-\t\tcontext = \"method\"\n+\t\thasRecv = true\n \t\trcv... | 2026-01-23T00:16:17 |
facebook/react | a55e98f738f4a7ab7196a4c4210cbc6e82ec9b0c | 063394cf821e5082e834c72ffb9cf6f8575c9b34 | [playground] ViewTransition on internals toggle & tab expansion (#34597)
<!--
Thanks for submitting a pull request!
We appreciate you spending the time to work on these changes. Please
provide enough information so that others can review your pull request.
The three fields below are mandatory.
Before submitting a p... | [
{
"path": "compiler/apps/playground/components/AccordionWindow.tsx",
"patch": "@@ -6,7 +6,14 @@\n */\n \n import {Resizable} from 're-resizable';\n-import React, {useCallback} from 'react';\n+import React, {\n+ useCallback,\n+ useId,\n+ unstable_ViewTransition as ViewTransition,\n+ unstable_addTransiti... | 2025-09-30T19:25:10 |
vercel/next.js | a0d293fc0853204fe0201e02de3b7932aa5d3f00 | 93d56b5daa071e14376415e2a88231f219f70154 | with-docker: add new config file formats (#90731)
<!-- 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": "examples/with-docker/.dockerignore",
"patch": "@@ -31,15 +31,12 @@ cypress/videos/\n playwright-report/\n test-results/\n .vitest/\n-*.test.ts\n-*.test.tsx\n-*.test.js\n-*.test.jsx\n-*.spec.ts\n-*.spec.tsx\n-*.spec.js\n-*.spec.jsx\n-\n+vitest.config.*\n+jest.config.*\n+cypress.config.*\n+playwrig... | 2026-03-02T10:39:03 |
facebook/react | 3580584ba2bdce17572aa356da1d6a09a2d2e3b3 | 319a7867d0e19481a60a6ed931a5f97ae6691572 | [playground] ViewTransition on tab switch (#34596)
<!--
Thanks for submitting a pull request!
We appreciate you spending the time to work on these changes. Please
provide enough information so that others can review your pull request.
The three fields below are mandatory.
Before submitting a pull request, please ma... | [
{
"path": "compiler/apps/playground/components/Editor/EditorImpl.tsx",
"patch": "@@ -24,7 +24,11 @@ import BabelPluginReactCompiler, {\n printFunctionWithOutlined,\n type LoggerEvent,\n } from 'babel-plugin-react-compiler';\n-import {useDeferredValue, useMemo} from 'react';\n+import {\n+ useDeferredVal... | 2025-09-29T18:40:33 |
golang/go | a8032d4c781f14fa0bd561d96e719492aee08c23 | 87a956bf8cdf9004108942247af8ae0243c5609a | cmd/link: use bfd ld 2.36+ on linux/arm64 instead of gold
The bfd linker has been fixed for a while. In the mean time gold got
deprecated and has stopped receiving new features. Add runtime version
checking and only use gold, if bfd ld 2.35 and lower is detected.
This enables using `-buildmode=shared` on arm64 withou... | [
{
"path": "src/cmd/link/internal/ld/lib.go",
"patch": "@@ -1700,22 +1700,48 @@ func (ctxt *Link) hostlink() {\n \t\t}\n \n \t\tif ctxt.Arch.InFamily(sys.ARM64) && buildcfg.GOOS == \"linux\" {\n-\t\t\t// On ARM64, the GNU linker will fail with\n-\t\t\t// -znocopyreloc if it thinks a COPY relocation is\n-\t\t... | 2026-01-29T04:30:42 |
vercel/next.js | b645f4ce7d56fbe23eb9e703289d1bfdd6bd37ed | 207538313b1515346111f6ab685e68dbabcefe5d | fix(turbopack): use posix.join for client URL manifest paths on Windows (#90700)
Co-authored-by: Dmitrii Troitskii <jsleitor@gmail.com> | [
{
"path": "packages/next/src/shared/lib/turbopack/manifest-loader.ts",
"patch": "@@ -637,12 +637,12 @@ export class TurbopackManifestLoader {\n \n const sortedPageKeys = getSortedRoutes(pagesKeys)\n \n- let buildManifestPath = join(\n+ let buildManifestPath = posix.join(\n CLIENT_STATIC_FILE... | 2026-03-02T09:25:03 |
rust-lang/rust | cbc94349d0ba20d6781cd3892794db55e630922a | 148adf223edb0444eb1f99753919dd2080c2a534 | core: Destabilize beta-stable `RangeInclusiveIter::remainder`
As discussed, make this portion of the range API unstable again. This
will now be tracked under `new_range_remainder`.
Discussion: https://rust-lang.zulipchat.com/#narrow/channel/327149-t-libs-api.2Fapi-changes/topic/.60RangeFrom.3A.3Aremainder.60.20possib... | [
{
"path": "library/core/src/range/iter.rs",
"patch": "@@ -175,7 +175,10 @@ impl<A: Step> RangeInclusiveIter<A> {\n /// If the iterator is exhausted or empty, returns `None`.\n ///\n /// # Examples\n+ ///\n /// ```\n+ /// #![feature(new_range_remainder)]\n+ ///\n /// let range = ... | 2026-03-27T09:31:38 |
nodejs/node | 06bf489379c9e5cb20f7d3a5e31ed1cf8cc0672c | 20bf3287c2bdce55077da91b7c405aecdc31fef8 | esm: avoid throw when module specifier is not url
This particular exception is responsible for a lot of overhead when
debugging with large esm codebases with VS Code and break on caught
exceptions is enabled.
VS Code silently suppresses this exception, but the mechanism it uses
to do so is a bit slow so avoiding this... | [
{
"path": "lib/internal/modules/esm/resolve.js",
"patch": "@@ -42,6 +42,7 @@ const {\n ERR_INVALID_MODULE_SPECIFIER,\n ERR_INVALID_PACKAGE_CONFIG,\n ERR_INVALID_PACKAGE_TARGET,\n+ ERR_INVALID_URL,\n ERR_MODULE_NOT_FOUND,\n ERR_PACKAGE_IMPORT_NOT_DEFINED,\n ERR_PACKAGE_PATH_NOT_EXPORTED,\n@@ -84... | 2025-12-30T18:15:52 |
electron/electron | a90ccc753b4d38266323dd054db2b98a45917117 | e181fd040f72becd135db1fa977622b81da21643 | chore: bump chromium to 145.0.7577.0 (main) (#49175)
* chore: bump chromium in DEPS to 145.0.7572.0
* chore: update patches (trivial only)
* chore(patch-conflict): feat_filter_out_non-shareable_windows_in_the_current_application_in.patch
Polished the edits and formatted the result. No real changes.
Ref: https://ch... | [
{
"path": "DEPS",
"patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '145.0.7568.0',\n+ '145.0.7577.0',\n 'node_version':\n 'v24.11.1',\n 'nan_version':",
"additions": 1,
"deletions": 1,
"language": "Unknown"
},
{
"path": "docs/b... | 2025-12-16T17:32:38 |
facebook/react | 319a7867d0e19481a60a6ed931a5f97ae6691572 | d15d7fd79e00fe095a70d8855562172cd46187b4 | [playground] ViewTransition on config expand (#34595)
<!--
Thanks for submitting a pull request!
We appreciate you spending the time to work on these changes. Please
provide enough information so that others can review your pull request.
The three fields below are mandatory.
Before submitting a pull request, please... | [
{
"path": "compiler/apps/playground/__tests__/e2e/page.spec.ts",
"patch": "@@ -23,7 +23,8 @@ function formatPrint(data: Array<string>): Promise<string> {\n \n async function expandConfigs(page: Page): Promise<void> {\n const expandButton = page.locator('[title=\"Expand config editor\"]');\n- expandButton... | 2025-09-29T18:09:37 |
vercel/next.js | 207538313b1515346111f6ab685e68dbabcefe5d | 5e3af2ceab93d2acdf888586fe07e3aa1bad4887 | Fix ENOBUFS errors in pr-status.js when fetching large CI logs (#90654)
## Summary
Fixes `spawnSync /bin/sh ENOBUFS` errors in `scripts/pr-status.js` when
fetching large CI job logs.
The script uses `execSync` (which internally uses `spawnSync`) to fetch
CI job logs via `gh api .../jobs/{id}/logs`. `execSync` has a ... | [
{
"path": "scripts/pr-status.js",
"patch": "@@ -1,4 +1,4 @@\n-const { execSync } = require('child_process')\n+const { execSync, spawn } = require('child_process')\n const fs = require('fs/promises')\n const path = require('path')\n \n@@ -21,6 +21,30 @@ function exec(cmd) {\n }\n }\n \n+function execAsync(... | 2026-03-02T07:56:51 |
nodejs/node | 20bf3287c2bdce55077da91b7c405aecdc31fef8 | 2696391b18fdd60f0dc93df1e987b9e0116da824 | doc: missing `passed`, `error` and `passed` properties on `TestContext`
`passed` and `error` properties were left undocumented on `TextContext`
class
Fixes: https://github.com/nodejs/node/issues/59321
Refs: https://github.com/nodejs/node/pull/51485
Refs: https://github.com/nodejs/node/pull/59322
Co-authored-by: Simo... | [
{
"path": "doc/api/test.md",
"patch": "@@ -3686,6 +3686,40 @@ added:\n \n The name of the test.\n \n+### `context.passed`\n+\n+<!-- YAML\n+added:\n+ - v21.7.0\n+ - v20.12.0\n+-->\n+\n+* Type: {boolean} `false` before the test is executed, e.g. in a `beforeEach` hook.\n+\n+Indicated whether the test succee... | 2025-12-30T07:19:05 |
facebook/react | d15d7fd79e00fe095a70d8855562172cd46187b4 | 8674c3ba28314c3a666144145a6758e07ed69ad6 | [DevTools] Double click a Suspense Rect to jump to its position in the timeline (#34642)
When you double click it will hide or show by jumping to the selected
index or one step before the selected.
Let's you go from a suspense boundary into the timeline to find its
position. I also highlight the step in the timeline ... | [
{
"path": "packages/react-devtools-shared/src/devtools/views/SuspenseTab/SuspenseRects.js",
"patch": "@@ -98,13 +98,29 @@ function SuspenseRects({\n });\n }\n \n+ function handleDoubleClick(event: SyntheticMouseEvent) {\n+ if (event.defaultPrevented) {\n+ // Already clicked on an inner rect\n... | 2025-09-29T14:43:01 |
vercel/next.js | a362fd27aad385e40f3eed283816e3578de40f74 | 9ce8d136f8d2a3c66954fcc3d9593ebd4e3321b0 | instant(): fix cookie handling for fresh page loads (#90613)
Previously, instant() used page.evaluate() to set the cookie via
document.cookie, which required a page to already be loaded. This meant
the cookie wasn't present on the very first navigation.
Switch to Playwright's browser context cookie API so the cookie ... | [
{
"path": "packages/next-playwright/src/index.ts",
"patch": "@@ -1,10 +1,25 @@\n /**\n- * Minimal interface for Playwright's Page. We use a structural type rather than\n- * importing from a specific Playwright package so this works with any version\n- * of playwright, playwright-core, or @playwright/test.\n... | 2026-03-01T23:23:07 |
rust-lang/rust | 74b3d554b364a0304c80b73cf856736b67f26c69 | 66067c67a961733a033bbfe5a891bb061bb840b3 | Fix rustc_hir::Crate links | [
{
"path": "src/doc/rustc-dev-guide/src/hir.md",
"patch": "@@ -35,7 +35,7 @@ data structure basically just contains the root module, the HIR\n `Crate` structure contains a number of maps and other things that\n serve to organize the content of the crate for easier access.\n \n-[`Crate`]: https://doc.rust-lan... | 2026-03-29T04:52:40 |
electron/electron | fe477ce3aa65316f4e63b0907d117723a1d4c8bc | bab6bd3dae351d8f49203a26468d58482f754c84 | chore: bump chromium to 145.0.7568.0 (main) (#49145)
* chore: bump chromium in DEPS to 145.0.7562.0
* fix(patch-conflict): update code cache patch for PersistentCache refactor
Upstream refactored code cache to use PersistentCache with new class-based
implementation (NoopCodeCacheHost, LocalCodeCacheHost, CodeCacheWi... | [
{
"path": "BUILD.gn",
"patch": "@@ -446,6 +446,7 @@ source_set(\"electron_lib\") {\n \"shell/services/node/public/mojom\",\n \"//base:base_static\",\n \"//base/allocator:buildflags\",\n+ \"//build/util:chromium_git_revision\",\n \"//chrome:strings\",\n \"//chrome/app:command_ids\",\n ... | 2025-12-10T15:28:31 |
nodejs/node | 879b95efeaf433939df0d47e044cce7f7037dc59 | 05d6b9b5dfba8984a5c600d5e568520aa83ca23c | doc: correct options for net.Socket class and socket.connect
blockList, keepAlive, keepAliveInitialDelay and noDelay are wrongly
documented for socket.connect options and missing on net.Socket
constructor options documentation
Fixes: https://github.com/nodejs/node/issues/59823
PR-URL: https://github.com/nodejs/node/p... | [
{
"path": "doc/api/net.md",
"patch": "@@ -759,8 +759,17 @@ changes:\n automatically end the writable side when the readable side ends. See\n [`net.createServer()`][] and the [`'end'`][] event for details. **Default:**\n `false`.\n+ * `blockList` {net.BlockList} `blockList` can be used for disab... | 2025-12-29T00:47:15 |
rust-lang/rust | 369c801eafe69b13c1464f00b0cbf829ff99e721 | 6e6701e2bd3b2116c9996c7cb1be7381f030ba0d | Clean up enum `LoadResult`
- Make the enum non-public
- Replace the generic `<T>` with concrete fields
- Rename variant `LoadDepGraph` to `IoError` | [
{
"path": "compiler/rustc_incremental/src/lib.rs",
"patch": "@@ -10,9 +10,8 @@ mod errors;\n mod persist;\n \n pub use persist::{\n- LoadResult, copy_cgu_workproduct_to_incr_comp_cache_dir, finalize_session_directory,\n- in_incr_comp_dir, in_incr_comp_dir_sess, load_query_result_cache, save_work_produ... | 2026-03-26T03:41:34 |
vercel/next.js | 4d2ac245965095ae2f67aeab224bd3dc29573524 | 9c31bbdaa9cf0e7674c79fe953ede9d590b5f6d7 | feat: provide nextVersion to modifyConfig adapter hook (#90735)
For providers that either don't manage or allow for custom build
commands, checking Next.js version in their builders is not reliable.
Especially for providers that already have existing support there needs
to be very reliable way to only apply certain co... | [
{
"path": "packages/next/src/build/adapter/build-complete.ts",
"patch": "@@ -335,6 +335,10 @@ export interface NextAdapter {\n config: NextConfigComplete,\n ctx: {\n phase: PHASE_TYPE\n+ /**\n+ * nextVersion is the current version of Next.js being used\n+ */\n+ nextVersio... | 2026-03-01T22:05:46 |
golang/go | a01a4f98026f834311f9029573030c3e1799646b | fb0c8e16c329da6f0caafa2d5ae48e625a00b652 | runtime/cgo: rename and update ppc64x and s390x croscall1 functions
crosscall1 has the same signature and behavior on all platforms except for ppc64x and s390x, fix that.
Cq-Include-Trybots: luci.golang.try:gotip-linux-ppc64le_power9,gotip-linux-ppc64_power8,gotip-linux-s390x
Change-Id: Iead8b578a45787bb1fb2dd2dcfcb1... | [
{
"path": "src/runtime/asm_ppc64x.s",
"patch": "@@ -197,9 +197,9 @@ TEXT runtime·breakpoint(SB),NOSPLIT|NOFRAME,$0-0\n TEXT runtime·asminit(SB),NOSPLIT|NOFRAME,$0-0\n \tRET\n \n-// Any changes must be reflected to runtime/cgo/gcc_aix_ppc64.S:.crosscall_ppc64\n+// Any changes must be reflected to runtime/cgo... | 2025-10-01T08:33:17 |
nodejs/node | 05d6b9b5dfba8984a5c600d5e568520aa83ca23c | 9f06e7223442ad52773842271f6dc453e4eb5231 | fs: fix rmSync to handle non-ASCII characters
Update fs.rmSync to properly handle file paths that include
non-ASCII characters. This change prevents crashes and errors
when attempting to delete files with international or special
characters in their names.
Add a test in test/parallel to ensure that files with
non-ASC... | [
{
"path": "src/node_file.cc",
"patch": "@@ -1634,7 +1634,7 @@ static void RmSync(const FunctionCallbackInfo<Value>& args) {\n ToNamespacedPath(env, &path);\n THROW_IF_INSUFFICIENT_PERMISSIONS(\n env, permission::PermissionScope::kFileSystemWrite, path.ToStringView());\n- auto file_path = std::fil... | 2025-12-28T01:21:49 |
vercel/next.js | 1cc745782db7119f92f90daf2c79c470f2f561e8 | fb694e9d7a8d22060f5a94fb6fee01bc58c302b1 | [devtools] Stop blocking overlay on error details copy (#90698) | [
{
"path": "packages/next/src/next-devtools/dev-overlay/components/copy-button/index.tsx",
"patch": "@@ -1,77 +1,7 @@\n import * as React from 'react'\n import { cx } from '../../utils/cx'\n \n-function useCopyLegacy(content: string) {\n- type CopyState =\n- | {\n- state: 'initial'\n- }\n- ... | 2026-03-01T09:17:32 |
rust-lang/rust | 4b0caec04bb1dd73373b0660841c14b72507bede | fb27476aaf1012f1f6ace6306f9b990e0d989c31 | Panic/return false on overflow in no_threads read/try_read impl | [
{
"path": "library/std/src/sys/sync/rwlock/no_threads.rs",
"patch": "@@ -17,6 +17,10 @@ impl RwLock {\n #[inline]\n pub fn read(&self) {\n let m = self.mode.get();\n+\n+ // Check for overflow.\n+ assert!(m == isize::MAX, \"too many active read locks on RwLock\");\n+\n i... | 2026-03-28T23:19:10 |
golang/go | 50b63f6cb90a1437ca6756ede016f1918e721da6 | 45929774c3d5c084cc478afba63c77cf67a68bd7 | cmd/link: don't pass -Wl,-S on illumos
The change in CL 707096 to exclude GOOS=solaris needs to also be applied
for GOOS=illumos, which shares the same linker lineage.
Fixes #77530
Change-Id: Ifc2047595af2db52870f9fb0a9faf646666d9e61
Reviewed-on: https://go-review.googlesource.com/c/go/+/746560
LUCI-TryBot-Result: G... | [
{
"path": "src/cmd/link/dwarf_test.go",
"patch": "@@ -426,7 +426,7 @@ func TestFlagW(t *testing.T) {\n \t\t{\"-s\", false}, // -s implies -w\n \t\t{\"-s -w=0\", true}, // -w=0 negates the implied -w\n \t}\n-\tif testenv.HasCGO() && runtime.GOOS != \"solaris\" { // Solaris linker doesn't support the -S f... | 2026-02-18T14:24:18 |
electron/electron | 95e87e46ab57fa44bc5583a1edfc1c017c830cca | 90e338df507f7dc7ef0cac1a09b62d2c97c95f72 | chore: bump chromium to 144.0.7547.0 (main) (#49058)
* chore: bump chromium in DEPS to 144.0.7543.0
* Pass PipScreenCaptureCoordinatorProxy to ScreenCaptureKitDeviceMac
https://chromium-review.googlesource.com/c/chromium/src/+/7157590
* chore: update patches
* chore: update filenames.libcxx.gni
* 7142359: Spanifi... | [
{
"path": "BUILD.gn",
"patch": "@@ -528,6 +528,7 @@ source_set(\"electron_lib\") {\n \"//base\",\n \"//base:i18n\",\n \"//content/public/app\",\n+ \"//ui/base/unowned_user_data\",\n ]\n \n include_dirs = [",
"additions": 1,
"deletions": 0,
"language": "Unknown"
},
{
"p... | 2025-12-05T00:40:04 |
nodejs/node | 0804ec4cfefefab3dd45d05eab671999ae345ea1 | ed47077736f6fdf797aa45de9e0516da5b99e690 | doc: document error event on readline InterfaceConstructor
Aims to document the error event introduced by cb3020d in v16.0.0.
Fixes: https://github.com/nodejs/node/issues/58289
PR-URL: https://github.com/nodejs/node/pull/61170
Fixes: https://github.com/nodejs/node/issues/61037
Reviewed-By: Aviv Keller <me@aviv.sh>
Re... | [
{
"path": "doc/api/readline.md",
"patch": "@@ -102,6 +102,17 @@ The listener function is called without passing any arguments.\n The `InterfaceConstructor` instance is finished once the `'close'` event is\n emitted.\n \n+### Event: `'error'`\n+\n+<!-- YAML\n+added: v16.0.0\n+-->\n+\n+The `'error'` event is ... | 2025-12-27T16:52:40 |
vercel/next.js | c2a27526f821f72a263dc41cab0a34605d271229 | c5b2cf1e32ff2668e77f02e739b612f142772ce5 | Turbopack: Revert default loader runtime backend to child processes (#90675)
We're getting crashes in node: https://github.com/vercel/workflow/actions/runs/22500511618/job/65186125774#step:10:224
It looks like this should be fixed in newer versions of node:
- https://github.com/napi-rs/napi-rs/issues/2555#issuecomme... | [
{
"path": "crates/next-core/src/next_config.rs",
"patch": "@@ -2059,10 +2059,10 @@ impl NextConfig {\n \n #[turbo_tasks::function]\n pub fn turbopack_plugin_runtime_strategy(&self) -> Vc<TurbopackPluginRuntimeStrategy> {\n- #[cfg(feature = \"worker_pool\")]\n- let default = TurbopackPl... | 2026-02-28T07:39:20 |
golang/go | 45929774c3d5c084cc478afba63c77cf67a68bd7 | 93b6475e1de0f055139bd0926048ee8e36aa7c42 | internal/runtime/gc/scan: require popcnt for x86
The GOAMD64=v1 test disables popcnt instructions, which is a feature
this package's amd64 assembly uses.
Fixes #77674
Change-Id: I7be9bb665838f5da50275f96ef3df398412bb44a
Reviewed-on: https://go-review.googlesource.com/c/go/+/746640
LUCI-TryBot-Result: Go LUCI <golang... | [
{
"path": "src/internal/runtime/gc/scan/scan_amd64.go",
"patch": "@@ -38,4 +38,5 @@ var avx512ScanPackedReqsMet = cpu.X86.HasAVX512VL &&\n \tcpu.X86.HasAVX512BW &&\n \tcpu.X86.HasGFNI &&\n \tcpu.X86.HasAVX512BITALG &&\n-\tcpu.X86.HasAVX512VBMI\n+\tcpu.X86.HasAVX512VBMI &&\n+\tcpu.X86.HasPOPCNT",
"additi... | 2026-02-18T17:09:57 |
facebook/react | 8309724cb4a497383cc7b3267483ab5c65dad7d6 | 09d3cd8fb55f7d13b9d58495367a4b9660451c1c | [Fiber][DevTools] Add scheduleRetry to DevTools Hook (#34635)
When forcing suspense/error we're doing that by scheduling a sync update
on the fiber. Resuspending a Suspense boundary can only happen sync
update so that makes sense. Erroring also forces a sync commit. This
means that no View Transitions fire.
However, ... | [
{
"path": "packages/react-debug-tools/src/__tests__/ReactDevToolsHooksIntegration-test.js",
"patch": "@@ -17,6 +17,7 @@ describe('React hooks DevTools integration', () => {\n let act;\n let overrideHookState;\n let scheduleUpdate;\n+ let scheduleRetry;\n let setSuspenseHandler;\n let waitForAll;\... | 2025-09-28T17:51:35 |
electron/electron | 90e338df507f7dc7ef0cac1a09b62d2c97c95f72 | 1b3fc9c174998292a3156be792e5008a12a403ea | fix: run toast creation on background thread (#49106)
* fix: run toast creation on background thread
notes: attempts to fix app freeze when triggering notifications and the COM server in WindowsShellExperienceHost hangs
* fix: comments | [
{
"path": "shell/browser/notifications/notification.cc",
"patch": "@@ -14,6 +14,12 @@ const bool debug_notifications =\n base::Environment::Create()->HasVar(\"ELECTRON_DEBUG_NOTIFICATIONS\");\n \n NotificationOptions::NotificationOptions() = default;\n+NotificationOptions::NotificationOptions(const Noti... | 2025-12-02T23:27:22 |
golang/go | a09c908cc6e63a89a6206eadb12f8e2800326465 | 6fd52a57f8f88e18247b9741278a126ab65cdb47 | internal/syscall/windows: correct some enums and syscall signatures
This CL corrects code submitted in CL 741040.
Fixes #77402
Change-Id: I1c22c1a9f77028f3c2a8e3905f2ec5b071b5445e
GitHub-Last-Rev: 2bfb07310b4707484b5bdce96ad367db567741c4
GitHub-Pull-Request: golang/go#77525
Reviewed-on: https://go-review.googlesourc... | [
{
"path": "src/internal/syscall/windows/at_windows_test.go",
"patch": "@@ -131,7 +131,7 @@ func makeFileNotReadable(t *testing.T, name string) {\n \t\t\tInheritance: windows.SUB_CONTAINERS_AND_OBJECTS_INHERIT,\n \t\t\tTrustee: windows.TRUSTEE{\n \t\t\t\tTrusteeForm: windows.TRUSTEE_IS_SID,\n-\t\t\t\tN... | 2026-02-13T18:19:04 |
nodejs/node | 9c346d22a75696b8a5f615224816542f271bf450 | 7786470ff50e912b16a68012456c86b611488ad7 | sqlite: improve error messages for tag store
When using SQLite tag store functions (sql.get`, sql.run`, etc.),
preparation errors now show descriptive SQLite error messages instead
of the generic 'Failed to prepare statement' message.
The tag store's GetOrCreateStatement function now passes the database
object to THR... | [
{
"path": "src/node_sqlite.cc",
"patch": "@@ -2946,7 +2946,7 @@ BaseObjectPtr<StatementSync> SQLTagStore::PrepareStatement(\n session->database_->connection_, sql.data(), sql.size(), &s, 0);\n \n if (r != SQLITE_OK) {\n- THROW_ERR_SQLITE_ERROR(isolate, \"Failed to prepare statement\");\n+ ... | 2025-12-27T00:04:05 |
rust-lang/rust | afe522a7545a14c741a0aea05663a4cb130e44fd | dffadd38089c57dd6fa3e2bf4baaa1e129a8ea37 | fix: don't panic unmerge arm on trailing pipe
Example
---
```rust
fn main() {
let y = match 0 {
0 |$0 => { 1i32 }
1 => { 2i32 }
};
}
```
**Before this PR**
Panic on apply
**After this PR**
Assist not applicable | [
{
"path": "src/tools/rust-analyzer/crates/ide-assists/src/handlers/unmerge_match_arm.rs",
"patch": "@@ -38,11 +38,18 @@ pub(crate) fn unmerge_match_arm(acc: &mut Assists, ctx: &AssistContext<'_>) -> O\n }\n let match_arm = ast::MatchArm::cast(or_pat.syntax().parent()?)?;\n let match_arm_body = m... | 2026-03-29T00:47:40 |
vercel/next.js | c5b2cf1e32ff2668e77f02e739b612f142772ce5 | 28df39bab45bb80a5c623fe32da96b69c50b76a4 | Turbopack: Allow turbopack-node backend to be swapped at runtime using an experimental config option (#90671)
<!-- 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 ... | [
{
"path": "crates/next-api/Cargo.toml",
"patch": "@@ -9,6 +9,11 @@ autobenches = false\n [lib]\n bench = false\n \n+[features]\n+default = [\"process_pool\"]\n+process_pool = [\"next-core/process_pool\", \"turbopack-node/process_pool\"]\n+worker_pool = [\"next-core/worker_pool\", \"turbopack-node/worker_poo... | 2026-02-28T06:48:05 |
facebook/react | c552618a8203866a8bf80324f6efa708d4bdb146 | df38ac9a3b9a5ea43c1d07c00d090a448acfd56c | flags: make enableAsyncDebugInfo dynamic for www (#34430)
As titled. This adds dev-only debugging information to Fizz / Flight
that could be used for tracking Promise's stack traces in "suspended by"
section of DevTools. | [
{
"path": "packages/react-server-dom-webpack/src/__tests__/ReactFlightDOM-test.js",
"patch": "@@ -3021,7 +3021,8 @@ describe('ReactFlightDOM', () => {\n expect(getMeaningfulChildren(container)).toEqual(<div>loading...</div>);\n });\n \n- // @gate enableHalt\n+ // This could be a bug. Discovered whil... | 2025-09-26T18:43:03 |
golang/go | 6fd52a57f8f88e18247b9741278a126ab65cdb47 | a00f0ed521f32c704b9a5bf8886848829dd13415 | crypto: don't overwrite existing GODEBUG settings
Some tests set GODEBUG by calling t.Setenv("GODEBUG", "foo=bar").
This overwrites any existing GODEBUG settings, which is undesirable.
Instead, append the new setting to any existing GODEBUG settings.
As this operation is quite common, add a helper function
testenv.Se... | [
{
"path": "src/crypto/fips140/fips140_test.go",
"patch": "@@ -6,46 +6,30 @@ package fips140\n \n import (\n \t\"internal/godebug\"\n-\t\"os\"\n+\t\"internal/testenv\"\n \t\"testing\"\n )\n \n func TestImmutableGODEBUG(t *testing.T) {\n-\tdefer func(v string) { os.Setenv(\"GODEBUG\", v) }(os.Getenv(\"GODEBUG... | 2026-01-07T09:14:43 |
electron/electron | 8ce97df569f313d5a28ad702ead71bd2be648873 | 7aafe66717b7a926379291d254483ec3b3d8198c | build: gate brew commands in free-space-macos action (#49123)
fix: gate brew commands in free-space-macos action
The brew uninstall and autoremove commands now only run if
brew is available on the machine. This prevents failures on
runners where Homebrew is not installed.
Co-authored-by: Claude <noreply@anthropic.co... | [
{
"path": ".github/actions/free-space-macos/action.yml",
"patch": "@@ -80,8 +80,10 @@ runs:\n sudo rm -rf /Users/runner/.rustup\n \n # remove homebrew packages we don't need\n- brew uninstall -f --zap aws-sam-cli session-manager-plugin gcc gcc@13 gcc@14 llvm@18 gradle maven ant azure-... | 2025-12-02T01:32:46 |
nodejs/node | 732ab9d658e057af5191d4ecd156d38487509462 | ae407c310989913f3faf86019b02fdbca217e333 | tools,doc: fix format-md files list
Adds content of doc/contributing/maintaining to the list
Fixes: https://github.com/nodejs/node/issues/55216
PR-URL: https://github.com/nodejs/node/pull/61147
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Aviv Keller <me@av... | [
{
"path": "vcbuild.bat",
"patch": "@@ -798,6 +798,11 @@ for /D %%D IN (doc\\*) do (\n for %%F IN (%%D\\*.md) do (\n set \"lint_md_files=\"%%F\" !lint_md_files!\"\n )\n+ for /D %%S IN (%%D\\*) do (\n+ for %%F IN (%%S\\*.md) do (\n+ set \"lint_md_files=\"%%F\" !lint_md_files!\"\n+ )\n+ )\... | 2025-12-24T09:53:23 |
vercel/next.js | 96512309ce1fe5a83cdb90702d2488a02a3db30a | 683180bfb3f3ae24759360970787e60fc4fbf74b | tests: Fix immutableAssetToken extraction (#90668)
Fixes this deploy test failure:
https://github.com/vercel/next.js/actions/runs/22499483165/attempts/2
The output might be:
```
Building: └ ○ /nested
Building: ○ (Static) prerendered as static content
Building: ƒ (Dynamic) server-rendered on demand
Building: > @ ... | [
{
"path": "test/lib/next-modes/next-deploy.ts",
"patch": "@@ -144,7 +144,8 @@ export class NextDeployInstance extends NextInstance {\n `Failed to get immutableAssetToken from logs ${this._cliOutput}`\n )\n }\n- this._immutableAssetToken = immutableAssetToken\n+ this._immutableAssetTo... | 2026-02-28T00:47:33 |
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.