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 |
|---|---|---|---|---|---|
rust-lang/rust | 96e7213d310861698667e36b5568147c9217c84e | 11953d71f5e18701e6a9f7c10f3bb612422e726b | Fix rustc test suite | [
{
"path": "scripts/setup_rust_fork.sh",
"patch": "@@ -63,18 +63,18 @@ index 2e16f2cf27..3ac3df99a8 100644\n # Note that RUSTFLAGS_BOOTSTRAP should always be added to the end of\n # RUSTFLAGS, since that causes RUSTFLAGS_BOOTSTRAP to override RUSTFLAGS.\n diff --git a/src/bootstrap/src/core... | 2026-02-20T11:01:07 |
vercel/next.js | eadcd5435d82c380db0742825281270be8f71b79 | e539ca1e48dd0e09bbd67fd1b809707ba5863b1e | [test] Improve debug logs for Playwright tests (#83431) | [
{
"path": "run-tests.js",
"patch": "@@ -463,7 +463,6 @@ ${ENDGROUP}`)\n '--runInBand',\n '--forceExit',\n '--verbose',\n- '--silent',\n ...(isTestJob\n ? ['--json', `--outputFile=${test.file}${RESULTS_EXT}`]\n : []),",
"additions": 0,
"delet... | 2025-09-04T13:19:17 |
golang/go | b69622b83e38b58a461938163fdef03683a2a871 | 4993a91ae18f0e0f0edf6d86ff5bb26fd9182731 | [dev.simd] cmd/compile, simd: adjust Shift.* operations
This CL does:
1. Removes ShiftRightSignExtended, default signed vectors to shift
arithmetic, and unsigned to shift logical.
2. Add the missing Shifts which were left out by YAML error in the
generator.
This CL is generated by CL 687595.
Change-Id: I663115... | [
{
"path": "src/cmd/compile/internal/amd64/simdssa.go",
"patch": "@@ -273,15 +273,6 @@ func ssaGenSIMDValue(s *ssagen.State, v *ssa.Value) bool {\n \t\tssa.OpAMD64VPSLLVQ128,\n \t\tssa.OpAMD64VPSLLVQ256,\n \t\tssa.OpAMD64VPSLLVQ512,\n-\t\tssa.OpAMD64VPSRLVW128,\n-\t\tssa.OpAMD64VPSRLVW256,\n-\t\tssa.OpAMD64V... | 2025-07-11T17:56:22 |
electron/electron | 4ded4d16a83b3fb714df5b60003812456097f298 | c894645ac68af14183d617570a2d51336a2578ad | fix: destroy `NodeService` message pipe last (#41277)
refactor: destroy NodeService message pipe last | [
{
"path": "shell/services/node/node_service.h",
"patch": "@@ -61,6 +61,12 @@ class NodeService : public node::mojom::NodeService {\n void Initialize(node::mojom::NodeServiceParamsPtr params) override;\n \n private:\n+ // This needs to be initialized first so that it can be destroyed last\n+ // after th... | 2024-02-09T21:44:35 |
facebook/react | 583eb6770d56e9793d3660bd9c6782fdebc93729 | a5aedd1e15733311d64ccab3fdd14db630067496 | Emit Server Error Prefix in the .stack Property Too (#28738)
Follow up to #28684.
V8 includes the message in the stack and printed errors include just the
stack property which is assumed to contain the message. Without this,
the prefix doesn't get printed in the console.
<img width="578" alt="Screenshot 2024-0... | [
{
"path": "packages/react-server/src/ReactFizzServer.js",
"patch": "@@ -842,7 +842,7 @@ function encodeErrorForBoundary(\n ? 'Switched to client rendering because the server rendering aborted due to:\\n\\n'\n : 'Switched to client rendering because the server rendering errored:\\n\\n';\n bou... | 2024-04-04T01:52:54 |
nodejs/node | 65024ae5a14aea2f264769faf01cfafb2e0c307c | eb5aa5f0e1a159b11765d4638eaeb7399e5bc333 | doc: fix module.md headings
PR-URL: https://github.com/nodejs/node/pull/56131
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> | [
{
"path": "doc/api/module.md",
"patch": "@@ -64,159 +64,6 @@ const require = createRequire(import.meta.url);\n const siblingModule = require('./sibling-module');\n ```\n \n-### `module.constants.compileCacheStatus`\n-\n-<!-- YAML\n-added: v22.8.0\n--->\n-\n-> Stability: 1.1 - Active Development\n-\n-The fol... | 2024-12-06T14:22:06 |
rust-lang/rust | 87b3f55b16011d5f85895373c6bead55b5810f08 | 2a2a8aea584e45e877fdfe8fc4c905028acebd84 | fix src/tools | [
{
"path": "clippy_lints/src/attrs/inline_always.rs",
"patch": "@@ -1,6 +1,6 @@\n use super::INLINE_ALWAYS;\n use clippy_utils::diagnostics::span_lint;\n-use rustc_hir::attrs::{AttributeKind, InlineAttr};\n+use rustc_hir::attrs::InlineAttr;\n use rustc_hir::{Attribute, find_attr};\n use rustc_lint::LateConte... | 2026-02-18T13:28:07 |
vercel/next.js | e539ca1e48dd0e09bbd67fd1b809707ba5863b1e | 6472fb5c2cd4f36012e2026ff6876ad4205cc01e | build: error on different root folder (#83416) | [
{
"path": "packages/next/errors.json",
"patch": "@@ -798,5 +798,6 @@\n \"797\": \"Failed to transpile \\\"%s\\\".\",\n \"798\": \"expected a result to be returned\",\n \"799\": \"expected a page response, got %s\",\n- \"800\": \"`experimental.rdcForNavigations` is enabled, but `experimental.ppr` is n... | 2025-09-04T13:14:00 |
electron/electron | c894645ac68af14183d617570a2d51336a2578ad | 9655ae7d6ae9de4b467d197957bb3c7a152e3ddd | fix: crash on macOS non-programmatic close (#41264) | [
{
"path": "shell/browser/native_window_mac.mm",
"patch": "@@ -439,11 +439,14 @@ void ReorderChildWindowAbove(NSWindow* child_window, NSWindow* other_window) {\n if ([window_ attachedSheet])\n [window_ endSheet:[window_ attachedSheet]];\n \n+ // window_ could be nil after performClose.\n+ bool should... | 2024-02-09T21:44:24 |
nodejs/node | 53356c37b759f54b7da0c66558dde7f5755894e2 | d7fdbb994cda8b2e1da4240eb97270c6abbaa9dd | lib: fix `fs.readdir` recursive async
Fixes: https://github.com/nodejs/node/issues/56006
PR-URL: https://github.com/nodejs/node/pull/56041
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> | [
{
"path": "lib/fs.js",
"patch": "@@ -1370,6 +1370,102 @@ function mkdirSync(path, options) {\n }\n }\n \n+/*\n+ * An recursive algorithm for reading the entire contents of the `basePath` directory.\n+ * This function does not validate `basePath` as a directory. It is passed directly to\n+ * `binding.readd... | 2024-12-05T20:25:25 |
facebook/react | a5aedd1e15733311d64ccab3fdd14db630067496 | 20e710aeab3e03809c82d134171986ea270026a0 | Move console mocks to internal-test-utils (#28710)
Moving this to `internal-test-utils` so I can add helpers in the next PR
for:
- assertLogDev
- assertWarnDev
- assertErrorDev
Which will be exported from `internal-test-utils`. This isn't strictly
necessary, but it makes the factoring nicer, so internal-test-u... | [
{
"path": "packages/internal-test-utils/__tests__/ReactInternalTestUtils-test.js",
"patch": "@@ -12,6 +12,7 @@\n \n const React = require('react');\n const {startTransition, useDeferredValue} = React;\n+const chalk = require('chalk');\n const ReactNoop = require('react-noop-renderer');\n const {\n waitFor... | 2024-04-03T20:02:04 |
golang/go | bbb6dccd8486d1dc0b3042865e7bc0fce54137fc | 1440ff70362f85c86b54b5c428fd95cb6cb35d91 | [dev.simd] simd: fix documentations
This CL is generated by CL 687415.
Change-Id: I2d778717013af613c442116658f42a4a4cc5d734
Reviewed-on: https://go-review.googlesource.com/c/go/+/687376
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.c... | [
{
"path": "src/cmd/compile/internal/ssa/_gen/simdAMD64.rules",
"patch": "@@ -380,12 +380,12 @@\n (GaloisFieldAffineTransformUint8x16 ...) => (VGF2P8AFFINEQB128 ...)\n (GaloisFieldAffineTransformUint8x32 ...) => (VGF2P8AFFINEQB256 ...)\n (GaloisFieldAffineTransformUint8x64 ...) => (VGF2P8AFFINEQB512 ...)\n-(... | 2025-07-11T02:11:22 |
vercel/next.js | dd31b3d6a27a60917ff9c2cb7877ba53e6ea77cf | 7e0fc3b2713df41f7b77945f64e3fb7b4c390a38 | Tests: Don't use next/dist for test/e2e/streaming-ssr (#83262)
## What?
This test incorrectly using internals instead of the public api.
Switched it to using the custom server api. | [
{
"path": "test/e2e/streaming-ssr/custom-server/server.js",
"patch": "@@ -1,43 +1,31 @@\n-const NextServer = require('next/dist/server/next-server').default\n-const defaultNextConfig =\n- require('next/dist/server/config-shared').defaultConfig\n+const next = require('next')\n const http = require('http')\n... | 2025-09-04T09:55:25 |
rust-lang/rust | 8e7bc3c7d1689e17319b2d6fdc1220c373de7596 | df23df54a6c4ad486b0231fd3dc2ea7a65f20989 | fix src/tools | [
{
"path": "compiler/rustc_hir/src/attrs/data_structures.rs",
"patch": "@@ -1233,9 +1233,6 @@ pub enum AttributeKind {\n /// Represents `#[rustc_diagnostic_item]`\n RustcDiagnosticItem(Symbol),\n \n- /// Represents `#[rustc_diagnostic_item]`\n- RustcDiagnosticItem(Symbol),\n-\n /// Represen... | 2026-02-18T13:28:07 |
electron/electron | 9655ae7d6ae9de4b467d197957bb3c7a152e3ddd | cee51785e1ed057fa5c78b2fc7bb1e8a5b91053d | fix: `GetCursorScreenpoint()` sometimes wrongly returns `(0,0)` (#41275) | [
{
"path": "patches/chromium/.patches",
"patch": "@@ -127,3 +127,4 @@ fix_restore_original_resize_performance_on_macos.patch\n feat_allow_code_cache_in_custom_schemes.patch\n build_run_reclient_cfg_generator_after_chrome.patch\n fix_suppress_clang_-wimplicit-const-int-float-conversion_in.patch\n+fix_getcurso... | 2024-02-09T15:44:46 |
facebook/react | 20e710aeab3e03809c82d134171986ea270026a0 | 3761acb42bf9979314fff130d4d9505408bcb651 | Cleanup enableUseRefAccessWarning flag (#28699)
Cleanup enableUseRefAccessWarning flag
I don't think this flag has a path forward in the current
implementation. The detection by stack trace is too brittle to detect
the lazy initialization pattern reliably (see e.g. some internal tests
that expect the warning bec... | [
{
"path": "packages/react-reconciler/src/ReactFiberHooks.js",
"patch": "@@ -33,7 +33,6 @@ import {\n enableDebugTracing,\n enableSchedulingProfiler,\n enableCache,\n- enableUseRefAccessWarning,\n enableLazyContextPropagation,\n enableTransitionTracing,\n enableUseMemoCacheHook,\n@@ -2330,90 +23... | 2024-04-03T17:35:38 |
nodejs/node | d7fdbb994cda8b2e1da4240eb97270c6abbaa9dd | 839ad8bd0814c576ae2dd078b178ba904add53a0 | module: mark evaluation rejection in require(esm) as handled
Previously the implemention of require(esm) only converted the
rejected promise from module evaluation into an error, but the
rejected promise was still treated as a pending unhandled
rejection by the promise rejection callback, because the promise
is create... | [
{
"path": "src/module_wrap.cc",
"patch": "@@ -663,6 +663,22 @@ void ModuleWrap::EvaluateSync(const FunctionCallbackInfo<Value>& args) {\n CHECK(result->IsPromise());\n Local<Promise> promise = result.As<Promise>();\n if (promise->State() == Promise::PromiseState::kRejected) {\n+ // The rejected pro... | 2024-12-05T16:12:50 |
golang/go | 1e48ca7020adf13e0fa4a6c2053f210b869bfa24 | a0a99cb22b2045b15509d1002a655db407a44a50 | encoding/json: remove legacy option to EscapeInvalidUTF8
In the presence of invalid UTF-8, the AllowInvalidUTF8 option
allows such bytes to be present, but silently mangles them
using the Unicode replacement character.
The v2 default is to emit the replacement character verbatim
(which is valid UTF-8 and exactly what... | [
{
"path": "src/encoding/json/internal/jsonflags/flags.go",
"patch": "@@ -52,7 +52,6 @@ const (\n \t\tAllowInvalidUTF8 |\n \t\tEscapeForHTML |\n \t\tEscapeForJS |\n-\t\tEscapeInvalidUTF8 |\n \t\tPreserveRawStrings |\n \t\tDeterministic |\n \t\tFormatNilMapAsNull |\n@@ -77,7 +76,7 @@ const (\n \tWhitespaceFla... | 2025-07-10T00:08:49 |
rust-lang/rust | a81565667cffff4e48b946abb5316d7e498262be | e63814d6d197a14bc9f31eea6f9e94a746bdd50a | fix: handle core panics in all format lints
`core::panic` was missing in the formatting arg lints | [
{
"path": "clippy_utils/src/macros.rs",
"patch": "@@ -19,6 +19,7 @@ const FORMAT_MACRO_DIAG_ITEMS: &[Symbol] = &[\n sym::assert_eq_macro,\n sym::assert_macro,\n sym::assert_ne_macro,\n+ sym::core_panic_macro,\n sym::debug_assert_eq_macro,\n sym::debug_assert_macro,\n sym::debug_as... | 2026-02-20T08:56:31 |
vercel/next.js | 7e0fc3b2713df41f7b77945f64e3fb7b4c390a38 | f2e3357b5b772da64da37a83b5be7c9195df07eb | Turbopack: refactor segment config parsing (#83297)
Closes PACK-5382
Previously, Turbopack validated every single module for route segment config, leading to false positives (on non-page files) and worse build performance. There were also three separate implementations of this logic.
Now, all of these cases are fata... | [
{
"path": "crates/next-api/src/app.rs",
"patch": "@@ -1,7 +1,6 @@\n use anyhow::{Context, Result, bail};\n use next_core::{\n all_assets_from_entries,\n- app_segment_config::NextSegmentConfig,\n app_structure::{\n AppPageLoaderTree, CollectedRootParams, Entrypoint as AppEntrypoint,\n ... | 2025-09-04T08:58:23 |
electron/electron | b253d52faf932d9613ad149fdaecabaf9c1c0218 | 4d060afc98dd2eef076dd415f2a03ea642a5baa7 | build: export matching patches (#41174)
* build: make patches/config.json an array of objects
This file was previously an object of patch_dir keys to repo values;
Now is an array of objects containing `patch_dir` and `repo` properties.
This makes other per-target properties (e.g. `grep`) possible.
* build: inc... | [
{
"path": "patches/config.json",
"patch": "@@ -1,27 +1,15 @@\n-{\n- \"src/electron/patches/chromium\": \"src\",\n-\n- \"src/electron/patches/boringssl\": \"src/third_party/boringssl/src\",\n-\n- \"src/electron/patches/devtools_frontend\": \"src/third_party/devtools-frontend/src\",\n-\n- \"src/electron/p... | 2024-02-08T18:47:59 |
nodejs/node | c4aa34aa4dc5accb100be07b4aceded83eeb3956 | 3c2da4b849db2e19f7e92f6fb741b6604cbdf6c2 | doc: add LJHarb to collaborators
Fixes: https://github.com/nodejs/node/issues/55918
PR-URL: https://github.com/nodejs/node/pull/56132
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Debadree Chatterjee <debad... | [
{
"path": "README.md",
"patch": "@@ -379,6 +379,8 @@ For information about the governance of the Node.js project, see\n **Nitzan Uziely** <<linkgoron@gmail.com>>\n * [LiviaMedeiros](https://github.com/LiviaMedeiros) -\n **LiviaMedeiros** <<livia@cirno.name>>\n+* [ljharb](https://github.com/ljharb) -\n+ ... | 2024-12-04T19:14:44 |
golang/go | a0a99cb22b2045b15509d1002a655db407a44a50 | 9d04122d240db4de36bf9ef4f5627e0025201bd9 | encoding/json/v2: report wrapped io.ErrUnexpectedEOF
In the event that the input is just JSON whitespace,
the underlying jsontext.Decoder treats this as an empty stream
and reports io.EOF.
The logic in unmarshalFull simply casted io.EOF as io.ErrUnexpectedEOF,
which is inconsistent with how all other io.ErrUnexpected... | [
{
"path": "src/encoding/json/decode_test.go",
"patch": "@@ -12,6 +12,7 @@ import (\n \t\"errors\"\n \t\"fmt\"\n \t\"image\"\n+\t\"io\"\n \t\"maps\"\n \t\"math\"\n \t\"math/big\"\n@@ -469,11 +470,13 @@ var unmarshalTests = []struct {\n \t{CaseName: Name(\"\"), in: `{\"alphabet\": \"xyz\"}`, ptr: new(U), err:... | 2025-07-09T23:55:14 |
facebook/react | f33e63838d99aac5efc84a38cde84966f15801a1 | 0846daaa54537d3df212903bf37bab92e44f9c07 | Update copyrights to reference Meta instead of Facebook
Thanks @zpao!!! This was mostly his work, i just fixed up the last bit. | [
{
"path": "compiler/LICENSE",
"patch": "@@ -1,6 +1,6 @@\n MIT License\n \n-Copyright (c) Facebook, Inc. and its affiliates.\n+Copyright (c) Meta Platforms, Inc. and affiliates.\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation f... | 2024-04-03T15:43:36 |
vercel/next.js | f2e3357b5b772da64da37a83b5be7c9195df07eb | 607cce95f9419c3925016a8153abde93e23808a2 | update `.node-version` to v20 (#83413)
<!-- 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
### Improvi... | [
{
"path": ".node-version",
"patch": "@@ -1 +1 @@\n-v18\n+v20",
"additions": 1,
"deletions": 1,
"language": "Unknown"
}
] | 2025-09-04T08:57:21 |
electron/electron | 42087e306c31044d22cd39b48ffb76487c315978 | 2ea569e0d271bdd1b4e5b629133aec703ad8a3b2 | fix: add language to html in quick-start.md (#41225)
Add language to html in quick-start.md
We must define language in HTML for different reasons (accessibility++) | [
{
"path": "docs/tutorial/quick-start.md",
"patch": "@@ -126,7 +126,7 @@ folder of your project:\n \n ```html\n <!DOCTYPE html>\n-<html>\n+<html lang=\"en\">\n <head>\n <meta charset=\"UTF-8\">\n <!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->\n@@ -420,9 +420,8 @@ window.addEventList... | 2024-02-08T01:27:50 |
rust-lang/rust | 4da823ba4be74cdd840c6db854ee57cc0c864d31 | fbd6934114e905d3cc61adbbd7e4a355eac5d0d7 | Do not enable split debuginfo for windows-gnu
Because rustc doesn't handle split debuginfo for these targets,
enabling that option causes them to be missing some of the debuginfo. | [
{
"path": "bootstrap.example.toml",
"patch": "@@ -1008,9 +1008,10 @@\n # its historical default, but when compiling the compiler itself, we skip it by\n # default since we know it's safe to do so in that case.\n #\n-# On Windows platforms, packed debuginfo is the only supported option,\n-# producing a `.pdb... | 2026-02-19T21:11:58 |
nodejs/node | 7bedcfd4a2144f7dbcf8d13f0a38ac733acd4088 | fe12b01bf49cee1597596d817f7a1d451bb71ba7 | doc: fix typo
PR-URL: https://github.com/nodejs/node/pull/56125
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com> | [
{
"path": "doc/changelogs/CHANGELOG_V22.md",
"patch": "@@ -80,11 +80,11 @@ When a `Buffer` is created using a resizable `ArrayBuffer`, the `Buffer` length\n ```js\n const ab = new ArrayBuffer(10, { maxByteLength: 20 });\n const buffer = Buffer.from(ab);\n-console.log(buffer.byteLength); 10\n+console.log(buf... | 2024-12-04T02:35:30 |
facebook/react | dc545c8d6eaca87c8d5cabfab6e1c768ecafe426 | 8f55a6aa5739ed8ca80c3066fb54f4ea4cfe600a | Fix: Class components should "consume" ref prop (#28719)
When a ref is passed to a class component, the class instance is
attached to the ref's current property automatically. This different
from function components, where you have to do something extra to attach
a ref to an instance, like passing the ref to `useIm... | [
{
"path": "packages/react-dom/src/__tests__/ReactCompositeComponent-test.js",
"patch": "@@ -261,29 +261,17 @@ describe('ReactCompositeComponent', () => {\n await act(() => {\n root.render(<Component ref={refFn1} />);\n });\n- if (gate(flags => flags.enableRefAsProp)) {\n- expect(instan... | 2024-04-03T03:15:04 |
golang/go | 1ca23682dd7b2706daa94e428b3b82cc85a752c0 | 4bc3373c8e2cad24a779698477704306548949cb | crypto/rsa: fix documentation formatting
Change-Id: I6a6a696422f9ab73b9ddee131b17d3c177fefc4e
Reviewed-on: https://go-review.googlesource.com/c/go/+/687615
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Carlos Ame... | [
{
"path": "src/crypto/rsa/rsa.go",
"patch": "@@ -30,14 +30,15 @@\n // with a key smaller than 1024 bits. Such keys are insecure and should not be\n // used.\n //\n-// The `rsa1024min=0` GODEBUG setting suppresses this error, but we recommend\n-// doing so only in tests, if necessary. Tests can use [testing.... | 2025-07-10T15:06:05 |
vercel/next.js | fc6e3dbc5b8528fdf27478f1bacff769af8115b0 | ce359e0065206ae8b2b2139bfd4b55cb273d0a3a | Update next-response.mdx (#83302)
This PR aims to fix a typo in documentation
Co-authored-by: JJ Kasper <jj@jjsweb.site> | [
{
"path": "docs/01-app/03-api-reference/04-functions/next-response.mdx",
"patch": "@@ -58,7 +58,7 @@ Given a cookie name, delete the cookie from the response.\n ```ts\n // Given incoming request /home\n let response = NextResponse.next()\n-// Returns true for deleted, false is nothing is deleted\n+// Return... | 2025-09-03T23:31:27 |
electron/electron | 2ea569e0d271bdd1b4e5b629133aec703ad8a3b2 | 4367c5ad9e44ec6f4464cdd7a08a0e447203d21b | docs: fix docs/api/base-window.md (#41240)
* docs: fix docs/api/base-window.md
* Update docs/api/base-window.md
Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
---------
Co-authored-by: David Sanders <dsanders11@ucsbalum.com> | [
{
"path": "docs/api/base-window.md",
"patch": "@@ -345,6 +345,10 @@ A `Integer` property representing the unique ID of the window. Each ID is unique\n \n A `View` property for the content view of the window.\n \n+#### `win.tabbingIdentifier` _macOS_ _Readonly_\n+\n+A `string` (optional) property that is equ... | 2024-02-08T01:13:48 |
facebook/react | 284f7764205f2c707d39ad493b7676f74f980c07 | a53f208f5e4dfc3cf7c34a4b51e44c07a9a24880 | [be] Clean up already fixed "bug" fixtures
These are already fixed, renamed to clarify that they are just repros of
previous bugs | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/repro-object-pattern.expect.md",
"patch": "@@ -10,8 +10,7 @@ function component(t) {\n \n export const FIXTURE_ENTRYPOINT = {\n fn: component,\n- params: [\"TodoAdd\"],\n- isComponent: \"TodoAdd\",\n+ params: [{ a: 4... | 2024-04-02T19:43:44 |
nodejs/node | 7924ea351822f9954d057ae05d9124b25425d31c | b915124e49447a138f0f311289acc9f57e63674b | 2024-12-03, Version 22.12.0 'Jod' (LTS)
Notable changes:
assert:
* (SEMVER-MINOR) make assertion_error use Myers diff algorithm (Giovanni Bucci) https://github.com/nodejs/node/pull/54862
buffer:
* (SEMVER-MINOR) make Buffer work with resizable ArrayBuffer (James M Snell) https://github.com/nodejs/node/pull/55377
... | [
{
"path": "CHANGELOG.md",
"patch": "@@ -45,7 +45,8 @@ release.\n <a href=\"doc/changelogs/CHANGELOG_V23.md#23.0.0\">23.0.0</a><br/>\n </td>\n <td valign=\"top\">\n-<b><a href=\"doc/changelogs/CHANGELOG_V22.md#22.11.0\">22.11.0</a></b><br/>\n+<b><a href=\"doc/changelogs/CHANGELOG_V22.md#22.12.0\">22.12.0... | 2024-11-27T21:58:44 |
golang/go | 4bc3373c8e2cad24a779698477704306548949cb | 88cf0c5d55a8c18da515485f4a3fcf008b96cb07 | runtime: turn off large memmove tests under asan/msan
Just like we do for race mode. They are just too slow when running
with the sanitizers.
Fixes #59448
Change-Id: I86e3e3488ec5c4c29e410955e9dc4cbc99d39b84
Reviewed-on: https://go-review.googlesource.com/c/go/+/687535
Reviewed-by: Keith Randall <khr@google.com>
LUC... | [
{
"path": "src/runtime/memmove_test.go",
"patch": "@@ -8,6 +8,8 @@ import (\n \t\"crypto/rand\"\n \t\"encoding/binary\"\n \t\"fmt\"\n+\t\"internal/asan\"\n+\t\"internal/msan\"\n \t\"internal/race\"\n \t\"internal/testenv\"\n \t. \"runtime\"\n@@ -102,8 +104,8 @@ func TestMemmoveLarge0x180000(t *testing.T) {\... | 2025-07-11T16:10:53 |
rust-lang/rust | 751b7d5bda0676f55f14a1451c58b6c9cb92bfd3 | 41198cb9659f3cc7c4a1a3ee97bc4af78bee403e | Build: Add `stdenv.cc.cc.lib` to Nix dependencies
Otherwise, it systematically fails on:
```
error: process didn't exit successfully: `[...]/rust/build/bootstrap/debug/rustc [...]/rust/build/bootstrap/debug/rustc -vV` (exit status: 127)
--- stderr
[...]/rust/build/x86_64-unknown-linux-gnu/stage1/bin/rustc: error whil... | [
{
"path": "src/bootstrap/src/core/download.rs",
"patch": "@@ -675,6 +675,7 @@ fn fix_bin_or_dylib(out: &Path, fname: &Path, exec_ctx: &ExecutionContext) {\n // the `.nix-deps` location.\n //\n // bintools: Needed for the path of `ld-linux.so` (via `nix-support/dynamic-linker`).\n+ ... | 2025-05-16T11:06:27 |
vercel/next.js | ce359e0065206ae8b2b2139bfd4b55cb273d0a3a | c181f356a1c1df42d830e6c12b3742383a033c3e | Fixed broken link in backend-for-frontend.mdx (#83310)
Broken link to API Routes in Pages Router
Co-authored-by: JJ Kasper <jj@jjsweb.site> | [
{
"path": "docs/01-app/02-guides/backend-for-frontend.mdx",
"patch": "@@ -28,7 +28,7 @@ To implement this pattern, use:\n \n - [Route Handlers](/docs/app/api-reference/file-conventions/route)\n - [`middleware`](/docs/app/api-reference/file-conventions/middleware)\n-- In Pages Router, [API Routes](/pages/bui... | 2025-09-03T23:25:35 |
electron/electron | 5686f88bd298ea682d4eae576a6f84cc7844bd22 | 768ece6b54f78e65efbea2c3fd39eea30e48332b | refactor: KeyWeakMap cleanup (#41242)
* refactor: make KeyWeakMap::KeyObject private
* perf: avoid redundant map lookup
* refactor: remove unused KeyWeakMap::Has()
* refactor: make KeyWeakMap dtor nonvirtual
no inheritance used, so no need for virtual dtor?
* chore: fix KeyWeakMap code comment
* ref... | [
{
"path": "shell/common/gin_helper/trackable_object.h",
"patch": "@@ -107,7 +107,7 @@ class TrackableObject : public TrackableObjectBase, public EventEmitter<T> {\n \n // Removes this instance from the weak map.\n void RemoveFromWeakMap() {\n- if (weak_map_ && weak_map_->Has(weak_map_id()))\n+ if ... | 2024-02-06T15:18:05 |
nodejs/node | 61b077d346545ba91c46a1a88b8d96db99a29e3b | 4efb7ae454cb67e2ff2cbf7291cf9cb4ce2f3a1d | tools: fix update-undici script
The `build:node` npm script now expects esbuild to be installed and
bin-linked.
Closes: https://github.com/nodejs/node/issues/56061
PR-URL: https://github.com/nodejs/node/pull/56069
Fixes: https://github.com/nodejs/node/issues/56061
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Revie... | [
{
"path": "tools/dep_updaters/update-undici.sh",
"patch": "@@ -80,7 +80,7 @@ cd \"$ROOT\"\n \n # Rebuild components from source\n rm lib/llhttp/llhttp*.*\n- \"$NODE\" \"$NPM\" install --no-bin-link --ignore-scripts\n+ \"$NODE\" \"$NPM\" install --ignore-scripts\n \"$NODE\" \"$NPM\" run build:wasm > ... | 2024-11-29T09:09:04 |
rust-lang/rust | 27c04763e1b74b3ed241002bfb26061f2b3d66be | 41198cb9659f3cc7c4a1a3ee97bc4af78bee403e | Fix typo in doc for core::mem::type_info::Struct | [
{
"path": "library/core/src/mem/type_info.rs",
"patch": "@@ -153,7 +153,7 @@ pub struct Trait {\n pub is_auto: bool,\n }\n \n-/// Compile-time type information about arrays.\n+/// Compile-time type information about structs.\n #[derive(Debug)]\n #[non_exhaustive]\n #[unstable(feature = \"type_info\", is... | 2026-02-19T15:27:22 |
vercel/next.js | 7861621f588865544276d4ba7444ee7148419f6b | c2d3e65482f036616504e67a81455437c73bb5d6 | test: Refactor edge-runtime-dynamic-code test (#83390)
This test is about `eval`
But it also used a non-static middleware `matchers` config, which is going to break once we are more strict about this and throw a build error. | [
{
"path": "test/integration/edge-runtime-dynamic-code/lib/utils.js",
"patch": "@@ -1,11 +1,3 @@\n-export const useCases = {\n- eval: 'using-eval',\n- noEval: 'not-using-eval',\n- wasmCompile: 'using-webassembly-compile',\n- wasmInstanciate: 'using-webassembly-instantiate',\n- wasmBufferInstanciate: 'us... | 2025-09-03T21:22:16 |
electron/electron | 08236f7a9e9d664513e2b76b54b9bea003101e5d | 5dfa9e33172d994c2f2a98a00312134cbc703d6b | refactor: remove deprecated BrowserContext::ResourceContext (#41221)
* refactor: remove ResourceContext* arg from GetNSSCertDatabaseForResourceContext()
* refactor: remove ResourceContext* arg from CertificateManagerModel::GetCertDBOnIOThread()
* refactor: remove BrowserContext* arg from CertificateManagerModel:... | [
{
"path": "shell/browser/api/electron_api_app.cc",
"patch": "@@ -1228,13 +1228,10 @@ void App::ImportCertificate(gin_helper::ErrorThrower thrower,\n return;\n }\n \n- auto* browser_context = ElectronBrowserContext::From(\"\", false);\n if (!certificate_manager_model_) {\n- CertificateManagerMode... | 2024-02-06T00:12:34 |
rust-lang/rust | 4f31ff893d4dd6125a445e3bda85c0fae623578c | fbd6934114e905d3cc61adbbd7e4a355eac5d0d7 | Not linting irrefutable_let_patterns on let chains
inline rest of the check
try fix ci errors
inline in check_let | [
{
"path": "compiler/rustc_mir_build/src/errors.rs",
"patch": "@@ -874,52 +874,6 @@ pub(crate) struct UpperRangeBoundCannotBeMin {\n pub(crate) span: Span,\n }\n \n-#[derive(LintDiagnostic)]\n-#[diag(\n- \"leading irrefutable {$count ->\n- [one] pattern\n- *[other] patterns\n-} in let chain\"\n-... | 2025-11-02T02:50:43 |
golang/go | 88cf0c5d55a8c18da515485f4a3fcf008b96cb07 | 7a38975a48ac735e62b389957bfc898437d628dc | cmd/link: do size fixups after symbol references are loaded
When we do a size fixup, we need to clone the symbol to an
external symbol so we can modify it. This includes cloning the
relocations, which includes resolving the relocations. If the
symbol being fixed has a relocation referencing a non-Go symbol,
that symbo... | [
{
"path": "src/cmd/link/internal/loader/loader.go",
"patch": "@@ -2298,17 +2298,17 @@ func (l *Loader) LoadSyms(arch *sys.Arch) {\n \t\tst.preloadSyms(r, hashedDef)\n \t\tst.preloadSyms(r, nonPkgDef)\n \t}\n-\tfor _, sf := range l.sizeFixups {\n-\t\tpp := l.cloneToExternal(sf.sym)\n-\t\tpp.size = int64(sf.s... | 2025-07-10T04:46:00 |
electron/electron | 5dfa9e33172d994c2f2a98a00312134cbc703d6b | fb888a6989dacfd6be3fe1a2b1cfffd0de81246a | fix: `original-fs` import replacement (#41209)
fix: original-fs import replacement | [
{
"path": "patches/node/build_add_gn_build_files.patch",
"patch": "@@ -2312,10 +2312,10 @@ index 0000000000000000000000000000000000000000..7848ddb1841b6d4f36e9376c73564eb4\n + f.write('\\n')\n diff --git a/tools/generate_original_fs.py b/tools/generate_original_fs.py\n new file mode 100644\n-index 000000... | 2024-02-05T08:51:04 |
vercel/next.js | c2d3e65482f036616504e67a81455437c73bb5d6 | 51350aa130891943a3b5572061e24d6617fcf4ea | [test] Do not use sandboxes for hydration error tests (#83398)
The sandboxes used in the `Error overlay for hydration errors in App
router` test suite frequently lead to timeout errors in CI
([DD](https://app.datadoghq.com/ci/test/runs?query=test_level%3Atest%20%40git.repository.id%3A%22github.com%2Fvercel%2Fnext.js%2... | [
{
"path": "test/development/acceptance-app/fixtures/hydration-errors/app/(default)/bad-nesting/page.tsx",
"patch": "@@ -0,0 +1,17 @@\n+'use client'\n+\n+export default function Page() {\n+ return (\n+ <p>\n+ <span>\n+ <span>\n+ <span>\n+ <span>\n+ <p>hello wo... | 2025-09-03T21:07:34 |
golang/go | 7a38975a48ac735e62b389957bfc898437d628dc | aa5de9ebb55bbd5e0a38304f8f8e603b2ec03238 | os: trivial comment fix
"Geese" here looks like an autocorrect-o of "oses", I think writing it out
makes more sense.
Change-Id: Iba89a6c0b94657e2e93937cc153f07aea1d04e04
GitHub-Last-Rev: 4f3a780f327d6c807e9b154d781ee69a10d391e4
GitHub-Pull-Request: golang/go#74332
Reviewed-on: https://go-review.googlesource.com/c/go/... | [
{
"path": "src/os/file.go",
"patch": "@@ -616,7 +616,7 @@ func UserHomeDir() (string, error) {\n \tif v := Getenv(env); v != \"\" {\n \t\treturn v, nil\n \t}\n-\t// On some geese the home directory is not always defined.\n+\t// On some operating systems the home directory is not always defined.\n \tswitch r... | 2025-06-22T17:16:36 |
facebook/react | a53f208f5e4dfc3cf7c34a4b51e44c07a9a24880 | 8b9edafa95f5657cbccb11e4c226abd7953df8f0 | Fixture for conditional use()
This is mostly to ensure we don't flag this as a conditional hook, but since i'm
here i made it a proper test. | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/use-operator-conditional.expect.md",
"patch": "@@ -0,0 +1,154 @@\n+\n+## Input\n+\n+```javascript\n+import { ValidateMemoization } from \"shared-runtime\";\n+import { use, useMemo } from \"react\";\n+\n+const FooContext =... | 2024-04-02T18:36:11 |
electron/electron | fb888a6989dacfd6be3fe1a2b1cfffd0de81246a | 398ca2a0190d6c86d908a71c887260bf13ef5e2b | fix: crash problem with message_port close event (#41201)
When worker_thread shutdown, it will destory context and close
message_port. In this case, it should not dispatch close event.
Because it forbid script running during NotifyContextDestroyed in
ContextLifecycleNotifier.
Now chromium has implemented close_eve... | [
{
"path": "patches/chromium/.patches",
"patch": "@@ -47,7 +47,6 @@ feat_add_support_for_overriding_the_base_spellchecker_download_url.patch\n feat_enable_offscreen_rendering_with_viz_compositor.patch\n gpu_notify_when_dxdiag_request_fails.patch\n feat_allow_embedders_to_add_observers_on_created_hunspell.pat... | 2024-02-05T07:38:30 |
vercel/next.js | 3efa21aad6c8f727da8d528a67a0b10765ead685 | 80dec3066f853fdcc6e00e66ef1661468991adff | Turbopack: Skip manifest loading in server when using route modules (#82903)
## What?
When using Turbopack we'd try to load these files even when they don't
exist, which adds latency because of the retrying. This PR ensures the
files are skipped from loading where possible, which moves the place
where it starts loadi... | [
{
"path": "packages/next/src/build/utils.ts",
"patch": "@@ -1164,6 +1164,7 @@ export async function isPageStatic({\n isAppPath: pageType === 'app',\n isDev: false,\n sriEnabled,\n+ needsManifestsForLegacyReasons: true,\n })\n }\n \n@@ -1436,6 +1437,7 @@ e... | 2025-09-03T18:08:29 |
golang/go | aa5de9ebb55bbd5e0a38304f8f8e603b2ec03238 | 63ec70d4e1350f44caf950cf3f675ae2cb7ea453 | synctest: fix comments for time.Now() in synctests
Also add a test case to make sure that time.Now() results in the
documented date.
Change-Id: Ic4cc577eba485b7c6e1a64122da06d7075bbe12e
Reviewed-on: https://go-review.googlesource.com/c/go/+/685677
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.g... | [
{
"path": "src/testing/synctest/example_test.go",
"patch": "@@ -21,7 +21,7 @@ import (\n \n func TestTime(t *testing.T) {\n \tsynctest.Test(t, func(t *testing.T) {\n-\t\tstart := time.Now() // always midnight UTC 2001-01-01\n+\t\tstart := time.Now() // always midnight UTC 2000-01-01\n \t\tgo func() {\n \t\t... | 2025-07-04T18:40:42 |
facebook/react | e61f9832643ee988a75a49dbf11bc3a52ae3d708 | 5485ed0855dd457f9f1065062911f23aff2264b9 | Fix yarn dev | [
{
"path": "compiler/apps/playground/package.json",
"patch": "@@ -3,7 +3,7 @@\n \"version\": \"0.1.0\",\n \"private\": true,\n \"scripts\": {\n- \"dev\": \"NODE_ENV=development && next dev\",\n+ \"dev\": \"NODE_ENV=development next dev\",\n \"build\": \"next build && node ./scripts/downloadFo... | 2024-04-02T16:18:12 |
electron/electron | 398ca2a0190d6c86d908a71c887260bf13ef5e2b | dac29f99492fda71dc79e1ee8874bee36a3b2ae6 | fix: make sure invalid URL loads promises are fulfilled. (#41194)
* fix: make sure invalid URL loads promisses are fulfilled.
* fixup! fix: make sure invalid URL loads promisses are fulfilled. | [
{
"path": "lib/browser/api/web-contents.ts",
"patch": "@@ -366,11 +366,6 @@ WebContents.prototype.loadURL = function (url, options) {\n resolveAndCleanup();\n }\n };\n- const failListener = (event: Electron.Event, errorCode: number, errorDescription: string, validatedURL: string, isMain... | 2024-02-05T07:36:51 |
vercel/next.js | 458605e68d30a6d4c8624af76d632bc63a9381cd | 933463cb7872ce7076d34fe05c27f8f15007273b | fix: ensure onRequestError is invoked when otel enabled (#83343)
Co-authored-by: Jiachi Liu <inbox@huozhi.im> | [
{
"path": "packages/next/src/build/templates/app-page.ts",
"patch": "@@ -1407,8 +1407,7 @@ export async function handler(\n )\n }\n } catch (err) {\n- // if we aren't wrapped by base-server handle here\n- if (!activeSpan && !(err instanceof NoFallbackError)) {\n+ if (!(err instanceof No... | 2025-09-03T16:33:35 |
facebook/react | 48ec17b865f439754fcdaa289ef0aa98f15a05c2 | 4ecea96c55a936c208f770e151cc5e3985817c9a | Differentiate null and undefined in Custom Elements - removing sets to undefined (#28716)
In React DOM, in general, we don't differentiate between `null` and
`undefined` because we expect to target DOM APIs. When we're setting a
property on a Custom Element, in the new heuristic, the goal is to allow
passing whatev... | [
{
"path": "packages/react-dom-bindings/src/client/ReactDOMComponent.js",
"patch": "@@ -1301,7 +1301,7 @@ export function setInitialProperties(\n continue;\n }\n const propValue = props[propKey];\n- if (propValue == null) {\n+ if (propValue === undefined) {\n... | 2024-04-02T15:48:27 |
nodejs/node | 0a9524bd3519301ee392c3c6f89d0d14beaf9a71 | 4cf6fabce20eb3050c5b543d249e931ea3d3cad5 | tools: fix nghttp3 updater script
PR-URL: https://github.com/nodejs/node/pull/56007
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> | [
{
"path": "tools/dep_updaters/update-nghttp3.sh",
"patch": "@@ -42,16 +42,17 @@ cleanup () {\n trap cleanup INT TERM EXIT\n \n NGHTTP3_REF=\"v$NEW_VERSION\"\n-NGHTTP3_ZIP=\"nghttp3-$NEW_VERSION\"\n+ARCHIVE_BASENAME=\"nghttp3-${NEW_VERSION}\"\n \n cd \"$WORKSPACE\"\n \n echo \"Fetching nghttp3 source archive... | 2024-11-28T23:52:23 |
golang/go | ab7f839280df8734c388046f957f7f37ae5b0998 | 47b07a87a65584f7b1c1efa26cf94e551e72dc2c | [dev.simd] cmd/compile: fix maskreg/simdreg chaos
This CL fixes some errors left by CL 685895.
Change-Id: I35ee36287fc964a82fd3c88764b688bd4491be65
Reviewed-on: https://go-review.googlesource.com/c/go/+/687095
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherr... | [
{
"path": "src/cmd/compile/internal/amd64/ssa.go",
"patch": "@@ -1043,8 +1043,8 @@ func ssaGenValue(s *ssagen.State, v *ssa.Value) {\n \t\tx := v.Args[0].Reg()\n \t\ty := v.Reg()\n \t\tif v.Type.IsSIMD() {\n-\t\t\tx = simdReg(v.Args[0])\n-\t\t\ty = simdReg(v)\n+\t\t\tx = simdOrMaskReg(v.Args[0])\n+\t\t\ty =... | 2025-07-09T22:33:25 |
vercel/next.js | 933463cb7872ce7076d34fe05c27f8f15007273b | 93e1a4c71ea471aa10cacaa1a2e3724155f6cd9c | [test] Move error-overlay-layout to e2e tests (#83372) | [
{
"path": "packages/next/src/next-devtools/dev-overlay/components/errors/error-overlay-layout/error-overlay-layout.test.tsx",
"patch": "@@ -1,127 +0,0 @@\n-/**\n- * @jest-environment jsdom\n- */\n-/* eslint-disable import/no-extraneous-dependencies */\n-import { render, screen, fireEvent, act } from '@testi... | 2025-09-03T15:43:37 |
electron/electron | 2ebaebb603620f18ba231bda684f9af392c76923 | 9bfa16ad7f118e755d340779958bcb5f2a9950b2 | refactor: replace use of deprecated `base::JSONWriter::WriteJson()` (#41215)
* refactor: use base::WriteJson() in ListValueToNSArray()
refactor: use base::WriteJson() in DictionaryValueToNSDictionary()
* refactor: use base::WriteJson() in Debugger::SendCommand()
* refactor: use base::WriteJson() in ScriptingE... | [
{
"path": "shell/browser/api/electron_api_debugger.cc",
"patch": "@@ -159,8 +159,7 @@ v8::Local<v8::Promise> Debugger::SendCommand(gin::Arguments* args) {\n request.Set(\"sessionId\", session_id);\n }\n \n- std::string json_args;\n- base::JSONWriter::Write(request, &json_args);\n+ const auto json_a... | 2024-02-02T18:25:58 |
rust-lang/rust | 5a3f581b1fba6660c53b91af0c00d25f353b8a36 | 6d80670bb2ea6e9d722641131d03be2c0eadc114 | style: fix rustfmt formatting | [
{
"path": "src/tools/rust-analyzer/crates/ide/src/references.rs",
"patch": "@@ -531,7 +531,7 @@ fn t2() {\n my_macro!(foo());\n }\n \"#,\n- expect![[r#\"\n+ expect![[r#\"\n foo Function FileId(0) 52..74 55..58\n \n FileId(0) 91..94",
"additions": 1... | 2026-02-19T11:55:54 |
facebook/react | 4eb241a94ff42d4226e4f9d6d397f4f8a8fadc8e | 6e650109999e5f483fcb910ff20fe8148a566cb2 | Bump nvmrc to Node.js v18 (#28707)
Bump nvmrc to Node.js v18
Node.js v16 is long deprecated, seems like for v20 there's some more
stuff to fix. | [
{
"path": ".nvmrc",
"patch": "@@ -1 +1 @@\n-v16.19.1\n+v18.20.0",
"additions": 1,
"deletions": 1,
"language": "Unknown"
}
] | 2024-04-02T14:04:19 |
nodejs/node | aa7c8ccd45a7cd0f300d0598b6cca951ca8ea592 | d09458f3f0033779f0f7f56b819cd576490cc17f | src: fix check fd
PR-URL: https://github.com/nodejs/node/pull/56000
Fixes: https://github.com/nodejs/node/issues/55983
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Jason Zhang <xzha4350@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@... | [
{
"path": "src/util.cc",
"patch": "@@ -782,6 +782,16 @@ std::string DetermineSpecificErrorType(Environment* env,\n input.As<v8::Object>()->GetConstructorName();\n Utf8Value name(env->isolate(), constructor_name);\n return SPrintF(\"an instance of %s\", name.out());\n+ } else if (input->IsSy... | 2024-11-28T16:26:17 |
golang/go | 63ec70d4e1350f44caf950cf3f675ae2cb7ea453 | 8131635e5a9c7ae2fd2c083bed9e841d27226500 | crypto/cipher: Fix comment punctuation
Change-Id: I7dc086a87d28ab847288eed13f719421420cd004
Reviewed-on: https://go-review.googlesource.com/c/go/+/686997
Reviewed-by: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> | [
{
"path": "src/crypto/cipher/cfb.go",
"patch": "@@ -86,7 +86,7 @@ func NewCFBDecrypter(block Block, iv []byte) Stream {\n func newCFB(block Block, iv []byte, decrypt bool) Stream {\n \tblockSize := block.BlockSize()\n \tif len(iv) != blockSize {\n-\t\t// stack trace will indicate whether it was de or encryp... | 2025-07-09T19:52:09 |
rust-lang/rust | 6d80670bb2ea6e9d722641131d03be2c0eadc114 | 918214c19ae9f44eaca32d03f4a4cb10cc6089e9 | test: fix exclude_tests_macro_refs test to use custom macro | [
{
"path": "src/tools/rust-analyzer/crates/ide/src/references.rs",
"patch": "@@ -513,61 +513,32 @@ fn test() {\n }\n \n #[test]\n- fn test_access() {\n+ fn exclude_tests_macro_refs() {\n check(\n r#\"\n-struct S { f$0: u32 }\n-\n-#[test]\n-fn test() {\n- let mut x = S { f... | 2026-02-19T11:52:01 |
facebook/react | cd3f56bb18a88562d767d466ecae489fb3c2fb86 | 1de6c5aea207ac2beac375aa80287acfcfb567a0 | [eslint] Enforce generic array type syntax
Fix and enforce generic array type syntax | [
{
"path": "compiler/packages/babel-plugin-react-forget/.eslintrc.js",
"patch": "@@ -73,7 +73,7 @@ module.exports = {\n \"off\",\n \"constructor\",\n ],\n- \"@typescript-eslint/array-type\": [\"off\", \"generic\"],\n+ \"@typescript-eslint/array-type\": [\"error\", { default: \"generic\"... | 2024-04-02T14:31:25 |
vercel/next.js | 93e1a4c71ea471aa10cacaa1a2e3724155f6cd9c | b5fa24b7662d9cc23e95015cddfecb680908f7bf | tests: migrate on-reuqest-error tests to new model (#83383) | [
{
"path": "test/e2e/on-request-error/basic/app/app-route/edge/route.js",
"patch": "@@ -1,6 +1,8 @@\n-export function GET() {\n+import { connection } from 'next/server'\n+\n+export async function GET() {\n+ await connection()\n throw new Error('route-edge-error')\n }\n \n-export const dynamic = 'force-dyn... | 2025-09-03T14:47:47 |
nodejs/node | 853b304db89410b3809049352f8211f6113fea6e | 24a8662359afb5ec90a0be95529f088f8e69ebc4 | doc: add added tag and fix typo sqlite.md
PR-URL: https://github.com/nodejs/node/pull/56012
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com> | [
{
"path": "doc/api/sqlite.md",
"patch": "@@ -156,6 +156,10 @@ around [`sqlite3_prepare_v2()`][].\n \n ### `database.createSession([options])`\n \n+<!-- YAML\n+added: v23.3.0\n+-->\n+\n * `options` {Object} The configuration options for the session.\n * `table` {string} A specific table to track changes fo... | 2024-11-27T20:56:40 |
golang/go | 47b07a87a65584f7b1c1efa26cf94e551e72dc2c | 08cd62e9f50b10a19f96b94c1e75f868b958d113 | [dev.simd] cmd/compile, simd: fix Int64x2 Greater output type to mask
This CL is generated by CL 686821.
Change-Id: I4bc4fa717ff858299b13955a40e750709a796fba
Reviewed-on: https://go-review.googlesource.com/c/go/+/686998
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-proj... | [
{
"path": "src/simd/ops_amd64.go",
"patch": "@@ -2248,7 +2248,7 @@ func (x Int32x8) Greater(y Int32x8) Mask32x8\n // Greater compares for greater than.\n //\n // Asm: VPCMPGTQ, CPU Feature: AVX\n-func (x Int64x2) Greater(y Int64x2) Int64x2\n+func (x Int64x2) Greater(y Int64x2) Mask64x2\n \n // Greater compa... | 2025-07-09T21:16:03 |
rust-lang/rust | 1cd345b22bfec529ad6a835474a3ee80ad04ec49 | 55bfca7d7d45358b220758e26869e50615e6a4e2 | For panic=unwind on Wasm targets, define __cpp_exception tag
Since llvm/llvm-project 159143, llvm no longer weak links the __cpp_exception tag into
each object that uses it. They are now defined in compiler-rt. Rust doesn't seem to
get them from compiler-rt so llvm decides they need to be imported. This adds them to
l... | [
{
"path": "library/unwind/src/lib.rs",
"patch": "@@ -7,7 +7,7 @@\n #![cfg_attr(not(target_env = \"msvc\"), feature(libc))]\n #![cfg_attr(\n all(target_family = \"wasm\", any(not(target_os = \"emscripten\"), emscripten_wasm_eh)),\n- feature(link_llvm_intrinsics, simd_wasm64)\n+ feature(link_llvm_in... | 2026-02-06T16:33:48 |
facebook/react | 1de6c5aea207ac2beac375aa80287acfcfb567a0 | ba661c80f3716eaaf8845b480a9d4558d0fb7e4a | [eslint] Don't lint generated files
drive by fix multi line comments in .eslintrc | [
{
"path": "compiler/packages/babel-plugin-react-forget/.eslintrc.js",
"patch": "@@ -9,44 +9,56 @@\n module.exports = {\n extends: [\"eslint:recommended\", \"plugin:@typescript-eslint/recommended\"],\n rules: {\n- // We prefer using const where variables are not reassigned, but occassional mistakes\n-... | 2024-04-02T11:03:26 |
vercel/next.js | c316c79aefc7835a785e65d9a9e38f5da916c1fb | 96c7f240ee7e02c74e283becebbc0a7d12269f36 | [Cache Components] Fix revalidation of prerendered route handlers (#83375)
When a prerendered and deployed route handler is revalidated, we can not
rely on having a cache handler that does in-memory caching. So we need
to provide a prerender resume data cache (RDC) instead, to ensure that
the revalidation doesn't fail... | [
{
"path": "packages/next/src/server/route-modules/app-route/module.ts",
"patch": "@@ -84,6 +84,7 @@ import { INFINITE_CACHE } from '../../../lib/constants'\n import { executeRevalidates } from '../../revalidation-utils'\n import { trackPendingModules } from '../../app-render/module-loading/track-module-load... | 2025-09-03T13:29:11 |
electron/electron | bccb7b572a76a0c7f99dbdcfdb6fa76feca36da9 | 12870cafb7cca63c0a97a0f158f9eae6015a3dc0 | chore: bump chromium to 123.0.6272.0 (main) (#41130)
* chore: bump chromium in DEPS to 123.0.6265.0
* chore: bump chromium in DEPS to 123.0.6266.0
* chore: update feat_ensure_mas_builds_of_the_same_application_can_use_safestorage.patch
Xref: https://chromium-review.googlesource.com/c/chromium/src/+/5232280
... | [
{
"path": "DEPS",
"patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '123.0.6264.0',\n+ '123.0.6272.0',\n 'node_version':\n 'v20.11.0',\n 'nan_version':",
"additions": 1,
"deletions": 1,
"language": "Unknown"
},
{
"path": "chromi... | 2024-01-31T23:04:13 |
nodejs/node | 090aa8bd8e6a6a3bd2c994c4954fcc0a086d701b | c6d3fddbb344aed5cec692cebef94b03bb8b502c | doc: add history entry for textEncoder.encodeInto()
Fixes: https://github.com/nodejs/node/issues/55938
PR-URL: https://github.com/nodejs/node/pull/55990
Refs: https://github.com/nodejs/node/pull/29524
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: LiviaMedeiros <livia@cirno.name> | [
{
"path": "doc/api/util.md",
"patch": "@@ -2166,6 +2166,10 @@ encoded bytes.\n \n ### `textEncoder.encodeInto(src, dest)`\n \n+<!-- YAML\n+added: v12.11.0\n+-->\n+\n * `src` {string} The text to encode.\n * `dest` {Uint8Array} The array to hold the encode result.\n * Returns: {Object}",
"additions": 4,
... | 2024-11-27T14:11:49 |
golang/go | 8131635e5a9c7ae2fd2c083bed9e841d27226500 | 67c1704444ba9661699a80d0ea0a2df20b4107e2 | runtime: run TestSignalDuringExec in its own process group
TestSignalDuringExec sends a SIGWINCH to the whole process group.
However, it may execute concurrently with other copies of the runtime
tests, especially through `go tool dist`, and gdb version <12.1 has a
bug in non-interactive mode where recieving a SIGWINCH... | [
{
"path": "src/runtime/runtime-gdb_test.go",
"patch": "@@ -78,6 +78,9 @@ func checkGdbVersion(t *testing.T) {\n \tif major < 10 {\n \t\tt.Skipf(\"skipping: gdb version %d.%d too old\", major, minor)\n \t}\n+\tif major < 12 || (major == 12 && minor < 1) {\n+\t\tt.Logf(\"gdb version <12.1 is known to crash du... | 2025-07-09T15:50:06 |
facebook/react | 5516cbb7089c8c42b79f2eb169ec2eb271ae0765 | 0af58d6c9ed22f5784010a5bc72974e21d82f664 | [ez] Fix unneeded path in copyright script | [
{
"path": "compiler/scripts/copyright.js",
"patch": "@@ -27,8 +27,6 @@ const files = glob.sync(\"**/*.{js,ts,tsx,jsx}\", {\n \"packages/js-fuzzer/**\",\n \"**/tests/fixtures/**\",\n \"**/__tests__/fixtures/**\",\n- // Special case where we need to preserve a jest directive\n- \"packages/fo... | 2024-04-02T14:32:22 |
vercel/next.js | 6ffc0c704e00bda4000711658eb50fa92d4202d2 | d373280a90504c09c8cc74f447ae938d4b7cc95c | fix: shrink bottom stack container height (#83377) | [
{
"path": "packages/next/src/next-devtools/dev-overlay/components/errors/error-overlay-bottom-stack/index.tsx",
"patch": "@@ -66,7 +66,8 @@ export const styles = `\n place-items: center center;\n width: 100%;\n position: fixed;\n- overflow: hidden;\n+ height: 0;\n+ overflow: visible;\n ... | 2025-09-03T11:44:51 |
electron/electron | 12870cafb7cca63c0a97a0f158f9eae6015a3dc0 | e4d5dc138fd909de288fde82ee5d03106fe092f2 | fix: move nut-js to optional spec deps (#41199) | [
{
"path": "spec/package.json",
"patch": "@@ -11,7 +11,6 @@\n \"@electron-ci/is-valid-window\": \"file:./is-valid-window\",\n \"@electron-ci/uv-dlopen\": \"file:./fixtures/native-addon/uv-dlopen/\",\n \"@marshallofsound/mocha-appveyor-reporter\": \"^0.4.3\",\n- \"@nut-tree/nut-js\": \"^3.1.2\"... | 2024-01-31T18:35:09 |
nodejs/node | 5bdf1c4ee8f0efecaef8c29370badc5f427179d5 | 17f39bcf3c853d73838f8f008cf1c8d1a371ec23 | doc: fix deprecation codes
PR-URL: https://github.com/nodejs/node/pull/56018
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> | [
{
"path": "doc/api/deprecations.md",
"patch": "@@ -3786,7 +3786,7 @@ Type: Documentation-only\n Passing non-supported argument types is deprecated and, instead of returning `false`,\n will throw an error in a future version.\n \n-### DEP0187: `process.features.ipv6` and `process.features.uv`\n+### DEP0188: ... | 2024-11-27T13:16:21 |
facebook/react | 832285fed2aaaff58001539a5eebe6d580cb280a | 8d2cd323a449e49ef041227dfe8d9f9d2ad2f395 | Only create mutable ranges for phis *mutated* later
This PR was the result of a long chain of ~yak-shaving~ debugging kicked off as
a result of fixing up invariants. Where this started was that i noticed some
cases of loops where the first instance we saw of a reactive scope was after its
starting instruction. Eg ... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/Inference/InferMutableLifetimes.ts",
"patch": "@@ -112,28 +112,22 @@ export function inferMutableLifetimes(\n >();\n for (const [_, block] of func.body.blocks) {\n for (const phi of block.phis) {\n- for (const [_, operand] of phi.operan... | 2024-04-01T21:21:48 |
vercel/next.js | 886f543a27c66824e995df4fee4d1f679a0f109d | caffa0d866773a03346b484336a582ba53b27f02 | fix(ppr): fix prerender info matching for rewritten paths (#83359)
## What?
Fixed prerender info matching for rewritten paths in App Router by using
`resolvedPathname` instead of `parsedUrl.pathname` in the app-page
template.
## Why?
Previously, the app-page template used `parsedUrl.pathname` to match
against `prer... | [
{
"path": "packages/next/src/build/templates/app-page.ts",
"patch": "@@ -89,6 +89,7 @@ import * as entryBase from '../../server/app-render/entry-base' with { 'turbopac\n import { RedirectStatusCode } from '../../client/components/redirect-status-code'\n import { InvariantError } from '../../shared/lib/invar... | 2025-09-03T11:04:39 |
electron/electron | e4d5dc138fd909de288fde82ee5d03106fe092f2 | 6df34436171f5b0fad1fd343de08621ce3a8b669 | fix: `select-usb-device` should respect `filters` option (#41166)
fix: select-usb-device should respect filters option | [
{
"path": "shell/browser/usb/usb_chooser_controller.cc",
"patch": "@@ -120,6 +120,14 @@ void UsbChooserController::GotUsbDeviceList(\n auto* rfh = content::RenderFrameHost::FromID(render_frame_host_id_);\n v8::Isolate* isolate = JavascriptEnvironment::GetIsolate();\n v8::HandleScope scope(isolat... | 2024-01-31T14:53:30 |
nodejs/node | 17f39bcf3c853d73838f8f008cf1c8d1a371ec23 | 9029aec834b537967c9ca46389ba74dd37f6e98f | doc: remove confusing and outdated sentence
Remove confusing and outdated sentence in `doc/api/stream.md`.
Fixes: https://github.com/nodejs/node/issues/55987
PR-URL: https://github.com/nodejs/node/pull/55988
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Re... | [
{
"path": "doc/api/stream.md",
"patch": "@@ -3846,8 +3846,6 @@ added: v8.0.0\n \n The `_destroy()` method is called by [`writable.destroy()`][writable-destroy].\n It can be overridden by child classes but it **must not** be called directly.\n-Furthermore, the `callback` should not be mixed with async/await\... | 2024-11-27T10:26:27 |
facebook/react | 8833338c8f929281cd1f2d39e11dd2b5e0739f10 | 5ab97b73457e2da72749322a1925a970a967f3bc | Convert deprecated stalebot to github action (#28695)
## Summary
This repo uses [Stalebot](https://github.com/probot/stale) to manage
stale Issues and PRs. Stalebot hasn't been maintained for a couple of
years and is officially archived. The number of open Issues and PRs has
increased rapidly since early 2022. S... | [
{
"path": ".github/stale.yml",
"patch": "@@ -1,35 +0,0 @@\n-# Configuration for probot-stale - https://github.com/probot/stale\n-# Number of days of inactivity before an issue becomes stale\n-daysUntilStale: 90\n-# Number of days of inactivity before a stale issue is closed\n-daysUntilClose: 7\n-# Issues wi... | 2024-04-01T18:32:28 |
vercel/next.js | 10e70b613b94e3251091caf700c0dc198fd0dc45 | 295c5162711498ddffbb08edbacf52860d30d35a | Turbopack: Implement `TaskInput` for `ReadRef`, use a `ReadRef` input for `AssetIdent::new` (#83356)
@lukesandberg and I noticed this opportunity.
### Hypothesis
`AssetIdent::new` is a dummy constructor function used for caching value with unique `Vc`s. It is called frequently. The `AssetIdent` struct is large and c... | [
{
"path": "turbopack/crates/turbo-tasks-macros/src/value_macro.rs",
"patch": "@@ -207,7 +207,7 @@ impl Parse for ValueArguments {\n }\n \n pub fn value(args: TokenStream, input: TokenStream) -> TokenStream {\n- let mut item = parse_macro_input!(input as Item);\n+ let item = parse_macro_input!(input as... | 2025-09-03T00:36:55 |
electron/electron | 6df34436171f5b0fad1fd343de08621ce3a8b669 | 85bebfb18073d623f1963f8c5a6d9b24295d691d | fix: validate `printToPDF` `margins` against `pageSize` (#41157)
fix: validate margins against pageSize | [
{
"path": "lib/browser/api/web-contents.ts",
"patch": "@@ -220,6 +220,16 @@ function parsePageSize (pageSize: string | ElectronInternal.PageSize) {\n let pendingPromise: Promise<any> | undefined;\n WebContents.prototype.printToPDF = async function (options) {\n const margins = checkType(options.margins ??... | 2024-01-31T09:48:41 |
nodejs/node | ae8280c95df2ef7d02b37df6bc0c5b307147a5e5 | 7450332339ed40481f470df2a3014e2ec355d8d8 | process: deprecate `features.{ipv6,uv}` and `features.tls_*`
PR-URL: https://github.com/nodejs/node/pull/55545
Fixes: https://github.com/nodejs/node/issues/55537
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.co... | [
{
"path": "doc/api/deprecations.md",
"patch": "@@ -3786,6 +3786,33 @@ Type: Documentation-only\n Passing non-supported argument types is deprecated and, instead of returning `false`,\n will throw an error in a future version.\n \n+### DEP0187: `process.features.ipv6` and `process.features.uv`\n+\n+<!-- YAML... | 2024-11-27T04:19:16 |
golang/go | 54c9d776302d53ab1907645cb67fa4a948e1500c | fca43a8436f2dbec981fb002c6ba31fe9ff89dd6 | cmd/go: disable support for multiple vcs in one module
Removes the somewhat redundant vcs.FromDir, "allowNesting" argument,
which was always enabled, and disallow multiple VCS metadata folders
being present in a single directory. This makes VCS injection attacks
much more difficult.
Also adds a GODEBUG, allowmultiple... | [
{
"path": "doc/godebug.md",
"patch": "@@ -189,6 +189,11 @@ crypto/x509.CreateCertificate. The setting `x509sha256skid=0` reverts to SHA-1.\n Go 1.25 corrected the semantics of contention reports for runtime-internal locks,\n and so removed the [`runtimecontentionstacks` setting](/pkg/runtime#hdr-Environment... | 2025-06-09T18:23:46 |
facebook/react | 93f91795a0c71bae4aadd7f082b91de0068a0f91 | 95e6f032cf59f27b41e150e8a7746ee689acf634 | [Flight] Update stale blocked values in `createModelResolver` (#28669)
Alternative to #28620.
Instead of emitting lazy references to not-yet-emitted models in the
Flight Server, this fixes the observed issue in
https://github.com/unstubbable/ai-rsc-test/pull/1 by adjusting the lazy
model resolution in the Flight... | [
{
"path": "packages/react-client/src/ReactFlightClient.js",
"patch": "@@ -584,6 +584,13 @@ function createModelResolver<T>(\n }\n return value => {\n parentObject[key] = value;\n+\n+ // If this is the root object for a model reference, where `blocked.value`\n+ // is a stale `null`, the resolve... | 2024-04-01T16:37:27 |
vercel/next.js | a9d62b0d8ef862aaaed21b09fa004cbcf795ca0f | f49402c7ff0286f5ca6c23c8ff712fc7f1845c53 | fix(turbopack): Pass correct browserslist to `styled-jsx` (#83334)
### What?
Pass the correct browserslist query to `lightningcss` in `styled-jsx`.
### Why?
To fix an issue with `styled-jsx`.
#### Testing instruction:
1. `git clone https://github.com/kdy1/repro-next-styled-jsx-526
~/projects/repro-next-styled-jsx... | [
{
"path": "crates/next-api/src/project.rs",
"patch": "@@ -997,6 +997,7 @@ impl Project {\n format!(\"/ROOT/{}\", self.project_path().await?.path).into(),\n this.define_env.nodejs(),\n self.current_node_js_version(),\n+ this.browserslist_query.clone(),\n ... | 2025-09-02T17:56:18 |
electron/electron | 0e0a0bf724064400c117ba68e761818fd5b2ad30 | 08615b2d4e6498cb0a110bd4d80d76066f85d860 | fix: avoid potential `CHECK()` failure in `DictionaryToRect()` (#41160)
refactor: use gfx::Rect::Contains() instead of reinventing the wheel
perf: use base::Value::FindInt() to avoid redundant map lookups | [
{
"path": "shell/browser/ui/inspectable_web_contents.cc",
"patch": "@@ -15,6 +15,7 @@\n #include \"base/json/string_escape.h\"\n #include \"base/memory/raw_ptr.h\"\n #include \"base/metrics/histogram.h\"\n+#include \"base/ranges/algorithm.h\"\n #include \"base/stl_util.h\"\n #include \"base/strings/pattern.... | 2024-01-30T20:48:47 |
facebook/react | df95577db0d1d7ca383f281bc1d9e6ba5579bef2 | 9f835e69ab1c87192b5da4421519b69785c12f69 | Finish cleaning up digest from onRecoverableError (#28686)
Don't need to track it separately on the captured value anymore.
Shouldn't be in the types.
I used a getter for the warning instead because Proxies are kind of
heavy weight options for this kind of warning. We typically use getters. | [
{
"path": "packages/react-dom/src/client/ReactDOMRoot.js",
"patch": "@@ -45,7 +45,7 @@ export type CreateRootOptions = {\n ) => void,\n onRecoverableError?: (\n error: mixed,\n- errorInfo: {+digest?: ?string, +componentStack?: ?string},\n+ errorInfo: {+componentStack?: ?string},\n ) => void,... | 2024-03-30T22:32:20 |
golang/go | 86b5ba731044dcbb0400f03293989796ed5807fe | ef46e1b164e4a530c278434a9aaa2b23ce9a9d12 | internal/trace: only test for sync preemption if async preemption is off
Currently, the test change made for the fix to #68090 is flaky. This is
because the sync-point-only goroutine that we expect to be sync
preempted might only ever get async preempted in some circumstances.
This change adds a variant to all trace ... | [
{
"path": "src/internal/trace/trace_test.go",
"patch": "@@ -23,7 +23,7 @@ import (\n )\n \n func TestTraceAnnotations(t *testing.T) {\n-\ttestTraceProg(t, \"annotations.go\", func(t *testing.T, tb, _ []byte, _ bool) {\n+\ttestTraceProg(t, \"annotations.go\", func(t *testing.T, tb, _ []byte, _ string) {\n \t... | 2025-07-07T17:19:17 |
nodejs/node | fb8de039c9ef97dc3bdd237d8711d8b3d911f265 | 619355b9c69eb99024d5198520425fa87879a727 | http2: fix memory leak caused by premature listener removing
Http2Session should always call ondone into JS to detach the
handle. In some case, ondone is defered to be called by the
StreamListener through WriteWrap, we should be careful of this
before getting rid of the StreamListener.
PR-URL: https://github.com/node... | [
{
"path": "src/node_http2.cc",
"patch": "@@ -803,13 +803,15 @@ void Http2Session::Close(uint32_t code, bool socket_closed) {\n CHECK_EQ(nghttp2_session_terminate_session(session_.get(), code), 0);\n SendPendingData();\n } else if (stream_ != nullptr) {\n+ // so that the previous listener of the... | 2024-11-26T03:25:22 |
rust-lang/rust | 89c18c50692e18f0d085eb22091e3661904ff325 | 523ab42004c0f954ed404676616d58f74c80fb0a | fix: disable `bytecount/generic-simd` dependency
This is a temporary measure meant to allow rustfmt to move forward with
the latest subtree-push. Currently, there are issues with
`bytecount/generic-simd` on the latest nightly. | [
{
"path": "Cargo.toml",
"patch": "@@ -30,7 +30,10 @@ path = \"src/git-rustfmt/main.rs\"\n default = [\"cargo-fmt\", \"rustfmt-format-diff\"]\n cargo-fmt = []\n rustfmt-format-diff = []\n-generic-simd = [\"bytecount/generic-simd\"]\n+# FIXME(ytmimi) re-enable \"bytecount/generic-simd\" to the `generic-simd` ... | 2026-02-19T08:38:58 |
vercel/next.js | 9163d25a3c70358ff782d0c6495e6b0d7e073da9 | 8f7790ab4750e358b33506d6bb4b2ad505420557 | docs: use `resourceFromAttributes` to replace `new Resource()` to obtain `Resource` (#83321)
### What?
By following the default method to integrate OpenTelemetry in Next.js
applications... this error occurs:
```
'Resource' only refers to a type, but is being used as a value here.
```
### Why?
`Resource` presented ... | [
{
"path": "docs/01-app/02-guides/open-telemetry.mdx",
"patch": "@@ -117,13 +117,13 @@ export async function register() {\n \n ```ts filename=\"instrumentation.node.ts\" switcher\n import { OTLPTraceExporter } from '@opentelemetry/exporter-trace-otlp-http'\n-import { Resource } from '@opentelemetry/resources... | 2025-09-02T16:57:41 |
electron/electron | 90c7d6c82383c237977d33ae3da5eeafa93aefc3 | 6786fde576276b8915a4e486ff0c35a3bc1036c0 | fix: `shouldPrintBackgrounds` -> `printBackground` in `webContents.printToPDF` (#41161)
fix: shouldPrintBackgrounds -> printBackground | [
{
"path": "shell/browser/api/electron_api_web_contents.cc",
"patch": "@@ -3149,7 +3149,7 @@ v8::Local<v8::Promise> WebContents::PrintToPDF(const base::Value& settings) {\n auto landscape = settings.GetDict().FindBool(\"landscape\");\n auto display_header_footer =\n settings.GetDict().FindBool(\"di... | 2024-01-30T20:47:55 |
facebook/react | b9149cc6e6442389accf1f7c34a77ba2e6e52b5e | 5d4b7587da52dd81bc5c366b909c4511e2970cd1 | Include regular stack trace in serialized errors from Fizz (#28684)
We previously only included the component stack.
Cleaned up the fields in Fizz server that wasn't using consistent hidden
classes in dev vs prod.
Added a prefix to errors serialized from server rendering. It can be a
bit confusing to see w... | [
{
"path": "packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js",
"patch": "@@ -1226,22 +1226,29 @@ export function isSuspenseInstanceFallback(\n \n export function getSuspenseInstanceFallbackErrorDetails(\n instance: SuspenseInstance,\n-): {digest: ?string, message?: string, stack?: string} {\n+... | 2024-03-30T15:08:54 |
golang/go | ef46e1b164e4a530c278434a9aaa2b23ce9a9d12 | 75b43f9a97ada1f0fce7a5775d4ab373bd0dad9c | cmd/internal/doc: fix GOROOT skew and path joining bugs
Use the goCmd() function to get the go command to invoke, so that when
GOROOT is set, the go command that's invoked uses the same GOROOT.
Otherwise there will be skew between the go command and the tools and
runtime. Also use the environment when determining GOPR... | [
{
"path": "src/cmd/internal/doc/main.go",
"patch": "@@ -15,6 +15,7 @@ import (\n \t\"io\"\n \t\"log\"\n \t\"net\"\n+\t\"net/url\"\n \t\"os\"\n \t\"os/exec\"\n \t\"os/signal\"\n@@ -214,7 +215,10 @@ func doPkgsite(urlPath string) error {\n \t\treturn fmt.Errorf(\"failed to find port for documentation server: ... | 2025-07-01T21:16:53 |
nodejs/node | b17a1fb1cec919c09aa3401c040b79e35c5ed82e | abd95a85c5144d5e9651c5379d4ab31cd211f242 | doc: add doc for PerformanceObserver.takeRecords()
PR-URL: https://github.com/nodejs/node/pull/55786
Fixes: https://github.com/nodejs/node/issues/55779
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jason Zhang <xzha4350@gmail.com> | [
{
"path": "doc/api/perf_hooks.md",
"patch": "@@ -1339,6 +1339,14 @@ for (let n = 0; n < 3; n++)\n performance.mark(`test${n}`);\n ```\n \n+### `performanceObserver.takeRecords()`\n+\n+<!-- YAML\n+added: v16.0.0\n+-->\n+\n+* Returns: {PerformanceEntry\\[]} Current list of entries stored in the performance ... | 2024-11-25T10:02:32 |
rust-lang/rust | 523ab42004c0f954ed404676616d58f74c80fb0a | f6eebbdb669bb580d23b1f666fcd3f5abcf88c92 | chore: bump bytecount to 0.6.9
Having some issues with the subtree-push related to bytecount. Hoping
that bumping the version fixes that. | [
{
"path": "Cargo.lock",
"patch": "@@ -92,9 +92,9 @@ dependencies = [\n \n [[package]]\n name = \"bytecount\"\n-version = \"0.6.8\"\n+version = \"0.6.9\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce\"\n+ch... | 2026-02-19T08:29:05 |
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.