repo stringclasses 15
values | fix_commit stringlengths 40 40 | buggy_commit stringlengths 40 40 | message stringlengths 3 64.3k | files listlengths 1 300 | timestamp timestamp[s]date 2013-03-13 20:45:00 2026-04-11 07:48:46 |
|---|---|---|---|---|---|
electron/electron | 890a557eed6a6917e7854b76e5a691eff1f5e9ae | 5094cb4115d52b8e915849cc9c7b9ca9bc37edd9 | chore: bump node to v20.10.0 (main) (#40675)
* chore: bump node in DEPS to v20.10.0
* chore: update feat_initialize_asar_support.patch
no code changes; patch just needed an update due to nearby upstream changes
Xref: https://github.com/nodejs/node/pull/49986
* chore: update pass_all_globals_through_require... | [
{
"path": "DEPS",
"patch": "@@ -4,7 +4,7 @@ vars = {\n 'chromium_version':\n '121.0.6147.0',\n 'node_version':\n- 'v20.9.0',\n+ 'v20.10.0',\n 'nan_version':\n 'e14bdcd1f72d62bca1d541b66da43130384ec213',\n 'squirrel.mac_version':",
"additions": 1,
"deletions": 1,
"language":... | 2023-12-11T20:09:50 |
facebook/react | 6a01aca75b77da01b0e6513fe61a4842637c7dfd | 74cb1bdfec296af4ac3eda383fb6b5a9324803f3 | Fix ReactHooksInspectionIntegration-test (#28577)
Resolve conflict between #28508 and #28546 | [
{
"path": "packages/react-debug-tools/src/__tests__/ReactHooksInspectionIntegration-test.js",
"patch": "@@ -1244,7 +1244,7 @@ describe('ReactHooksInspectionIntegration', () => {\n <Context.Provider value=\"provided\">\n <Foo />\n </Context.Provider>,\n- {isConcurrent: true},... | 2024-03-18T17:15:23 |
golang/go | 281cfcfc1b15fbb87fd32660b0a1d50be996d108 | 4f86f2267167a63b673c4a2a2994e008b32c90ea | runtime: handle system goroutines later in goroutine profiling
Before CL 650697, there was only one system goroutine that could
dynamically change between being a user goroutine and a system
goroutine, and that was the finalizer/cleanup goroutine. In goroutine
profiles, it was handled explicitly. It's status would be ... | [
{
"path": "src/runtime/mprof.go",
"patch": "@@ -1431,10 +1431,6 @@ func tryRecordGoroutineProfile(gp1 *g, pcbuf []uintptr, yield func()) {\n \t\t// so here we check _Gdead first.\n \t\treturn\n \t}\n-\tif isSystemGoroutine(gp1, false) {\n-\t\t// System goroutines should not appear in the profile.\n-\t\tretu... | 2025-06-10T16:42:59 |
nodejs/node | 7ddd2c2282968cdb17b541bb8fe07f039c429897 | 53b1050e6f692ee0330e1076e045b58aada0032d | 2024-10-24, Version 23.1.0 (Current)
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/553... | [
{
"path": "CHANGELOG.md",
"patch": "@@ -38,7 +38,8 @@ release.\n <th title=\"LTS Until 2025-04\"><a href=\"doc/changelogs/CHANGELOG_V18.md\">18</a> (LTS)</th>\n </tr>\n <tr>\n-<b><a href=\"doc/changelogs/CHANGELOG_V23.md#23.0.0\">23.0.0</a></b><br/>\n+<b><a href=\"doc/changelogs/CHANGELOG_V23.md#23.1.0\">... | 2024-10-24T09:19:18 |
rust-lang/rust | 1994230db1b142789786ec38165ec07b5e38b2e9 | e299e18e546bee90c64eba55f4276cd62633b4c0 | fix(str_to_string): false positive non-str types | [
{
"path": "clippy_lints/src/strings.rs",
"patch": "@@ -417,6 +417,8 @@ impl<'tcx> LateLintPass<'tcx> for StrToString {\n && args.iter().any(|a| a.hir_id == expr.hir_id)\n && let Res::Def(DefKind::AssocFn, def_id) = expr.res(cx)\n && cx.tcx.is_diagnostic_item(sym::to_strin... | 2026-02-15T03:28:06 |
facebook/react | 37452089fba2492cbc622b80d9e987193f343054 | 8c8e318bd4182186699814992e56245ba64c89b3 | [ez] CompilerError: optional description and suggestions
---
Many compiler errors have neither descriptions nor suggestions (e.g. most `todo`
or `invariant` errors), so let's make those optional | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/CompilerError.ts",
"patch": "@@ -51,7 +51,7 @@ export type CompilerErrorDetailOptions = {\n description?: string | null | undefined;\n severity: ErrorSeverity;\n loc: SourceLocation | null;\n- suggestions: Array<CompilerSuggestion> | null;\n+... | 2024-03-18T16:09:36 |
vercel/next.js | 4a2b2e61c5953e582c42c078a0a13abe454f35ec | 8e8dd0c8c2499528b90c06c35a5d06bc499fd12f | Bump swc to v36 (#82886)
<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that you follow the checklist sections below.
Choose the right checklist for the change(s) that you're making:
## For Contributors
### Improving Documentati... | [
{
"path": "Cargo.lock",
"patch": "@@ -588,9 +588,9 @@ dependencies = [\n \n [[package]]\n name = \"binding_macros\"\n-version = \"34.0.0\"\n+version = \"35.0.0\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"0ae654d10cd9bde2966780a38a7852e2068af51fbd96bf19dce6277dc319f1... | 2025-08-21T21:41:16 |
electron/electron | 5094cb4115d52b8e915849cc9c7b9ca9bc37edd9 | 2eb13d377e27eb5557d578e321df0de3e70d700a | fix: wrong default port in docs (#40665)
fix: wrong default port | [
{
"path": "docs/tutorial/debugging-main-process.md",
"patch": "@@ -14,10 +14,10 @@ process:\n \n Electron will listen for V8 inspector protocol messages on the specified `port`,\n an external debugger will need to connect on this port. The default `port` is\n-`5858`.\n+`9229`.\n \n ```shell\n-electron --ins... | 2023-12-11T16:43:06 |
golang/go | 4f86f2267167a63b673c4a2a2994e008b32c90ea | 773701a853a3105696c59c2b92b2eff35e0e055b | testing/synctest, runtime: avoid panic when using linker-alloc WG from bubble
We associate WaitGroups with synctest bubbles by attaching a
special to the WaitGroup. It is not possible to attach a special
to a linker-allocated value, such as:
var wg sync.WaitGroup
Avoid panicking when accessing a linker-allocated... | [
{
"path": "src/internal/synctest/synctest.go",
"patch": "@@ -8,6 +8,7 @@\n package synctest\n \n import (\n+\t\"internal/abi\"\n \t\"unsafe\"\n )\n \n@@ -22,14 +23,25 @@ func Wait()\n //go:linkname IsInBubble\n func IsInBubble() bool\n \n-// Associate associates p with the current bubble.\n-// It returns fa... | 2025-06-05T20:47:06 |
rust-lang/rust | f067c75ffcd33e428a409dacee08593b9b95e77b | dfbfbf785f46d10103e80735a9ccb4765bd6dfe2 | fix typo in `carryless_mul` macro invocation | [
{
"path": "library/core/src/num/uint_macros.rs",
"patch": "@@ -17,8 +17,8 @@ macro_rules! uint_impl {\n fsh_op = $fsh_op:literal,\n fshl_result = $fshl_result:literal,\n fshr_result = $fshr_result:literal,\n- clmul_lhs = $clmul_rhs:literal,\n- clmul_rhs = $clmul_lhs:lit... | 2026-02-17T19:40:21 |
nodejs/node | 53b1050e6f692ee0330e1076e045b58aada0032d | cbb72ebfa7888504c2347624c19f6648ccee2679 | module: add module.stripTypeScriptTypes
PR-URL: https://github.com/nodejs/node/pull/55282
Fixes: https://github.com/nodejs/node/issues/54300
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Paolo Insogna <paolo@cowt... | [
{
"path": "doc/api/module.md",
"patch": "@@ -270,6 +270,105 @@ changes:\n Register a module that exports [hooks][] that customize Node.js module\n resolution and loading behavior. See [Customization hooks][].\n \n+## `module.stripTypeScriptTypes(code[, options])`\n+\n+<!-- YAML\n+added: REPLACEME\n+-->\n+\n... | 2024-10-24T18:27:58 |
facebook/react | 74cb1bdfec296af4ac3eda383fb6b5a9324803f3 | c94110c5f3d66838c22bb23e8abfbfd8e58a55b9 | Bump follow-redirects from 1.15.4 to 1.15.6 in /fixtures/ssr (#28571)
Bumps
[follow-redirects](https://github.com/follow-redirects/follow-redirects)
from 1.15.4 to 1.15.6.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/follow-redirects/follow-redirects/commit/35a517c5861d79dc8bff7db86... | [
{
"path": "fixtures/ssr/yarn.lock",
"patch": "@@ -2771,9 +2771,9 @@ flatten@^1.0.2:\n integrity sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==\n \n follow-redirects@^1.0.0:\n- version \"1.15.4\"\n- resolved \"https://registry.yarnpkg.com/follow-redirects/... | 2024-03-18T15:59:57 |
electron/electron | 2eb13d377e27eb5557d578e321df0de3e70d700a | 93fdc8d33c8d943f969cfe3a138068e14bd22917 | docs: fix year typos in electron-timelines.md (#40728) | [
{
"path": "docs/tutorial/electron-timelines.md",
"patch": "@@ -9,7 +9,7 @@ check out our [Electron Versioning](./electron-versioning.md) doc.\n \n | Electron | Alpha | Beta | Stable | EOL | Chrome | Node | Supported |\n | ------- | ----- | ------- | ------ | ------ | ---- | ---- | ---- |\n-| 29.0.0 | 2023-... | 2023-12-08T03:14:54 |
vercel/next.js | 8e8dd0c8c2499528b90c06c35a5d06bc499fd12f | 472c4c024b457cc471001312f213109b80438b36 | Update prettier project dependency from 3.2.5 to 3.6.2 (#82896)
What?
This PR updates the dependency "prettier" from version 3.2.5 to version
3.6.2. It also modifies other scripts by using the pnpm run prettier-fix
after updating the dependency.
Why?
This is updated to benefit from the changes and fixes introduced in... | [
{
"path": ".prettierignore",
"patch": "@@ -71,4 +71,19 @@ test/e2e/async-modules/amp-validator-wasm.js\n /turbopack/crates/turbopack-tests/tests/**/output*\n /turbopack/crates/turbopack-tests/tests/**/static\n \n-/apps/docs/.source/*\n\\ No newline at end of file\n+/apps/docs/.source/*\n+\n+# Symlink files\... | 2025-08-21T21:05:20 |
rust-lang/rust | f72e055625674d8fb2a7da4f6d484738db122ffd | e299e18e546bee90c64eba55f4276cd62633b4c0 | Add unnecessary_trailing_comma lint
Suggest removing an unnecessary trailing comma before the closing
parenthesis in single-line format-like macro invocations (e.g.
println!, format!, write!). The lint currently only runs on
format-like macros because it relies on format-argument parsing;
arbitrary user macros are not... | [
{
"path": "CHANGELOG.md",
"patch": "@@ -8,6 +8,11 @@ document.\n \n [92b4b68...master](https://github.com/rust-lang/rust-clippy/compare/92b4b68...master)\n \n+### New Lints\n+\n+* Added [`unnecessary_trailing_comma`] to `style` (single-line format-like macros only)\n+ [#13965](https://github.com/rust-lang/... | 2026-02-06T19:26:36 |
nodejs/node | f630fde68baf1c80b0b4312c24920a47373a5394 | c1bbd634581eec25e6254d80fd9e6d1423de8827 | deps: V8: cherry-pick f915fa4c9f41
Original commit message:
[osr] Ensure trying to osr does not skip loop interrupts
Fixed: 374013413
Change-Id: I52d7b4e165e0abd0bd517a81d2e8ef3f1f802bfb
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5946288
Commit-Queue: Darius Mercadier <dmerca... | [
{
"path": "common.gypi",
"patch": "@@ -36,7 +36,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.10',\n+ 'v8_embedder_string': '-node.11',\n \n ##### V8 defaults for Node.js #####\n... | 2024-10-21T12:33:55 |
facebook/react | c94110c5f3d66838c22bb23e8abfbfd8e58a55b9 | d79807537b85cb3e58bc6cc4df00b873fe652aa1 | Bump follow-redirects from 1.15.4 to 1.15.6 in /fixtures/concurrent/time-slicing (#28572)
Bumps
[follow-redirects](https://github.com/follow-redirects/follow-redirects)
from 1.15.4 to 1.15.6.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/follow-redirects/follow-redirects/commit/35a51... | [
{
"path": "fixtures/concurrent/time-slicing/yarn.lock",
"patch": "@@ -3372,9 +3372,9 @@ flatten@^1.0.2:\n integrity sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==\n \n follow-redirects@^1.0.0:\n- version \"1.15.4\"\n- resolved \"https://registry.yarnpkg.c... | 2024-03-18T15:56:04 |
electron/electron | cb0da6ff3436c6e0e865706470e1d5b7572477b3 | 9aa73abe781ae5da01ac50e9165330722806d1d9 | fix: prevent node mode to be used as script runner by other apps (#40579) | [
{
"path": "filenames.gni",
"patch": "@@ -199,6 +199,8 @@ filenames = {\n \"shell/common/language_util_mac.mm\",\n \"shell/common/mac/main_application_bundle.h\",\n \"shell/common/mac/main_application_bundle.mm\",\n+ \"shell/common/mac/codesign_util.cc\",\n+ \"shell/common/mac/codesign_util... | 2023-12-06T02:23:54 |
vercel/next.js | 7bfd9996009509e19e96b92ee0a7c8184d73353c | bb89c756654b0f6216595f7b2f2b0e7ba7b2cc78 | Turbopack: run all unit tests with a fixed amount of worker threads to avoid overloading with many CPUs (#82890)
### What?
To avoid overwelming the CPU when one has many core, we limit the number of worker thread in unit tests.
Unit tests already run multi-threaded, so we don't want to create N * N threads here.... | [
{
"path": "crates/next-api/src/nft_json.rs",
"patch": "@@ -431,7 +431,7 @@ mod tests {\n }\n }\n \n- #[tokio::test(flavor = \"multi_thread\")]\n+ #[tokio::test(flavor = \"multi_thread\", worker_threads = 2)]\n async fn test_relativize_glob_normal_patterns() {\n let tt = turbo_t... | 2025-08-21T19:33:59 |
facebook/react | d79807537b85cb3e58bc6cc4df00b873fe652aa1 | 4d686a2da138cad9e76c7de9feadd81ca2aa29e5 | Bump follow-redirects from 1.13.0 to 1.15.6 in /fixtures/dom (#28560)
Bumps
[follow-redirects](https://github.com/follow-redirects/follow-redirects)
from 1.13.0 to 1.15.6.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/follow-redirects/follow-redirects/commit/35a517c5861d79dc8bff7db86... | [
{
"path": "fixtures/dom/yarn.lock",
"patch": "@@ -3366,9 +3366,9 @@ flatten@^1.0.2:\n integrity sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==\n \n follow-redirects@^1.0.0:\n- version \"1.13.0\"\n- resolved \"https://registry.yarnpkg.com/follow-redirects/... | 2024-03-18T15:55:56 |
nodejs/node | e90704cd9ed351e6e1709e696f9daae783685fe7 | f6cfdb918ec704b83b509c34e7d4f491f9ac7528 | build: fix GN build for cares/uv deps
PR-URL: https://github.com/nodejs/node/pull/55477
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com> | [
{
"path": "deps/cares/unofficial.gni",
"patch": "@@ -38,7 +38,10 @@ template(\"cares_gn_build\") {\n ]\n }\n \n- include_dirs = [ \"src/lib\" ]\n+ include_dirs = [\n+ \"src/lib\",\n+ \"src/lib/include\",\n+ ]\n if (is_win) {\n include_dirs += [ \"config/win32\" ]\n ... | 2024-10-23T03:48:59 |
rust-lang/rust | 061b5225f4c06d3d8055d3517c6094564e2ea4d4 | 72adcde31d33f626a6860b264be88c3d60747a4e | fix interleaving read/write not roundtripping on aarch64_be | [
{
"path": "library/stdarch/crates/core_arch/src/aarch64/neon/generated.rs",
"patch": "@@ -11962,28 +11962,12 @@ pub unsafe fn vld2q_p64(a: *const p64) -> poly64x2x2_t {\n #[doc = \"## Safety\"]\n #[doc = \" * Neon intrinsic unsafe\"]\n #[inline(always)]\n-#[cfg(target_endian = \"little\")]\n #[target_featu... | 2026-02-17T17:18:10 |
electron/electron | 10a165a9ff731137b679a4ef3a9e3d18bcdfd514 | 66b4b216468feab79c7527295f2485067ea2cf15 | fix: webview zoom level persistence on navigation (#40650) | [
{
"path": "shell/browser/web_contents_zoom_controller.cc",
"patch": "@@ -74,6 +74,7 @@ bool WebContentsZoomController::SetZoomLevel(double level) {\n DCHECK_CURRENTLY_ON(BrowserThread::UI);\n content::NavigationEntry* entry =\n web_contents()->GetController().GetLastCommittedEntry();\n+\n // Can... | 2023-12-04T15:39:20 |
golang/go | 773701a853a3105696c59c2b92b2eff35e0e055b | fb0c27c514b7d6bbb88b72cfd7baff01e567f6bb | internal/trace: pass GOTRACEBACK=crash to testprogs
The failures in #70310 are hard to decipher. The cases where the lock is
being held either don't really make sense (the STW failures) or the
goroutine that fails is 'running on another thread' and we don't get a
stack trace. In fact, such a goroutine exists even in t... | [
{
"path": "src/internal/trace/trace_test.go",
"patch": "@@ -600,6 +600,10 @@ func testTraceProg(t *testing.T, progName string, extra func(t *testing.T, trace\n \t\t\tgodebug += \",\" + extraGODEBUG\n \t\t}\n \t\tcmd.Env = append(cmd.Env, \"GODEBUG=\"+godebug)\n+\t\tif _, ok := os.LookupEnv(\"GOTRACEBACK\");... | 2025-06-09T22:54:54 |
vercel/next.js | 1b276bd4d8159a40e327b5f986d1612018f3d014 | b56d1e1af1ad37f96e1905662b15ac5f4707726b | fix: aliased navigations should apply scroll handling (#82900)
When routing to the same page with different searchParams w/ a loading
segment, we have handling to skip RSC roundtrip and re-use the existing
RSC data. However, this handling was missing logic that exists in
`navigate-reducer` which sets the `scrollableSe... | [
{
"path": "packages/next/src/client/components/router-reducer/aliased-prefetch-navigations.ts",
"patch": "@@ -1,10 +1,12 @@\n import type {\n CacheNodeSeedData,\n FlightRouterState,\n+ FlightSegmentPath,\n } from '../../../shared/lib/app-router-types'\n import type { CacheNode } from '../../../shared/l... | 2025-08-21T19:23:43 |
facebook/react | 45d56071b8ce1dbccf1765acf3867263fe3e595b | 38327309a4172a52cf94e8e264990bedafc1df6e | Bump follow-redirects from 1.15.4 to 1.15.6 (#28573)
Bumps
[follow-redirects](https://github.com/follow-redirects/follow-redirects)
from 1.15.4 to 1.15.6.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/follow-redirects/follow-redirects/commit/35a517c5861d79dc8bff7db8626013d20b711b06">... | [
{
"path": "yarn.lock",
"patch": "@@ -6997,7 +6997,6 @@ eslint-plugin-no-unsanitized@3.1.2:\n \n \"eslint-plugin-react-internal@link:./scripts/eslint-rules\":\n version \"0.0.0\"\n- uid \"\"\n \n eslint-plugin-react@^6.7.1:\n version \"6.10.3\"\n@@ -7977,9 +7976,9 @@ fluent-syntax@0.13.0:\n integrity ... | 2024-03-18T15:49:53 |
nodejs/node | 47ad609d647ca504104c35cc97160e851af16e70 | eb63cd24d23a38fb39bbe1b8a1bb8357eaf4be16 | test: fix addons and node-api test assumptions
PR-URL: https://github.com/nodejs/node/pull/55441
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "test/addons/repl-domain-abort/test.js",
"patch": "@@ -38,7 +38,7 @@ process.on('exit', () => {\n \n const lines = [\n // This line shouldn't cause an assertion error.\n- `require('${buildPath}')` +\n+ `require(${JSON.stringify(buildPath)})` +\n // Log output to double check callback ran.\n ... | 2024-10-22T07:49:19 |
electron/electron | 66b4b216468feab79c7527295f2485067ea2cf15 | 6f14dba7a0d655628aec82783362bcfa9ef1d506 | ci: tweak new release board workflow (#40680)
* ci: tweak new release board workflow
* ci: fix workflow | [
{
"path": ".github/workflows/branch-created.yml",
"patch": "@@ -8,7 +8,7 @@ permissions: {}\n jobs:\n release-branch-created:\n name: Release Branch Created\n- if: ${{ github.event.ref_type == 'branch' && endsWith(github.event.ref, '-x-y') }}\n+ if: ${{ github.event.ref_type == 'branch' && endsW... | 2023-12-04T15:18:14 |
golang/go | fb0c27c514b7d6bbb88b72cfd7baff01e567f6bb | 1cafdfb63bb9b8825c5f4143d154bce3b82ed6a1 | os: do not follow dangling symlinks in Root when O_CREATE|O_EXCL on AIX
OpenFile with O_CREATE|O_EXCL should not follow dangling symlinks.
On AIX it does, because AIX's openat(2) apparently returns ELOOP
in this case. Most Unices return EEXIST.
Ensure that we never follow symlinks in the final component of
the path w... | [
{
"path": "src/os/root_unix.go",
"patch": "@@ -83,8 +83,18 @@ func rootOpenFileNolog(root *Root, name string, flag int, perm FileMode) (*File,\n \tfd, err := doInRoot(root, name, nil, func(parent int, name string) (fd int, err error) {\n \t\tignoringEINTR(func() error {\n \t\t\tfd, err = unix.Openat(parent,... | 2025-05-30T21:05:10 |
facebook/react | b09e102ff1e2aaaf5eb6585b04609ac7ff54a5c8 | 1293047d6063f3508af15e68cca916660ded791e | [Fizz] Prevent uncloned large precomputed chunks without relying on render-time assertions (#28568)
A while back we implemented a heuristic that if a chunk was large it was
assumed to be produced by the render and thus was safe to stream which
results in transferring the underlying object memory. Later we ran into
... | [
{
"path": "packages/react-dom-bindings/src/server/ReactDOMLegacyServerStreamConfig.js",
"patch": "@@ -58,12 +58,6 @@ export function typedArrayToBinaryChunk(\n throw new Error('Not implemented.');\n }\n \n-export function clonePrecomputedChunk(\n- chunk: PrecomputedChunk,\n-): PrecomputedChunk {\n- retu... | 2024-03-16T19:39:37 |
vercel/next.js | b56d1e1af1ad37f96e1905662b15ac5f4707726b | 14995e0a266cf0d3a90f31334257fd1648248ba5 | fix: typesafe linking to route handlers and pages API routes (#82858)
Fixes #82833 | [
{
"path": "packages/next/src/server/lib/router-utils/typegen.ts",
"patch": "@@ -201,18 +201,24 @@ export function generateLinkTypesFile(\n routesManifest: RouteTypesManifest\n ): string {\n // Generate serialized static and dynamic routes for the internal namespace\n- const allRoutes = {\n- ...route... | 2025-08-21T17:57:09 |
nodejs/node | 1c2eecd6695ab0067806a70bc7c0fdcc0c15aaff | 5983110545e7ac78ce6e3310f16ccfc90c0c3c1f | doc: add note about stdio streams in child_process
PR-URL: https://github.com/nodejs/node/pull/55322
Fixes: https://github.com/nodejs/node/issues/15714
Reviewed-By: Matteo Collina <matteo.collina@gmail.com> | [
{
"path": "doc/api/child_process.md",
"patch": "@@ -1061,6 +1061,15 @@ pipes between the parent and child. The value is one of the following:\n corresponds to the index in the `stdio` array. The stream must have an\n underlying descriptor (file streams do not start until the `'open'` event has\n oc... | 2024-10-22T05:05:05 |
electron/electron | 6f14dba7a0d655628aec82783362bcfa9ef1d506 | 3609fc7402881b1d51f6c56249506d5dd3fcbe93 | fix: cherry pick 9009d76968b1ec2ed825bc95e47d086ceea07520 from chromium (#40681)
* chore: cherry pick 9009d76968b1ec2ed825bc95e47d086ceea07520 from chromium
* update patch message | [
{
"path": "patches/chromium/.patches",
"patch": "@@ -127,3 +127,4 @@ fix_activate_background_material_on_windows.patch\n feat_allow_passing_of_objecttemplate_to_objecttemplatebuilder.patch\n chore_remove_check_is_test_on_script_injection_tracker.patch\n fix_restore_original_resize_performance_on_macos.patch... | 2023-12-04T04:37:03 |
golang/go | 1cafdfb63bb9b8825c5f4143d154bce3b82ed6a1 | a35701b3525ccd140995a216758760c60e7c58d7 | net/http: make the zero value of CrossOriginProtection work
Currently, CrossOriginProtection must be constructed by
NewCrossOriginProtection. If you try to use the zero value, most
methods will panic with a nil dereference.
This CL makes CrossOriginProtection use on-demand initialization
instead, so the zero value ha... | [
{
"path": "src/net/http/csrf.go",
"patch": "@@ -26,23 +26,23 @@ import (\n // Requests without Sec-Fetch-Site or Origin headers are currently assumed to be\n // either same-origin or non-browser requests, and are allowed.\n //\n+// The zero value of CrossOriginProtection is valid and has no trusted origins\... | 2025-06-10T16:26:03 |
facebook/react | 1293047d6063f3508af15e68cca916660ded791e | 4d85c666a3e0c433453a73bdb78ee9cbdfb3fc82 | Fix log assertion in cancels tasks in Scheduler-test (#28562) | [
{
"path": "packages/scheduler/src/__tests__/Scheduler-test.js",
"patch": "@@ -247,7 +247,8 @@ describe('SchedulerBrowser', () => {\n });\n runtime.assertLog(['Post Message']);\n cancelCallback(task);\n- runtime.assertLog([]);\n+ runtime.fireMessageEvent();\n+ runtime.assertLog(['Message... | 2024-03-15T20:21:46 |
rust-lang/rust | 257a415e05ca85f156f549604952040fd9e496fe | c73b3d20c669aba4d10f5681e954e4a5b8b41d06 | Make suggestion verbose and fix incorrect suggestion usage | [
{
"path": "compiler/rustc_resolve/src/diagnostics.rs",
"patch": "@@ -32,7 +32,7 @@ use rustc_span::edit_distance::find_best_match_for_name;\n use rustc_span::edition::Edition;\n use rustc_span::hygiene::MacroKind;\n use rustc_span::source_map::{SourceMap, Spanned};\n-use rustc_span::{BytePos, Ident, Span, S... | 2026-02-13T23:15:09 |
vercel/next.js | 14995e0a266cf0d3a90f31334257fd1648248ba5 | 6f59914bcdf3e919bb288ccbb5bd7159193235fa | Bump wasmer to 6.1.0-rc.3 (#82885)
Namely, https://github.com/wasmerio/wasmer/issues/5610 is fixed. This should allow us to upgrade Rust again, cc @bgw | [
{
"path": "Cargo.lock",
"patch": "@@ -10370,9 +10370,9 @@ checksum = \"0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a\"\n \n [[package]]\n name = \"virtual-fs\"\n-version = \"0.601.0-rc.2\"\n+version = \"0.601.0-rc.3\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-... | 2025-08-21T17:53:20 |
nodejs/node | 5983110545e7ac78ce6e3310f16ccfc90c0c3c1f | d3526af7ff6c11cddc637d8c932a7481c1603a40 | doc: add `isBigIntObject` to documentation
Refs: https://github.com/nodejs/node/pull/19989
Fixes: https://github.com/nodejs/node/issues/55446
PR-URL: https://github.com/nodejs/node/pull/55450
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Antoine du Hamel <d... | [
{
"path": "doc/api/util.md",
"patch": "@@ -2379,6 +2379,24 @@ util.types.isBigInt64Array(new BigInt64Array()); // Returns true\n util.types.isBigInt64Array(new BigUint64Array()); // Returns false\n ```\n \n+### `util.types.isBigIntObject(value)`\n+\n+<!-- YAML\n+added: v10.4.0\n+-->\n+\n+* `value` {any}\... | 2024-10-22T05:00:25 |
electron/electron | 3609fc7402881b1d51f6c56249506d5dd3fcbe93 | 344b7f0d068ae7d20fdebafc2ebadcdc0b4f7f68 | fix: clean up devtools frontend_host on webcontents destroy (#40666)
* fix: clean up devtools frontend_host on destroy
* chore: use IsInPrimaryMainFrame instead of IsInMainFrame
* test: add a test for re-opening devtools | [
{
"path": "shell/browser/ui/inspectable_web_contents.cc",
"patch": "@@ -1007,6 +1007,7 @@ void InspectableWebContents::WebContentsDestroyed() {\n Observe(nullptr);\n Detach();\n embedder_message_dispatcher_.reset();\n+ frontend_host_.reset();\n \n if (view_ && view_->GetDelegate())\n view_->Get... | 2023-12-01T19:37:52 |
facebook/react | 9372c63116fc1e855c51d93d83f5150661371ec3 | a870b2d5494351d75b68c3d9baf03a52fd40a8ef | Revert rollout state of enableCache in React Native to next major only (#28565)
## Summary
We're working on enabling the use of microtasks in React Native by
default when using the new architecture. To enable this we need to
synchronize the RN renderers from React, but doing this causes an error
because the rend... | [
{
"path": "packages/shared/forks/ReactFeatureFlags.native-oss.js",
"patch": "@@ -10,6 +10,13 @@\n import typeof * as FeatureFlagsType from 'shared/ReactFeatureFlags';\n import typeof * as ExportsType from './ReactFeatureFlags.native-oss';\n \n+// -------------------------------------------------------------... | 2024-03-15T18:02:46 |
rust-lang/rust | b8e86e69efba07012da8b8dd21a73c144a2d4ba2 | d5643a0e2de47b7c6deb04f506dc97e7f2077c25 | Unify wording of resolve error
Remove "failed to resolve" and use the same format we use in other resolution errors "cannot find `name`".
```
error[E0433]: cannot find `nonexistent` in `existent`
--> $DIR/custom_attr_multisegment_error.rs:5:13
|
LL | #[existent::nonexistent]
| ^^^^^^^^^^^ could no... | [
{
"path": "tests/ui/crashes/unreachable-array-or-slice.rs",
"patch": "@@ -2,7 +2,7 @@ struct Foo(isize, isize, isize, isize);\n \n pub fn main() {\n let Self::anything_here_kills_it(a, b, ..) = Foo(5, 5, 5, 5);\n- //~^ ERROR: failed to resolve\n+ //~^ ERROR: cannot find `Self` in this scope\n ... | 2025-08-12T22:27:45 |
golang/go | a35701b3525ccd140995a216758760c60e7c58d7 | a189516d3a1623f2560f80569c4b64bdffc4ac78 | cmd/dist: only install necessary tools when doing local test
Instead of installing all of cmd, install only the tools that cmd/dist
would normally install.
Also, remove the addition of the buildid tool to the list of commands in
the toolchain in debug mode. The uses of buildid were removed in CL 451360.
For #71867
... | [
{
"path": "src/cmd/dist/build.go",
"patch": "@@ -1390,7 +1390,21 @@ func toolenv() []string {\n \treturn env\n }\n \n-var toolchain = []string{\"cmd/asm\", \"cmd/cgo\", \"cmd/compile\", \"cmd/link\", \"cmd/preprofile\"}\n+var (\n+\ttoolchain = []string{\"cmd/asm\", \"cmd/cgo\", \"cmd/compile\", \"cmd/link\"... | 2025-06-10T15:12:10 |
vercel/next.js | 6f59914bcdf3e919bb288ccbb5bd7159193235fa | 0ed99f10c97e9cca47aad6d31023c9604a11c320 | Turbopack: run more unit tests in multi thread runtime (#82889)
### What?
We want to run all unit tests in multi thread runtime, otherwise they would panic on block_in_place. | [
{
"path": "crates/next-api/src/nft_json.rs",
"patch": "@@ -431,7 +431,7 @@ mod tests {\n }\n }\n \n- #[tokio::test]\n+ #[tokio::test(flavor = \"multi_thread\")]\n async fn test_relativize_glob_normal_patterns() {\n let tt = turbo_tasks::TurboTasks::new(TurboTasksBackend::new(\n... | 2025-08-21T17:34:23 |
nodejs/node | fed28bf8134b20059cf96392a58abb8a81f8dca8 | e92446536ed4e268c9eef6ae6f911e384c98eecf | build: fix uninstall script for AIX 7.1
Signed-off-by: Cloorc <13597105+cloorc@users.noreply.github.com>
PR-URL: https://github.com/nodejs/node/pull/55438
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Abdirahim Musse <abdirahim.musse@ibm.com>
Reviewed-By: Michael Dawson <midawson@redhat.com> | [
{
"path": "tools/install.py",
"patch": "@@ -4,10 +4,15 @@\n import ast\n import errno\n import os\n+import platform\n import shutil\n import sys\n import re\n \n+current_system = platform.system()\n+\n+SYSTEM_AIX = \"AIX\"\n+\n def abspath(*args):\n path = os.path.join(*args)\n return os.path.abspath(pa... | 2024-10-21T19:50:43 |
electron/electron | 96f5f89f1bcb3aecb6786339cee92e26e651f6ba | 9c94fd7afb4706c2d2228a455f0874a0370cfe1d | chore: fix building content_browsertests (#40652) | [
{
"path": "patches/chromium/mas_avoid_private_macos_api_usage.patch.patch",
"patch": "@@ -660,7 +660,7 @@ index a119b4439bfb9218c7aaf09dca8e78527da7f20d..faa813b003940280c6eeb87e70173019\n \n } // namespace content\n diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn\n-index 3ed642ab9c89b16f0b2fc... | 2023-11-30T15:23:21 |
golang/go | a189516d3a1623f2560f80569c4b64bdffc4ac78 | f18d046568496dd331657df4ba90218821cb9ffd | runtime: don't do a direct G handoff in semrelease on systemstack
semrelease is safe to call on the system stack (since it just readies
goroutines) except for the fact that it might perform a direct G
handoff and call into the scheduler. If handoff is set to false this is
exceptionally rare, but could happen, and has ... | [
{
"path": "src/runtime/sema.go",
"patch": "@@ -261,11 +261,13 @@ func semrelease1(addr *uint32, handoff bool, skipframes int) {\n \t\t\ts.ticket = 1\n \t\t}\n \t\treadyWithTime(s, 5+skipframes)\n-\t\tif s.ticket == 1 && getg().m.locks == 0 {\n+\t\tif s.ticket == 1 && getg().m.locks == 0 && getg() != getg().... | 2025-06-09T21:45:33 |
vercel/next.js | 3fffe6080148b7fc489ecfa5f0564b8e64991918 | 271d0af841786682d59f2f71ef2fabc8de096eb3 | Turbopack: fix the require.cache clear logic (#82876)
### What?
Fixes a typo and an oversight in the logic. | [
{
"path": "packages/next/src/server/dev/hot-reloader-turbopack.ts",
"patch": "@@ -316,6 +316,10 @@ export async function createHotReloaderTurbopack(\n ): boolean {\n if (force) {\n for (const { path, contentHash } of writtenEndpoint.serverPaths) {\n+ // We ignore source maps\n+ if ... | 2025-08-21T14:49:18 |
nodejs/node | ee46d2297c648dc6cc8cbc0327c453514b878294 | 7e60b5e15b4549712009fe10d080777b7852eb71 | Revert "path: fix bugs and inconsistencies"
This reverts commit efbba60e5b8aed95b2413ff4169632bf3605c963.
PR-URL: https://github.com/nodejs/node/pull/55414
Reviewed-By: Claudio Wunder <cwunder@gnome.org>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "lib/internal/modules/cjs/loader.js",
"patch": "@@ -700,7 +700,7 @@ Module._findPath = function(request, paths, isMain) {\n \n let exts;\n const trailingSlash = request.length > 0 &&\n- ((StringPrototypeCharCodeAt(request, request.length - 1) === CHAR_FORWARD_SLASH || (\n+ (StringPrototy... | 2024-10-21T07:10:47 |
rust-lang/rust | c73b3d20c669aba4d10f5681e954e4a5b8b41d06 | 3f6250a7bb79e600d9036bbc7c8f65af43933643 | Unify wording of resolve error
Remove "failed to resolve" and use the same format we use in other resolution errors "cannot find `name`".
```
error[E0433]: cannot find `nonexistent` in `existent`
--> $DIR/custom_attr_multisegment_error.rs:5:13
|
LL | #[existent::nonexistent]
| ^^^^^^^^^^^ could no... | [
{
"path": "compiler/rustc_resolve/src/build_reduced_graph.rs",
"patch": "@@ -469,9 +469,15 @@ impl<'a, 'ra, 'tcx> BuildReducedGraphVisitor<'a, 'ra, 'tcx> {\n PathResult::NonModule(partial_res) => {\n expected_found_error(partial_res.expect_full_res())\n ... | 2025-08-12T22:27:45 |
golang/go | ee7bfbdbcc75c17c9f6f357f7950cfae0d63811c | 985d600f3aa8654b854f8b2c822552c052ed3d30 | cmd/compile/internal/ssa: fix PPC64 merging of (AND (S[RL]Dconst ...)
CL 622236 forgot to check the mask was also a 32 bit rotate mask. Add
a modified version of isPPC64WordRotateMask which valids the mask is
contiguous and fits inside a uint32.
I don't this is possible when merging SRDconst, the first check should
a... | [
{
"path": "src/cmd/compile/internal/ssa/rewrite.go",
"patch": "@@ -1583,6 +1583,11 @@ func GetPPC64Shiftme(auxint int64) int64 {\n // operation. Masks can also extend from the msb and wrap to\n // the lsb too. That is, the valid masks are 32 bit strings\n // of the form: 0..01..10..0 or 1..10..01..1 or 1.... | 2025-06-04T13:51:11 |
facebook/react | 9ffe9102ffd08ca7a56c60aa6952208890d213ce | bbc571aee431d44799ae6a70832ea834325a5af9 | Fix a spelling mistake. (#28555) | [
{
"path": "packages/react-reconciler/src/ReactChildFiber.js",
"patch": "@@ -58,7 +58,7 @@ import {isCompatibleFamilyForHotReloading} from './ReactFiberHotReloading';\n import {getIsHydrating} from './ReactFiberHydrationContext';\n import {pushTreeFork} from './ReactFiberTreeContext';\n import {createThenabl... | 2024-03-14T14:04:44 |
vercel/next.js | a21618480e90be6f067835d69f12824d0acfbd86 | c00f7325dbc90bbb304b3d4dce1a588e41d0eb9a | Turbopack: fix invalid NFT entry with file behind symlink (#82887) | [
{
"path": "crates/next-api/src/nft_json.rs",
"patch": "@@ -231,6 +231,38 @@ impl Asset for NftJsonAsset {\n continue;\n }\n \n+ #[cfg(debug_assertions)]\n+ {\n+ // Verify that we there are no entries where a file is created inside of a symlink... | 2025-08-21T14:34:52 |
electron/electron | 9c94fd7afb4706c2d2228a455f0874a0370cfe1d | 39ee94089a76815d0a2d2e15ef85a8d48473f330 | chore: upgrade to Node.js v20 (#40545)
* chore: upgrade to Node.js v20
* src: allow embedders to override NODE_MODULE_VERSION
https://github.com/nodejs/node/pull/49279
* src: fix missing trailing ,
https://github.com/nodejs/node/pull/46909
* src,tools: initialize cppgc
https://github.com/nodejs/node/... | [
{
"path": "BUILD.gn",
"patch": "@@ -29,6 +29,7 @@ import(\"filenames.gni\")\n import(\"filenames.hunspell.gni\")\n import(\"filenames.libcxx.gni\")\n import(\"filenames.libcxxabi.gni\")\n+import(\"js2c_toolchain.gni\")\n \n if (is_mac) {\n import(\"//build/config/mac/rules.gni\")\n@@ -237,6 +238,7 @@ acti... | 2023-11-30T14:51:35 |
golang/go | 985d600f3aa8654b854f8b2c822552c052ed3d30 | 848a768ba76d7c386c2aa4f05bc2e9e51b5948b9 | runtime: use small struct TestSynctest to ensure cleanups run
Finalizers and cleanup funcs weren't running on the windows-arm64
builder. Put finalizers/cleanups on a small struct containing a pointer
rather than an *int, which fixes the problem.
Also uncomment a synctest.Wait that was accidentally commented out.
Fix... | [
{
"path": "src/runtime/testdata/testsynctest/main.go",
"patch": "@@ -9,6 +9,7 @@ import (\n \t\"runtime\"\n \t\"runtime/metrics\"\n \t\"sync/atomic\"\n+\t\"unsafe\"\n )\n \n // This program ensures system goroutines (GC workers, finalizer goroutine)\n@@ -27,6 +28,11 @@ func numGCCycles() uint64 {\n \treturn... | 2025-06-06T19:59:04 |
nodejs/node | 7e60b5e15b4549712009fe10d080777b7852eb71 | 11fbdd8c9d7820f4812895bbaecad75bb80b2c55 | test: fix invalid `file:` URL in `test-fs-path-dir`
PR-URL: https://github.com/nodejs/node/pull/55454
Reviewed-By: LiviaMedeiros <livia@cirno.name>
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "test/sequential/test-fs-path-dir.js",
"patch": "@@ -5,7 +5,7 @@ const tmpdir = require('../common/tmpdir');\n const assert = require('assert');\n const path = require('path');\n const fs = require('fs');\n-const URL = require('url').URL;\n+const { pathToFileURL } = require('url');\n \n tmpdir.ref... | 2024-10-21T00:27:11 |
rust-lang/rust | 12cacac0fb9efc0e5802b4584f380df24f6394c0 | 14e6fe0c4b5c682cb5f3d3c386dff659f588af44 | fix: Ensure cpu_profiler feature compiles on Rust edition 2024
Without `unsafe` on this block, this feature didn't compile. | [
{
"path": "src/tools/rust-analyzer/crates/profile/src/google_cpu_profiler.rs",
"patch": "@@ -9,7 +9,7 @@ use std::{\n \n #[link(name = \"profiler\")]\n #[allow(non_snake_case)]\n-extern \"C\" {\n+unsafe extern \"C\" {\n fn ProfilerStart(fname: *const c_char) -> i32;\n fn ProfilerStop();\n }",
"a... | 2026-02-17T15:43:36 |
facebook/react | d5e2d9f8d594f81693b24d0472b5109388cdbd0c | bf64a826a4881d9ee25500e7cdab416797e12aab | Handle fbt:param with only leading or trailing whitespace
Fixes T180504437. We expected `<fbt:param>` to always have no surrounding
whitespace or have both leading and trailing whitespace, it can have one but not
the other, though such cases are rare in practice. | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/ReactiveScopes/CodegenReactiveFunction.ts",
"patch": "@@ -1495,23 +1495,15 @@ function codegenInstructionValue(\n tagValue.type === \"StringLiteral\" &&\n SINGLE_CHILD_FBT_TAGS.has(tagValue.value)\n ) {\n- CompilerError.... | 2024-03-13T21:54:39 |
vercel/next.js | 0fdaf93770d66d61b588bc8d06c5ec2ec0e66323 | 69310a841ea98e39e82c06eed1a58ceb94bbcad1 | Turbopack: improve compaction (#82375)
### What?
* fix initial duplication set
* improve compaction config (1MB limit was too aggressive and was led to compaction on every call) | [
{
"path": "turbopack/crates/turbo-persistence/src/compaction/selector.rs",
"patch": "@@ -136,8 +136,8 @@ impl Default for CompactConfig {\n optimal_merge_count: 8,\n max_merge_count: 32,\n max_merge_bytes: 500 * MB,\n- min_merge_duplication_bytes: MB,\n- ... | 2025-08-21T00:55:42 |
electron/electron | 39ee94089a76815d0a2d2e15ef85a8d48473f330 | b2fcc15ec794bb249d269983b6f4fe207ce889ff | fix: add missing `set_wants_to_be_visible(true)` to `NativeWindowMac::ShowInactive()` (#40546)
* fix: add missing set_wants_to_be_visible(true) to NativeWindowMac::ShowInactive()
* add test | [
{
"path": "shell/browser/native_window_mac.mm",
"patch": "@@ -534,6 +534,8 @@ void ReorderChildWindowAbove(NSWindow* child_window, NSWindow* other_window) {\n }\n \n void NativeWindowMac::ShowInactive() {\n+ set_wants_to_be_visible(true);\n+\n // Reattach the window to the parent to actually show it.\n ... | 2023-11-30T11:43:22 |
golang/go | 848a768ba76d7c386c2aa4f05bc2e9e51b5948b9 | 049a5e603634dfdbc73b4255c7e72eabc3922d5b | runtime: clarify stack traces for bubbled goroutines
Use the synctest bubble ID to identify bubbles in traces,
rather than the goroutine ID of the bubble's root goroutine.
Some waitReasons include a "(synctest)" suffix to distinguish
a durably blocking state from a non-durable one. For example,
"chan send" vs. "chan ... | [
{
"path": "src/runtime/runtime2.go",
"patch": "@@ -1093,10 +1093,10 @@ const (\n \twaitReasonGCWeakToStrongWait // \"GC weak to strong wait\"\n \twaitReasonSynctestRun // \"synctest.Run\"\n \twaitReasonSynctestWait // \"synctest.Wai... | 2025-06-05T21:21:47 |
nodejs/node | 78b72ca7ba69eb61dcb9307a6c49c5f34fc00f65 | 61e52c8bd340efa16db48c8114e14c26ea912319 | cli: add `--heap-prof` flag available to `NODE_OPTIONS`
Fixes: https://github.com/nodejs/node/issues/54257
Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/54259
Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
Reviewed-By: Franziska Hinkelmann <franziska.hink... | [
{
"path": "doc/api/cli.md",
"patch": "@@ -3076,6 +3076,10 @@ one is included in the list below.\n * `--force-fips`\n * `--force-node-api-uncaught-exceptions-policy`\n * `--frozen-intrinsics`\n+* `--heap-prof-dir`\n+* `--heap-prof-interval`\n+* `--heap-prof-name`\n+* `--heap-prof`\n * `--heapsnapshot-near-he... | 2024-10-20T02:17:22 |
facebook/react | d5eca2ed8584fd9cbb75403b34741c0f058db395 | ec3d36b865afa296e92e392618cf06bf2d717092 | Repro for scope with no declarations (already fixed on this stack)
Repro from T180504728 which reproduced internally and on playground, neither of
which have #2687 yet. That PR (earlier in this stack) already fixes the issue,
so i'm just adding the repro to help prevent regressions. | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/ReactiveScopes/CodegenReactiveFunction.ts",
"patch": "@@ -504,7 +504,7 @@ function codegenReactiveScope(\n if (testCondition === null) {\n CompilerError.invariant(firstOutputIndex !== null, {\n reason: `Expected scope to have at least on... | 2024-03-15T15:26:43 |
vercel/next.js | 69310a841ea98e39e82c06eed1a58ceb94bbcad1 | 450b07e8a445660c8c36a6a0103d38297a0754f7 | Turbopack: use block in place for db writes (#82380)
<!-- 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 Contributor... | [
{
"path": "turbopack/crates/turbo-persistence/src/db.rs",
"patch": "@@ -508,12 +508,15 @@ impl<S: ParallelScheduler> TurboPersistence<S> {\n sst_filter.apply_filter(meta_file);\n }\n \n- for (_, file) in new_sst_files.iter() {\n- file.sync_all()?;\n- }\n- ... | 2025-08-21T00:29:21 |
electron/electron | b2fcc15ec794bb249d269983b6f4fe207ce889ff | 763bc62c7f1939b3fdc7a12301acb637d005afa5 | build: fix release notes script bug that omitted edited release-clerk comments (#40634)
* build: fix release notes script bug that omitted edited release-clerk comments
add a warning when neither notes nor no-notes are found
* fixup! build: fix release notes script bug that omitted edited release-clerk comments
... | [
{
"path": "script/release/notes/notes.js",
"patch": "@@ -99,7 +99,7 @@ const getNoteFromClerk = async (ghKey) => {\n \n const CLERK_LOGIN = 'release-clerk[bot]';\n const CLERK_NO_NOTES = '**No Release Notes**';\n- const PERSIST_LEAD = '**Release Notes Persisted**\\n\\n';\n+ const PERSIST_LEAD = '**Rel... | 2023-11-30T11:41:48 |
golang/go | 049a5e603634dfdbc73b4255c7e72eabc3922d5b | ac1686752bf65eaefebb340bd642177e2cc27bde | runtime: return a different bubble deadlock error when main goroutine is done
The synctest.Test function waits for all goroutines in a bubble to
exit before returning. If there is ever a point when all goroutines
in a bubble are durably blocked, it panics and reports a deadlock.
Panic with a different message dependi... | [
{
"path": "src/internal/synctest/synctest_test.go",
"patch": "@@ -488,7 +488,7 @@ func TestDeadlockRoot(t *testing.T) {\n }\n \n func TestDeadlockChild(t *testing.T) {\n-\tdefer wantPanic(t, \"deadlock: all goroutines in bubble are blocked\")\n+\tdefer wantPanic(t, \"deadlock: main bubble goroutine has exit... | 2025-06-05T20:55:35 |
nodejs/node | 61e52c8bd340efa16db48c8114e14c26ea912319 | 7d0a490d1b60bc5c111bf93d96f4a6ac46f3651a | src,lib: introduce `util.getSystemErrorMessage(err)`
This patch adds a new utility function which provides human-readable
string description of the given system error code.
Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/54075
Reviewed-By: James M Snell <jasnell@... | [
{
"path": "doc/api/util.md",
"patch": "@@ -463,6 +463,26 @@ fs.access('file/that/does/not/exist', (err) => {\n });\n ```\n \n+## `util.getSystemErrorMessage(err)`\n+\n+<!-- YAML\n+added: REPLACEME\n+-->\n+\n+* `err` {number}\n+* Returns: {string}\n+\n+Returns the string message for a numeric error code that... | 2024-10-19T23:15:16 |
facebook/react | 1b5ae0638ee36b7f68a89641f6808c1afc9b217e | f7ca10a0c7085002076bf85a24a9a4b07598e5f7 | Fix block scoping of declarations with early return
I addressed some of the cases that lead to this invariant but there were still
more. In this case, we have scopes like this:
```
scope @1 declarations=[t$0] {
let t$0 = ArrayExpression []
if (...) {
return null;
}
}
scope @2 deps=[t$0] declarations=... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/Entrypoint/Pipeline.ts",
"patch": "@@ -307,13 +307,6 @@ function* runWithEnvironment(\n value: reactiveFunction,\n });\n \n- propagateEarlyReturns(reactiveFunction);\n- yield log({\n- kind: \"reactive\",\n- name: \"PropagateEarlyReturn... | 2024-03-14T04:29:58 |
electron/electron | 763bc62c7f1939b3fdc7a12301acb637d005afa5 | abb71f53074dbb23f671c44a70118daeed61e240 | chore: remove fix_add_check_for_sandbox_then_result.patch (#40633) | [
{
"path": "patches/chromium/.patches",
"patch": "@@ -66,7 +66,6 @@ fix_export_zlib_symbols.patch\n web_contents.patch\n webview_fullscreen.patch\n disable_unload_metrics.patch\n-fix_add_check_for_sandbox_then_result.patch\n extend_apply_webpreferences.patch\n build_libc_as_static_library.patch\n build_do_no... | 2023-11-29T18:30:21 |
vercel/next.js | 450b07e8a445660c8c36a6a0103d38297a0754f7 | e21ac64cd01485c4951c305ae9654bf6fca3f7a7 | Turbopack: allow to customize the parallel execution of turbo-persistence (#82668)
<!-- 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'... | [
{
"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, TurboPersistence};\n+use turbo_persistence::{MetaFileEntryInfo, SerialScheduler, TurboPersistence};\n \... | 2025-08-21T00:04:05 |
golang/go | da0e8c4517178f545ee78b11e3d91e1daa7ce07a | 7800f4f0adbc749be95d13be48524e9702c50bbc | cmd/compile: relax reshaping condition
CL 641955 changes the Unified IR reader to not doing shapify when
reading reshaping expression. However, this condition only matters with
pointer type shaping, which will lose the original type, causes the
reshaping ends up with a completely different type.
This CL relaxes the c... | [
{
"path": "src/cmd/compile/internal/noder/reader.go",
"patch": "@@ -1014,7 +1014,25 @@ func (pr *pkgReader) objDictIdx(sym *types.Sym, idx index, implicits, explicits\n \t// arguments.\n \tfor i, targ := range dict.targs {\n \t\tbasic := r.Bool()\n-\t\tif dict.shaped && !pr.reshaping {\n+\t\tisPointerShape ... | 2025-06-03T14:35:20 |
facebook/react | 2940440dfb011173758e332da88ede7720b2509b | 79e3fc0acb3c4d3b8cd1caf86880b764e657ec42 | Fix for mutable ranges ended early with interleaving
Fixes T180504437. In MergeOverlappingReactiveScopes we track the active scopes
and mark them as "ended" when reaching the first instruction after their mutable
range. However, in cases of interleaving that will be merged, we could
previously mark a scope as comp... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/ReactiveScopes/MergeOverlappingReactiveScopes.ts",
"patch": "@@ -229,8 +229,23 @@ class Context {\n this.joinedScopes.union([current.shadowedBy, current.scope]);\n }\n } else if (found && current.shadowedBy === null) {\n- ... | 2024-03-13T20:52:29 |
nodejs/node | 7ae193d19f15a92578a7e7cc088e320a65788df0 | 56e5bd8d2acd3698547b9d18d16620ed4e11a99f | url: handle "unsafe" characters properly in `pathToFileURL`
Co-authored-by: EarlyRiser42 <tkfydtls464@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/54545
Fixes: https://github.com/nodejs/node/issues/54515
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Rev... | [
{
"path": "lib/internal/process/execution.js",
"patch": "@@ -49,7 +49,7 @@ function tryGetCwd() {\n \n let evalIndex = 0;\n function getEvalModuleUrl() {\n- return pathToFileURL(`${process.cwd()}/[eval${++evalIndex}]`).href;\n+ return `${pathToFileURL(process.cwd())}/[eval${++evalIndex}]`;\n }\n \n /**",
... | 2024-10-18T07:20:43 |
vercel/next.js | e21ac64cd01485c4951c305ae9654bf6fca3f7a7 | 532018c8cc1d76a1ee7d0f16d701e532f9039b36 | Turbopack: use parallel execution helpers (#82667)
<!-- 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": "Cargo.lock",
"patch": "@@ -9253,7 +9253,6 @@ dependencies = [\n \"parking_lot\",\n \"pot\",\n \"rand 0.9.0\",\n- \"rayon\",\n \"regex\",\n \"ringmap\",\n \"rstest\",\n@@ -9367,7 +9366,6 @@ dependencies = [\n \"mime\",\n \"notify\",\n \"parking_lot\",\n- \"rayon\",\n \"regex\",\n \"rste... | 2025-08-20T23:35:15 |
golang/go | 7800f4f0adbc749be95d13be48524e9702c50bbc | d184f8dc020ac635cea02c046ab1d0b87dfd624d | log/slog: fix level doc on handlers
Fixed doc on {JSON,Text}Handler.Handle: the level is never omitted.
Fixes #73943.
Change-Id: Ia470cbe5d713ab18dd80eeea1c0ab8f5e6d30f3f
Reviewed-on: https://go-review.googlesource.com/c/go/+/680055
Auto-Submit: Jonathan Amsterdam <jba@google.com>
LUCI-TryBot-Result: Go LUCI <golang... | [
{
"path": "src/log/slog/json_handler.go",
"patch": "@@ -63,9 +63,7 @@ func (h *JSONHandler) WithGroup(name string) Handler {\n // Otherwise, the key is \"time\"\n // and the value is output as with json.Marshal.\n //\n-// If the Record's level is zero, the level is omitted.\n-// Otherwise, the key is \"leve... | 2025-06-08T12:49:25 |
facebook/react | 79e3fc0acb3c4d3b8cd1caf86880b764e657ec42 | dc7ed065c0d77e5e3df689f906f3a941032257b5 | Fix for method call not memoizing in same scope as outer call
Fixes T175282980. InferReactiveScopeVariables had logic to force assigning a
scope to MethodCall property lookups with the idea of forcing the method call
lookup to be in the same scope as the method call itself. But this doesn't work
if we never assign... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/Entrypoint/Pipeline.ts",
"patch": "@@ -63,6 +63,7 @@ import {\n pruneUnusedScopes,\n renameVariables,\n } from \"../ReactiveScopes\";\n+import { alignMethodCallScopes } from \"../ReactiveScopes/AlignMethodCallScopes\";\n import { pruneAlwaysInva... | 2024-03-13T20:52:29 |
nodejs/node | 4d6d7d644be4f10f90e5c9c66563736112fffbff | d458b933ed67d20670906b8796f7dda0198e4541 | assert: make assertion_error use Myers diff algorithm
Fixes: https://github.com/nodejs/node/issues/51733
Co-Authored-By: Pietro Marchini <pietro.marchini94@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/54862
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Matteo Collina <matteo.collina@gma... | [
{
"path": "lib/internal/assert/assertion_error.js",
"patch": "@@ -3,29 +3,23 @@\n const {\n ArrayPrototypeJoin,\n ArrayPrototypePop,\n+ ArrayPrototypeSlice,\n Error,\n ErrorCaptureStackTrace,\n- MathMax,\n ObjectAssign,\n ObjectDefineProperty,\n ObjectGetPrototypeOf,\n String,\n- StringPr... | 2024-10-17T16:02:54 |
vercel/next.js | b7da0c5425fd97cc57101a17cd06392b2d4380ad | 76ebbb9768e09de48b43898904d71095857e1ba7 | Turbopack: add parallel execution helpers (#82666)
<!-- 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": "turbopack/crates/turbo-tasks-backend/src/kv_backing_storage.rs",
"patch": "@@ -410,64 +410,11 @@ impl<T: KeyValueDatabase + Send + Sync + 'static> BackingStorageSealed\n )?;\n }\n WriteBatch::Serial(batch) => {\n- let mut task_items_result = ... | 2025-08-20T23:02:50 |
facebook/react | dc7ed065c0d77e5e3df689f906f3a941032257b5 | b666bd163759df5afa8bcadc2c14f87f0d294a49 | Fix missing declaration invariant for "for" within try/catch
Fixes T180509722. What happened is that the logic in LeaveSSA to find
declarations within for initializers wasn't working with try/catch because the
initializer block gets broken up with a maybe-throw after every instruction that
can throw. These maybe-t... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/SSA/LeaveSSA.ts",
"patch": "@@ -18,7 +18,7 @@ import {\n Phi,\n Place,\n } from \"../HIR/HIR\";\n-import { printPlace } from \"../HIR/PrintHIR\";\n+import { printIdentifier, printPlace } from \"../HIR/PrintHIR\";\n import {\n eachInstructionLV... | 2024-03-13T20:52:28 |
golang/go | d184f8dc020ac635cea02c046ab1d0b87dfd624d | 0ccfbc834a489f92745613b2e06275c2cfe6ace0 | runtime: check for gsignal in racecall on loong64
This issue has been fixed for amd64, arm64 and other platforms
in CL 643875, but it was missed when the race support was
submitted for loong64.
Fixes #71395.
Change-Id: I678f381e868214f1b3399be43187db49e1660933
Reviewed-on: https://go-review.googlesource.com/c/go/+/6... | [
{
"path": "src/runtime/race_loong64.s",
"patch": "@@ -461,8 +461,13 @@ TEXT\tracecall<>(SB), NOSPLIT|NOFRAME, $0-0\n \t// Switch to g0 stack.\n \tMOVV\tR3, R23\t// callee-saved, preserved across the CALL\n \tMOVV\tR1, R24\t// callee-saved, preserved across the CALL\n+\n+\t// Switch to g0 stack if we aren't ... | 2025-06-05T11:23:55 |
electron/electron | 5c7579ab1ce1fba8aa5d29e2045cb43a0b465e2d | f0f027c06d1f06ceebefec2287273807632d61e0 | chore: bump chromium to 121.0.6147.0 (main) (#40523)
* chore: bump chromium in DEPS to 121.0.6128.0
* build: update patches
* refactor: remove instrumentation from extensions code
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/5002404
* refactor: modernization of tabs_api
Ref: https://ch... | [
{
"path": "DEPS",
"patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '121.0.6116.0',\n+ '121.0.6147.0',\n 'node_version':\n 'v18.18.2',\n 'nan_version':",
"additions": 1,
"deletions": 1,
"language": "Unknown"
},
{
"path": "chromi... | 2023-11-28T21:40:12 |
nodejs/node | d458b933ed67d20670906b8796f7dda0198e4541 | cf7406927fa29bb24bd321feb694308352bb8e49 | meta: change color to blue notify review-wanted
The current colour seems something went wrong when in fact
it's just someone asking for a review.
PR-URL: https://github.com/nodejs/node/pull/55423
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com> | [
{
"path": ".github/workflows/notify-on-review-wanted.yml",
"patch": "@@ -32,7 +32,7 @@ jobs:\n - name: Slack Notification\n uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 # 2.3.0\n env:\n- SLACK_COLOR: '#DE512A'\n+ SLACK_COLOR: '#3d85c6'\n ... | 2024-10-17T15:45:46 |
rust-lang/rust | 224eef62e84fba78d963129061e61c41bda8be90 | 7964c1b78d41e211207b7c8a6ea152ae39c42dc1 | Fix rustc test suite | [
{
"path": "scripts/test_rustc_tests.sh",
"patch": "@@ -41,6 +41,7 @@ rm -r tests/run-make/naked-symbol-visibility\n # variadic arguments\n rm tests/ui/abi/mir/mir_codegen_calls_variadic.rs # requires float varargs\n rm tests/ui/c-variadic/naked.rs # same\n+rm tests/ui/consts/const-eval/c-variadic.rs # same\... | 2026-02-17T11:07:43 |
vercel/next.js | 76ebbb9768e09de48b43898904d71095857e1ba7 | ae9261fba1112e8fa84d2bc57fc4d2aff625e46f | docs: add missing RLS step to Next.js tutorial (#82714)
## What
This PR updates
`examples/with-supabase/components/tutorial/fetch-data-steps.tsx` to
include a missing step about enabling Row Level Security (RLS) and
creating a simple read policy for the `notes` table.
Fixes: #82218
## Why
Currently, the tutorial sho... | [
{
"path": "examples/with-supabase/components/tutorial/fetch-data-steps.tsx",
"patch": "@@ -13,6 +13,11 @@ values\n ('It was awesome!');\n `.trim();\n \n+const rls = `alter table notes enable row level security;\n+create policy \"Allow public read access\" on notes\n+for select\n+using (true);`.trim();\n+\... | 2025-08-20T22:46:26 |
golang/go | 0ccfbc834a489f92745613b2e06275c2cfe6ace0 | 78eadf5b3de568297456fe137b65ff16e8cc8bb6 | os/signal: doc link to syscall.EPIPE
Add godoc link for EPIPE error.
Change-Id: I5df35f700684510328f92bb5d4946c5123ba5f2c
Reviewed-on: https://go-review.googlesource.com/c/go/+/667757
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Michael Knyszek <mknysz... | [
{
"path": "src/os/signal/doc.go",
"patch": "@@ -98,12 +98,13 @@ the behavior depends on the file descriptor number. A write to a\n broken pipe on file descriptors 1 or 2 (standard output or standard\n error) will cause the program to exit with a SIGPIPE signal. A write\n to a broken pipe on some other file ... | 2025-04-24T14:46:44 |
facebook/react | 89021fb4ec9aa82194b0788566e736a4cedfc0e4 | 7d6f1e3c13686272c1d76813992d4e782fcb84e6 | Remove invokeGuardedCallback and replay trick (#28515)
We broke the ability to "break on uncaught exceptions" by adding a
try/catch higher up in the scheduling. We're giving up on fixing that so
we can remove the replay trick inside an event handler.
The issue with that approach is that we end up double logging a... | [
{
"path": "fixtures/dom/src/toWarnDev.js",
"patch": "@@ -7,11 +7,6 @@ const util = require('util');\n function shouldIgnoreConsoleError(format, args) {\n if (__DEV__) {\n if (typeof format === 'string') {\n- if (format.indexOf('Error: Uncaught [') === 0) {\n- // This looks like an uncaught... | 2024-03-12T00:17:07 |
electron/electron | f0f027c06d1f06ceebefec2287273807632d61e0 | 58a21a3cd939dcbb7d4282575a4e943bf30165ad | fix: Use activateIgnoringOtherApps for non-panels (#40570)
Use activateIgnoringOtherApps for non-panels | [
{
"path": "shell/browser/native_window_mac.mm",
"patch": "@@ -127,6 +127,10 @@ bool IsFramelessWindow(NSView* view) {\n return window && !window->has_frame();\n }\n \n+bool IsPanel(NSWindow* window) {\n+ return [window isKindOfClass:[NSPanel class]];\n+}\n+\n IMP original_set_frame_size = nullptr;\n IMP ... | 2023-11-27T17:58:46 |
rust-lang/rust | e0d9d470df00ecbe07bb5ddfec2ab6083aa3025f | 466ea4e6c39f8a43727edcc726ca86b499e14d83 | Fix invalid `mut T` suggestion for `&mut T` in missing lifetime error
* Find ref prefix span for owned suggestions
* Improve missing lifetime suggestions for `&mut str` | [
{
"path": "compiler/rustc_resolve/src/late/diagnostics.rs",
"patch": "@@ -3837,25 +3837,32 @@ impl<'ast, 'ra, 'tcx> LateResolutionVisitor<'_, 'ast, 'ra, 'tcx> {\n \"instead, you are more likely to want\"\n };\n let mut owned_sugg = ... | 2026-02-17T10:18:08 |
nodejs/node | 123982d11dee50a471f73a64462720eb36b75595 | 70fcb87af4c41be4f480b213d8b3edfc49629c9f | dns: honor the order option
Fixes: https://github.com/nodejs/node/issues/55391
PR-URL: https://github.com/nodejs/node/pull/55392
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
R... | [
{
"path": "lib/dns.js",
"patch": "@@ -193,7 +193,7 @@ function lookup(hostname, options, callback) {\n }\n if (options?.order != null) {\n validateOneOf(options.order, 'options.order', ['ipv4first', 'ipv6first', 'verbatim']);\n- dnsOrder = options.dnsOrder;\n+ dnsOrder = options.orde... | 2024-10-17T13:18:28 |
vercel/next.js | ae9261fba1112e8fa84d2bc57fc4d2aff625e46f | 808d711bcdfa1dd9d152fe03c5e57f355460b657 | fix: avoid importing types that will be unused (#82856)
See
https://github.com/vercel/next.js/discussions/77721#discussioncomment-14167630 | [
{
"path": "packages/next/src/server/lib/router-utils/typegen.ts",
"patch": "@@ -538,7 +538,23 @@ export function generateValidatorFile(\n }\n \n // Build import statement based on what's actually needed\n- const routeImports = ['AppRoutes', 'LayoutRoutes', 'ParamMap']\n+ const routeImports = []\n+\n+ ... | 2025-08-20T22:27:34 |
facebook/react | 605b7c018d61601e72f72c232b0c965b0164914e | 56e20051c3c1611f9495081d01f1946184332c6b | Concurrent rendering in ReactDevToolsHooksIntegration-test (#28522)
## Summary
We need to unblock flipping the default for RTR to be concurrent
rendering. Update ReactDevToolsHooksIntegration-test to use
`unstable_isConcurrent` in place.
## How did you test this change?
`yarn test
packages/react-debug-tool... | [
{
"path": "packages/react-debug-tools/src/__tests__/ReactDevToolsHooksIntegration-test.js",
"patch": "@@ -43,7 +43,7 @@ describe('React hooks DevTools integration', () => {\n const InternalTestUtils = require('internal-test-utils');\n waitForAll = InternalTestUtils.waitForAll;\n \n- act = ReactTe... | 2024-03-11T19:06:35 |
electron/electron | e78ce826415b8d64e9cb2c3b40ba18eadb83f23d | 1574cbf137e46f14ead2b9c980c4e30a4590c7df | fix: do not call `after()` `async_hook` for `asyncId` 0 (#40574)
fix: do not call after() async_hook for asyncId 0 | [
{
"path": "shell/common/node_bindings.cc",
"patch": "@@ -279,8 +279,11 @@ void ErrorMessageListener(v8::Local<v8::Message> message,\n // Analogous to node/lib/internal/process/execution.js#L176-L180\n if (env->async_hooks()->fields()[node::AsyncHooks::kAfter]) {\n while (env->async_hooks()->fi... | 2023-11-22T16:37:40 |
nodejs/node | 70fcb87af4c41be4f480b213d8b3edfc49629c9f | 5e5af2947f3ddbdde208a19e8a0d16ebdd123d2c | build: fix path concatenation
- The `Path` class does not support concatenation with the `+`
operator, so use the `/` operator instead.
- When concatenating paths, if the operand is an absolute path the
previous path is ignored, so change `/include` to `include`.
PR-URL: https://github.com/nodejs/node/pull/55387
Revi... | [
{
"path": "configure.py",
"patch": "@@ -1356,7 +1356,7 @@ def configure_zos(o):\n o['variables']['node_static_zoslib'] = b(True)\n if options.static_zoslib_gyp:\n # Apply to all Node.js components for now\n- o['variables']['zoslib_include_dir'] = Path(options.static_zoslib_gyp).parent + '/include... | 2024-10-17T13:05:02 |
golang/go | 78eadf5b3de568297456fe137b65ff16e8cc8bb6 | 4d1c255f159d90557b43ede07f8b9a209e1fb49c | all: update vendored dependencies [generated]
The Go 1.25 RC is due soon. This is the time to once again update all
golang.org/x/... module versions that contribute packages to the std and
cmd modules in the standard library to latest master versions.
For #36905.
[git-generate]
go install golang.org/x/build/cmd/upda... | [
{
"path": "src/cmd/go.mod",
"patch": "@@ -4,18 +4,18 @@ go 1.25\n \n require (\n \tgithub.com/google/pprof v0.0.0-20250208200701-d0013a598941\n-\tgolang.org/x/arch v0.14.0\n-\tgolang.org/x/build v0.0.0-20250211223606-a5e3f75caa63\n-\tgolang.org/x/mod v0.24.1-0.20250508140430-9d3333156f46\n-\tgolang.org/x/sy... | 2025-06-04T19:35:31 |
facebook/react | 16852386a5ac9ccffa265ad96f2d7e1db544aecb | 5f3ed3f7241df57cfbc98edabf84100ceea7bfb1 | Support more cases of reassignment within value blocks
Fixes T175283039 — it's totally fine to have a StoreLocal as an instruction in a
value block, so long as its a reassignment. | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/ReactiveScopes/CodegenReactiveFunction.ts",
"patch": "@@ -1752,13 +1752,29 @@ function codegenInstructionValue(\n );\n break;\n }\n+ case \"StoreLocal\": {\n+ CompilerError.invariant(\n+ instrValue.lvalue.kind === Inst... | 2024-03-08T21:59:22 |
vercel/next.js | e785643c41c298b9504192200220e68daf4241b4 | cad24f4b7ca79e1474336d499d65528d39c4956e | fix: update validation return types (#82854)
I updated the return type of API routes and route handlers from
```ts
Promise<Response> | Response | Promise<void> | void
```
to
```ts
Promise<Response | void> | Response | void
```
which fixes #82842. | [
{
"path": "packages/next/src/server/lib/router-utils/typegen.ts",
"patch": "@@ -508,21 +508,21 @@ export function generateValidatorFile(\n \n if (appRouteHandlerValidations) {\n typeDefinitions += `type RouteHandlerConfig<Route extends AppRouteHandlerRoutes = AppRouteHandlerRoutes> = {\n- GET?: (requ... | 2025-08-20T21:58:52 |
rust-lang/rust | cbfa215893bbe80d773d97cfd2e450805137a155 | 139651428df86cf88443295542c12ea617cbb587 | fix ICE in suggest_param_env_shadowing with incompatible args
remove comments | [
{
"path": "compiler/rustc_trait_selection/src/error_reporting/infer/mod.rs",
"patch": "@@ -301,6 +301,9 @@ impl<'a, 'tcx> TypeErrCtxt<'a, 'tcx> {\n let rebased_args = alias.args.rebase_onto(tcx, trait_def_id, impl_substs);\n \n let impl_item_def_id = leaf_def.item.def_id;\n+ ... | 2026-02-17T07:33:21 |
electron/electron | 1574cbf137e46f14ead2b9c980c4e30a4590c7df | 3340bc1bf938cc821da1e2f91b49cdba46cb29e1 | fix: restore performance of macOS window resizing (#40577) | [
{
"path": "patches/chromium/.patches",
"patch": "@@ -128,3 +128,4 @@ revert_remove_the_allowaggressivethrottlingwithwebsocket_feature.patch\n fix_activate_background_material_on_windows.patch\n feat_allow_passing_of_objecttemplate_to_objecttemplatebuilder.patch\n chore_remove_check_is_test_on_script_injecti... | 2023-11-22T07:58:57 |
golang/go | 4d1c255f159d90557b43ede07f8b9a209e1fb49c | 3432c68467d50ffc622fed230a37cd401d82d4bf | net/http: strip sensitive proxy headers from redirect requests
Similarly to Authentication entries, Proxy-Authentication entries should be stripped to ensure sensitive information is not leaked on redirects outside of the original domain.
https://fetch.spec.whatwg.org/#authentication-entries
Thanks to Takeshi Kaneko... | [
{
"path": "src/net/http/client.go",
"patch": "@@ -806,7 +806,8 @@ func (c *Client) makeHeadersCopier(ireq *Request) func(req *Request, stripSensit\n \t\tfor k, vv := range ireqhdr {\n \t\t\tsensitive := false\n \t\t\tswitch CanonicalHeaderKey(k) {\n-\t\t\tcase \"Authorization\", \"Www-Authenticate\", \"Cook... | 2025-05-21T18:11:44 |
facebook/react | 5f3ed3f7241df57cfbc98edabf84100ceea7bfb1 | 052f5fe973e2d5c08293509063163b0b63a6d948 | Fixture for reassignment within value block
Fixture from T175283039, a reassignment within an expression can sometimes
generate a StoreLocal within a value block. Depending on the case this can end
up as the last instruction of the block, which then hits an invariant. | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/error.todo-reassign-in-while-loop-condition.expect.md",
"patch": "@@ -0,0 +1,38 @@\n+\n+## Input\n+\n+```javascript\n+import { makeArray } from \"shared-runtime\";\n+\n+// @flow\n+function Component() {\n+ const items = ... | 2024-03-08T21:59:21 |
vercel/next.js | cad24f4b7ca79e1474336d499d65528d39c4956e | b5b272062fc3599798ff11515b746ee1f236158e | fix: update the config.api.responseLimit type (#82852)
`config.api.responseLimit` can also be [set to
`false`](https://github.com/vercel/next.js/issues/82842#issuecomment-3207638164).
Because of the limitations of type inference on JS files, we need to set
the type to `boolean`.
See
https://github.com/vercel/next.js/... | [
{
"path": "packages/next/src/server/lib/router-utils/typegen.ts",
"patch": "@@ -526,7 +526,7 @@ export function generateValidatorFile(\n config?: {\n api?: {\n bodyParser?: boolean | { sizeLimit?: string }\n- responseLimit?: string | number\n+ responseLimit?: string | number | boolean\... | 2025-08-20T21:58:42 |
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.