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
24df5f96d733a40234cdd7ca9c82a9b5c9d9beb8
4a3513377c801d82da2ea1a529ca1965f36da9d5
fix: remove unused local variables (#44815) * chore: remove unused local non-trivial variable relaunch_executable became unused in June 2016 in 0d066de5 * chore: only declare program_name local variable if used We declared it everywhere but only used it on Windows * chore: remove unused local non-trivial v...
[ { "path": "shell/browser/api/electron_api_app.cc", "patch": "@@ -1011,8 +1011,6 @@ bool App::RequestSingleInstanceLock(gin::Arguments* args) {\n if (HasSingleInstanceLock())\n return true;\n \n- std::string program_name = electron::Browser::Get()->GetName();\n-\n base::FilePath user_dir;\n base::...
2024-11-23T23:34:51
facebook/react
80b81fe56353f7419bd07ecfc3534d274a413fca
e30872a4e01bdc0cf185a818156ae7741c815e21
[compiler] Repro for aliased captures within inner function expressions (#31770) see fixture
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/bug-capturing-func-maybealias-captured-mutate.expect.md", "patch": "@@ -0,0 +1,129 @@\n+\n+## Input\n+\n+```javascript\n+import {makeArray, mutate} from 'shared-runtime';\n+\n+/**\n+ * Bug repro:\n+ * Found differences ...
2024-12-16T19:43:34
nodejs/node
28cbc4c9567ff2e5ea434703cd2d2ee8afd631d4
6dcd4621bd41fd3367b52a9d3d9cdd2d36f209fb
src: add a variant of ToV8Value() for primitive arrays Adds a variant of ToV8Value for array of primitives that do not need to throw during conversion - there is essentially no exceptions that can be thrown then an array of integers is created. PR-URL: https://github.com/nodejs/node/pull/57576 Reviewed-By: Yagiz Nizi...
[ { "path": "src/node_v8.cc", "patch": "@@ -392,23 +392,13 @@ static MaybeLocal<Object> ConvertHeapStatsToJSObject(\n FIXED_ONE_BYTE_STRING(isolate, \"bucket_size\"),\n FIXED_ONE_BYTE_STRING(isolate, \"free_count\"),\n FIXED_ONE_BYTE_STRING(isolate, \"free_size\")};\n- Local<Value> ...
2025-03-18T22:18:33
vercel/next.js
9c416ee2fd93ba1c288a46aff1348c64213d77ec
d1643b47c4c30b1e444a8c35fe060841246dd261
Update 14-metadata-and-og-images.mdx (#86198) Changed better match example images and to be consistent within documentation copy. <!-- 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...
[ { "path": "docs/01-app/01-getting-started/14-metadata-and-og-images.mdx", "patch": "@@ -221,7 +221,7 @@ Favicons are small icons that represent your site in bookmarks and search result\n \n ## Static Open Graph images\n \n-Open Graph (OG) images are images that represent your site in social media. To add a ...
2025-11-17T14:09:49
golang/go
f92e01c117bf7d115a97229d4b4f81c91faf0f7b
50586182abd82ec724b9beb6b806610d08846d8e
runtime/cgo: fix cgoCheckArg description The description is misleading: cgoCheckArg is called by both cgoCheckPointer and cgoCheckResult. Mention cgoCheckResult in the cgoCheckArg description. Remove extra spaces between words. For #75856 Change-Id: I6780cda76b5cb7b4f9af3fbaa37a6c5099cc8d7d GitHub-Last-Rev: 531928b...
[ { "path": "src/runtime/cgocall.go", "patch": "@@ -33,7 +33,7 @@\n //\n // To make it possible for gcc-compiled C code to call a Go function p.GoF,\n // cgo writes a gcc-compiled function named GoF (not p.GoF, since gcc doesn't\n-// know about packages). The gcc-compiled C function f calls GoF.\n+// know ab...
2025-10-22T08:36:51
electron/electron
c5ea177b3d9736bd73177cb4157141ca7e6b1938
0285592d619f4689a2a98f999b81c132e49a1a23
feat: add query-session-end and improve session-end events on Windows (#44598) * feat: add query-session-end event for Windows * fix: remove debug line * feat: notify with reason on session-end * docs: add comments and return params * docs: add same docs to the BrowserWindow * fix: add shutdown reason i...
[ { "path": "docs/api/base-window.md", "patch": "@@ -144,10 +144,24 @@ _**Note**: There is a subtle difference between the behaviors of `window.onbefor\n Emitted when the window is closed. After you have received this event you should\n remove the reference to the window and avoid using it any more.\n \n+####...
2024-11-22T19:47:36
facebook/react
e30872a4e01bdc0cf185a818156ae7741c815e21
54e86bd0d0eac76320c8810090810e7a858125d6
[compiler][be] Playground now compiles entire program (#31774) Compiler playground now runs the entire program through `babel-plugin-react-compiler` instead of a custom pipeline which previously duplicated function inference logic from `Program.ts`. In addition, the playground output reflects the tranformed file (i...
[ { "path": "compiler/apps/playground/__tests__/e2e/__snapshots__/page.spec.ts/01-user-output.txt", "patch": "@@ -1,4 +1,5 @@\n-function TestComponent(t0) {\n+import { c as _c } from \"react/compiler-runtime\";\n+export default function TestComponent(t0) {\n const $ = _c(2);\n const { x } = t0;\n let t1...
2024-12-16T19:43:21
nodejs/node
2281a04e5e38f4dda8d95adc40fe69f02605e333
cfd2021c35eafda1e9c46970b2d73662f186694c
inspector: support for worker inspection in chrome devtools Fixes: https://github.com/nodejs/node/issues/56343 PR-URL: https://github.com/nodejs/node/pull/56759 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
[ { "path": "doc/api/cli.md", "patch": "@@ -1205,6 +1205,17 @@ added: v22.4.0\n \n Enable experimental [`Web Storage`][] support.\n \n+### `--experimental-worker-inspection`\n+\n+<!-- YAML\n+added:\n+ - REPLACEME\n+-->\n+\n+> Stability: 1.1 - Active Development\n+\n+Enable experimental support for the worker...
2025-05-12T13:25:00
vercel/next.js
d1643b47c4c30b1e444a8c35fe060841246dd261
be901a70a0202e486cc19294c8f1c3c860839a45
Fix typo on 03-layouts-and-pages.mdx (#86186) <!-- 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": "docs/01-app/01-getting-started/03-layouts-and-pages.mdx", "patch": "@@ -269,7 +269,7 @@ export default async function Page({ searchParams }) {\n }\n ```\n \n-Using `searchParams` opts your page into [**dynamic rendering**](/docs/app/guides/caching#dynamic-rendering) because it requires a incoming...
2025-11-17T14:09:40
golang/go
7c9fa4d5e9b65be396d7794f645b1f409a9bc39f
557b4d6e0f9de96ce9718f89773f14e6e1b14760
cmd/go: check if build output should overwrite files with renames CopyFile has a check to ensure that only object files are overwritten. Extend this to moveOrCopyFile, so the check also happens when the source and destination file are on the same filesystem (when renames are a valid way of moving files). Fixes #75970...
[ { "path": "src/cmd/go/internal/work/shell.go", "patch": "@@ -123,6 +123,11 @@ func (sh *Shell) moveOrCopyFile(dst, src string, perm fs.FileMode, force bool) e\n \t\treturn nil\n \t}\n \n+\terr := checkDstOverwrite(dst, force)\n+\tif err != nil {\n+\t\treturn err\n+\t}\n+\n \t// If we can update the mode and...
2025-10-19T19:00:55
rust-lang/rust
43e3fd19443dbce57b8594693bed39a4b639aca4
c7b206bba4434ed928e9615f31082a9ef3f67c27
rustdoc-json: fix incorrect documentation for VariantKind::Struct
[ { "path": "src/rustdoc-json-types/lib.rs", "patch": "@@ -856,10 +856,10 @@ pub enum VariantKind {\n /// }\n /// ```\n Struct {\n- /// The list of variants in the enum.\n- /// All of the corresponding [`Item`]s are of kind [`ItemEnum::Variant`].\n+ /// The list of named field...
2026-03-08T15:41:37
electron/electron
0285592d619f4689a2a98f999b81c132e49a1a23
86e4529d266df5fb89d02271474b52588f653cc3
fix: crash calling `shell.readShortcutLink` (#44784) fix: crash calling shell.readShortcutLink
[ { "path": "patches/chromium/.patches", "patch": "@@ -135,3 +135,4 @@ chore_partial_revert_of.patch\n fix_software_compositing_infinite_loop.patch\n refactor_unfilter_unresponsive_events.patch\n build_disable_thin_lto_mac.patch\n+support_bstr_pkey_appusermodel_id_in_windows_shortcuts.patch", "additions":...
2024-11-22T14:37:17
nodejs/node
917600c5027a902d482674303ecfe47220663e4d
5f841fb2c8f192766ce4233d47264125cbaa499c
doc: fix typo of file `http.md`, `outgoingMessage.setTimeout` section PR-URL: https://github.com/nodejs/node/pull/58188 Reviewed-By: Tim Perry <pimterry@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com> ...
[ { "path": "doc/api/http.md", "patch": "@@ -3322,13 +3322,13 @@ const server = http.createServer((req, res) => {\n });\n ```\n \n-### `outgoingMessage.setTimeout(msesc[, callback])`\n+### `outgoingMessage.setTimeout(msecs[, callback])`\n \n <!-- YAML\n added: v0.9.12\n -->\n \n-* `msesc` {number}\n+* `msecs`...
2025-05-11T14:53:14
vercel/next.js
0ca2f97cbeeaa562880cefe58000baccca72e045
cee71e4a589549f6b1f24cbc46f25d338357a0b0
fix broken extend implementation on DynamicStorage (#86204) ### What? This implementation was broken. It did call `add` instead of `insert` and that doesn't override existing values as it should. It could also be a bit more efficient by using `extend`.
[ { "path": "turbopack/crates/turbo-tasks-backend/src/backend/dynamic_storage.rs", "patch": "@@ -61,14 +61,9 @@ impl DynamicStorage {\n pub fn extend(\n &mut self,\n ty: CachedDataItemType,\n- item: impl Iterator<Item = CachedDataItem>,\n+ iterator: impl Iterator<Item = Cache...
2025-11-17T11:55:06
golang/go
5a42af7f6c9ba057171d8a5af6f4b721b8eff10a
4bdb55b5b86fc96addd43a845dabf6b76d100202
go/types, types2: in resolveUnderlying, only compute path when needed When following a RHS chain, the (TypeName) Object path is only needed when there is a cycle (i.e., an error), in which case we can be slow. Rather than always compute the path, only compute it in the error case. In the same vain, allocate the seen m...
[ { "path": "src/cmd/compile/internal/types2/named.go", "patch": "@@ -593,9 +593,7 @@ func (n *Named) resolveUnderlying() {\n \t\treturn\n \t}\n \n-\tseen := make(map[*Named]int)\n-\tvar path []Object\n-\n+\tvar seen map[*Named]int // allocated lazily\n \tvar u Type\n \tfor rhs := Type(n); u == nil; {\n \t\ts...
2025-10-20T17:25:23
rust-lang/rust
bf4004a24a352182d784db642a8e43b8c1e05396
22a111ad9af00e08c7d59ce8afd7faf930dd32ca
Update conventions for TODO and FIXME comments
[ { "path": "src/doc/rustc-dev-guide/src/conventions.md", "patch": "@@ -139,6 +139,8 @@ if foo {\n }\n ```\n \n+If you want to leave a note in the codebase, use `// FIXME` instead.\n+\n <a id=\"cio\"></a>\n \n ## Using crates from crates.io", "additions": 2, "deletions": 0, "language": "Markdown" ...
2026-03-08T01:37:47
electron/electron
86e4529d266df5fb89d02271474b52588f653cc3
4fd1b5b186fabcba09316881c56d83a7ea854b72
fix: ensure `context-menu` emitted for draggable regions (#44761) * fix: ensure context-menu emitted for draggable regions * chore: address suggestions from review
[ { "path": "shell/browser/native_window_mac.h", "patch": "@@ -169,6 +169,9 @@ class NativeWindowMac : public NativeWindow,\n void NotifyWindowDidFailToEnterFullScreen();\n void NotifyWindowWillLeaveFullScreen();\n \n+ // views::WidgetDelegate:\n+ views::View* GetContentsView() override;\n+\n // Clean...
2024-11-22T11:33:38
facebook/react
2d320563f35ad75419983f166431055b4e7ed9f6
c80b336d23aa472b5e5910268138ac0447d6ae19
[flags] Delete enableDebugTracing (#31780) This is unused, even in the one builds that uses it, and we don't plan on landing it in this form.
[ { "path": "packages/react-dom/src/__tests__/ReactDOMServerIntegrationModes-test.js", "patch": "@@ -37,56 +37,6 @@ describe('ReactDOMServerIntegration', () => {\n resetModules();\n });\n \n- // Test pragmas don't support itRenders abstraction\n- if (\n- __EXPERIMENTAL__ &&\n- require('shared/Re...
2024-12-15T17:16:10
nodejs/node
5c0687a5b63525b85667d8214979f0918095cecf
a186e075ef355768b623475bf120944415c32c61
deps: V8: backport 1d3362c55396 Original commit message: [float16array] Turn flag on by default Float16Array has shipped in blink since M135. It is unlikely it'll unship by now, so turn the flag on by default. Bug: 42203953 Change-Id: Ibd9de407b8810dd7bcdb46194fe04fc290ff8fb8 Reviewed-on: ht...
[ { "path": "common.gypi", "patch": "@@ -38,7 +38,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.15',\n+ 'v8_embedder_string': '-node.16',\n \n ##### V8 defaults for Node.js #####\n...
2025-05-06T21:40:37
vercel/next.js
b3b97bc409b2b79709ec9b39ffe4da404be3938d
a3aadbd37c2c19bdeac021b78a474d90bff9f9c0
Allow attaching a debugger when `next dev` is already running (#86083)
[ { "path": "packages/next/errors.json", "patch": "@@ -924,5 +924,6 @@\n \"923\": \"%s is being parsed as a normalized route, but it has a route group or parallel route segment.\",\n \"924\": \"Invalid interception route: %s\",\n \"925\": \"You cannot define a route with the same specificity as an optio...
2025-11-17T08:00:52
golang/go
4e695dd6346e5c7f7e94f54ed177ef96249d2294
06e57e60a7ff6cbc9c608278cbac4db514c7161a
go/ast: add ParseDirective for parsing directive comments This adds an ast.Directive API for parsing directive comments such as "//go:build" and "//go:embed". This will help tools standardize the syntax of these directive comments. Even within the standard Go tools there's little agreement on the finer details of the...
[ { "path": "api/next/68021.txt", "patch": "@@ -0,0 +1,13 @@\n+pkg go/ast, func ParseDirective(token.Pos, string) (Directive, bool) #68021\n+pkg go/ast, method (*Directive) End() token.Pos #68021\n+pkg go/ast, method (*Directive) ParseArgs() ([]DirectiveArg, error) #68021\n+pkg go/ast, method (*Directive) Pos...
2025-08-29T01:40:57
rust-lang/rust
201759058d3e5584a366dabf998faaba96b0ce11
9450d567b990877d6520db93c74ca4a37d9d76d7
Fix ICE when using the `min_generic_const_args` incomplete feature
[ { "path": "clippy_utils/src/consts.rs", "patch": "@@ -845,8 +845,13 @@ impl<'tcx> ConstEvalCtxt<'tcx> {\n {\n did\n },\n- _ if let Res::Def(DefKind::Const { .. } | DefKind::AssocConst { .. }, did) =\n- self.typeck.qpath_res(qpath, id) =>\n+ ...
2026-03-08T10:16:26
electron/electron
4fd1b5b186fabcba09316881c56d83a7ea854b72
1d55eb9a453694b5d42d8b3fa9314d77f5c1ae05
fix: big endian bug in V8 serialization (#44776)
[ { "path": "shell/common/v8_util.cc", "patch": "@@ -4,6 +4,7 @@\n \n #include \"shell/common/v8_util.h\"\n \n+#include <cstdint>\n #include <utility>\n #include <vector>\n \n@@ -20,11 +21,11 @@\n namespace electron {\n \n namespace {\n-enum SerializationTag {\n- kNativeImageTag = 'i',\n- kTrailerOffsetTag ...
2024-11-22T11:04:53
nodejs/node
a186e075ef355768b623475bf120944415c32c61
c8f82953bb66223efa632531ec39f67073e86766
deps: V8: cherry-pick 4f38995c8295 Original commit message: [explicit-resource-management] Turn flag on by default This feature has shipped since M134 on the blink side, and is highly unlikely to be unshipped now, so flip the flag on. Bug: 42203506 Change-Id: I9554cea721983464b150c0de70b58a4b50f...
[ { "path": "common.gypi", "patch": "@@ -38,7 +38,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.14',\n+ 'v8_embedder_string': '-node.15',\n \n ##### V8 defaults for Node.js #####\n...
2025-05-05T17:35:01
golang/go
06e57e60a7ff6cbc9c608278cbac4db514c7161a
6c3d0d259f2d83a338a3a7da268e2dd5834aa35f
go/types, types2: only report version errors if new(expr) is ok otherwise If new(expr) is used before Go 1.26, don't report version errors if there are other problems with the expression. While at it, implement multiple missing type checks for new(expr) and add corresponding test cases that were missed in CL 704935 (...
[ { "path": "src/cmd/compile/internal/types2/builtins.go", "patch": "@@ -639,31 +639,31 @@ func (check *Checker) builtin(x *operand, call *syntax.CallExpr, id builtinId) (\n \t\t// new(T) or new(expr)\n \t\t// (no argument evaluated yet)\n \t\targ := argList[0]\n-\t\tcheck.exprOrType(x, arg, true)\n-\t\tvar T...
2025-10-20T22:02:23
facebook/react
c80b336d23aa472b5e5910268138ac0447d6ae19
c32780eeb4c44e138d09a35da841926f512d3b07
Implement requestPaint in the actual scheduler (#31784) When implementing passive effects we did a pretty massive oversight. While the passive effect is scheduled into its own scheduler task, the scheduler doesn't always yield to the browser if it has time left. That means that if you have a fast commit phase, it migh...
[ { "path": "packages/scheduler/src/__tests__/Scheduler-test.js", "patch": "@@ -183,7 +183,7 @@ describe('SchedulerBrowser', () => {\n it('task with continuation', () => {\n scheduleCallback(NormalPriority, () => {\n runtime.log('Task');\n- // Request paint so that we yield at the end of the ...
2024-12-14T21:17:06
rust-lang/rust
d7490855d537af3685984f33d278639c12fac71c
052b9c23daccef254010e43d6c4d0a5459caec5b
Inline and simplify some code for saving incremental data to disk Main changes: - Inline `encode_query_cache` and `TyCtxt::serialize_query_result_cache` - Pull value promotion out of `OnDiskCache::drop_serialized_data` - Panic if `on_disk_cache` is None in an incremental-only path
[ { "path": "compiler/rustc_incremental/src/persist/save.rs", "patch": "@@ -8,7 +8,7 @@ use rustc_middle::dep_graph::{\n };\n use rustc_middle::ty::TyCtxt;\n use rustc_serialize::Encodable as RustcEncodable;\n-use rustc_serialize::opaque::{FileEncodeResult, FileEncoder};\n+use rustc_serialize::opaque::FileEnc...
2026-03-08T04:37:15
vercel/next.js
a3aadbd37c2c19bdeac021b78a474d90bff9f9c0
88fe8793e7611d20102772001e4388e8e4ea72f6
[turbopack] Remove `Clone` from `Effect` (#86110) Disallow cloning effects. This was only performed in one location to address an issue with modeling calls functions that had alternates. However, this had the unfortunate effect of producing duplicate `CodeGen` objects. (it also could link values redundantly). This wa...
[ { "path": "turbopack/crates/turbopack-ecmascript/src/analyzer/graph.rs", "patch": "@@ -35,7 +35,7 @@ use crate::{\n utils::{AstPathRange, unparen},\n };\n \n-#[derive(Debug, Clone)]\n+#[derive(Debug)]\n pub struct EffectsBlock {\n pub effects: Vec<Effect>,\n pub range: AstPathRange,\n@@ -47,7 +4...
2025-11-17T03:26:04
electron/electron
86962ba2c3fb647dd8bcb584c9eb4e05f9158945
6789431f74cb6707082df1c41ede5fc5426ca556
fix: clang-tidy `performance-inefficient-vector-operation` warnings (#44743) * fix: performance-inefficient-vector-operation warning in Clipboard::WriteFilesForTesting() * fix: performance-inefficient-vector-operation warning in GetUploadedReports()
[ { "path": "shell/browser/api/electron_api_crash_reporter.cc", "patch": "@@ -10,6 +10,7 @@\n #include <utility>\n #include <vector>\n \n+#include \"base/containers/to_vector.h\"\n #include \"base/no_destructor.h\"\n #include \"base/path_service.h\"\n #include \"base/strings/utf_string_conversions.h\"\n@@ -22...
2024-11-21T00:11:00
nodejs/node
c8f82953bb66223efa632531ec39f67073e86766
12e0b51c538066c76f8e9c55defcbf7881392fc2
deps: V8: cherry-pick 044b9b6f589d Original commit message: [explicit-resource-management] disallow using in switch cases This CL disallows `using` and `await using` in switch cases. This was a normative change that got consensus in TC39 meetings: https://github.com/rbuckton/ecma262/pull/14 Bug:...
[ { "path": "common.gypi", "patch": "@@ -38,7 +38,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.13',\n+ 'v8_embedder_string': '-node.14',\n \n ##### V8 defaults for Node.js #####\n...
2025-05-01T23:57:26
golang/go
6c3d0d259f2d83a338a3a7da268e2dd5834aa35f
39fd61ddb0b5987749979bc7e453cf2a575c9392
path/filepath: reword documentation for Rel The existing func Rel's API documentation was presented in a rather dense way without a lot of organization that oriented around topical flow, so the documentation has been cleaned up to present the function's behavior more clearly and concisely. Fixes #75893 Change-Id: I6...
[ { "path": "src/path/filepath/path.go", "patch": "@@ -173,19 +173,20 @@ func unixAbs(path string) (string, error) {\n \treturn Join(wd, path), nil\n }\n \n-// Rel returns a relative path that is lexically equivalent to targpath when\n-// joined to basepath with an intervening separator. That is,\n-// [Join](...
2025-10-16T17:14:45
facebook/react
c32780eeb4c44e138d09a35da841926f512d3b07
d1dd7feabc63bf8ca61e9b3f4d78245a29ebbe9a
[Fiber] Highlight hydration and offscreen render phases (#31752) This highlights the render phase as the tertiary color (green) when we're render a hydration lane or offscreen lane. I call the "Render" phase "Hydrated" instead in this case. For the offscreen case we don't currently have a differentiation between hydr...
[ { "path": "packages/react-reconciler/src/ReactFiberLane.js", "patch": "@@ -621,6 +621,18 @@ export function includesTransitionLane(lanes: Lanes): boolean {\n return (lanes & TransitionLanes) !== NoLanes;\n }\n \n+export function includesOnlyHydrationLanes(lanes: Lanes): boolean {\n+ return (lanes & Hydra...
2024-12-14T18:49:47
rust-lang/rust
e4e8ae7660240d32b79f323066c4e10c9b68aecd
901cb4cf4006888dc69d95666886960c31e2c75a
fix: qualify NormalizesTo and CoercePredicate in ir_print debug output
[ { "path": "src/tools/rust-analyzer/crates/hir-ty/src/next_solver/ir_print.rs", "patch": "@@ -188,7 +188,7 @@ impl<'db> IrPrint<ty::NormalizesTo<Self>> for DbInterner<'db> {\n t: &ty::NormalizesTo<Self>,\n fmt: &mut std::fmt::Formatter<'_>,\n ) -> std::fmt::Result {\n- write!(fmt, ...
2026-03-08T05:03:05
vercel/next.js
8de523ae224a8024572859319a9ee411be1fa5d2
bf27e24aca38a0cb540148312dada907b49b1feb
Fix streaming server actions (#86148) By accident, the responses for server actions that fetch something and don't revalidate are currently not streamed to the browser until the `fetch` calls are fully resolved. In the simplest case this happens when a server action returns the response body of a `fetch` call. This is...
[ { "path": "packages/next/src/server/app-render/action-handler.ts", "patch": "@@ -617,8 +617,9 @@ export async function handleAction({\n type: 'done',\n result: await generateFlight(req, ctx, requestStore, {\n actionResult: promise,\n- // We didn't execute an action...
2025-11-15T22:17:29
electron/electron
6789431f74cb6707082df1c41ede5fc5426ca556
0ea64850afb070b4c4280f263d0054b9e0787139
fix: `performance-no-automatic-move` clang-tidy warnings (#44742) * fix: performance-no-automatic-move in GetLogFileName() remove `const` from log_filename. Warning fixed by this commit: ../../electron/shell/common/logging.cc:40:12: warning: constness of 'log_filename' prevents automatic move [performance-no-...
[ { "path": "shell/browser/extensions/electron_extensions_browser_client.cc", "patch": "@@ -174,7 +174,7 @@ base::FilePath ElectronExtensionsBrowserClient::GetBundleResourcePath(\n if (!chrome_resources_path.IsParent(extension_resources_path))\n return base::FilePath();\n \n- const base::FilePath reque...
2024-11-21T00:10:30
facebook/react
0d67cc065157b2b98843cd1e2578b0969765c54b
2e25ee373d96a882cee9a1ee3d7fee3f498bde2d
Fix `commong` typo in <title> multiple children error message (#31777)
[ { "path": "packages/react-dom-bindings/src/server/ReactFizzConfigDOM.js", "patch": "@@ -3080,7 +3080,7 @@ function pushTitle(\n console.error(\n 'React expects the `children` prop of <title> tags to be a string, number, bigint, or object with a novel `toString` method but found an Array wi...
2024-12-14T17:32:58
golang/go
39fd61ddb0b5987749979bc7e453cf2a575c9392
4a0115c886101717dfc6186a3296b69fc4415487
go/types, types2: guard Named.underlying with Named.mu It appears that CL 695977 introduced a data race on Named.underlying. This fixes that race by specifying a new namedState called underlying, which, perhaps unsurprisingly, signals that Named.underlying is populated. Unfortunately, the underlying namedState is ind...
[ { "path": "src/cmd/compile/internal/types2/named.go", "patch": "@@ -47,10 +47,8 @@ import (\n // soon.\n //\n // We achieve this by tracking state with an atomic state variable, and\n-// guarding potentially concurrent calculations with a mutex. At any point in\n-// time this state variable determines which...
2025-10-17T17:16:34
vercel/next.js
bf27e24aca38a0cb540148312dada907b49b1feb
a3f3c1e0d747982c4109b20beb2fe66b23700c53
fix: cacheMaxMemorySize should not disable dev HMR cache (#86164) When configuring `cacheMaxMemorySize` to disable memory caching (typically used for setups to adjust production caching behavior, especially in multi-process self-hosted setups), this inadvertently also disabled dev HMR caches which are intended as a pe...
[ { "path": "packages/next/src/server/dev/next-dev-server.ts", "patch": "@@ -48,6 +48,7 @@ import { loadDefaultErrorComponents } from '../load-default-error-components'\n import { DecodeError, MiddlewareNotFoundError } from '../../shared/lib/utils'\n import * as Log from '../../build/output/log'\n import isEr...
2025-11-15T19:25:47
electron/electron
0ea64850afb070b4c4280f263d0054b9e0787139
769b045c8b764796e9e210dfe734113a1225e8cf
fix: windows save dialog extension bug (#44296) * fix: windows save dialog extension bug * refactor: simplify firstSpec extraction Co-authored-by: Charles Kerr <charles@charleskerr.com> * refactor: split when necessary Co-authored-by: Sam Maddock <samuel.maddock@gmail.com> --------- Co-authored-by: C...
[ { "path": "shell/browser/ui/file_dialog_win.cc", "patch": "@@ -144,10 +144,14 @@ static void ApplySettings(IFileDialog* dialog, const DialogSettings& settings) {\n // We set file extension to the first none-wildcard extension to make\n // sure the dialog will update file extension automatically.\n for...
2024-11-20T22:27:49
golang/go
8f74f9daf4d2fe708cf28d0e2b9cce079fa19248
8a6c64f4fe726c956ea876cea0fed9494290130f
sync: re-enable race even when panicking Not doing this can cause user code running after this panic (e.g.: defers) to produce non-existing races. Change-Id: Ia6aec88aaeee3b9c17e7b8019d697ffa88dfb492 Reviewed-on: https://go-review.googlesource.com/c/go/+/713460 Commit-Queue: Nicolas Hillegeer <aktau@google.com> Revie...
[ { "path": "src/sync/waitgroup.go", "patch": "@@ -204,13 +204,14 @@ func (wg *WaitGroup) Wait() {\n \t\t\t\t}\n \t\t\t}\n \t\t\truntime_SemacquireWaitGroup(&wg.sema, synctestDurable)\n-\t\t\tif wg.state.Load() != 0 {\n-\t\t\t\tpanic(\"sync: WaitGroup is reused before previous Wait has returned\")\n-\t\t\t}\n...
2025-10-21T11:43:36
vercel/next.js
40a5da531a0ffae1a0a446a8c7459b725366d502
dcd9be7aa1332e8bf8ab0402affe2b1bf7d85f5a
Fix telemetry event race condition in webpack worker for @vercel/og detection (#86145)
[ { "path": "packages/next/src/build/webpack-build/impl.ts", "patch": "@@ -414,5 +414,7 @@ export async function workerMain(workerData: {\n result.buildTraceContext!.chunksTrace!.entryNameFilesMap = entryNameFilesMap\n }\n NextBuildContext.nextBuildSpan.stop()\n+ await telemetry.flush()\n+\n return...
2025-11-14T22:58:01
electron/electron
f95e1d8ea08d4c5297ff9017ae56ee00a843822f
eba0edf81e3fd77f943d7715f95acc153653f4a9
chore: fix textured window conditional on macOS (#44728)
[ { "path": "shell/browser/native_window_mac.mm", "patch": "@@ -167,31 +167,25 @@ static bool FromV8(v8::Isolate* isolate,\n if (!rounded_corner && !has_frame())\n styleMask = NSWindowStyleMaskBorderless;\n \n-// TODO: remove NSWindowStyleMaskTexturedBackground.\n-// https://github.com/electron/electron...
2024-11-20T16:34:46
golang/go
8a6c64f4fe726c956ea876cea0fed9494290130f
4620db72d273097a1c5fd11e44ce688618559579
syscall: use rawSyscall6 to call ptrace in forkAndExecInChild On darwin and openbsd, the autogenerated ptrace wrapper is nosplit because it is called from forkAndExecInChild. This makes it difficult to modify and improve the underlying syscall mechanism, as ptrace is almost over the nosplit limit. We better call ptr...
[ { "path": "src/syscall/exec_libc2.go", "patch": "@@ -59,7 +59,6 @@ func forkAndExecInChild(argv0 *byte, argv, envv []*byte, chroot, dir *byte, attr\n \t\tr1 uintptr\n \t\tnextfd int\n \t\ti int\n-\t\terr error\n \t\tpgrp _C_int\n \t\tcred ...
2025-10-02T13:12:30
vercel/next.js
8c8030edf42200228fb3b2dfbd3a130dd13c1485
283c6f57bb76fcd2f674cd67b979980bb3ca86d8
Turbopack: apply side effects false removal on all module types (#86133) ### What? fix the side effects false handling for other module types. Before it did only work for ecmascript modules.
[ { "path": "crates/next-core/src/hmr_entry.rs", "patch": "@@ -70,6 +70,11 @@ impl Module for HmrEntryModule {\n .await?,\n )]))\n }\n+\n+ #[turbo_tasks::function]\n+ fn is_marked_as_side_effect_free(self: Vc<Self>, _: Vc<Glob>) -> Vc<bool> {\n+ Vc::cell(false)\n+ }...
2025-11-14T19:02:58
electron/electron
54d53bfa514e50e1847b7b4c110a8d46300d4c79
8ed48e2295260b68203df59f84c52038ab1fe275
fix: tooltips in WCO caption buttons (#44721) fix: tooltips in WCO capton buttons
[ { "path": "shell/browser/ui/views/win_caption_button_container.cc", "patch": "@@ -19,6 +19,7 @@\n #include \"ui/base/l10n/l10n_util.h\"\n #include \"ui/compositor/layer.h\"\n #include \"ui/strings/grit/ui_strings.h\"\n+#include \"ui/views/accessibility/view_accessibility.h\"\n #include \"ui/views/background...
2024-11-20T11:45:08
golang/go
4620db72d273097a1c5fd11e44ce688618559579
b31dc77ceab962c0f4f5e4a9fc5e1a403fbd2d7c
runtime: use timer_settime64 on 32-bit Linux Linux introduced new syscalls to fix the year 2038 issue. To still be able to use the old ones, the Kconfig option COMPAT_32BIT_TIME would be necessary. Use the new 64-bit syscall for timer_settime by default. Add a fallback to use the 32-bit syscall when the 64-bit versio...
[ { "path": "src/runtime/defs_linux_386.go", "patch": "@@ -237,10 +237,14 @@ type ucontext struct {\n \tuc_sigmask uint32\n }\n \n-type itimerspec struct {\n+type itimerspec32 struct {\n \tit_interval timespec32\n \tit_value timespec32\n }\n+type itimerspec struct {\n+\tit_interval timespec\n+\tit_value ...
2025-10-18T14:43:53
vercel/next.js
7dedd622748bde8863ab10d7c171a8215bfefee9
a8d73c25f9468735841de9cd9819acfb5b6a0ccd
Un-skip tests in prefetch-runtime.test.ts (#86097) These were temporarily disabled when removed the Link level opt-in for runtime prefetching. I fixed the tests by switching to the file-based API. prefetch-layout-sharing.test.ts still needs to be updated, in a similar way.
[ { "path": "test/e2e/app-dir/segment-cache/prefetch-runtime/app/(default)/caches/private-seconds/page.tsx", "patch": "@@ -2,6 +2,11 @@ import { Suspense } from 'react'\n import { cachedDelay, DebugRenderKind } from '../../../shared'\n import { cacheLife } from 'next/cache'\n \n+export const unstable_prefetch...
2025-11-14T16:41:03
facebook/react
17ca4b157fcba6c734583513353ba72376a7ba2d
4dff0e62b2320d8c97746a16c95efd9c9ad0bc07
Fix useResourceEffect in Fizz (#31758) We're seeing errors when testing useResourceEffect in SSR and it turns out we're missing the noop dispatcher function on Fizz. I tested a local build with this change and it resolved the late mutation errors in the e2e tests.
[ { "path": "packages/react-dom/src/__tests__/ReactDOMServerIntegrationHooks-test.js", "patch": "@@ -27,6 +27,7 @@ let useRef;\n let useImperativeHandle;\n let useInsertionEffect;\n let useLayoutEffect;\n+let useResourceEffect;\n let useDebugValue;\n let forwardRef;\n let yieldedValues;\n@@ -51,6 +52,7 @@ fun...
2024-12-13T16:26:44
nodejs/node
e4e80c5463baea8d8881f927da3002f03ef67cfd
508cd0f275ea99ebbaeb7019fea118f80ed445c8
src: fix module buffer allocation PR-URL: https://github.com/nodejs/node/pull/57738 Reviewed-By: Anna Henningsen <anna@addaleax.net>
[ { "path": "src/debug_utils.cc", "patch": "@@ -471,7 +471,7 @@ std::vector<std::string> NativeSymbolDebuggingContext::GetLoadedLibraries() {\n DWORD size_2 = 0;\n // First call to get the size of module array needed\n if (EnumProcessModules(process_handle, nullptr, 0, &size_1)) {\n- MallocedBuffer<H...
2025-05-09T19:41:23
golang/go
b31dc77ceab962c0f4f5e4a9fc5e1a403fbd2d7c
46cc53290003340877413b8a53511b4f3685d213
os: support deleting read-only files in RemoveAll on older Windows versions The Windows implementation of RemoveAll supports deleting read-only files only on file systems that supports POSIX semantics and on newer Windows versions (Windows 10 RS5 and latter). For all the other cases, the read-only bit was not clearer...
[ { "path": "src/internal/syscall/windows/at_windows.go", "patch": "@@ -209,7 +209,7 @@ func Deleteat(dirfd syscall.Handle, name string, options uint32) error {\n \tvar h syscall.Handle\n \terr := NtOpenFile(\n \t\t&h,\n-\t\tSYNCHRONIZE|DELETE,\n+\t\tSYNCHRONIZE|FILE_READ_ATTRIBUTES|DELETE,\n \t\tobjAttrs,\n ...
2025-10-21T14:14:03
rust-lang/rust
d4503b017e701a61fa985d7b8dff45fb285b5295
bea3803300c5d3d4b55d26385fd8612a51afc9bb
Overhaul `ensure_ok`. `ensure_ok` provides a special, more efficient way of calling a query when its return value isn't needed. But there is a complication: if the query is marked with the `return_result_from_ensure_ok` modifier, then it will return `Result<(), ErrorGuaranteed`. This is clunky and feels tacked on. It'...
[ { "path": "compiler/rustc_borrowck/src/diagnostics/move_errors.rs", "patch": "@@ -294,7 +294,7 @@ impl<'infcx, 'tcx> MirBorrowckCtxt<'_, 'infcx, 'tcx> {\n \n // Avoid bogus move errors because of an incoherent `Copy` impl.\n self.infcx.type_implements_trait(copy_def_id, [ty], self.infcx.para...
2026-03-03T20:22:50
vercel/next.js
f6c2d4913233109ea49256e587db9b7ce636a1a5
9375bc3d568b4add57cbaa99e6feed5dd51c6eb6
Turbopack: add task_id_details feature (#84970) ### What? Add a bunch of feature flags that help debugging cases where it is loosing invalidations.
[ { "path": "turbopack/crates/turbo-tasks-backend/Cargo.toml", "patch": "@@ -24,6 +24,8 @@ trace_aggregation_update = []\n trace_find_and_schedule = []\n trace_task_completion = []\n trace_task_dirty = []\n+trace_task_output_dependencies = []\n+trace_task_details = []\n lmdb = [\"dep:lmdb-rkv\"]\n \n [depende...
2025-11-14T11:14:19
electron/electron
43ed763f181ff648030fb498e7c538decd51c352
ac61c74ddc2ce25d4d89a040771acd3f4bc9e585
chore: bump chromium to 133.0.6846.0 (main) (#44665) * chore: bump chromium in DEPS to 133.0.6836.0 * chore: bump chromium in DEPS to 133.0.6838.0 * chore: update patches * 6006096: [Sync ESB] Integrate Chrome Toast UI https://chromium-review.googlesource.com/c/chromium/src/+/6006096 * Confine enable_de...
[ { "path": "DEPS", "patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '132.0.6834.0',\n+ '133.0.6846.0',\n 'node_version':\n 'v22.9.0',\n 'nan_version':", "additions": 1, "deletions": 1, "language": "Unknown" }, { "path": "filenam...
2024-11-20T03:52:20
facebook/react
a7b829524b295bb114b112c7fc2375bbcd4c65e3
56ae4b8d22f773c961c6f57946e648de0879c7f1
[DevTools] Show component names while highlighting renders (#31577) ## Summary This PR improves the Trace Updates feature by letting developers see component names directly on the update overlay. Before this change, the overlay only highlighted updated regions, leaving it unclear which components were involved. Wi...
[ { "path": "packages/react-devtools-shared/src/__tests__/traceUpdates-test.js", "patch": "@@ -0,0 +1,269 @@\n+import {groupAndSortNodes} from 'react-devtools-shared/src/backend/views/TraceUpdates/canvas';\n+\n+describe('Trace updates group and sort nodes', () => {\n+ test('should group nodes by position wit...
2024-12-13T11:53:05
nodejs/node
508cd0f275ea99ebbaeb7019fea118f80ed445c8
264cad75ce08dabb6ddc8cc56cc70c9ba3447447
test: deflake test-http2-client-socket-destroy The socket can be destroyed by the other peer while data is still being written. Add a listener for the `'error'` event. PR-URL: https://github.com/nodejs/node/pull/58212 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com...
[ { "path": "test/parallel/test-http2-client-socket-destroy.js", "patch": "@@ -15,6 +15,7 @@ const server = h2.createServer();\n \n // We use the lower-level API here\n server.on('stream', common.mustCall((stream) => {\n+ stream.on('error', () => {});\n stream.on('aborted', common.mustCall());\n stream.o...
2025-05-09T19:14:23
golang/go
46cc53290003340877413b8a53511b4f3685d213
2163a5802103ebe84cbf0d77cee7097185bd8e8d
cmd/compile/internal/ssa: fix typo in comment Change-Id: Ic48a756b71a62be1c6c4cfe781c02b89010e2338 GitHub-Last-Rev: 8c0d89b475c204af66d528799713276c57da16f8 GitHub-Pull-Request: golang/go#75985 Reviewed-on: https://go-review.googlesource.com/c/go/+/713041 Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Keith ...
[ { "path": "src/cmd/compile/internal/ssa/_gen/RISCV64Ops.go", "patch": "@@ -99,7 +99,7 @@ func init() {\n \t\t}\n \t}\n \n-\t// Floating pointer registers.\n+\t// Floating point registers.\n \tfor r := 32; r <= 63; r++ {\n \t\tmask := addreg(r, \"\")\n \t\tfpMask |= mask", "additions": 1, "deletions"...
2025-10-20T16:18:42
vercel/next.js
6863a2bb913b53e0623852eee474f3db5795d8d3
4050a8a3f745ce10f60bfcf33530d163fa20f1bb
Add build-time validation to detect ambiguous app routes (#85834) ## What This PR introduces build-time validation to detect ambiguous app routes that were previously going undetected until runtime. ## Why Route conflicts could occur when different dynamic segment names (e.g., `[slug]` vs `[modalSlug]`) normalize t...
[ { "path": "packages/next/errors.json", "patch": "@@ -907,5 +907,22 @@\n \"906\": \"Bindings not loaded yet, but they are being loaded, did you forget to await?\",\n \"907\": \"bindings not loaded yet. Either call `loadBindings` to wait for them to be available or ensure that `installBindings` has alrea...
2025-11-14T05:28:23
rust-lang/rust
1ecc9d7e04e9bb6a3bd16384d4f5e4a098d37e24
13d91b7ccecdd98449b7cc9b0572a59de1eeb0bd
Fix ICE in `match_same_arms` The wrong `TypeckResults` was used in the fallback equality function passed by the `match_same_arms` and `filter_map` lints. Previously, those fallback functions had no way of using the proper `TypeckResults`. Those (one per expression being compared) are now passed to the registered fallb...
[ { "path": "clippy_lints/src/matches/match_same_arms.rs", "patch": "@@ -12,7 +12,7 @@ use rustc_hir::def_id::DefId;\n use rustc_hir::{Arm, Expr, HirId, HirIdMap, HirIdMapEntry, HirIdSet, Pat, PatExpr, PatExprKind, PatKind, RangeEnd};\n use rustc_lint::builtin::NON_EXHAUSTIVE_OMITTED_PATTERNS;\n use rustc_lin...
2026-03-07T19:01:38
electron/electron
ac61c74ddc2ce25d4d89a040771acd3f4bc9e585
1cf5e6d88cf2f9715ceb830773fa57f8f208db38
fix: bugprone-narrowing-conversions warnings in NativeImage (#44708) * fix: bugprone-narrowing-conversions warning in NativeImage::memory_usage_ - fix signed / unsigned math by using base/numerics/safe_conversions - make memory_usage_ an int64_t so it can safely take the size_t returned by computeByteSize() ...
[ { "path": "shell/common/api/electron_api_native_image.cc", "patch": "@@ -12,6 +12,7 @@\n #include \"base/files/file_util.h\"\n #include \"base/logging.h\"\n #include \"base/memory/ref_counted_memory.h\"\n+#include \"base/numerics/safe_conversions.h\"\n #include \"base/strings/pattern.h\"\n #include \"base/s...
2024-11-19T22:04:18
facebook/react
56ae4b8d22f773c961c6f57946e648de0879c7f1
d5e8f79cf4d11fa7eee263b3f937deecbe65ffd7
Remove unused field _debugIsCurrentlyTiming (#31753) This field is unused. It's not there at runtime. It's just legacy from the type.
[ { "path": "packages/react-reconciler/src/ReactInternalTypes.js", "patch": "@@ -210,7 +210,6 @@ export type Fiber = {\n _debugOwner?: ReactComponentInfo | Fiber | null,\n _debugStack?: string | Error | null,\n _debugTask?: ConsoleTask | null,\n- _debugIsCurrentlyTiming?: boolean,\n _debugNeedsRemoun...
2024-12-13T04:53:37
nodejs/node
e532c861219f8e9d6e598ced700a3fc79fc711ad
e0766f9a73c5b9137bb8a92fb922c20830e76755
src: remove overzealous tcsetattr error check Node calls tcsetattr on exit to reset the tty to its state on program start. Good idea in general but tcsetattr can fail for a number of reasons and since there really isn't anything we can do about it at that point, simply ignore the error instead of aborting with an insc...
[ { "path": "src/node.cc", "patch": "@@ -712,9 +712,11 @@ void ResetStdio() {\n while (err == -1 && errno == EINTR); // NOLINT\n CHECK_EQ(0, pthread_sigmask(SIG_UNBLOCK, &sa, nullptr));\n \n- // Normally we expect err == 0. But if macOS App Sandbox is enabled,\n- // tcsetattr will fail ...
2025-05-08T22:38:35
golang/go
2163a5802103ebe84cbf0d77cee7097185bd8e8d
306eacbc112f2052d82c419fe312153b8b2ab613
crypto/internal/fips140/entropy: increase AllocsPerRun iterations TestNISTECAllocations is flaky (~1% failure rate) on my local Windows machine since CL 710058, which touched TestEntropyRace. These tests are unrelated, but some allocations might be incorrectly accounted to TestNISTECAllocations, affecting the end res...
[ { "path": "src/crypto/internal/fips140test/nistec_test.go", "patch": "@@ -18,7 +18,7 @@ import (\n func TestNISTECAllocations(t *testing.T) {\n \tcryptotest.SkipTestAllocations(t)\n \tt.Run(\"P224\", func(t *testing.T) {\n-\t\tif allocs := testing.AllocsPerRun(10, func() {\n+\t\tif allocs := testing.AllocsP...
2025-10-17T10:40:05
vercel/next.js
35d6fdf074445854c0ac883cbd089eae2c158375
4e5915d4ed1624feb9836ade449be79d24812d48
fix(nodejs-middleware): await for body cloning to be properly finalized (#85418) Fixes https://github.com/vercel/next.js/issues/85416. This is a follow up to https://github.com/vercel/next.js/pull/77662, where the Node.js middleware was fixed to also support reading (and duplicating) the body's request before being p...
[ { "path": "packages/next/src/server/next-server.ts", "patch": "@@ -1750,7 +1750,7 @@ export default class NextNodeServer extends BaseServer<\n })\n } finally {\n if (hasRequestBody) {\n- requestData.body.finalize()\n+ await requestData.body.finalize()\n }\n ...
2025-11-14T02:11:21
electron/electron
1cf5e6d88cf2f9715ceb830773fa57f8f208db38
48c9149a52f73111f30f858f5340709a12e533e0
fix: cyclical #include dependency between autofill_popup.h and autofill_popup_view.h (#44705) fix: AutofillPopup warning: use '= default' to define a trivial default constructor [modernize-use-equals-default] refactor: reduce #indclude scope in autofill_popup.h and autofill_popup_view.h
[ { "path": "shell/browser/ui/autofill_popup.cc", "patch": "@@ -15,6 +15,7 @@\n #include \"shell/browser/osr/osr_render_widget_host_view.h\"\n #include \"shell/browser/osr/osr_view_proxy.h\"\n #include \"shell/browser/ui/autofill_popup.h\"\n+#include \"shell/browser/ui/views/autofill_popup_view.h\"\n #include...
2024-11-19T19:45:18
facebook/react
d5e8f79cf4d11fa7eee263b3f937deecbe65ffd7
7130d0c6cf1f604badc5e479a944bda2c19ba971
[Fiber] Use hydration lanes when scheduling hydration work (#31751) When scheduling the initial root and when using `unstable_scheduleHydration` we should use the Hydration Lanes rather than the raw update lane. This ensures that we're always hydrating using a Hydration Lane or the Offscreen Lane rather than other ...
[ { "path": "packages/react-dom/src/__tests__/ReactDOMFizzShellHydration-test.js", "patch": "@@ -255,6 +255,39 @@ describe('ReactDOMFizzShellHydration', () => {\n },\n );\n \n+ // @gate enableHydrationLaneScheduling\n+ it(\n+ 'updating the root at same priority as initial hydration does not ' +\n+ ...
2024-12-13T04:06:07
nodejs/node
e0766f9a73c5b9137bb8a92fb922c20830e76755
b849ed30ebd4a23d857bd493cd0ac60046381808
module: handle instantiated async module jobs in require(esm) When require(esm) encounters a cached module job that is instantiated but not yet evaluated, run the evaluation. This catches an edge case previously missed in https://github.com/nodejs/node/pull/57187. PR-URL: https://github.com/nodejs/node/pull/58067 Fix...
[ { "path": "lib/internal/modules/esm/loader.js", "patch": "@@ -386,7 +386,7 @@ class ModuleLoader {\n throw new ERR_REQUIRE_ASYNC_MODULE(filename, parentFilename);\n }\n const status = job.module.getStatus();\n- debug('Module status', filename, status);\n+ debug('Module status',...
2025-05-08T20:10:32
golang/go
306eacbc112f2052d82c419fe312153b8b2ab613
a5a249d6a64508376320bc48546a6a43aebecda7
cmd/go/testdata/script: disable list_empty_importpath test on Windows The test is flaking on windows, and I haven't been able to figure out why. For now, to unblock folks, just allow the value that occasionally appears: 'no errors' to avoid having a broken test. This seems like it's probably a race though so we should...
[ { "path": "src/cmd/go/testdata/script/list_empty_importpath.txt", "patch": "@@ -1,6 +1,12 @@\n ! go list all\n ! stderr 'panic'\n-stderr 'invalid import path'\n+[!GOOS:windows] [!GOOS:solaris] stderr 'invalid import path'\n+# #73976: Allow 'no errors' on Windows and Solaris until issue\n+# is resolved to pr...
2025-10-20T17:51:13
rust-lang/rust
c0cb69904ed34d43daa6e007849fc24e98b053cb
80282b130679a654eaa22f028a908c51be53d436
.mailmap: fix broken line with multiple emails Split binarycat's entry into multiple lines, one for each extra email
[ { "path": ".mailmap", "patch": "@@ -83,7 +83,8 @@ Ben Sago <ogham@users.noreply.github.com> <ogham@bsago.me>\n Ben Striegel <ben.striegel@gmail.com>\n Benjamin Jackman <ben@jackman.biz>\n Benoît Cortier <benoit.cortier@fried-world.eu>\n-binarycat <binarycat@envs.net> lolbinarycat <dogedoge61+github@gmail.co...
2026-03-07T00:58:19
vercel/next.js
9dc96c89e5e828ba97a4ee13827c3fddab59f7db
ef051ff3dc6824f4b784c9dd63148a683b2c7583
Remove redundant example code for cacheLife docs (#86043) Remove redundant example code for overriding cache profiles. ## For Contributors ### Improving Documentation - Run `pnpm prettier-fix` to fix formatting issues before opening the PR. ✅ (no changes) - Read the Docs Contribution Guide to ensure your contributi...
[ { "path": "docs/01-app/03-api-reference/04-functions/cacheLife.mdx", "patch": "@@ -191,6 +191,7 @@ The example below shows how to override the default `\"days\"` cache profile:\n const nextConfig = {\n cacheComponents: true,\n cacheLife: {\n+ // Override the 'days' profile\n days: {\n stale...
2025-11-13T20:39:08
electron/electron
48c9149a52f73111f30f858f5340709a12e533e0
0d6743e79b230fda2ed80687bb927351c3a6f8a5
fix: utility process exit code for graceful termination (reland) (#44726) * chore: reland "fix: utility process exit code for graceful termination" This reverts commit 1cae73ba092ccf5620c5fce8b896bade3a601346. * fix: exit code on posix when killed via api * chore: fix code style
[ { "path": "patches/chromium/feat_enable_passing_exit_code_on_service_process_crash.patch", "patch": "@@ -11,7 +11,7 @@ ServiceProcessHost::Observer functions, but we need to pass the exit code to\n the observer.\n \n diff --git a/content/browser/service_process_host_impl.cc b/content/browser/service_process...
2024-11-19T17:48:15
facebook/react
e854ce3b1551a4ac97012336c2e2076ab0cc0636
c86542b240375f95dfd14af5b8ec39e29881e74d
Fix canary version strings (#31721) We're still publishing RCs and creating canary version strings using the RC naming convention. Setting the `canaryChannelLabel` back to canary fixes the version names and tags after the 19 stable release.
[ { "path": "ReactVersions.js", "patch": "@@ -26,11 +26,11 @@ const ReactVersion = '19.1.0';\n //\n // It only affects the label used in the version string. To customize the\n // npm dist tags used during publish, refer to .github/workflows/runtime_prereleases_*.yml.\n-const canaryChannelLabel = 'rc';\n+const...
2024-12-12T19:11:24
nodejs/node
8ccfcb5adc08befcf69969c2a9ccca83ec79ede1
e38ce27f3ca0a65f68a31cedd984cddb927d4002
lib: fix sourcemaps with ts module mocking PR-URL: https://github.com/nodejs/node/pull/58193 Fixes: https://github.com/nodejs/node/issues/58119 Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Chemi Atlow <ch...
[ { "path": "lib/internal/test_runner/coverage.js", "patch": "@@ -408,6 +408,10 @@ class TestCoverage {\n }\n const mappedStartOffset = this.entryToOffset(startEntry, mappedLines);\n const mappedEndOffset = this.entryToOffset(endEntry, mappedLines) + 1;\n+ if (mappedStar...
2025-05-08T15:14:22
golang/go
f838faffe21afd2d5c177c04df8836c93e273b4b
ee4d2c312de90296a6b6f687f6a7ea8b9916af54
runtime: wrap procyield assembly and check for 0 procyield will currently loop infinitely if passed 0 on several platforms. This change sidesteps this bug by renaming procyield to procyieldAsm, and adding a wrapper named procyield that checks for cycles == 0. The benefit of this structure is that procyield called with...
[ { "path": "src/runtime/asm_386.s", "patch": "@@ -597,7 +597,7 @@ CALLFN(·call268435456, 268435456)\n CALLFN(·call536870912, 536870912)\n CALLFN(·call1073741824, 1073741824)\n \n-TEXT runtime·procyield(SB),NOSPLIT,$0-0\n+TEXT runtime·procyieldAsm(SB),NOSPLIT,$0-0\n \tMOVL\tcycles+0(FP), AX\n again:\n \tPAUSE...
2025-10-17T19:53:36
vercel/next.js
ef051ff3dc6824f4b784c9dd63148a683b2c7583
3f239eea13dec92e55ab65ef641cb52e5abc111c
Update cookies.mdx (#86094) delete is reserved word <!-- 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": "docs/01-app/03-api-reference/04-functions/cookies.mdx", "patch": "@@ -229,8 +229,9 @@ Using the `delete()` method:\n \n import { cookies } from 'next/headers'\n \n-export async function delete(data) {\n- (await cookies()).delete('name')\n+export async function deleteCookie(data) {\n+ const cook...
2025-11-13T20:20:14
electron/electron
0d6743e79b230fda2ed80687bb927351c3a6f8a5
7a5e9613d2c990752ec99b2748403259526e76e5
fix: destroy url loader wrapper when JS env exits (#44574) * fix: destroy url loader wrapper when JS env exits * Revert "fix: destroy url loader wrapper when JS env exits" This reverts commit 419151a98a16814ea63e9abc197c6ae27f48128c. * Revert "Revert "fix: destroy url loader wrapper when JS env exits"" Thi...
[ { "path": "shell/common/api/electron_api_url_loader.cc", "patch": "@@ -383,13 +383,13 @@ void SimpleURLLoaderWrapper::Start() {\n loader_->SetAllowHttpErrorResults(true);\n loader_->SetURLLoaderFactoryOptions(request_options_);\n loader_->SetOnResponseStartedCallback(base::BindOnce(\n- &SimpleURL...
2024-11-19T16:32:48
nodejs/node
5f252a45bc4db17b1ba41a747a2dc1a63ed7dbae
0050addb1fe6c0bec13c7b2ff7c5dfe8dbea3244
test: skip test-buffer-tostring-rangeerror when low on memory This has shown up as RangeError: Array buffer allocation failed and it should be totally fine to skip this test in case the memory is low. PR-URL: https://github.com/nodejs/node/pull/58142 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaë...
[ { "path": "test/parallel/test-buffer-tostring-rangeerror.js", "patch": "@@ -1,10 +1,15 @@\n 'use strict';\n-require('../common');\n+\n+const common = require('../common');\n \n // This test ensures that Node.js throws an Error when trying to convert a\n // large buffer into a string.\n // Regression test fo...
2025-05-07T16:28:20
facebook/react
a4964987dc140526702e996223fe7ee293def8ac
92b62f500c3fca44a9dc9ead936ef3bf19481f02
Make enableOwnerStacks dynamic (#31661) following up on https://github.com/facebook/react/pull/31287, fixing tests --------- Co-authored-by: Rick Hanlon <rickhanlonii@fb.com>
[ { "path": "packages/react/index.fb.js", "patch": "@@ -7,6 +7,8 @@\n * @flow\n */\n \n+import {enableOwnerStacks} from 'shared/ReactFeatureFlags';\n+import {captureOwnerStack as captureOwnerStackImpl} from './src/ReactClient';\n export {\n __CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,\...
2024-12-11T17:00:25
golang/go
e4251768439bbd0a6fe4c472aa57bb5257f20b56
dc9a3e2a658176fe1884d65d5a0e7516145404eb
cmd/asm: fix typo in comment Change-Id: I1a7933bce70bcae1f93a45c6810da60d269f48f3 Reviewed-on: https://go-review.googlesource.com/c/go/+/713000 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Pratt <mpratt@google.com> Reviewed-by: Keith Randall <khr@google...
[ { "path": "src/cmd/asm/main.go", "patch": "@@ -58,7 +58,7 @@ func main() {\n \t\t// nothing\n \tcase \"index\":\n \t\t// known to compiler; ignore here so people can use\n-\t\t// the same list with -gcflags=-spectre=LIST and -asmflags=-spectrre=LIST\n+\t\t// the same list with -gcflags=-spectre=LIST and -as...
2025-10-20T04:33:50
electron/electron
7a5e9613d2c990752ec99b2748403259526e76e5
9d1be5f824583a71261dfaad367a702611f5b2e0
build: rework header generation in Node.js (#44657) * build: rework header generation in Node.js * build: fix patch location error * fix: set --root-dir correctly
[ { "path": "BUILD.gn", "patch": "@@ -1504,21 +1504,8 @@ group(\"electron\") {\n ##### node_headers\n \n node_dir = \"../third_party/electron_node\"\n-node_files = read_file(\"$node_dir/filenames.json\", \"json\")\n node_headers_dir = \"$root_gen_dir/node_headers\"\n \n-header_group_index = 0\n-header_groups ...
2024-11-19T15:57:38
vercel/next.js
3f239eea13dec92e55ab65ef641cb52e5abc111c
5e7a207bac65f6dcc5eb4ddb79968a992ca97350
[devtool] highlight all link in error message (#86084)
[ { "path": "packages/next/src/next-devtools/dev-overlay/components/hot-linked-text/index.tsx", "patch": "@@ -5,7 +5,7 @@ const linkRegex = /https?:\\/\\/[^\\s/$.?#].[^\\s)'\"]*/i\n \n export const HotlinkedText: React.FC<{\n text: string\n- matcher?: (text: string) => boolean\n+ matcher?: (text: string) ...
2025-11-13T19:27:27
nodejs/node
4bfcad1ac5da14d4d47d04ae6121455d6c8a27a1
d93cff5af33c54ef552e7dc5407bbd58aeb49172
Revert "watch: fix watch args not being properly filtered" This reverts commit 4acb85403950320773352ab127bee9fc85818153. PR-URL: https://github.com/nodejs/node/pull/58190 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Edy Silva <edigleyssonsi...
[ { "path": "lib/internal/main/watch_mode.js", "patch": "@@ -43,26 +43,11 @@ const argsWithoutWatchOptions = [];\n \n for (let i = 0; i < process.execArgv.length; i++) {\n const arg = process.execArgv[i];\n- if (StringPrototypeStartsWith(arg, '--watch=')) {\n- continue;\n- }\n- if (arg === '--watch') ...
2025-05-06T11:39:24
facebook/react
92b62f500c3fca44a9dc9ead936ef3bf19481f02
79ddf5b574db085104d917c24a964cbd5b824e09
Remove comment syntax from ReactNativeTypes (#31457) # Summary I'm working to get the main `react-native` package parsable by modern Flow tooling (both `flow-bundler`, `flow-api-translator`). This diff trivially removes some redundant Flow comment syntax in `ReactNativeTypes.js`, which fixes parsing under thes...
[ { "path": "packages/react-native-renderer/src/ReactNativeTypes.js", "patch": "@@ -132,9 +132,10 @@ declare const ensureNativeMethodsAreSynced: NativeMethods;\n (ensureNativeMethodsAreSynced: INativeMethods);\n \n export type HostInstance = NativeMethods;\n-/*::\n-export type HostComponent<Config: {...}> = c...
2024-12-11T16:55:11
golang/go
dc9a3e2a658176fe1884d65d5a0e7516145404eb
df33c170919faca6ea849ee23fb0af6971fddc5b
runtime: fix generation skew with trace reentrancy Currently when performing multiple nested traceAcquires, we re-read trace.gen on subsequent reads. But this is invalid, since a generation transition may happen in between a traceAcquire and a nested traceAcquire. The first one will produce a traceLocker with a gen fr...
[ { "path": "src/runtime/traceruntime.go", "patch": "@@ -29,6 +29,7 @@ type mTraceState struct {\n \tbuf [2][tracev2.NumExperiments]*traceBuf // Per-M traceBuf for writing. Indexed by trace.gen%2.\n \tlink *m // Snapshot of alllink or freelink.\n \treentere...
2025-09-30T23:54:07
rust-lang/rust
901cb4cf4006888dc69d95666886960c31e2c75a
b9123ccd6fec1ebc09fce90d3f909998b1e6845d
fix: implement ir_print debug for next-solver predicate types seven IrPrint::print_debug implementations in the next-solver were placeholder stubs that returned "TODO: <typename>" instead of meaningful output. these are called via the Display impl (and Debug for PatternKind) of these types, so any solver trace log con...
[ { "path": "src/tools/rust-analyzer/crates/hir-ty/src/next_solver/ir_print.rs", "patch": "@@ -1,7 +1,5 @@\n //! Things related to IR printing in the next-trait-solver.\n \n-use std::any::type_name_of_val;\n-\n use rustc_type_ir::{self as ty, ir_print::IrPrint};\n \n use super::SolverDefId;\n@@ -82,7 +80,10 @...
2026-03-07T16:09:48
nodejs/node
d93cff5af33c54ef552e7dc5407bbd58aeb49172
a0d458e448fb3e356fd7f657e9929b1d879860e3
Revert "test: fix watch tests not including completion messages" This reverts commit 6102159fa10eb153ed5de6a2f945f120be32cebd. PR-URL: https://github.com/nodejs/node/pull/58190 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Edy Silva <edigley...
[ { "path": "test/sequential/test-watch-mode.mjs", "patch": "@@ -810,14 +810,14 @@ process.on('message', (message) => {\n assert.strictEqual(stderr, '');\n assert.deepStrictEqual(stdout, [\n 'no --watch args present',\n- `Completed running ${inspect(file)}. Waiting for file changes before r...
2025-05-06T11:39:17
electron/electron
4b3d1caae40d5cd07cf0b0fff48680b7f5eb23a5
2cea2282eb7319c0922221e80945fd0ed33337e8
fix: improve single-pixel resize handling on Windows (#44700) Co-authored-by: Niklas Wenzel <dev@nikwen.de>
[ { "path": "shell/browser/native_window_views.cc", "patch": "@@ -1661,18 +1661,28 @@ void NativeWindowViews::OnWidgetBoundsChanged(views::Widget* changed_widget,\n if (changed_widget != widget())\n return;\n \n- // |GetWindowBoundsInScreen| has a ~1 pixel margin of error, so if we check\n- // existin...
2024-11-19T12:24:07
vercel/next.js
291aefd98555879833ece638b8643cb42f195b7d
1f0322f23c5e11372e3ede029197e1635ff8cdc9
Fix 404 responses for interception routes with missing children slots (#85779) ### What? Introduces a null-rendering default component for interception routes to prevent 404 responses when children slots are missing. ### Why? When rendering interception routes like `(.)[id]`, there's a segment mismatch where the in...
[ { "path": "crates/next-core/src/app_structure.rs", "patch": "@@ -1226,17 +1226,19 @@ async fn directory_tree_to_loader_tree_internal(\n \n if let Some(subtree) = subtree {\n if let Some(key) = parallel_route_key {\n- let is_inside_catchall = app_page.is_catchall();\n-\n ...
2025-11-13T01:57:32
facebook/react
79ddf5b574db085104d917c24a964cbd5b824e09
7c4a7c9ddf2f1c8e223565af1256ea201ec0f303
[Flight] Track Timing Information (#31716) Stacked on #31715. This adds profiling data for Server Components to the RSC stream (but doesn't yet use it for anything). This is on behind `enableProfilerTimer` which is on for Dev and Profiling builds. However, for now there's no Profiling build of Flight so in pract...
[ { "path": "packages/react-client/src/ReactFlightClient.js", "patch": "@@ -48,6 +48,8 @@ import {\n enableFlightReadableStream,\n enableOwnerStacks,\n enableServerComponentLogs,\n+ enableProfilerTimer,\n+ enableComponentPerformanceTrack,\n } from 'shared/ReactFeatureFlags';\n \n import {\n@@ -286,6 +...
2024-12-11T01:46:19
rust-lang/rust
c4a8355c968464922175bdf3da00a01d93e2ddb1
3c00f7da5b016c0563805b6196c7fe65be4ae476
Change TODO in compiler to FIXME
[ { "path": "scripts/test_rustc_tests.sh", "patch": "@@ -175,7 +175,7 @@ rm -r tests/run-make/panic-abort-eh_frame # .eh_frame emitted with panic=abort\n \n # bugs in the test suite\n # ======================\n-rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue\n+rm tests/ui/process/nofile-...
2026-02-27T03:48:05
golang/go
58a8fdb6cf4a905fd3de44bf2dd87d14fbd38dfe
8d0bef7ffe5c471684f6a46f579fc7b87a46adb8
cmd/go: inject State parameter into `bug.runBug` This command modifies the call tree starting at `bug.runBug` to inject a `State` parameter to every function that is currently using the global `modload.LoaderState` variable. By explicilty passing a `State` parameter, we can begin to eliminate the usage of the global ...
[ { "path": "src/cmd/go/internal/bug/bug.go", "patch": "@@ -51,7 +51,7 @@ func runBug(ctx context.Context, cmd *base.Command, args []string) {\n \tbuf.WriteString(bugHeader)\n \tprintGoVersion(&buf)\n \tbuf.WriteString(\"### Does this issue reproduce with the latest release?\\n\\n\\n\")\n-\tprintEnvDetails(&b...
2025-10-02T03:01:55
electron/electron
febf305a4f77030ca46acc7cc7826acebe01c629
1cae73ba092ccf5620c5fce8b896bade3a601346
chore: fix unsupported major comment in issue automation (#44706)
[ { "path": ".github/workflows/issue-opened.yml", "patch": "@@ -88,7 +88,7 @@ jobs:\n }\n }\n if (labels.length === 0) {\n- core.setOutput('No supported versions found', true);\n+ core.setOutput('unsupportedMajor', true);\n ...
2024-11-19T09:52:08
vercel/next.js
1f0322f23c5e11372e3ede029197e1635ff8cdc9
98b3c4679aae7a4c072b3beadeb3c7e4cfdeef04
perf: revert to use the light safe stringify for is-error (#86053) `is-error` is a helper that being used accorss client and server now, in #84909 we switched the underlying safe stringify error implementation to the precompiled dependency `safe-stable-stringify`. But it increased the client bundle size a bit. The ch...
[ { "path": "packages/next/src/lib/is-error.ts", "patch": "@@ -1,5 +1,4 @@\n import { isPlainObject } from '../shared/lib/is-plain-object'\n-import safeStringify from 'next/dist/compiled/safe-stable-stringify'\n \n // We allow some additional attached properties for Next.js errors\n export interface NextError...
2025-11-13T01:14:46
facebook/react
16367ceb02faf5673e0380dec4c4928dfa37f17b
7cb356e8622e6413671bc22ea273ea39b0b265e4
[compiler] Fix dropped ref with spread props in InlineJsxTransform (#31726) When supporting ref as prop in https://github.com/facebook/react/pull/31558, I missed fixing the optimization to pass a spread-props-only props object in without an additional object copy. In the case that we have only a ref along with a s...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/Optimization/InlineJsxTransform.ts", "patch": "@@ -546,16 +546,14 @@ function createPropsProperties(\n let refProperty: ObjectProperty | undefined;\n let keyProperty: ObjectProperty | undefined;\n const props: Array<ObjectProperty | SpreadPa...
2024-12-10T21:11:17
nodejs/node
e272637d5e72b509c0f682c756c7edd92cdf1f7d
a6bc06fa06bad1e27a9c9e2c9a03fc1255f1375d
2025-05-06, Version 24.0.0 (Current) Semver-Major Commits: assert,util: * (SEMVER-MAJOR) Revert "assert,util: revert recursive breaking change (Ruben Bridgewater) https://github.com/nodejs/node/pull/57622 buffer: * (SEMVER-MAJOR) move SlowBuffer to EOL (James M Snell) https://github.com/nodejs/node/pull/58008 *...
[ { "path": "CHANGELOG.md", "patch": "@@ -2,6 +2,7 @@\n \n Select a Node.js version below to view the changelog history:\n \n+* [Node.js 24](doc/changelogs/CHANGELOG_V24.md) **Current**\n * [Node.js 23](doc/changelogs/CHANGELOG_V23.md) **Current**\n * [Node.js 22](doc/changelogs/CHANGELOG_V22.md) **Long Term ...
2025-03-24T19:29:01
rust-lang/rust
50db919f5d5e9ae336afb8a293ac18d494434653
69370dc4a8862b8401615a2a7b950704ba66c495
Change TODO in compiler to FIXME
[ { "path": "compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh", "patch": "@@ -175,7 +175,7 @@ rm -r tests/run-make/panic-abort-eh_frame # .eh_frame emitted with panic=abort\n \n # bugs in the test suite\n # ======================\n-rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking is...
2026-02-27T03:48:05
golang/go
4ad5585c2c2dc3e4387c10c297669c57449156c9
a5f55a441ef497d8e2a12610f4ec2bd32fdc04b2
runtime: fix _rt0_ppc64x_lib on aix CL 706395 refactored the ppc64 library entry point and missed some important aix-specific characteristics: - _rt0_ppc64x_lib should account for the function descriptor when getting the callback pointer. - _rt0_ppc64x_lib should only call _cgo_sys_thread_create when built as a c-ar...
[ { "path": "src/runtime/asm_ppc64x.s", "patch": "@@ -14,8 +14,14 @@\n // This is called using the host ABI. argc and argv arguments\n // should be in R3 and R4 respectively.\n TEXT _rt0_ppc64x_lib(SB),NOSPLIT|NOFRAME,$0\n-\t// Convert to Go ABI, and Allocate argument storage for call to newosproc0.\n-\tSTACK...
2025-10-08T14:21:21
vercel/next.js
56fa9cd452be4daf63fcd5f778b0b8553b471dae
26b95c3f0fa7226b3dd77a35b63fa0a4bf4f60d6
Fix typo in documentation (#86054) <!-- 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 D...
[ { "path": "docs/01-app/03-api-reference/05-config/01-next-config-js/redirects.mdx", "patch": "@@ -158,7 +158,7 @@ module.exports = {\n permanent: false,\n destination: '/another-page',\n },\n- // if the header `x-dont-redirect` is present,\n+ // if the header `x-do-not-redire...
2025-11-12T20:31:13
electron/electron
1cae73ba092ccf5620c5fce8b896bade3a601346
10d967028af2e72382d16b7e2025d243b9e204ae
chore: Revert "fix: utility process exit code for graceful termination" (#44717) Revert "fix: utility process exit code for graceful termination (#44698)" This reverts commit 36e1a0bf001d72f725297f43827d255b08c2e9b7.
[ { "path": "patches/chromium/feat_enable_passing_exit_code_on_service_process_crash.patch", "patch": "@@ -11,7 +11,7 @@ ServiceProcessHost::Observer functions, but we need to pass the exit code to\n the observer.\n \n diff --git a/content/browser/service_process_host_impl.cc b/content/browser/service_process...
2024-11-19T04:13:23
facebook/react
7cb356e8622e6413671bc22ea273ea39b0b265e4
4a8fc0f92e0f75257962522b51a938bf4dfda77a
[Flight] rename `prerender` to `unstable_prerender` and include in stable channel (#31724) We added an experimental `prerender` API to flight. This change exposes this API in stable channels prefixed as `unstable_prerender`. We have high confidence this API should exist but because we have not yet settled on how to...
[ { "path": "fixtures/flight/server/region.js", "patch": "@@ -106,7 +106,7 @@ async function renderApp(res, returnValue, formState) {\n }\n \n async function prerenderApp(res, returnValue, formState) {\n- const {prerenderToNodeStream} = await import(\n+ const {unstable_prerenderToNodeStream: prerenderToNode...
2024-12-10T19:51:39
rust-lang/rust
bea3803300c5d3d4b55d26385fd8612a51afc9bb
0ffb4adaeb225ccd49ef7c829e6ea2aa4b516f74
Insert missing `ensure_ok` calls. Two places where `ensure_ok` can be used but currently isn't. (These queries are marked with `return_result_from_ensure_ok`, which means that `ensure_ok` returns `Result<(), ErrorGuaranteed>`.) This is potentially a perf win, because `ensure_ok` query calls can be faster.
[ { "path": "compiler/rustc_borrowck/src/diagnostics/move_errors.rs", "patch": "@@ -294,7 +294,7 @@ impl<'infcx, 'tcx> MirBorrowckCtxt<'_, 'infcx, 'tcx> {\n \n // Avoid bogus move errors because of an incoherent `Copy` impl.\n self.infcx.type_implements_trait(copy_def_id, [ty], self.infcx.para...
2026-03-04T01:12:58