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
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
nodejs/node
fe45be207be1b51b3dde84265aad5fd79e0cfb2b
cc9b9a7f70cd14ebe1435becec44b300912b6f88
deps: V8: backport 0d5d6e71bbb0 Original commit message: Remove `--js-promise-withresolvers` runtime flag Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com> Bug: 42204122 Change-Id: I017a0d1ae0f8225513206ffb7806a4250be75d4c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v...
[ { "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.9',\n+ 'v8_embedder_string': '-node.10',\n \n ##### V8 defaults for Node.js #####\n ...
2024-09-20T17:17:30
facebook/react
b28c53dcf10cdd0164aa860248be8305c0cda4c9
d0a51e7dfc0e40b7c5304adcd9b2b8ad687b37f9
Clarify how to address ValidateNoCapitalizedCalls errors Make it clearer how to address this error by allowlisting globals that are known to be safe ghstack-source-id: e7fa6464ebb561a7a1366ff70430842007c6552e Pull Request resolved: https://github.com/facebook/react-forget/pull/2909
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/Validation/ValidateNoCapitalizedCalls.ts", "patch": "@@ -28,6 +28,8 @@ export function validateNoCapitalizedCalls(fn: HIRFunction): void {\n \n const capitalLoadGlobals = new Map<IdentifierId, string>();\n const capitalizedProperties = new Map...
2024-05-07T00:13:45
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
golang/go
53af292aed21c3f6ea75d16e5b25f660b2c028fb
d05825468921f8d0e54c81f59330d3b263057a54
encoding/json/jsontext: fix spelling error Change-Id: Ic1f385afbe35addba8b3c439ccb64c56b1d300c9 Reviewed-on: https://go-review.googlesource.com/c/go/+/681795 Reviewed-by: Sean Liao <sean@liao.dev> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Joseph Tsai <joetsa...
[ { "path": "src/encoding/json/jsontext/doc.go", "patch": "@@ -10,7 +10,7 @@\n // primitive data types such as booleans, strings, and numbers,\n // in addition to structured data types such as objects and arrays.\n //\n-// This package (encoding/json/jsontxt) is experimental,\n+// This package (encoding/json/...
2025-06-16T05:51:57
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
nodejs/node
6b9413e41add92d79f1ee572940eebaa9850889a
5e4da33d97296f8c6a759b7d3069501813b3188a
worker: throw InvalidStateError in postMessage after close This update addresses expected failures for invalid postMessage after close in WPT. PR-URL: https://github.com/nodejs/node/pull/55206 Reviewed-By: Mattias Buelens <mattias@buelens.com> Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
[ { "path": "lib/internal/worker/io.js", "patch": "@@ -402,7 +402,7 @@ class BroadcastChannel extends EventTarget {\n if (arguments.length === 0)\n throw new ERR_MISSING_ARGS('message');\n if (this[kHandle] === undefined)\n- throw new DOMException('BroadcastChannel is closed.');\n+ thr...
2024-10-03T02:37:34
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
facebook/react
d0a51e7dfc0e40b7c5304adcd9b2b8ad687b37f9
84d28ebcc54cedfc0c50260ffcf0eaeafcb6bac6
Allow eslint rule reportable severity to be set During the demo I might show an example of fixing a CannotPreserveMemoization error. But I don't want to make that reportable by default, so this PR allows configuration like so ```js module.exports = { root: true, plugins: [ 'eslint-plugin-react-compiler', ],...
[ { "path": "compiler/packages/eslint-plugin-react-compiler/__tests__/ReactCompilerRule-test.ts", "patch": "@@ -5,6 +5,7 @@\n * LICENSE file in the root directory of this source tree.\n */\n \n+import { ErrorSeverity } from \"babel-plugin-react-compiler/src\";\n import { RuleTester as ESLintTester } from \"...
2024-05-07T00:07:36
golang/go
3254c2bb8308690a88a9f62b7f51c84d80325e79
816199e421f743324e9c1c82bda22d1d0f53845c
internal/reflectlite: fix comment about meaning of flag field Copied current (presumably correct) comment text from reflect package. Change-Id: I19582b3675fbcb96a925002498d24ad2b7bc6178 Reviewed-on: https://go-review.googlesource.com/c/go/+/681935 Reviewed-by: Keith Randall <khr@google.com> LUCI-TryBot-Result: Go LUC...
[ { "path": "src/internal/reflectlite/value.go", "patch": "@@ -43,17 +43,19 @@ type Value struct {\n \tptr unsafe.Pointer\n \n \t// flag holds metadata about the value.\n-\t// The lowest bits are flag bits:\n+\t//\n+\t// The lowest five bits give the Kind of the value, mirroring typ.Kind().\n+\t//\n+\t// The ...
2025-06-14T23:38:26
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
14b53df33cdb4c0498be6fa583a757b7dc4ffd4d
5ff9b072b2346b4c2220fd67e88123f02ceee751
doc: fix unordered error anchors PR-URL: https://github.com/nodejs/node/pull/55242 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
[ { "path": "doc/api/errors.md", "patch": "@@ -1295,18 +1295,20 @@ added: v16.7.0\n \n When using [`fs.cp()`][], `src` or `dest` pointed to an invalid path.\n \n-<a id=\"ERR_FS_CP_FIFO_PIPE\"></a>\n+<a id=\"ERR_HTTP_BODY_NOT_ALLOWED\"></a>\n \n ### `ERR_HTTP_BODY_NOT_ALLOWED`\n \n An error is thrown when writ...
2024-10-02T18:45:39
facebook/react
84d28ebcc54cedfc0c50260ffcf0eaeafcb6bac6
e2d47342bee8e2c83ade7764a37e04dc6e9ab0e5
Default to raising all errors in eslint plugin We control what gets reported via another function anyway so it's better to raise everything at the compiler config level. This lets us configure what level of diagnostic is reportable later ghstack-source-id: 996d3cbb8d8f3e1bbe943210b8d633420e0f3f3b Pull Request resolve...
[ { "path": "compiler/packages/eslint-plugin-react-compiler/src/rules/ReactCompilerRule.ts", "patch": "@@ -64,7 +64,7 @@ function isReportableDiagnostic(\n const COMPILER_OPTIONS: Partial<PluginOptions> = {\n noEmit: true,\n compilationMode: \"infer\",\n- panicThreshold: \"critical_errors\",\n+ panicThr...
2024-05-07T00:07:35
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
816199e421f743324e9c1c82bda22d1d0f53845c
ea00461b17c7579d1c9aff2398953b61747ce642
runtime: don't let readTrace spin on trace.shutdown Issue #74045 describes a scenario in which gopark is inlined into readTrace, such that there are no preemption points. This is only a problem because readTrace spins if trace.shutdown is set, through traceReaderAvailable. However, trace.shutdown is almost certainly o...
[ { "path": "src/runtime/trace.go", "patch": "@@ -956,7 +956,7 @@ func traceReader() *g {\n // scheduled and should be. Callers should first check that\n // (traceEnabled() || traceShuttingDown()) is true.\n func traceReaderAvailable() *g {\n-\t// There are three conditions under which we definitely want to s...
2025-06-10T21:44:56
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
28ffa4b7512bda51fe7245cf7d60b92fc5672484
834316d541246068f2924594b6ad1628efd9f84b
build: fix not valid json in coverage PR-URL: https://github.com/nodejs/node/pull/55179 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
[ { "path": ".nycrc", "patch": "@@ -4,7 +4,7 @@\n \"test/**\",\n \"tools/**\",\n \"benchmark/**\",\n- \"deps/**\",\n+ \"deps/**\"\n ],\n \"reporter\": [\n \"html\",", "additions": 1, "deletions": 1, "language": "Unknown" } ]
2024-09-30T20:27:55
facebook/react
8f7dd5592be25dfae816ab1d1aa3d2bba8871435
1beb73de0f7c3261a0de37620453b102caaa6236
[DevTools] Check in `frontend.d.ts` for react-devtools-fusebox, include in build output (#28970) ## Summary The `react-devtools-fusebox` private package is used in the React Native DevTools (Fusebox) frontend by checking build artifacts into RN's [fork]([`facebookexperimental/rn-chrome-devtools-frontend`](https:/...
[ { "path": ".eslintignore", "patch": "@@ -18,6 +18,7 @@ packages/react-devtools-extensions/chrome/build\n packages/react-devtools-extensions/firefox/build\n packages/react-devtools-extensions/shared/build\n packages/react-devtools-extensions/src/ErrorTesterCompiled.js\n+packages/react-devtools-fusebox/dist\n...
2024-05-03T16:32:41
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
ea00461b17c7579d1c9aff2398953b61747ce642
96a6e147b2b02b1f070d559cb2c8e1c25c9b78c3
internal/trace: make Value follow reflect conventions A previous change renamed Value.Uint64 to Value.ToUint64 to accomodate string values. The method for a string value is then Value.ToString, while the method for a debug string (for example, for fmt) is just called String, as per fmt.Stringer. This change follows a...
[ { "path": "src/cmd/trace/gen.go", "patch": "@@ -283,11 +283,11 @@ func (g *globalMetricGenerator) GlobalMetric(ctx *traceContext, ev *trace.Event)\n \tm := ev.Metric()\n \tswitch m.Name {\n \tcase \"/memory/classes/heap/objects:bytes\":\n-\t\tctx.HeapAlloc(ctx.elapsed(ev.Time()), m.Value.ToUint64())\n+\t\tc...
2025-06-11T21:35:29
nodejs/node
3111ed7011e03eef7ccf7a27d0d7657e6a4e1cc4
bbf08c6a1bef277e59f1a03ea557f05a0a949d04
stream: handle undefined chunks correctly in decode stream Align TextDecoderStream behavior with WPT requirements by treating undefined chunks as errors. This change ensures that TextDecoderStream properly handles unexpected chunk types and throws an error when receiving undefined input. This update addresses the fai...
[ { "path": "lib/internal/webstreams/encoding.js", "patch": "@@ -20,6 +20,7 @@ const { customInspect } = require('internal/webstreams/util');\n \n const {\n codes: {\n+ ERR_INVALID_ARG_TYPE,\n ERR_INVALID_THIS,\n },\n } = require('internal/errors');\n@@ -133,6 +134,9 @@ class TextDecoderStream {\n ...
2024-09-30T17:54:43
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
facebook/react
f5f2799a8d0b37487c9674159846cbb7696febd3
14f71db6b6f1668e61b29d376889ad298def4c6e
DevTools: Fix inspecting components with multiple reads of the same Context in React 17 (#28974)
[ { "path": "packages/react-debug-tools/src/ReactDebugHooks.js", "patch": "@@ -177,15 +177,20 @@ function readContext<T>(context: ReactContext<T>): T {\n );\n }\n \n+ let value: T;\n // For now we don't expose readContext usage in the hooks debugging info.\n- const value = hasOwnProperty.c...
2024-05-02T20:08:41
nodejs/node
33bbf3751b9f6a516f605cb7088adb786a3f8cfb
65fbc95949cd129533c5106e095842451a87930a
src: fixup Error.stackTraceLimit during snapshot building When V8 creates a context for snapshot building, it does not install Error.stackTraceLimit. As a result, error.stack would be undefined in the snapshot builder script unless users explicitly initialize Error.stackTraceLimit, which may be surprising. This patch...
[ { "path": "lib/internal/main/mksnapshot.js", "patch": "@@ -23,17 +23,18 @@ const { emitWarningSync } = require('internal/process/warning');\n const {\n initializeCallbacks,\n namespace: {\n- addSerializeCallback,\n addDeserializeCallback,\n isBuildingSnapshot,\n },\n+ addAfterUserSerialize...
2024-09-25T12:51:41
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
golang/go
b9a548775fda6a74de8ab2020b2b95b4ebf1a2a9
ca01eab9c7c9c4987a36f6887e332a1fcba757f0
cmd/compile: add up-to-date test for generated files This runs the ssa/_gen generator writing files into a temporary directory, and then checks that there are no differences with what is currently in the ssa directory, and also checks that any file with the "generated from _gen/..." header was actually generated, and ...
[ { "path": "src/cmd/compile/internal/ssa/_gen/README", "patch": "@@ -9,3 +9,8 @@ more information.\n \n To regenerate everything, run \"go generate\" on the ssa package\n in the parent directory.\n+\n+The parent directory contains a test in generate_test.go that will fail\n+if the generated files are not up-...
2025-06-10T18:15:46
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
facebook/react
14f71db6b6f1668e61b29d376889ad298def4c6e
c44e9d1557ac076546811e2a56fcf8f2144ce6f5
Devtools: Fix build-for-devtools (#28976)
[ { "path": "package.json", "patch": "@@ -108,7 +108,7 @@\n },\n \"scripts\": {\n \"build\": \"node ./scripts/rollup/build-all-release-channels.js\",\n- \"build-for-devtools\": \"cross-env RELEASE_CHANNEL=experimental yarn build react/index,react/jsx,react-dom/index,react-dom/unstable_testing,react...
2024-05-02T19:58:51
nodejs/node
65fbc95949cd129533c5106e095842451a87930a
371ed85e4e1d02c63227d17f226e5301f4a8ef61
src: parse --stack-trace-limit and use it in --trace-* flags Previously, --trace-exit and --trace-sync-io doesn't take care of --stack-trace-limit and always print a stack trace with maximum size of 10. This patch parses --stack-trace-limit during initialization and use the value in --trace-* flags. PR-URL: https://g...
[ { "path": "src/env-inl.h", "patch": "@@ -433,6 +433,10 @@ inline double Environment::get_default_trigger_async_id() {\n return default_trigger_async_id;\n }\n \n+inline int64_t Environment::stack_trace_limit() const {\n+ return isolate_data_->options()->stack_trace_limit;\n+}\n+\n inline std::shared_ptr<...
2024-09-25T12:36:52
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
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
facebook/react
29d3c83f0a84354b18ab3f064f2d43a4c116d6ed
4508873393058e86bed308b56e49ec883ece59d1
ReactDOM: Fix missing form data when the submitter is outside the form (#28056)
[ { "path": "packages/react-dom-bindings/src/events/plugins/FormActionEventPlugin.js", "patch": "@@ -92,6 +92,9 @@ function extractEvents(\n const temp = submitter.ownerDocument.createElement('input');\n temp.name = submitter.name;\n temp.value = submitter.value;\n+ if (form.id) {\n+ ...
2024-05-02T11:06:28
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
nodejs/node
0f02810fc940ca16dd4e3794f6e96dd5c0eb6ba0
99e0d0d2186065aa8ca9ab7cd94e1637bb166220
doc: fix link in `test/README.md` PR-URL: https://github.com/nodejs/node/pull/55165 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
[ { "path": "test/README.md", "patch": "@@ -38,7 +38,7 @@ For the tests to run on Windows, be sure to clone Node.js source code with the\n | `tick-processor` | No | Tests for the V8 tick processor integration.[^4] |\n | `v8-updates` | No...
2024-09-30T08:50:29
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
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
facebook/react
8090457c77573f3916df136d582d5f44040da043
4ddff7355f696ec693c5ce2bda4e7707020c3510
fix: add `react-server` condition for `react/jsx-dev-runtime` (#28921)
[ { "path": "packages/react/jsx-dev-runtime.react-server.js", "patch": "@@ -0,0 +1,10 @@\n+/**\n+ * Copyright (c) Meta Platforms, Inc. and affiliates.\n+ *\n+ * This source code is licensed under the MIT license found in the\n+ * LICENSE file in the root directory of this source tree.\n+ *\n+ * @flow\n+ */\n+...
2024-04-27T19:45:52
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
5a08865de339b5eeb8ad1c52635ea8ba505aafec
d166a0b03e88e3ffe17a5bee4e5405b5091573c6
net: remove some BUG entries A few methods that were not implemented on Windows are implemented in CL 668195. Change-Id: I35423792a5af00f29fcd24e56a6dfcf013669371 Reviewed-on: https://go-review.googlesource.com/c/go/+/680180 Reviewed-by: Quim Muntal <quimmuntal@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@lu...
[ { "path": "src/net/iprawsock.go", "patch": "@@ -24,9 +24,6 @@ import (\n // BUG(mikio): On JS and Plan 9, methods and functions related\n // to IPConn are not implemented.\n \n-// BUG(mikio): On Windows, the File method of IPConn is not\n-// implemented.\n-\n // IPAddr represents the address of an IP end po...
2025-06-09T20:59:00
facebook/react
95e610da13e50c2cb92e003dd7dbfa4a8262bdd2
c4083616a232028588a2cbaa9ba8992481d1deb7
Add changelog for 18.3 (#28929) Fixes https://github.com/facebook/react/issues/28924
[ { "path": "CHANGELOG.md", "patch": "@@ -1,3 +1,24 @@\n+## 18.3.0 (April 25, 2024)\n+\n+This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.\n+\n+Read the [React 19 Upgrade Guide](https://react.dev/blog/2024/04/25/react-19-upgrade-guide) for ...
2024-04-26T16:45:08
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
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
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
golang/go
d4c6effaa7b95a2ea149ece4a400c0ace2773839
7fa2c736b3dbcc741b4575f4df758532aaee34f7
cmd/compile: add up-to-date test for generated files This runs the ssa/_gen generator writing files into a temporary directory, and then checks that there are no differences with what is currently in the ssa directory, and also checks that any file with the "generated from _gen/..." header was actually generated, and ...
[ { "path": "src/cmd/compile/internal/ssa/_gen/README", "patch": "@@ -9,3 +9,8 @@ more information.\n \n To regenerate everything, run \"go generate\" on the ssa package\n in the parent directory.\n+\n+The parent directory contains a test in generate_test.go that will fail\n+if the generated files are not up-...
2025-06-10T18:15:46
facebook/react
6db5f36aa739169266d385f6f5fb4d585ac055b8
2b2d30519991f0d956a37d149a3947cca6784ec1
[tests] Add fixtures showing HIR rewrite changes ghstack-source-id: 5e8b1680e95d112e1e5b2cb8c4e6c414360e0a77 Pull Request resolved: https://github.com/facebook/react-forget/pull/2900
[ { "path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/align-scopes-within-nested-valueblock-in-array.expect.md", "patch": "@@ -0,0 +1,84 @@\n+\n+## Input\n+\n+```javascript\n+// @enableReactiveScopesInHIR:false\n+\n+import { Stringify, identity, makeArray, mutate } from \"sh...
2024-04-29T18:08:29
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
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
7fa2c736b3dbcc741b4575f4df758532aaee34f7
281cfcfc1b15fbb87fd32660b0a1d50be996d108
os: disallow Root.Remove(".") on Plan 9, js, and Windows Windows already forbids this, since removing the root causes a sharing violation (can't delete the directory while the os.Root has a handle open to it), but add a more explicit check for attempts to delete "." and return EINVAL. Note that this change to Windows...
[ { "path": "src/internal/syscall/windows/at_windows.go", "patch": "@@ -192,6 +192,11 @@ func Mkdirat(dirfd syscall.Handle, name string, mode uint32) error {\n }\n \n func Deleteat(dirfd syscall.Handle, name string, options uint32) error {\n+\tif name == \".\" {\n+\t\t// NtOpenFile's documentation isn't expli...
2025-06-05T21:27:45
nodejs/node
22b4b7c626a175e58df0d6638f677461334d0fa1
4062b3fb4357a0e975d34a94c885d72796902271
doc: fix typos PR-URL: https://github.com/nodejs/node/pull/55066 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
[ { "path": "doc/api/crypto.md", "patch": "@@ -5968,7 +5968,7 @@ See the [list of SSL OP Flags][] for details.\n </tr>\n <tr>\n <td><code>ENGINE_METHOD_PKEY_METHS</code></td>\n- <td>Limit engine usage to PKEY_METHDS</td>\n+ <td>Limit engine usage to PKEY_METHS</td>\n </tr>\n <tr>\n <td><...
2024-09-29T13:15:15
facebook/react
1c7e34cdb623ac03f2d1373c5d533880792c148b
0a7f4427f13d70cd4cafe0388eb7d6b44ef1832e
Stop reporting errors on mutations of primitives (and associated false positives) ghstack-source-id: 4dc9b3c51953f8ed2184ebc5e438bc877959b5d0 Pull Request resolved: https://github.com/facebook/react-forget/pull/2903
[ { "path": "compiler/packages/babel-plugin-react-forget/src/HIR/Globals.ts", "patch": "@@ -89,7 +89,7 @@ const TYPED_GLOBALS: Array<[string, BuiltInType]> = [\n restParam: null,\n returnType: { kind: \"Primitive\" },\n calleeEffect: Effect.Read,\n- returnValueKind: Valu...
2024-04-25T16:39:20
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
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
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
0a7f4427f13d70cd4cafe0388eb7d6b44ef1832e
59e37b088b4f7c8711c90a9248701ab6a4c08a21
Fix invariant on mutable context values ghstack-source-id: cb105318bf66d876a546b1c52e28286839d30032 Pull Request resolved: https://github.com/facebook/react-forget/pull/2904
[ { "path": "compiler/packages/babel-plugin-react-forget/src/Inference/InferReferenceEffects.ts", "patch": "@@ -1640,17 +1640,6 @@ function inferBlock(\n const lvalue = instr.lvalue;\n lvalue.effect = Effect.ConditionallyMutate;\n const valueKind = state.kind(instrValue.place);\n- ...
2024-04-25T15:00:56
nodejs/node
4062b3fb4357a0e975d34a94c885d72796902271
e973c3e94be881ca751f05ee2eb4016354b91012
buffer: coerce extrema to int in `blob.slice` PR-URL: https://github.com/nodejs/node/pull/55141 Fixes: https://github.com/nodejs/node/issues/55139 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
[ { "path": "lib/internal/blob.js", "patch": "@@ -54,6 +54,7 @@ const {\n lazyDOMException,\n } = require('internal/util');\n const { inspect } = require('internal/util/inspect');\n+const { convertToInt } = require('internal/webidl');\n \n const {\n codes: {\n@@ -239,6 +240,12 @@ class Blob {\n slice(st...
2024-09-29T09:51:10
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
electron/electron
3340bc1bf938cc821da1e2f91b49cdba46cb29e1
2029224a845bb0751fb8b092ab28c109821e1715
fix: maximized window bounds when toggle setResizable (#40503)
[ { "path": "shell/browser/native_window_views.cc", "patch": "@@ -682,11 +682,16 @@ void NativeWindowViews::Unmaximize() {\n if (transparent()) {\n SetBounds(restore_bounds_, false);\n NotifyWindowUnmaximize();\n+ UpdateThickFrame();\n return;\n }\n #endif\n \n widget()->Res...
2023-11-22T06:21:18
nodejs/node
e973c3e94be881ca751f05ee2eb4016354b91012
a5a946d8a5c8e9f871a93f000a56f0cd68116771
lib: validate signals with interface converter PR-URL: https://github.com/nodejs/node/pull/54965 Fixes: https://github.com/nodejs/node/issues/54962 Reviewed-By: Matthew Aitken <maitken033380023@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Revi...
[ { "path": "lib/internal/abort_controller.js", "patch": "@@ -43,12 +43,11 @@ const {\n } = require('internal/errors');\n const {\n converters,\n+ createInterfaceConverter,\n createSequenceConverter,\n } = require('internal/webidl');\n \n const {\n- validateAbortSignal,\n- validateAbortSignalArray,\n ...
2024-09-17T11:48:37
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
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
facebook/react
a44559b0a5f6fc01f9963d2f3b216a2dd7179fd4
f196e1f7030a5ed4597d4095b6116cb08e6fdaa1
[hir] Re-implement mergeOverlappingReactiveScopes (+ bugfix) ghstack-source-id: 06d49edffe5ae3c31eb6ef642078752c056c617c Pull Request resolved: https://github.com/facebook/react-forget/pull/2852
[ { "path": "compiler/packages/babel-plugin-react-forget/src/Entrypoint/Pipeline.ts", "patch": "@@ -18,6 +18,7 @@ import {\n assertValidMutableRanges,\n lower,\n mergeConsecutiveBlocks,\n+ mergeOverlappingReactiveScopesHIR,\n pruneUnusedLabelsHIR,\n } from \"../HIR\";\n import {\n@@ -252,6 +253,13 @@...
2024-04-26T16:40:35
electron/electron
f3676ff975b4696ff334f00ea4d81a216360ed1f
0b5fceb50ea18102411950106037636834e0f7d2
docs: wording in IPC tutorial docs (#40555) fix: wording in IPC tutorial docs
[ { "path": "docs/tutorial/ipc.md", "patch": "@@ -280,8 +280,8 @@ selected file path in the `#filePath` element.\n ### Note: legacy approaches\n \n The `ipcRenderer.invoke` API was added in Electron 7 as a developer-friendly way to tackle two-way\n-IPC from the renderer process. However, there exist a couple ...
2023-11-22T06:19:54
nodejs/node
a5a946d8a5c8e9f871a93f000a56f0cd68116771
27dab9d916697ea851ae54a648e39f7e67223ee6
lib: implement interface converter in webidl PR-URL: https://github.com/nodejs/node/pull/54965 Fixes: https://github.com/nodejs/node/issues/54962 Reviewed-By: Matthew Aitken <maitken033380023@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Review...
[ { "path": "lib/internal/webidl.js", "patch": "@@ -12,6 +12,7 @@ const {\n NumberMAX_SAFE_INTEGER,\n NumberMIN_SAFE_INTEGER,\n ObjectAssign,\n+ ObjectPrototypeIsPrototypeOf,\n SafeSet,\n String,\n SymbolIterator,\n@@ -20,6 +21,7 @@ const {\n \n const {\n codes: {\n+ ERR_INVALID_ARG_TYPE,\n ...
2024-09-17T11:11:02
facebook/react
f196e1f7030a5ed4597d4095b6116cb08e6fdaa1
f22dd62ab8e2056b89fb29193d0ed30a98fd5ff4
[hir][patch] Fix small bug in duplicate scope merging logic ghstack-source-id: 98966dd4c2b264329acad077427febc2a34a5edc Pull Request resolved: https://github.com/facebook/react-forget/pull/2906
[ { "path": "compiler/packages/babel-plugin-react-forget/src/ReactiveScopes/AlignReactiveScopesToBlockScopesHIR.ts", "patch": "@@ -241,16 +241,6 @@ export function alignReactiveScopesToBlockScopesHIR(fn: HIRFunction): void {\n const joinedScopes: DisjointSet<ReactiveScope> =\n mergeOverlappingScopes(roo...
2024-04-25T15:07:22
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
electron/electron
d6bb9b40b036c8e000b6edfe1c2f81bac1702510
2c03b8fd6be5029dce0a78849860e5f57a3b3026
feat: add webUtils module with getPathForFile method (#38776) * feat: add blinkUtils module with getPathForFile method This is designed to replace the File.path augmentation we currently have in place to allow apps to get the filesystem path for a file that blink has a representation of. File.path is non-stand...
[ { "path": ".circleci/config/base.yml", "patch": "@@ -2165,7 +2165,7 @@ jobs:\n <<: *env-ninja-status\n <<: *env-macos-build\n <<: *env-apple-silicon\n- GCLIENT_EXTRA_ARGS: '--custom-var=checkout_mac=True --custom-var=host_os=mac'\n+ GCLIENT_EXTRA_ARGS: '--custom-var=checkout_mac=...
2023-11-20T23:59:36
nodejs/node
e1d8b4f038f05275fe2eb3189e79ec41a74c4782
6d1cd506b5ed2ce7037726e15146f48768256ee2
assert: show the diff when deep comparing data with a custom message Fixes: https://github.com/nodejs/node/issues/48465 PR-URL: https://github.com/nodejs/node/pull/54759 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.c...
[ { "path": "lib/internal/assert/assertion_error.js", "patch": "@@ -72,7 +72,11 @@ function inspectValue(val) {\n );\n }\n \n-function createErrDiff(actual, expected, operator) {\n+function getErrorMessage(operator, message) {\n+ return message || kReadableOperator[operator];\n+}\n+\n+function createErrDif...
2024-09-04T09:28:57
facebook/react
c516cefc7dbb717f50bcb53de83591b1ef9d93ac
cb151849e13f46ec64570519cb93d5939fb60cab
warn -> error for Test Renderer deprecation (#28904) We use `console.error` for deprecations. `console.warn` is for less critical issues, like performance anti-patterns.
[ { "path": "packages/internal-test-utils/shouldIgnoreConsoleError.js", "patch": "@@ -23,7 +23,8 @@ module.exports = function shouldIgnoreConsoleError(format, args) {\n ) !== -1 ||\n format.indexOf(\n 'ReactDOM.hydrate has not been supported since React 18',\n- ) !== -1\n+ ...
2024-04-24T18:54:39
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
5033dcb9d3820317c7a79326228fe5834a68d5b0
116770b8e4b69a6340af3b4b626007626c584925
Turbopack: run unit tests in multi threaded runtime (#82665) ### What? run unit tests in multi threaded runtime fix cache hit tracking
[ { "path": "turbopack/crates/turbo-tasks-backend/src/backend/mod.rs", "patch": "@@ -1267,7 +1267,6 @@ impl<B: BackingStorage> TurboTasksBackendInner<B> {\n return task_id;\n }\n \n- self.track_cache_miss(&task_type);\n let tx = self\n .should_restore()\n ...
2025-08-20T21:23:04
electron/electron
2c03b8fd6be5029dce0a78849860e5f57a3b3026
67894f1493ca5bdbd5c3f22d6ea8f5db7f283950
fix: ShowItemUsingFileManager should escape path in Linux (#40527)
[ { "path": "shell/common/platform_util_linux.cc", "patch": "@@ -21,6 +21,7 @@\n #include \"base/posix/eintr_wrapper.h\"\n #include \"base/process/kill.h\"\n #include \"base/process/launch.h\"\n+#include \"base/strings/escape.h\"\n #include \"base/strings/string_util.h\"\n #include \"base/threading/thread_res...
2023-11-20T00:00:56
nodejs/node
6d1cd506b5ed2ce7037726e15146f48768256ee2
e32521a7b9a800728b2ed5337070628043a3d418
doc: remove outdated https import reference PR-URL: https://github.com/nodejs/node/pull/55111 Fixes: https://github.com/nodejs/node/issues/55091 Refs: https://github.com/nodejs/node/pull/53822 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Ulises ...
[ { "path": "doc/api/module.md", "patch": "@@ -869,9 +869,6 @@ behaviors.\n \n #### Import from HTTPS\n \n-In current Node.js, specifiers starting with `https://` are experimental (see\n-\\[HTTPS and HTTP imports]\\[]).\n-\n The hook below registers hooks to enable rudimentary support for such\n specifiers. W...
2024-09-28T13:59:31
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
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
facebook/react
89f2f7fcef11aeaa1abf947a274275fc8a91f472
08b777d6dc0c1261d344e7807738ffc0a7794c7c
Make DropManualMemoization error message more accurate This was probably a leftover from a previous time, but since this error message throws when the dependency list is not an array literal, and not just when its a rest spread, this PR updates the message to match. ghstack-source-id: 28f2338212e56a67d3d477cea5abb6e9...
[ { "path": "compiler/packages/babel-plugin-react-forget/src/Inference/DropManualMemoization.ts", "patch": "@@ -301,7 +301,7 @@ function extractManualMemoizationArgs(\n );\n if (maybeDepsList == null) {\n CompilerError.throwInvalidReact({\n- reason: `Expected the dependency list to be an ...
2024-04-25T14:19:29
electron/electron
dec96acf14f6bf18aa20d38610d2f4feb625675c
d2b07a484d04ea3c447fa96a1543777f361197cb
fix: add patch for simdutf base64 crash (#40536)
[ { "path": "patches/node/.patches", "patch": "@@ -55,3 +55,4 @@ win_process_avoid_assert_after_spawning_store_app_4152.patch\n test_fix_edge_snapshot_stack_traces.patch\n chore_remove_use_of_deprecated_kmaxlength.patch\n api_remove_allcan_read_write.patch\n+fix_avx_detection.patch", "additions": 1, "...
2023-11-16T04:11:08
vercel/next.js
902ad4ad5001da899f5f38a49168ce0f0641cae5
bdce43d249da7be5eb1a67c4892289d07d7308ef
fix: missing `next/link` types with `typedRoutes` (#82814) # Problem When `typedRoutes` is enabled, some of the types are missing. For example, doing `import { useLinkStatus } from 'next/link'` will receive a type error where the `useLinkStatus` cannot be found from `next/link`. <img width="824" height="141" alt="i...
[ { "path": "packages/next/src/server/lib/router-utils/typegen.ts", "patch": "@@ -292,6 +292,8 @@ declare module 'next' {\n }\n \n declare module 'next/link' {\n+ export { useLinkStatus } from 'next/dist/client/link.js'\n+\n import type { LinkProps as OriginalLinkProps } from 'next/dist/client/link.js'\n ...
2025-08-20T20:03:36
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
nodejs/node
e32521a7b9a800728b2ed5337070628043a3d418
28c7394319bb200bc13d1f64b6da3dd04d81c1a5
test_runner: close and flush destinations on forced exit This commit updates the test runner to explicitly close and flush all destination file streams when the --test-force-exit flag is used. Fixes: https://github.com/nodejs/node/issues/54327 PR-URL: https://github.com/nodejs/node/pull/55099 Reviewed-By: Chemi Atlow...
[ { "path": "lib/internal/test_runner/test.js", "patch": "@@ -14,12 +14,14 @@ const {\n NumberPrototypeToFixed,\n ObjectDefineProperty,\n ObjectSeal,\n+ Promise,\n PromisePrototypeThen,\n PromiseResolve,\n ReflectApply,\n RegExpPrototypeExec,\n SafeMap,\n SafePromiseAll,\n+ SafePromiseAllR...
2024-09-28T13:59:06
vercel/next.js
7a59a7904a42012602ac3861ec2497594cf204d0
50c172daa94e6c73d623214caa047e3fb1dffef3
[test] fix cache components build error in next-form tests (#82841)
[ { "path": "test/cache-components-tests-manifest.json", "patch": "@@ -33,10 +33,11 @@\n ]\n },\n \"test/e2e/next-form/default/next-form-prefetch.test.ts\": {\n- \"passed\": [],\n- \"failed\": [\n- \"app dir - form prefetching should not prefetch when prefetch is set to false`\"...
2025-08-20T17:21:01
electron/electron
371bca69b69351dc47d4b4dcfdf9a626f43b3b51
088affd4a4311e03b8ed400cdf5d82f1db2125a4
refactor: use new extensions Messaging API IPC (#40511) * refactor: use new extensions Messaging API IPC Refs CRBUG:993189 Incorporates changes from: * Bind ServiceWorker associated interfaces on Worker Thread (CL:4929154) * [extensions] Move WakeEventPage to mojom::RendererHost (CL:4902564) * [extensions] Co...
[ { "path": "build/args/all.gn", "patch": "@@ -60,8 +60,3 @@ enable_dangling_raw_ptr_checks = false\n # This flag speeds up the performance of fork/execve on linux systems.\n # Ref: https://chromium-review.googlesource.com/c/v8/v8/+/4602858\n v8_enable_private_mapping_fork_optimization = true\n-\n-# https://c...
2023-11-15T14:30:47
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
nodejs/node
28c7394319bb200bc13d1f64b6da3dd04d81c1a5
bf11e5793bc3124cc9c16e532a10eeb7ecfdb29b
test: fix typos PR-URL: https://github.com/nodejs/node/pull/55063 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
[ { "path": "test/addons/non-node-context/test-make-buffer.js", "patch": "@@ -6,7 +6,7 @@ const {\n makeBufferInNewContext,\n } = require(`./build/${common.buildType}/binding`);\n \n-// Because the `Buffer` function and its protoype property only (currently)\n+// Because the `Buffer` function and its protot...
2024-09-28T13:58:55
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
vercel/next.js
ed5d085fb182364414b8ca0e8baa2e1988e629d6
8dd5f48611c9d1022cef73b0a194c775ac5ef580
[Cache Components] Error for Sync IO in Server Components during Static Prerender (#82500) Currently we error if you cannot produce a shell unless you have a Suspense boundary above the root. This is fine for normal IO but sync IO like Math.random() and new Date() have much more significant bad consequences for preren...
[ { "path": "errors/next-prerender-crypto.mdx", "patch": "@@ -1,15 +1,17 @@\n ---\n-title: Cannot access `crypto.getRandomValue()`, `crypto.randomUUID()`, or another web or node crypto API that generates random values synchronously in a Server Component\n+title: Cannot access `crypto.getRandomValue()`, `crypt...
2025-08-20T15:23:31
electron/electron
088affd4a4311e03b8ed400cdf5d82f1db2125a4
0e4e9dc98c5b15442659d44cfca678c01c15f26d
fix: emit will-navigate for links in chrome: pages (#40390) * fix: emit will-navigate for links in chrome: pages * test: will-navigate emitted from chrome: pages * Update shell/browser/electron_navigation_throttle.cc Co-authored-by: Charles Kerr <charles@charleskerr.com> --------- Co-authored-by: Charle...
[ { "path": "shell/browser/electron_navigation_throttle.cc", "patch": "@@ -4,9 +4,11 @@\n \n #include \"shell/browser/electron_navigation_throttle.h\"\n \n+#include \"content/browser/renderer_host/render_frame_host_impl.h\" // nogncheck\n #include \"content/public/browser/navigation_handle.h\"\n #include \"s...
2023-11-14T22:09:44
nodejs/node
7fe5bcd29e799eb523751b0e21d34f0392c77d4d
2d77ba5d30b591a9e4aa7726468452642f19151c
fs: check subdir correctly in cpSync PR-URL: https://github.com/nodejs/node/pull/55033 Fixes: https://github.com/nodejs/node/issues/54285 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
[ { "path": "src/node_file.cc", "patch": "@@ -3206,9 +3206,12 @@ static void CpSyncCheckPaths(const FunctionCallbackInfo<Value>& args) {\n }\n \n std::u8string dest_path_str = dest_path.u8string();\n-\n+ std::u8string src_path_str = src_path.u8string();\n+ if (!src_path_str.ends_with(std::filesystem::pa...
2024-09-28T13:50:53
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
8dd5f48611c9d1022cef73b0a194c775ac5ef580
df5bc544760bb3b6b65f05511245379095240088
fix: update @types/node to resolve Vite 7.x peer dependency conflict (#82794) ## Problem The project was experiencing npm dependency resolution conflicts when running `npm install`, caused by incompatible @types/node versions between Vite 7.1.3 and the existing project dependencies. Fixes: https://github.com/vercel/n...
[ { "path": "examples/with-vitest/package.json", "patch": "@@ -8,17 +8,18 @@\n },\n \"dependencies\": {\n \"next\": \"latest\",\n- \"react\": \"^18.2.0\",\n- \"react-dom\": \"^18.2.0\",\n+ \"react\": \"^19.1.1\",\n+ \"react-dom\": \"^19.1.1\",\n \"server-only\": \"^0.0.1\"\n },\n \...
2025-08-20T12:57:22
nodejs/node
2d77ba5d30b591a9e4aa7726468452642f19151c
e8127db032d3b1a33400ed5d63611c65b8394ce5
Revert "console: colorize console error and warn" This reverts commit a833c9e0bed85214884d6650fe344d5896c9e67a. PR-URL: https://github.com/nodejs/node/pull/54677 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
[ { "path": "lib/internal/console/constructor.js", "patch": "@@ -8,7 +8,6 @@ const {\n ArrayIsArray,\n ArrayPrototypeForEach,\n ArrayPrototypePush,\n- ArrayPrototypeSome,\n ArrayPrototypeUnshift,\n Boolean,\n ErrorCaptureStackTrace,\n@@ -60,7 +59,6 @@ const {\n const {\n CHAR_UPPERCASE_C: kTrac...
2024-09-28T13:50:39
facebook/react
6304e98902a451b53f3e2ce9315584252443e6ac
f8c0363a92d909fbd0dd9b407e3e8e299d1123d9
Repro for for..of scoping bug ghstack-source-id: 6147b6e70d24203350664e8ab24691d1ec5c5b2a Pull Request resolved: https://github.com/facebook/react-forget/pull/2891
[ { "path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/for-of-immutable-collection.expect.md", "patch": "@@ -0,0 +1,81 @@\n+\n+## Input\n+\n+```javascript\n+function Router({ title, mapping }) {\n+ const array = [];\n+ for (let [, entry] of mapping) {\n+ array.push([titl...
2024-04-24T21:59:07
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
electron/electron
0e4e9dc98c5b15442659d44cfca678c01c15f26d
b639fa4626a78872b64462f52ee0fb8925148676
chore: bump chromium to 121.0.6116.0 (main) (#40490) * chore: bump chromium in DEPS to 121.0.6116.0 * chore: update patches * Update webIDL to support close event. Refs https://chromium-review.googlesource.com/c/chromium/src/+/4970653 * Remove uses of implicit conversion of ScopedTypeRef Refs https://bu...
[ { "path": "DEPS", "patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '121.0.6110.0',\n+ '121.0.6116.0',\n 'node_version':\n 'v18.18.2',\n 'nan_version':", "additions": 1, "deletions": 1, "language": "Unknown" }, { "path": "appvey...
2023-11-14T21:21:32
vercel/next.js
bed08dd1cce19209af9b64534aa4804f85aa76a5
58d85ae99cfcd8cc8691130663987b09269b0ffd
docs: fix typo in `Image#priority` (#82806) `s/isused/is used` <!-- 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 ...
[ { "path": "docs/01-app/03-api-reference/02-components/image.mdx", "patch": "@@ -277,7 +277,7 @@ A boolean that indicates if the image should be preloaded.\n \n **When not to use it:**\n \n-- When the `loading` prop isused (will trigger warnings).\n+- When the `loading` prop is used (will trigger warnings).\...
2025-08-20T01:11:34
nodejs/node
18acff0d01f7c5e29b0f39cc9ca9ec5671b958b7
1398c04c47a31eb5d2429a38ff3eea140f76b769
doc: put --env-file-if-exists=config right under --env-file=config PR-URL: https://github.com/nodejs/node/pull/55131 Fixes: https://github.com/nodejs/node/issues/55129 Refs: https://github.com/nodejs/node/pull/53060 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
[ { "path": "doc/api/cli.md", "patch": "@@ -894,6 +894,15 @@ export USERNAME=\"nodejs\" # will result in `nodejs` as the value.\n If you want to load environment variables from a file that may not exist, you\n can use the [`--env-file-if-exists`][] flag instead.\n \n+### `--env-file-if-exists=config`\n+\n+<!-...
2024-09-28T00:01:43
facebook/react
b21ca44efc75178d797a6bd0427f83c966b2a00a
896d1b00273958ddad6cb8b1fafae3cd13cced5a
[repro] bug repro ghstack-source-id: 64d3266bf39ce5b1b9e9b9470910e029f0e951eb Pull Request resolved: https://github.com/facebook/react-forget/pull/2849
[ { "path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/bug-invalid-reactivity-value-block.expect.md", "patch": "@@ -0,0 +1,97 @@\n+\n+## Input\n+\n+```javascript\n+import {\n+ CONST_TRUE,\n+ identity,\n+ makeObject_Primitives,\n+ useNoAlias,\n+} from \"shared-runtime\";\n...
2024-04-23T09:18:47
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
electron/electron
7981d955b8f84e2129f5a907445fbc0aea6b9fe8
cf5f0419f11516937e43e8259204339dffa22aa4
fix: `chrome.action` API registration (#40500)
[ { "path": "shell/browser/extensions/api/BUILD.gn", "patch": "@@ -11,6 +11,7 @@ assert(enable_extensions,\n \n function_registration(\"api_registration\") {\n sources = [\n+ \"//electron/shell/common/extensions/api/action.json\",\n \"//electron/shell/common/extensions/api/extension.json\",\n \"/...
2023-11-13T07:27:18
vercel/next.js
533bcd1485a731ade68a4fe6ea6aeffc2030cce2
e6718d699d1d188fdff8a98191d1e6f69a8604fb
docs: Route props helpers, typegen and next lint deprecation (#82784) As this lands and people learn about the new Route Props helpers, I think we will have this period where the TypeScript snippets show the manual typing, but in key places we introduce the helpers usage. We can then follow up updating all TypeScript ...
[ { "path": "docs/01-app/01-getting-started/03-layouts-and-pages.mdx", "patch": "@@ -324,3 +324,37 @@ export default async function Post({ post }) {\n ```\n \n > **Good to know**: `<Link>` is the primary way to navigate between routes in Next.js. You can also use the [`useRouter` hook](/docs/app/api-reference...
2025-08-19T21:32:52
nodejs/node
b5fb2ff81e20d239ca0e4e4c8bd8d25d0cc33e4e
fd787c96e1c6b24e6345b017a78f48a30fce5f75
src: fix typos PR-URL: https://github.com/nodejs/node/pull/55064 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
[ { "path": "src/aliased_buffer.h", "patch": "@@ -111,7 +111,7 @@ class AliasedBufferBase : public MemoryRetainer {\n };\n \n /**\n- * Get the underlying v8 TypedArray overlayed on top of the native buffer\n+ * Get the underlying v8 TypedArray overlaid on top of the native buffer\n */\n v8::Loc...
2024-09-27T15:34:48