repo
stringclasses
15 values
fix_commit
stringlengths
40
40
buggy_commit
stringlengths
40
40
message
stringlengths
3
64.3k
files
listlengths
1
300
timestamp
timestamp[s]date
2013-03-13 20:45:00
2026-04-11 07:48:46
rust-lang/rust
4aa2d6fbf48d830dd6f914fa9558c173e40fbbe0
31f31ab2fe7e1306a4d52806b654ab3ff8621d25
Fix field ref in macro for 'convert_tuple_struct_to_named_struct'
[ { "path": "src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_tuple_struct_to_named_struct.rs", "patch": "@@ -252,13 +252,15 @@ fn edit_field_references(\n let usages = def.usages(&ctx.sema).all();\n for (file_id, refs) in usages {\n let source = ctx.sema.parse(file_...
2026-03-14T14:12:50
facebook/react
febc09b480903bb803455dc38dc130007d3a2e91
4a9df08157f001c01b078d259748512211233dcf
[compiler][fix] mutableOnlyIfOperandsAreMutable does not apply when operands are globals (#32695) Globals, module locals, and other locally defined functions may mutate their arguments. See test fixtures for details --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/HIR/Globals.ts", "patch": "@@ -11,6 +11,7 @@ import {\n BuiltInArrayId,\n BuiltInFireId,\n BuiltInMixedReadonlyId,\n+ BuiltInObjectId,\n BuiltInUseActionStateId,\n BuiltInUseContextHookId,\n BuiltInUseEffectHookId,\n@@ -45,21 +46,17 @...
2025-03-24T03:07:24
vercel/next.js
023be2e88aa788cb5b832c48459fe9e5da7f9653
be6fcb250e28ba3c40bb12aee45a87541a3eac6f
metadata: use fixed segment in dynamic routes with static metadata files (#88113)
[ { "path": "crates/next-core/src/app_page_loader_tree.rs", "patch": "@@ -251,7 +251,7 @@ impl AppPageLoaderTreeBuilder {\n let metadata_route = &*get_metadata_route_name(item.clone().into()).await?;\n writeln!(\n self.loader_tree_code,\n- \"{s} url: fillMetadataSegment...
2026-01-07T09:55:09
electron/electron
48a38c0289925c5b245078e822d232f451d92633
6e44662f15ae753d9649db71937b62a8d587a1f7
fix: build failure when printing is disabled (#46283) fix: ftbfs when printing is disabled
[ { "path": "shell/browser/api/electron_api_web_contents.cc", "patch": "@@ -1988,6 +1988,7 @@ void WebContents::DraggableRegionsChanged(\n draggable_region_ = DraggableRegionsToSkRegion(regions);\n }\n \n+#if BUILDFLAG(ENABLE_PRINTING)\n void WebContents::PrintCrossProcessSubframe(\n content::WebContent...
2025-03-26T09:04:39
facebook/react
6b1a2c1d81630a5f385c5be0f758365b63d92eae
de4aad5ba693be099b215b5819b5f25d05051a84
fix(react-compiler): optimize components declared with arrow function and implicit return and `compilationMode: 'infer'` (#31792) fixes https://github.com/facebook/react/issues/31601 https://github.com/facebook/react/issues/31639 cc @josephsavona
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Program.ts", "patch": "@@ -1008,31 +1008,39 @@ function callsHooksOrCreatesJsx(\n return invokesHooks || createsJsx;\n }\n \n+function isNonNode(node?: t.Expression | null): boolean {\n+ if (!node) {\n+ return true;\n+ }\n+ swit...
2025-03-21T23:46:02
golang/go
b9d86baae34197004a175c5c02b901240056a250
4b0e3cc1d63a00ee184ea1f6b17e79808e3d9fdc
cmd/compile/internal/devirtualize: fix typos Change-Id: I4f5a89f452a252018072d067da4cdb9a6cb0f4fe GitHub-Last-Rev: 7eb108d3878109ccb9846d97b2adc7ea3003772a GitHub-Pull-Request: golang/go#76396 Reviewed-on: https://go-review.googlesource.com/c/go/+/722860 Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Robert ...
[ { "path": "src/cmd/compile/internal/devirtualize/devirtualize.go", "patch": "@@ -131,7 +131,7 @@ func StaticCall(s *State, call *ir.CallExpr) {\n \t\t// type assertion that we make here would also have failed, but with a different\n \t\t// panic \"pkg.Iface is nil, not *pkg.Impl\", where previously we would...
2025-11-21T15:51:03
vercel/next.js
ae17e48bbfb1982b787520c1d260d7a1f7acb0fa
9a1d04fb581fc07e18a5c265690ae8acbd16092c
Update generateMetadata in client component error (#88172) ## What? Improves the error shown when `generateMetadata` or `metadata` is exported from a Client Component. Also updated the documentation to further explain why it can only be used in a server component and the steps to follow to resolve the error.
[ { "path": "crates/next-custom-transforms/src/transforms/react_server_components.rs", "patch": "@@ -334,7 +334,7 @@ fn report_error(app_dir: &Option<PathBuf>, filepath: &str, error_kind: RSCErrorK\n )\n },\n RSCErrorKind::NextRscErrClientMetadataExport((source, span)) => {\n- ...
2026-01-07T08:45:44
electron/electron
4eda76de3685318c3f342760b0d35ea77068236a
ced8fdbce820a1d85c0db6ff299559b21d209ec8
build: fixup windows source cache for release (#46236) * build: fixup windows source cache for release * build: fixup ffmpeg gn gen * build: add build-tools depot_tools to PATH There are some cases where it is still expected that depot_tools be in the path * put back regular gn gen for ffmpeg * build: add retry t...
[ { "path": ".github/actions/build-electron/action.yml", "patch": "@@ -185,7 +185,7 @@ runs:\n if: ${{ inputs.is-release == 'true' }}\n run: |\n cd src\n- e d gn gen out/ffmpeg --args=\"import(\\\"//electron/build/args/ffmpeg.gn\\\") use_remoteexec=true $GN_EXTRA_ARGS\"\n+ gn...
2025-03-25T18:24:58
golang/go
4b0e3cc1d63a00ee184ea1f6b17e79808e3d9fdc
cdba82c7d6fce54b212872ae45d04c3911b11014
cmd/link: support loading R_LARCH_PCREL20_S2 and R_LARCH_CALL36 relocs Host libgcc.a (among other libraries) on loong64 systems may contain such relocs if built with the "medium" code model and/or linker relaxation, which is increasingly the case. Make the internal linker aware of these for cgo interopability going fo...
[ { "path": "src/cmd/internal/obj/fips140.go", "patch": "@@ -354,8 +354,10 @@ func (s *LSym) checkFIPSReloc(ctxt *Link, rel Reloc) {\n \t\tobjabi.R_CALLLOONG64,\n \t\tobjabi.R_CALLPOWER,\n \t\tobjabi.R_GOTPCREL,\n-\t\tobjabi.R_LOONG64_ADDR_LO, // used with PC-relative load\n-\t\tobjabi.R_LOONG64_ADDR_HI, // u...
2025-10-06T10:09:14
vercel/next.js
9a1d04fb581fc07e18a5c265690ae8acbd16092c
45dba91908a77e442b2e05389aeacf6ed95ceb0f
Turbopack: Update to swc_core v50.2.3 (#87841) Update to swc_core v50.2.3 to address a parse issue with mdx files that should be fixed by swc-project/swc#11372: - Fixes #87713 - Internal discussion: https://vercel.slack.com/archives/C04KC8A53T7/p1766716756273609?thread_ts=1766712717.419489&cid=C04KC8A53T7 I'm i...
[ { "path": "Cargo.lock", "patch": "@@ -600,9 +600,9 @@ dependencies = [\n \n [[package]]\n name = \"binding_macros\"\n-version = \"47.0.0\"\n+version = \"48.0.0\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"2159cdc2d6045a129534d16e842e63bf46ccd53a04e079dbd89e2d6a243492...
2026-01-07T05:56:29
nodejs/node
58b5dc3eb2675e4f0f9807f3b5f5e119cd3e0792
6bb08f7f8e4c984eeccbd0692410cd88ebc2b528
util: respect nested formats in styleText Co-authored-by: Jordan Harband <ljharb@gmail.com> PR-URL: https://github.com/nodejs/node/pull/59098 Fixes: https://github.com/nodejs/node/issues/59035 Reviewed-By: Jordan Harband <ljharb@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Moshe Atlo...
[ { "path": "lib/util.js", "patch": "@@ -25,6 +25,7 @@ const {\n ArrayIsArray,\n ArrayPrototypePop,\n ArrayPrototypePush,\n+ ArrayPrototypeReduce,\n Error,\n ErrorCaptureStackTrace,\n FunctionPrototypeBind,\n@@ -36,6 +37,8 @@ const {\n ObjectSetPrototypeOf,\n ObjectValues,\n ReflectApply,\n...
2025-07-23T19:33:51
electron/electron
1d6cb348b4027db8a9647cb0705e9f7dc8fff7dd
8e856dfdb83aa78482e6cadd9bcaa06d00d1fb90
fix: `webContents.printToPDF()` with cross-process subframes (#46218) fix: webContents.printToPDF() with cross-process subframes
[ { "path": "shell/browser/api/electron_api_web_contents.cc", "patch": "@@ -176,6 +176,7 @@\n \n #if BUILDFLAG(ENABLE_PRINTING)\n #include \"chrome/browser/printing/print_view_manager_base.h\"\n+#include \"components/printing/browser/print_composite_client.h\"\n #include \"components/printing/browser/print_ma...
2025-03-25T13:16:47
vercel/next.js
45dba91908a77e442b2e05389aeacf6ed95ceb0f
aa9c71671a15601f11e3842a5473e8a6dacb5c2f
Add maximum size limit for postponed body parsing (#88175) ### What? Adds a configurable `experimental.maxPostponedStateSize` limit for PPR postponed state body parsing to prevent OOM/DoS attacks. ### Why? The postponed state body was read entirely without size limits, creating a potential denial-of-service vector ...
[ { "path": "packages/next/errors.json", "patch": "@@ -973,5 +973,7 @@\n \"972\": \"Failed to resolve pattern \\\"%s\\\": %s\",\n \"973\": \"Server Actions are not enabled for this application. This request might be from an older or newer deployment.\\nRead more: https://nextjs.org/docs/messages/failed-to...
2026-01-07T05:19:03
electron/electron
307d4f94c7ecc7cae1e6704a3173562da41ec95a
cfada0347e76d68b2441f8de68c868c15d8b10d3
fix: oob string read when parsing node_options (#46210) * fix: oob string read when parsing node_options * chore: re-enable test * fix: missing linux server env for tests
[ { "path": "shell/common/node_bindings.cc", "patch": "@@ -394,6 +394,7 @@ void SetNodeOptions(base::Environment* env) {\n if (env->HasVar(\"NODE_OPTIONS\")) {\n if (electron::fuses::IsNodeOptionsEnabled()) {\n std::string options;\n+ std::string result_options;\n env->GetVar(\"NODE_OPT...
2025-03-25T10:33:10
nodejs/node
5e70d836d6f1ea7b24c9e9328bbbda87c54c94a9
5fe16bc6bf0ffa685c47b7a521178a8ccec09e64
deps: update amaro to 1.1.1 PR-URL: https://github.com/nodejs/node/pull/59141 Fixes: https://github.com/nodejs/node/issues/59102 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
[ { "path": "deps/amaro/dist/package.json", "patch": "@@ -4,7 +4,7 @@\n \"강동윤 <kdy1997.dev@gmail.com>\"\n ],\n \"description\": \"wasm module for swc\",\n- \"version\": \"1.12.1\",\n+ \"version\": \"1.13.1\",\n \"license\": \"Apache-2.0\",\n \"repository\": {\n \"type\": \"git\",", "addi...
2025-07-23T12:59:19
golang/go
74ebdd28d10f93fbcb58708c76b5805bc6c114a3
4d26d66a49c51b5a7c610c4815322809b31962d9
[dev.simd] simd, cmd/compile: add more element types for Select128FromPair Also includes a comment cleanup pass. Fixed NAME processing for additional documentation. Change-Id: Ide5b60c17ddbf3c6eafd20147981c59493fc8133 Reviewed-on: https://go-review.googlesource.com/c/go/+/722180 Reviewed-by: Junyang Shao <shaojunyang...
[ { "path": "src/cmd/compile/internal/ssa/_gen/simdAMD64.rules", "patch": "@@ -941,8 +941,12 @@\n (ScaleFloat64x8 ...) => (VSCALEFPD512 ...)\n (Select128FromPairFloat32x8 ...) => (VPERM2F128256 ...)\n (Select128FromPairFloat64x4 ...) => (VPERM2F128256 ...)\n+(Select128FromPairInt8x32 ...) => (VPERM2I128256 .....
2025-11-19T22:17:54
vercel/next.js
aa9c71671a15601f11e3842a5473e8a6dacb5c2f
744f86c34d9a828b4f38ac952102e3df05999a18
fix: move conductor.json to repo root for proper detection (#88184) ## What? Moves `conductor.json` from `.conductor/conductor.json` to the repository root and updates script paths accordingly. ## Why? Conductor searches for configuration files in a specific priority order: 1. Workspace root 2. Remote default branc...
[ { "path": "conductor.json", "patch": "@@ -2,8 +2,8 @@\n \"name\": \"next.js\",\n \"description\": \"Next.js framework development workspace\",\n \"scripts\": {\n- \"setup\": \"./scripts/setup.sh\",\n- \"run\": \"./scripts/run.sh\"\n+ \"setup\": \"./.conductor/scripts/setup.sh\",\n+ \"run\"...
2026-01-07T00:55:45
facebook/react
daee08562ccf5abf7108b63f274f5ca669ee7dd5
ab693a926f13cc2c4c4a3ab19d5405471f87236b
[activity] remove ref for now (#32645) Followup from https://github.com/facebook/react/pull/32499 Manual mode is unused and has some bugs such as revealing hidden boundaries when manually toggling. We also want to change how manual mode works, and do some refactors to Activity to make it easier to support. For now we...
[ { "path": "packages/react-reconciler/src/ReactFiber.js", "patch": "@@ -110,10 +110,6 @@ import {\n REACT_ACTIVITY_TYPE,\n } from 'shared/ReactSymbols';\n import {TransitionTracingMarker} from './ReactFiberTracingMarkerComponent';\n-import {\n- detachOffscreenInstance,\n- attachOffscreenInstance,\n-} fro...
2025-03-21T18:44:02
nodejs/node
97dbb79c8bde342dbd7877e5c58d69b939ec4192
96c507aa27329fc0dfa09589aca3b2a52a75f3d6
doc: add Aditi-1400 to collaborators Fixes: https://github.com/nodejs/node/issues/59064 PR-URL: https://github.com/nodejs/node/pull/59157 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
[ { "path": "README.md", "patch": "@@ -289,6 +289,8 @@ For information about the governance of the Node.js project, see\n **Abdirahim Musse** <<abdirahim.musse@ibm.com>>\n * [addaleax](https://github.com/addaleax) -\n **Anna Henningsen** <<anna@addaleax.net>> (she/her)\n+* [Aditi-1400](https://github.com/...
2025-07-22T07:42:38
rust-lang/rust
7a698be60580b1e9d68620e4ca3a8517eed654f5
3a352497c3ac93654abaa8a376fc14ac448bbfa2
min,max: Add tests for signaling NaNs and update documentation We do handle signaling NaNs properly, with the exception of raising exceptions as IEEE 754 requires. Add tests to this effect for `fmin`, `fminimum`, `fminimum_num`, and the max variants.
[ { "path": "library/compiler-builtins/libm/src/math/fmin_fmax.rs", "patch": "@@ -77,9 +77,12 @@ pub fn fmaxf128(x: f128, y: f128) -> f128 {\n #[cfg(test)]\n mod tests {\n use super::*;\n+ use crate::support::hex_float::Hexi;\n use crate::support::{Float, Hexf};\n \n fn fmin_spec_test<F: Float>...
2026-03-06T00:11:20
electron/electron
a86e44b176f532ff8ae91584bcaeff9b6b8dca44
abaef13c0b4e4cdbe3b193c6fb47d49e6ba9545c
fix: NODE_OPTIONS parsing for child processes on macOS (#46209) * fix: NODE_OPTIONS parsing for child processes on macOS * chore: temporarily disable test * chore: apply review feedback * chore: fix build
[ { "path": "shell/browser/api/electron_api_app.cc", "patch": "@@ -90,7 +90,10 @@\n \n #if BUILDFLAG(IS_MAC)\n #include <CoreFoundation/CoreFoundation.h>\n+#include \"base/no_destructor.h\"\n+#include \"content/browser/mac_helpers.h\"\n #include \"shell/browser/ui/cocoa/electron_bundle_mover.h\"\n+#include \"...
2025-03-25T04:01:37
vercel/next.js
e3908468c8e2a895508656cec8806dd65ba80712
b1ce6042be0c6b2d1da4b31ad7d56192c64c695c
Fix compile error when running next-custom-transform tests (#83715) `cargo test -p next-custom-transforms` should work again now
[ { "path": "crates/next-custom-transforms/Cargo.toml", "patch": "@@ -72,5 +72,7 @@ remove_console = { workspace = true }\n preset_env_base = { workspace = true }\n \n [dev-dependencies]\n-swc_core = { workspace = true, features = [\"testing_transform\", \"plugin_backend_wasmer\"] }\n testing = { workspace = ...
2026-01-06T20:20:35
facebook/react
e1e740717ba85597f03fd837a36c7bab5803a0d2
ac799e569d5899c67d72a3e9af5c18b0672eb998
Force layout before startViewTransition (#32699) This works around this Safari bug. https://bugs.webkit.org/show_bug.cgi?id=290146 This unfortunate because it may cause additional layouts if there's more updates to the tree coming by manual mutation before it gets painted naturally. However, we might end up wanting t...
[ { "path": "packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js", "patch": "@@ -1669,6 +1669,12 @@ function customizeViewTransitionError(\n return error;\n }\n \n+/** @noinline */\n+function forceLayout(ownerDocument: Document) {\n+ // This function exists to trick minifiers to not remove this u...
2025-03-21T14:05:31
golang/go
4d26d66a49c51b5a7c610c4815322809b31962d9
e3d4645693bc030b9ff9b867f1d374a1d72ef2fe
[dev.simd] simd: fix signatures for PermuteConstant* methods This moves the packed-immediate methods to package-private, and adds exported versions with four parameters. Rename PermuteConstant to PermuteScalars Rename VPSHUFB Permute to PermuteOrZero Rename Permute2 to ConcatPermute Comments were repaired/enhanced. ...
[ { "path": "src/cmd/compile/internal/amd64/simdssa.go", "patch": "@@ -396,7 +396,7 @@ func ssaGenSIMDValue(s *ssagen.State, v *ssa.Value) bool {\n \t\tssa.OpAMD64VPOR256,\n \t\tssa.OpAMD64VPORD512,\n \t\tssa.OpAMD64VPORQ512,\n-\t\tssa.OpAMD64VPSHUFB128,\n+\t\tssa.OpAMD64VPERMB128,\n \t\tssa.OpAMD64VPERMB256,...
2025-11-17T20:31:36
nodejs/node
3983ef6e0dcc3793ec016076927e59cb9d42db1d
0d14c954f9e774ff13263e9e1ffe3e115f695ed2
doc: fix typo in writing-test.md Corrects the misspelling of "optimial" to "optimal". PR-URL: https://github.com/nodejs/node/pull/59123 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Rafael Gonzaga <rafael....
[ { "path": "doc/contributing/writing-tests.md", "patch": "@@ -24,7 +24,7 @@ See [directory structure overview][] for outline of existing test and locations.\n \n ## How to write a good test\n \n-A good test should be written in a style that is optimial for debugging\n+A good test should be written in a style...
2025-07-21T11:17:30
rust-lang/rust
24d86b5f2b69665d6b6c0868239e37da221f2e19
620e36a8d1fc2f9e5694ce83c2631877651a962c
Fix rust build failure for vxworks
[ { "path": "library/std/build.rs", "patch": "@@ -79,4 +79,28 @@ fn main() {\n println!(\"cargo:rustc-cfg=backtrace_in_libstd\");\n \n println!(\"cargo:rustc-env=STD_ENV_ARCH={}\", env::var(\"CARGO_CFG_TARGET_ARCH\").unwrap());\n+\n+ println!(\"cargo:rustc-check-cfg=cfg(vxworks_lt_25_09)\");\n+\n+ ...
2026-03-03T06:35:43
vercel/next.js
b1ce6042be0c6b2d1da4b31ad7d56192c64c695c
74a4af49006cd06f0be54238ef670a105315618f
add compilation error for taint when not enabled (#88173) Using `taint` APIs from React without enabling `experimental.taint` will error at runtime because it needs to bundle experimental React, making it hard to catch and potentially leading to downtime. This updates our transform to throw an error if we detect that ...
[ { "path": "crates/next-core/src/next_shared/transforms/next_react_server_components.rs", "patch": "@@ -36,11 +36,13 @@ pub async fn get_next_react_server_components_transform_rule(\n let enable_mdx_rs = next_config.mdx_rs().await?.is_some();\n let cache_components_enabled = *next_config.enable_cache...
2026-01-06T19:57:46
golang/go
bd2b117c2c778343106f5823e4ae99da2160d095
3ad2e113fc3dd202bfb2ef87d376b6ef54337f0b
crypto/tls: add QUICErrorEvent Add a new QUICEvent type for reporting errors. This provides a way to report errors that don't occur as a result of QUICConn.Start, QUICConn.HandleData, or QUICConn.SendSessionTicket. Fixes #75108 Change-Id: I941371a21f26b940e75287a66d7e0211fc0baab1 Reviewed-on: https://go-review.googl...
[ { "path": "api/next/75108.txt", "patch": "@@ -0,0 +1,3 @@\n+pkg crypto/tls, const QUICErrorEvent = 10 #75108\n+pkg crypto/tls, const QUICErrorEvent QUICEventKind #75108\n+pkg crypto/tls, type QUICEvent struct, Err error #75108", "additions": 3, "deletions": 0, "language": "Plain Text" }, { ...
2025-11-08T19:22:59
facebook/react
0962f684a066df4fd2a7db7489cb1984799ad674
b88898605427d1e6bb665d7c9261a9be180e5abd
[compiler][bugfix] Don't insert hook guards in retry pipeline (#32665) Fixing bug from https://github.com/facebook/react/pull/32164 -- prior to this PR, we inserted hook guards even for functions that bailed out of compilation.
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Program.ts", "patch": "@@ -451,6 +451,12 @@ export function compileProgram(\n pass.code,\n ),\n };\n+ if (\n+ !compileResult.compiledFn.hasFireRewrite &&\n+ !compileResult.compiledF...
2025-03-20T21:25:08
electron/electron
abaef13c0b4e4cdbe3b193c6fb47d49e6ba9545c
cfd64b5f8983a34723abbdddf82fb6aea6ceb773
fix: Revert "feat: Corner Smoothing CSS rule" (#46231) Revert "feat: Corner Smoothing CSS rule (#45185)" This reverts commit b75e802280b0d8d275b57984c757d188b5934431.
[ { "path": "docs/README.md", "patch": "@@ -96,9 +96,8 @@ These individual tutorials expand on topics discussed in the guide above.\n * [Chrome Extensions Support](api/extensions.md)\n * [Breaking API Changes](breaking-changes.md)\n \n-### Custom Web Features:\n+### Custom DOM Elements:\n \n-* [`-electron-cor...
2025-03-24T19:36:49
nodejs/node
0d14c954f9e774ff13263e9e1ffe3e115f695ed2
3b5a5f243a7969ad9abb8c0e1d7d21204504a040
doc: add new environment variables doc page add a new doc page for environment variables, this would be the one-stop place for all evnrioment variables informations (often referring to other doc pages) the main purpose of this page would also to provide a standard Node.js specification for `.env` files PR-URL: https...
[ { "path": "doc/api/cli.md", "patch": "@@ -842,7 +842,7 @@ node --entry-url 'file.ts?query#hash'\n node --entry-url 'data:text/javascript,console.log(\"Hello\")'\n ```\n \n-### `--env-file-if-exists=config`\n+### `--env-file-if-exists=file`\n \n <!-- YAML\n added: v22.9.0\n@@ -853,7 +853,7 @@ added: v22.9.0\...
2025-07-20T20:53:54
rust-lang/rust
31f31ab2fe7e1306a4d52806b654ab3ff8621d25
c34e7ffda7356c37945e5e56e7372c0d5d1bf1bc
Fix overlap edit on record to tuple assist uses self Example --- ```rust struct $0Foo { field1: u32 } impl Foo { fn clone(&self) -> Self { Self { field1: self.field1 } } } ``` **Before this PR** Panic **After this PR** ```rust struct Foo(u32); impl Foo { fn clone(&self) -> Self { Self(s...
[ { "path": "src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_named_struct_to_tuple_struct.rs", "patch": "@@ -3,12 +3,13 @@ use std::ops::RangeInclusive;\n use either::Either;\n use ide_db::{defs::Definition, search::FileReference};\n use syntax::{\n- SyntaxElement, SyntaxKind, SyntaxNode, T...
2026-03-11T10:33:28
vercel/next.js
35a566b383635348f9aada4b385971ed2a32eebc
b983ce479c04c67e1dcc199580186da5a522e50a
[strict-route-types] Ensure cache profiles and routes are type-checked even if .next is excluded (#87768) Flagged behind `experimental.strictRouteTypes` This fixes issues where cache profiles where not included or routes not validated if `.next` was excluded to squeeze out every bit of TypeScript performance. It...
[ { "path": ".prettierignore", "patch": "@@ -52,6 +52,8 @@ test/e2e/app-dir/server-source-maps/fixtures/default/internal-pkg/ignored.js\n test/e2e/app-dir/server-source-maps/fixtures/default/internal-pkg/sourcemapped.js\n test/e2e/app-dir/server-source-maps/fixtures/default/external-pkg/sourcemapped.js\n test...
2026-01-06T15:21:25
facebook/react
5f4c5c920fb454f6b8375bdcd4045eaa82e70928
112224d8d24b127efa1e680403cca2289c1a261b
[compiler] Validate static components React uses function identity to determine whether a given JSX expression represents the same type of component and should reconcile (keep state, update props) or replace (teardown state, create a new instance). This PR adds off-by-default validation to check that developers are no...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Pipeline.ts", "patch": "@@ -102,6 +102,7 @@ import {optimizePropsMethodCalls} from '../Optimization/OptimizePropsMethodCalls\n import {transformFire} from '../Transform';\n import {validateNoImpureFunctionsInRender} from '../Validation/...
2025-03-20T18:02:02
golang/go
d58b733646d2d52638b08d5c44afbc7292aeca4d
1bc54868d4fd03e3716e7ad9669d87c34c8aaa2d
runtime: track goroutine location until actual STW TestTraceSTW / TestTraceGCSTW currently tracks the location (M/P) of the target goroutines until it reaches the "start" log message, assuming the actual STW comes immediately afterwards. On 386 with TestTraceGCSTW, it actually tends to take >10ms after the start log ...
[ { "path": "src/runtime/proc_test.go", "patch": "@@ -1321,11 +1321,13 @@ func runTestTracesSTW(t *testing.T, run int, name, stwType string) (err error) {\n \t//\n \t// 2. Once found, track which M and P the target goroutines run on until...\n \t//\n-\t// 3. Look for the \"TraceSTW\" \"start\" log message, wh...
2025-11-20T21:21:09
electron/electron
cfd64b5f8983a34723abbdddf82fb6aea6ceb773
cbcd7796100d63640219cdcf21ea033f875b256c
fix: handle OnDelegatedSourceListDismissed asynchronously (#46112) This fixes a crash with the PipeWire capturer caused by a Chromium change introduced in https://chromium-review.googlesource.com/c/chromium/src/+/5783826. DesktopMediaListBase now calls Refresh(true) after dispatching DesktopMediaListObserver::OnDeleg...
[ { "path": "shell/browser/api/electron_api_desktop_capturer.cc", "patch": "@@ -15,6 +15,7 @@\n #include \"chrome/browser/media/webrtc/desktop_media_list.h\"\n #include \"chrome/browser/media/webrtc/thumbnail_capturer_mac.h\"\n #include \"chrome/browser/media/webrtc/window_icon_util.h\"\n+#include \"content/p...
2025-03-24T19:09:11
nodejs/node
29626f8fb84316815a97367d5cf2dac8bd2ca830
bf2384f224ad6f7d7fe7c6ce410b9fb9134c6887
test: update `startCLI` to set `--port=0` by default update the `startCLI` debugging testing utility to set by default the port to use to `0` (i.e. a random port) PR-URL: https://github.com/nodejs/node/pull/59042 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
[ { "path": "test/common/debugger.js", "patch": "@@ -20,10 +20,14 @@ function isPreBreak(output) {\n return /Break on start/.test(output) && /1 \\(function \\(exports/.test(output);\n }\n \n-function startCLI(args, flags = [], spawnOpts = {}) {\n+function startCLI(args, flags = [], spawnOpts = {}, opts = { ...
2025-07-20T17:37:28
vercel/next.js
79040a318d29641eb3d96a5a47c92a5f8506e826
4cd3ca26d71fc7904ea7030ee8355071efc9502d
[strict-route-types] Don't reject `number` in `config.api.bodyParser.sizeLimit` when validating route (#87633) Not flagged behind `experimental.strictRouteTypes`. This is just a bug fix. Got revealed once we typechecked routes in pure Pages Router apps e.g. ``` .next/types/validator.ts:76:11 Type error: Type 'ty...
[ { "path": "packages/next/src/server/lib/router-utils/typegen.ts", "patch": "@@ -574,7 +574,7 @@ export function generateValidatorFile(\n default: (req: any, res: any) => ReturnType<NextApiHandler>\n config?: {\n api?: {\n- bodyParser?: boolean | { sizeLimit?: string }\n+ bodyParser?: boole...
2026-01-06T11:46:43
facebook/react
87d7e4c55be7fea5efd1e567d52e943ad5d3133d
3bcf8c23debf0c0c746ed11801fa1fe64dfb0159
[ci] Fail on cache miss (#32686) Since we use a centralized cache we should fail subsequent steps if the child jobs are unable to restore the cache from the first 2 jobs. Also fix some incorrect hashes used for the fixture tests. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com)...
[ { "path": ".github/workflows/runtime_build_and_test.yml", "patch": "@@ -147,6 +147,7 @@ jobs:\n path: |\n **/node_modules\n key: runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}\n+ fail-on-cache-miss: true\n - name: Ensu...
2025-03-20T16:22:06
golang/go
ff654ea1000af81bd08f24faf06c2113e8df001a
a662badab918d7708bbc750f24b9c7313520e2b0
net/url: permit colons in the host of postgresql:// URLs PostgreSQL's postgresql:// URL scheme permits a comma-separated list of host:ports to appear in the host subcomponent: https://www.postgresql.org/docs/11/libpq-connect.html#LIBPQ-MULTIPLE-HOSTS While this is not compliant with RFC 3986, it's something we've acc...
[ { "path": "src/net/url/url.go", "patch": "@@ -489,7 +489,7 @@ func parse(rawURL string, viaRequest bool) (*URL, error) {\n \t\tif i := strings.Index(authority, \"/\"); i >= 0 {\n \t\t\tauthority, rest = authority[:i], authority[i:]\n \t\t}\n-\t\turl.User, url.Host, err = parseAuthority(authority)\n+\t\turl....
2025-11-19T23:32:04
electron/electron
cbcd7796100d63640219cdcf21ea033f875b256c
b75e802280b0d8d275b57984c757d188b5934431
build: fixup release builds (#46228)
[ { "path": ".github/actions/build-electron/action.yml", "patch": "@@ -185,7 +185,7 @@ runs:\n if: ${{ inputs.is-release == 'true' }}\n run: |\n cd src\n- gn gen out/ffmpeg --args=\"import(\\\"//electron/build/args/ffmpeg.gn\\\") use_remoteexec=true $GN_EXTRA_ARGS\"\n+ e d gn...
2025-03-24T18:34:57
nodejs/node
bf2384f224ad6f7d7fe7c6ce410b9fb9134c6887
ab694d566138586e9a7b41e80896e86e404eefda
fs: fix return value of fs APIs PR-URL: https://github.com/nodejs/node/pull/58996 Fixes: https://github.com/nodejs/node/issues/58747 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Jason Zhang <xzha4350@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
[ { "path": "src/node_file-inl.h", "patch": "@@ -287,21 +287,27 @@ FSReqBase* GetReqWrap(const v8::FunctionCallbackInfo<v8::Value>& args,\n int index,\n bool use_bigint) {\n v8::Local<v8::Value> value = args[index];\n+ FSReqBase* result = nullptr;\n if (value->...
2025-07-20T06:51:26
rust-lang/rust
9a91c4f3b798f3f90ef2841dfe192241b9b8430a
d347767ebdd4f57625b3b8725d41d0b7086af574
TB comment typo fixes
[ { "path": "src/tools/miri/src/borrow_tracker/tree_borrows/wildcard.rs", "patch": "@@ -50,8 +50,8 @@ impl WildcardAccessRelatedness {\n }\n }\n \n-/// Caches information about where in the tree exposed nodes with permission to do reads/ rites are\n-/// located. [`ExposedCache`] stores this information a ...
2026-03-14T08:39:32
facebook/react
ff8f6f21f756c81fba284557357eb6e6ce765149
19176e3c08dd67879fa134c9de172fcd53df841a
[ci] Fix Will commit these changes www step (#32681) Unlike the fbsource version of the step, www doesn't add any changes so the `force` input doesn't actually work
[ { "path": ".github/workflows/runtime_commit_artifacts.yml", "patch": "@@ -246,8 +246,8 @@ jobs:\n - name: Will commit these changes\n if: inputs.force == true || steps.check_should_commit.outputs.should_commit == 'true'\n run: |\n- echo \":\"\n- git status -u\n+ ...
2025-03-19T22:13:06
vercel/next.js
4cd3ca26d71fc7904ea7030ee8355071efc9502d
a39366938a9bb669ef775404b3547a876ec2f0d4
perf: improve stats action reliability and reduce CI noise (#87945) ## Summary Comprehensive improvements to the PR stats action for more reliable benchmarks and reduced CI noise. ### Vercel KV Integration - Add `@vercel/kv` for historical data persistence - Track metrics over time with `loadHistory()` / `saveToHist...
[ { "path": ".github/actions/next-stats-action/action.yml", "patch": "@@ -0,0 +1,10 @@\n+name: 'Next.js PR Stats'\n+description: 'Compare PR stats with canary'\n+inputs:\n+ bundler:\n+ description: 'Bundler to benchmark (webpack|turbopack|both)'\n+ default: 'both'\n+ required: false\n+runs:\n+ usin...
2026-01-06T11:36:41
golang/go
c1b7112af8331d37e33be521d2d8baa552945971
ca37d24e0b9369b8086959df5bc230b38bf98636
os/signal: make NotifyContext cancel the context with a cause This is especially useful when combined with the nesting semantics of context.Cause, and with errgroup's use of CancelCauseFunc. For example, with the following code ctx, stop := signal.NotifyContext(context.Background(), os.Interrupt) defer stop() ser...
[ { "path": "doc/next/6-stdlib/99-minor/os/signal/notifycontext.md", "patch": "@@ -0,0 +1,2 @@\n+[NotifyContext] now cancels the returned context with [context.CancelCauseFunc]\n+and an error indicating which signal was received.", "additions": 2, "deletions": 0, "language": "Markdown" }, { ...
2025-11-18T16:19:04
nodejs/node
ab694d566138586e9a7b41e80896e86e404eefda
c8d5b394e44733aa3938eba01c73a3c0665d82e3
src,test: fix config file parsing for flags defaulted to true PR-URL: https://github.com/nodejs/node/pull/59110 Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> R...
[ { "path": "src/node_config_file.cc", "patch": "@@ -55,6 +55,10 @@ ParseResult ConfigReader::ProcessOptionValue(\n if (result) {\n // If the value is true, we need to set the flag\n output->push_back(option_name);\n+ } else {\n+ // Ensure negation is made putting the \"--no-...
2025-07-20T04:47:16
electron/electron
b75e802280b0d8d275b57984c757d188b5934431
9ec14b91e7e23f031e7763c95f2bdac4e20a0faf
feat: Corner Smoothing CSS rule (#45185) * feat: Corner Smoothing * Patch Blink to add CSS rule and Painting * Add `system-ui` keyword * Add `cornerSmoothingCSS` web preference * Add tests * Documentation * fixup! Documentation * fix: initialize smoothness value * Use a 1.0 scale factor in tests * Fix tests f...
[ { "path": "docs/README.md", "patch": "@@ -96,8 +96,9 @@ These individual tutorials expand on topics discussed in the guide above.\n * [Chrome Extensions Support](api/extensions.md)\n * [Breaking API Changes](breaking-changes.md)\n \n-### Custom DOM Elements:\n+### Custom Web Features:\n \n+* [`-electron-cor...
2025-03-24T15:46:12
facebook/react
19176e3c08dd67879fa134c9de172fcd53df841a
d16c26da40c96704e24b43832d2f7057f586c415
[ci] Use correct revision for Meta builds (#32680) There was a bug previously in our commit artifacts step where the emitted REVISION hash would reference the commit on the builds branch rather than from `main`. Given that our internal manual sync script also does this, let's align them both to always reference the c...
[ { "path": ".github/workflows/runtime_commit_artifacts.yml", "patch": "@@ -151,9 +151,9 @@ jobs:\n ls -R ./compiled-rn\n - name: Add REVISION files\n run: |\n- echo ${{ github.sha }} >> ./compiled/facebook-www/REVISION\n+ echo ${{ inputs.commit_sha || github.event.wo...
2025-03-19T21:24:43
nodejs/node
c8d5b394e44733aa3938eba01c73a3c0665d82e3
35e599b3d0c25442e0b15c4e45a5b9cf59f6489e
repl: handle errors from getters during completion PR-URL: https://github.com/nodejs/node/pull/59044 Reviewed-By: Dario Piotrowicz <dario.piotrowicz@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
[ { "path": "lib/repl.js", "patch": "@@ -1837,7 +1837,7 @@ function includesProxiesOrGetters(expr, exprStr, evalFn, ctx, callback) {\n if (astProp.type === 'Literal') {\n // We have something like `obj['foo'].x` where `x` is the literal\n \n- if (isProxy(obj[astProp.value])) {\n+ if (safeI...
2025-07-19T12:32:19
vercel/next.js
a39366938a9bb669ef775404b3547a876ec2f0d4
502a3d1f9648a276fce797c2940895129cb35ea7
chore: add dev boot profiling and benchmark scripts (#87940) ## Summary Development scripts for profiling and benchmarking Next.js dev server boot time. ### Benchmarking Scripts - `benchmark-boot-time.sh` - Wall-clock benchmarking with two metrics: - **Listen time**: When TCP port accepts connections - **Ready t...
[ { "path": "scripts/analyze-dev-server-bundle.js", "patch": "@@ -0,0 +1,142 @@\n+#!/usr/bin/env node\n+/**\n+ * Dev Server Bundle Analyzer\n+ *\n+ * Generates a bundle analyzer report for the dev server bundle.\n+ *\n+ * Usage:\n+ * node scripts/analyze-bundle.js [options]\n+ *\n+ * Options:\n+ * --open ...
2026-01-06T11:18:01
electron/electron
47cf4e7bfdb6593fc9fe30335b436f4869da65e4
b8150f33db1c5e4880db7066b30258f48a9dea86
fix: Wayland resizing border (#46155) * fix: Wayland resizing border Closes https://github.com/electron/electron/issues/44543 Refs CL:5180720 Fixes an issue where the resizing border didn't work as expected on Wayland windows. * fix: border insets when fullscreen
[ { "path": "shell/browser/ui/electron_desktop_window_tree_host_linux.cc", "patch": "@@ -47,22 +47,28 @@ void ElectronDesktopWindowTreeHostLinux::OnWidgetInitDone() {\n UpdateFrameHints();\n }\n \n+bool ElectronDesktopWindowTreeHostLinux::IsShowingFrame() const {\n+ return !native_window_view_->IsFullscree...
2025-03-24T11:08:24
facebook/react
d16c26da40c96704e24b43832d2f7057f586c415
a8c155cab91d4a33d06a904bfc23aadacfba8383
[ci] Specify if-no-files-found on actions/upload-artifact@v4 (#32679) Defaults to warn, but since some steps require these artifacts to be uploaded we specify an error if its not found. Some other steps like playwright test-results are only uploaded on failure so it's okay to ignore. --- [//]: # (BEGIN SAPLING FOOTER)...
[ { "path": ".github/workflows/compiler_playground.yml", "patch": "@@ -50,3 +50,4 @@ jobs:\n with:\n name: test-results\n path: compiler/apps/playground/test-results\n+ if-no-files-found: ignore", "additions": 1, "deletions": 0, "language": "YAML" }, { ...
2025-03-19T21:22:40
vercel/next.js
502a3d1f9648a276fce797c2940895129cb35ea7
0f2bbc9a2d07adbcfa5ec1ebe22e3e2f61a2a63a
[strict-route-types] Switch to `satisfies` when validating page and route modules (#87398) Reverts https://github.com/vercel/next.js/pull/83239 flagged behind `experimental.strictRouteTypes`. Makes the error messages a bit friendlier since we no longer need these `__*` helper types which made it harder to grok what...
[ { "path": "packages/next/src/server/lib/router-utils/typegen.ts", "patch": "@@ -688,18 +688,12 @@ export function generateValidatorFileStrict(\n ? `${type}<${JSON.stringify(route)}>`\n : type\n \n- // NOTE: we previously used `satisfies` here, but it's not supported by TypeScr...
2026-01-06T10:18:20
nodejs/node
062e8b5a741b10239195b9385b1ef10e648ddbd5
0629a175c0fae2d98aae0042a0bac1bbfa536015
worker: add web locks api PR-URL: https://github.com/nodejs/node/pull/58666 Fixes: https://github.com/nodejs/node/pull/36502 Refs: https://w3c.github.io/web-locks Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Revie...
[ { "path": "doc/api/globals.md", "patch": "@@ -768,6 +768,55 @@ consisting of the runtime name and major version number.\n console.log(`The user-agent is ${navigator.userAgent}`); // Prints \"Node.js/21\"\n ```\n \n+### `navigator.locks`\n+\n+<!-- YAML\n+added: REPLACEME\n+-->\n+\n+> Stability: 1 - Experimen...
2025-05-29T22:57:31
electron/electron
964090d086ef05acc9a42103d34177395094f76f
e9082ea57a0df6b0e9adf5161857bf99f1d420b8
fix: ensure `TraverseParent` bails on resource path exit (#46100) * fix: ensure TraverseParent bails on resource path exit * Address review changes
[ { "path": "patches/node/.patches", "patch": "@@ -47,3 +47,4 @@ chore_add_createexternalizabletwobytestring_to_globals.patch\n feat_add_oom_error_callback_in_node_isolatesettings.patch\n fix_-wnonnull_warning.patch\n refactor_attach_cppgc_heap_on_v8_isolate_creation.patch\n+fix_ensure_traverseparent_bails_on...
2025-03-24T09:06:59
facebook/react
ada8bbbd6aa76bc472863589128833e30cacaef3
e9c3b27b4b86c5030df96d8a1e4228b5341164b0
[eslint-plugin-react-compiler] Fix type error with recommended config (#32666) ## Summary In the recommended configuration for `eslint-plugin-react-compiler`, i.e. `reactCompiler.configs.recommended`, the rule is typed as `string` rather than `eslint.Linter.RuleEntry` or anything assignable thereto, which results in ...
[ { "path": "compiler/packages/eslint-plugin-react-compiler/src/index.ts", "patch": "@@ -25,7 +25,7 @@ const configs = {\n },\n },\n rules: {\n- 'react-compiler/react-compiler': 'error',\n+ 'react-compiler/react-compiler': 'error' as const,\n },\n },\n };", "additions": 1, ...
2025-03-19T18:58:08
vercel/next.js
0f2bbc9a2d07adbcfa5ec1ebe22e3e2f61a2a63a
b7e4c6a0118628ffc6b2a563e07a07cdc8714f73
[strict-route-types] Enforce common React Component return types in App Router (#87389) Flagged behind `experimental.strictRouteTypes`. Most notably this disallows `void`. We generally treat `void` as "forgot to add return" in React e.g. ```tsx async function Page() { <div />; } ``` which is a common begin...
[ { "path": "packages/next/src/server/lib/router-utils/typegen.ts", "patch": "@@ -739,7 +739,7 @@ export function generateValidatorFileStrict(\n \n if (appPageValidations) {\n typeDefinitions += `type AppPageConfig<Route extends AppRoutes = AppRoutes> = {\n- default: React.ComponentType<PageProps<Route...
2026-01-06T09:56:19
golang/go
790384c6c23f7ce44199ea3cd61c856d632b08aa
a49b0302d0e1d97b67a5f3f3beceafdcbc4c2ef0
spec: adjust rule for type parameter on RHS of alias declaration Per discussion on issue #75885, a type parameter on the RHS of an alias declaration must not be declared in the same declaration (but it may be declared by an enclosing function). This relaxes the spec slightly and allows for (pre-existing) test cases. ...
[ { "path": "doc/go_spec.html", "patch": "@@ -1,6 +1,6 @@\n <!--{\n \t\"Title\": \"The Go Programming Language Specification\",\n-\t\"Subtitle\": \"Language version go1.26 (Nov 12, 2025)\",\n+\t\"Subtitle\": \"Language version go1.26 (Nov 18, 2025)\",\n \t\"Path\": \"/ref/spec\"\n }-->\n \n@@ -2487,11 +2487,1...
2025-11-18T23:47:44
electron/electron
e9082ea57a0df6b0e9adf5161857bf99f1d420b8
5623c96dd74acfccee2d2688121c8c1713809b2b
docs: fix capitalization for `InputEvent.modifiers` (#46130)
[ { "path": "docs/api/structures/input-event.md", "patch": "@@ -12,6 +12,6 @@\n `pointerDown`, `pointerUp`, `pointerMove`, `pointerRawUpdate`,\n `pointerCancel` or `pointerCausedUaAction`.\n * `modifiers` string[] (optional) - An array of modifiers of the event, can\n- be `shift`, `control`, `ctrl`, `alt...
2025-03-23T21:38:15
nodejs/node
fc4a8af4305562aaef19a05c5b7bdfb7400b7a55
0fd1ecded6476378b207cacc8fb4e2f1698830c6
crypto: avoid copying buffers to UTF-8 strings in `crypto.hash()` PR-URL: https://github.com/nodejs/node/pull/59067 Fixes: https://github.com/nodejs/node/issues/59057 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-B...
[ { "path": "src/crypto/crypto_hash.cc", "patch": "@@ -275,26 +275,23 @@ void Hash::OneShotDigest(const FunctionCallbackInfo<Value>& args) {\n }\n \n DataPointer output = ([&]() -> DataPointer {\n- Utf8Value utf8(isolate, args[3]);\n- ncrypto::Buffer<const unsigned char> buf;\n if (args[3]->IsSt...
2025-07-14T07:04:52
facebook/react
c2a196174763e0b4f16ed1c512ed4442b062395e
6584a6eec488a7a155fe2231874aecf178b07a9a
Minor Fixes to View Transition Fixture (#32664) Follow up to #32656. Remove touchAction from SwipeRecognizer. I was under the wrong impression that this was only the touch-action applied to this particular element, but that parents would still win but in fact this blocks the parent from scrolling in the other directi...
[ { "path": "fixtures/view-transition/src/components/Chrome.css", "patch": "@@ -7,3 +7,10 @@ body {\n padding: 0;\n font-family: sans-serif;\n }\n+\n+::view-transition-group(*),\n+::view-transition-image-pair(*),\n+::view-transition-old(*),\n+::view-transition-new(*) {\n+ pointer-events: none;\n+}", ...
2025-03-18T23:20:34
vercel/next.js
b7e4c6a0118628ffc6b2a563e07a07cdc8714f73
6ae1e1b3f4e40f4d5aa807273616429b8fd3c8a5
Turbopack: transpile CHUNK_SUFFIX (#88128) This automatically transpiles this code with the browserslist config, since it's in the runtime as opposed to a generated snippet [swc minifies this to the same output](https://play.swc.rs/?version=1.15.8&code=H4sIAAAAAAAAA919bVfcRrLwd35Fh%2BTcmbEHDTix14GLWYzxLolt%2FABe7z0...
[ { "path": "turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/runtime/base/runtime-base.ts", "patch": "@@ -1,6 +1,6 @@\n /**\n * This file contains runtime types and functions that are shared between all\n- * Turbopack *development* ECMAScript runtimes.\n+ * Turbopack *browser* ECMAScript runtime...
2026-01-06T09:45:21
rust-lang/rust
17c079625c1f8ccd91a9a810e3bd8af73e67ebe8
0e4bafc47cfd39fbe620226e1b9fceeeb8af9e8a
tests/debuginfo/basic-stepping.rs: Add cdb test
[ { "path": "tests/debuginfo/basic-stepping.rs", "patch": "@@ -88,6 +88,45 @@\n //@ lldb-command: frame select\n //@ lldb-check: [...]let m: *const() = &a;[...]\n \n+// === CDB TESTS ===================================================================================\n+\n+// Enable source line support. See\n...
2026-03-13T23:03:43
golang/go
a49b0302d0e1d97b67a5f3f3beceafdcbc4c2ef0
32f5aadd2ffc60421c62b185fa7668012fb5e73e
net/http: correctly close fake net.Conns Fix an inverted test in fakeNetConn.Close that caused closing a connection to not break the other half of the connection. Change-Id: I4e53f78402f8e503c749d57f294a4524abdccfb5 Reviewed-on: https://go-review.googlesource.com/c/go/+/722220 Reviewed-by: Nicholas Husin <nsh@golang....
[ { "path": "src/net/http/netconn_test.go", "patch": "@@ -180,9 +180,10 @@ func (c *fakeNetConn) Close() error {\n \tc.loc.unlock()\n \t// Remote half of the connection reads EOF after reading any remaining data.\n \tc.rem.lock()\n-\tif c.rem.readErr != nil {\n+\tif c.rem.readErr == nil {\n \t\tc.rem.readErr ...
2025-11-19T19:25:49
electron/electron
6723bfbe327da6b447f7cefed4e02bc9d7a74eea
603057b198415cec42bb42d1367e38829158b999
refactor: reduce coupling in `electron::api::Protocol` (#46122) * refactor: decouple api::Protocol from ElectronBrowserContext now they do not know about each other * refactor: make electron::api::ProtocolError private * refactor: remove unused isolate arg in Protocol constructor * refactor: use =default for trivi...
[ { "path": "shell/browser/api/electron_api_protocol.cc", "patch": "@@ -14,7 +14,6 @@\n #include \"gin/handle.h\"\n #include \"gin/object_template_builder.h\"\n #include \"shell/browser/browser.h\"\n-#include \"shell/browser/electron_browser_context.h\"\n #include \"shell/browser/protocol_registry.h\"\n #incl...
2025-03-21T12:33:25
facebook/react
6584a6eec488a7a155fe2231874aecf178b07a9a
86d5ac0882305c5bbff0fd7b40385e7d50d0d2b4
[compiler] Hoist dependencies from functions more conservatively (#32616) Alternative to facebook/react#31584 which sets enableTreatFunctionDepsAsConditional:true` by default. This PR changes dependency hoisting to be more conservative while trying to preserve an optimal "happy path". We assume that a function "is li...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/HIR/CollectHoistablePropertyLoads.ts", "patch": "@@ -13,11 +13,13 @@ import {\n BlockId,\n DependencyPathEntry,\n GeneratedSource,\n+ getHookKind,\n HIRFunction,\n Identifier,\n IdentifierId,\n InstructionId,\n InstructionValue,\n...
2025-03-18T22:00:08
nodejs/node
036b1fd66d8e18091c826e644aef872aee92ffcc
0221d6b6521baa6d9969573eb8241048a74c816d
http,https: add built-in proxy support in http/https.request and Agent This patch implements proxy support for HTTP and HTTPS clients and agents in the `http` and `https` built-ins`. When NODE_USE_ENV_PROXY is set to 1, the default global agent would parse the HTTP_PROXY/http_proxy, HTTPS_PROXY/https_proxy, NO_PROXY/n...
[ { "path": "doc/api/errors.md", "patch": "@@ -2491,6 +2491,18 @@ Accessing `Object.prototype.__proto__` has been forbidden using\n [`Object.setPrototypeOf`][] should be used to get and set the prototype of an\n object.\n \n+<a id=\"ERR_PROXY_INVALID_CONFIG\"></a>\n+\n+### `ERR_PROXY_INVALID_CONFIG`\n+\n+Fail...
2025-07-01T23:17:07
vercel/next.js
5cddef4fd4227a8eddc8f300c7bfb5c887801158
7c40cde272761107b7b95fcdec75c3095ee6a337
Turbopack: fix order of breadth first edges (#88117) ### What? It's a VecDeque and we are calling pop_front() so we don't want to reverse the roots
[ { "path": "turbopack/crates/turbo-tasks/src/graph/adjacency_map.rs", "patch": "@@ -136,12 +136,7 @@ where\n pub fn into_breadth_first_edges(self) -> IntoBreadthFirstEdges<T, E> {\n IntoBreadthFirstEdges {\n adjacency_map: self.adjacency_map,\n- queue: self\n- ...
2026-01-06T06:22:31
rust-lang/rust
b1b87ffdbc24e3928bf0aa4c766cd731ebbc641e
3b1b0ef4d80d3117924d91352c8b6ca528708b3c
Add overview documentation for `std::mem`. I heard that `std::mem` sounds scary to some people, and how it’s described — “Basic functions for dealing with memory” — sounds even to me like something that should be avoided, not even because it would be unsafe, but because it is too low-level. Let’s fix that by telling ...
[ { "path": "library/core/src/mem/mod.rs", "patch": "@@ -1,7 +1,32 @@\n-//! Basic functions for dealing with memory.\n+//! Basic functions for dealing with memory, values, and types.\n //!\n-//! This module contains functions for querying the size and alignment of\n-//! types, initializing and manipulating me...
2026-03-12T19:35:39
golang/go
32f5aadd2ffc60421c62b185fa7668012fb5e73e
a18aff805706bfdaeb9aca042111fae32f9f8b61
cmd/compile: stack allocate backing stores during append We can already stack allocate the backing store during append if the resulting backing store doesn't escape. See CL 664299. This CL enables us to often stack allocate the backing store during append *even if* the result escapes. Typically, for code like: f...
[ { "path": "src/cmd/compile/internal/deadlocals/deadlocals.go", "patch": "@@ -44,6 +44,11 @@ func Funcs(fns []*ir.Func) {\n \t\t\t\t*as.lhs = ir.BlankNode\n \t\t\t\t*as.rhs = zero\n \t\t\t}\n+\t\t\tif len(assigns) > 0 {\n+\t\t\t\t// k.Defn might be pointing at one of the\n+\t\t\t\t// assignments we're overwr...
2025-09-12T21:43:19
facebook/react
86d5ac0882305c5bbff0fd7b40385e7d50d0d2b4
476f53879e80d4ee976ed036a0e8986126fa3117
Revert "Fix:- Improve HOC support and state preservation in React Refresh" (#32214) Reverts facebook/react#30660 I don’t feel confident in the approach. This part of code is supposed to rely on the module bundler behaving as expected. _Maybe_ this is correct but I need to review it closer — it was intentionally _not_...
[ { "path": "packages/react-refresh/src/ReactFreshRuntime.js", "patch": "@@ -146,21 +146,6 @@ function canPreserveStateBetween(prevType: any, nextType: any) {\n if (isReactClass(prevType) || isReactClass(nextType)) {\n return false;\n }\n-\n- if (typeof prevType !== typeof nextType) {\n- return fa...
2025-03-18T19:05:56
electron/electron
603057b198415cec42bb42d1367e38829158b999
9ccc63d6821f948d4b320eeca9b8110468963452
fix: remove `File.path` from types (#46005)
[ { "path": "docs/api/web-utils.md", "patch": "@@ -16,7 +16,7 @@ Returns `string` - The file system path that this `File` object points to. In th\n \n This method superseded the previous augmentation to the `File` object with the `path` property. An example is included below.\n \n-```js\n+```js @ts-nocheck\n...
2025-03-21T07:40:49
rust-lang/rust
ddd1a69483c9a5503b5f2e0b563d9b015f164b86
314e224fa5cd0312975eaac809203baa108e743a
Remove `Clone` derive on `QueryJobInfo`. This requires refactoring `depth_limit_error` to do some extra work immediately instead of returning a cloned `info`.
[ { "path": "compiler/rustc_query_impl/src/job.rs", "patch": "@@ -46,7 +46,7 @@ impl<'tcx> QueryJobMap<'tcx> {\n }\n }\n \n-#[derive(Clone, Debug)]\n+#[derive(Debug)]\n pub(crate) struct QueryJobInfo<'tcx> {\n pub(crate) frame: QueryStackFrame<'tcx>,\n pub(crate) job: QueryJob<'tcx>,\n@@ -88,26 +8...
2026-03-10T03:00:45
golang/go
ab5956909952aa625ab8d51086beca299477e7b0
c4bb9653ba28cba4bcd3a3cbb64285c495a03ba2
go/version: use "custom" as an example of a version suffix The suffix in a non-standard toolchain version can be any string. Show more of a middle ground example of a non-standard version suffix, aligning it with the example used at https://go.dev/doc/toolchain#name. For #75953. Change-Id: I98f9c4de98316aecf76c017eb...
[ { "path": "src/go/version/version.go", "patch": "@@ -4,7 +4,7 @@\n \n // Package version provides operations on [Go versions]\n // in [Go toolchain name syntax]: strings like\n-// \"go1.20\", \"go1.21.0\", \"go1.22rc2\", and \"go1.23.4-bigcorp\".\n+// \"go1.20\", \"go1.21.0\", \"go1.22rc2\", and \"go1.23.4-...
2025-11-14T20:40:43
facebook/react
476f53879e80d4ee976ed036a0e8986126fa3117
c69a5fc53a5135136668ca878f99b634d2374837
Add getClientRects to fragment instances (#32660) Adds `getClientRects()` to fragment instances with a fixture test case. `Element.getClientRect` returns a collection of `DOMRect`s (see example of multiline span returning two `DOMRect` boxes). `fragmentInstance.getClientRects` here flattens those collections into an a...
[ { "path": "fixtures/dom/src/components/Fixture.js", "patch": "@@ -16,3 +16,7 @@ class Fixture extends React.Component {\n Fixture.propTypes = propTypes;\n \n export default Fixture;\n+\n+Fixture.Controls = function FixtureControls({children}) {\n+ return <div className=\"test-fixture__controls\">{children}...
2025-03-18T17:54:26
nodejs/node
fd717c9feb783b2b7ba4953393563c6101fc12e5
a8e4e0613c0873a2d94a2c1bad292e4961c0ab09
deps: V8: revert rapidhash commits This reverts the following V8 commits: Revert "[string] Fix rapidhash on big endian" This reverts commit 3c6749f39dcaf071f7140d501eb6c507ba7d762e. Revert "Fix build with older gcc and clang compilers" This reverts commit 63cb5b3519339bb90a50f5d2150c527d1a6ab96f. ...
[ { "path": "deps/v8/.gitignore", "patch": "@@ -89,7 +89,6 @@\n /third_party/jsoncpp/source\n !/third_party/llvm-libc\n /third_party/llvm-libc/src\n-!/third_party/rapidhash-v8\n !/third_party/re2\n /third_party/re2/src\n !/third_party/siphash", "additions": 0, "deletions": 1, "language": "Unknown"...
2025-05-09T11:40:21
electron/electron
9ccc63d6821f948d4b320eeca9b8110468963452
4d7161f36edacf8d708bc3cb73099db378508bd7
fix: add missing `cpp_heap` to Node.js worker `CreateParams` (#46104)
[ { "path": "patches/node/refactor_attach_cppgc_heap_on_v8_isolate_creation.patch", "patch": "@@ -165,10 +165,20 @@ index 4119ac1b002681d39711eac810ca2fcc2702ffc7..790347056cde949ffe6cf8498a7eca0c\n \n ExitCode NodeMainInstance::Run() {\n diff --git a/src/node_worker.cc b/src/node_worker.cc\n-index 1fc37749...
2025-03-21T07:40:28
rust-lang/rust
60bd8e36cd8f2b534ba2979ddc04cef7a34dca32
1867653c81ac31900ae623e3970dba8f833bf870
Enable the const_closures feature gate to silence an unrelated error
[ { "path": "tests/ui/traits/const-traits/ice-112822-expected-type-for-param.rs", "patch": "@@ -1,8 +1,9 @@\n-#![feature(const_trait_impl)]\n+#![feature(const_trait_impl, const_closures)]\n+#![allow(incomplete_features)]\n \n const fn test() -> impl [const] Fn() {\n //~^ ERROR: }: [const] Fn()` is not sat...
2026-03-13T07:37:12
vercel/next.js
7c40cde272761107b7b95fcdec75c3095ee6a337
98644a13090e4d8dae04efc5a715bc5967957339
[turbopack] Populate the `names` field of sourcemaps (#87911) Ensure that turbopack produces sourcemaps with the `names` field populated. SWC has support for this but because we are using lower level APIs we need to collect identifiers ourself. This follows the pattern that SWC uses internally in APIs like `Compiler...
[ { "path": "turbopack/crates/turbopack-css/src/module_asset.rs", "patch": "@@ -445,7 +445,7 @@ fn generate_minimal_source_map(filename: String, source: String) -> Result<Rope>\n }\n let sm: Arc<SourceMap> = Default::default();\n sm.new_source_file(FileName::Custom(filename).into(), source);\n- ...
2026-01-06T03:21:31
electron/electron
86cc9f626f90eaa4df5fb916ba6706f825687517
09a3bcf0f03a86bc9caa7c4b5e7770e5f3306a5c
fix: APNS token ids are lowercase ASCII (#46101)
[ { "path": "docs/api/push-notifications.md", "patch": "@@ -46,4 +46,7 @@ See: https://developer.apple.com/documentation/appkit/nsapplication/1428476-regi\n ### `pushNotifications.unregisterForAPNSNotifications()` _macOS_\n \n Unregisters the app from notifications received from APNS.\n+\n+Apps unregistered t...
2025-03-20T06:57:50
facebook/react
a35aaf704cca9a5db16f5b197e3ac17eb960b72f
3c3696d5548c8a67f2332fd78332b9366abaf2f9
Update ViewTransition fixture to include bigger buttons/swipe (#32656) I made the button a bit bigger and moved the swipe recognizer around the whole screen. Typically these are used around the whole content without any affordances and not as a standalone scrubber. Ideally the swipe would be able to be inside the anim...
[ { "path": "fixtures/view-transition/src/components/Page.css", "patch": "@@ -8,7 +8,16 @@\n }\n \n .swipe-recognizer {\n- width: 200px;\n- border: 1px solid #333333;\n+ width: 300px;\n+ background: #eee;\n border-radius: 10px;\n+ padding: 20px;\n }\n+\n+.button {\n+ background: #000;\n+ color: #fff;...
2025-03-18T13:24:31
golang/go
4fef9f8b5596d42a2997fd8b74185d53fb7d0e43
33529db142dab098d4687f99e27e6284c31fa039
go/types, types2: fix object path for grouped declaration statements CL 715840 deferred popping from the object path during handling of grouped declaration statements, which leaves extra objects on the path since this executes in a loop. Surprisingly, no test exercised this. This change fixes this small bug and adds ...
[ { "path": "src/cmd/compile/internal/types2/decl.go", "patch": "@@ -876,8 +876,8 @@ func (check *Checker) declStmt(list []syntax.Decl) {\n \t\t\tscopePos := s.Name.Pos()\n \t\t\tcheck.declare(check.scope, s.Name, obj, scopePos)\n \t\t\tcheck.push(obj) // mark as grey\n-\t\t\tdefer check.pop()\n \t\t\tcheck.t...
2025-11-19T20:10:24
vercel/next.js
c5b19eb7f5cf48dffa1b8bf87cd089f079fb031a
3c47bd99afb7babc202898f71a815a8663db42b1
test: reduce flakiness in opentelemetry test for prod mode (#88102) ## Summary Reduces flakiness in the OpenTelemetry e2e test (`test/e2e/opentelemetry/instrumentation/opentelemetry.test.ts`) for production mode. ### Root Cause In production mode, Next.js generates additional spans from: - RSC prefetch requests (wit...
[ { "path": "test/e2e/opentelemetry/instrumentation/instrumentation-test.ts", "patch": "@@ -71,13 +71,13 @@ class TestExporter implements SpanExporter {\n code: ExportResultCode.FAILED,\n error: new Error(`http status ${response.status}`),\n })\n+ return\n }\n+ re...
2026-01-05T12:42:32
nodejs/node
4102dcc2269d12cb576468370419b059c31e72b0
ce4a16f50ae289bf6c7834b592ca47ad4634dd79
doc: fix typed list formatting PR-URL: https://github.com/nodejs/node/pull/59019 Refs: https://github.com/nodejs/api-docs-tooling/issues/348 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com> Reviewed-By: Claudio Wunder <cwunder@gnome.org>
[ { "path": "doc/api/async_context.md", "patch": "@@ -303,7 +303,7 @@ asyncLocalStorage.getStore(); // Returns the same object\n added: v24.0.0\n -->\n \n-* {string}\n+* Type: {string}\n \n The name of the `AsyncLocalStorage` instance if provided.\n ", "additions": 1, "deletions": 1, "language": "...
2025-07-15T17:18:42
electron/electron
09a3bcf0f03a86bc9caa7c4b5e7770e5f3306a5c
bf64967b68f28eef913383d104b869a3203cc257
fix: `webContents.print()` crash on Linux (#46087)
[ { "path": "shell/browser/feature_list.cc", "patch": "@@ -27,6 +27,10 @@\n #include \"pdf/pdf_features.h\"\n #endif\n \n+#if BUILDFLAG(IS_LINUX)\n+#include \"printing/printing_features.h\"\n+#endif\n+\n namespace electron {\n \n void InitializeFeatureList() {\n@@ -56,6 +60,14 @@ void InitializeFeatureList() ...
2025-03-20T05:41:00
facebook/react
3c3696d5548c8a67f2332fd78332b9366abaf2f9
90b511ec7a9f2f3fd2b7f0039d8fc52c23f573a1
Measure Updated ViewTransition Boundaries (#32653) This does the same thing for `measureUpdateViewTransition` that we did for `measureNestedViewTransitions` in https://github.com/facebook/react/pull/32612/commits/e3cbaffef05c7b476c07f7495e06788a9503e636. If a boundary hasn't mutated and didn't change in size, we mark ...
[ { "path": "fixtures/view-transition/src/components/Page.js", "patch": "@@ -77,9 +77,9 @@ export default function Page({url, navigate}) {\n <div>\n <button\n onClick={() => {\n- navigate(show ? '/?a' : '/?b');\n+ navigate(url === '/?b' ? '/?a' : '/?b');\n }}>\n- ...
2025-03-18T01:38:13
golang/go
dc42565a202694731945421c1fd58815f12423b5
e64023dcbf40af59a637a982cba58ee8272d61c4
cmd/compile: fix control flow for unsigned divisions proof relations The continue used to make sense since I first wrote this patch with a loop, for testing the commutativity of the add. This was refactored to just try both but I forgot to fix the continue. Change-Id: I91466a052d5d8ee7193084a71faf69bd27e36d2a Review...
[ { "path": "src/cmd/compile/internal/ssa/prove.go", "patch": "@@ -2503,15 +2503,13 @@ func addLocalFacts(ft *factsTable, b *Block) {\n \t\t\t\txl := ft.limits[x.ID]\n \t\t\t\ty := add.Args[1]\n \t\t\t\tyl := ft.limits[y.ID]\n-\t\t\t\tif unsignedAddOverflows(xl.umax, yl.umax, add.Type) {\n-\t\t\t\t\tcontinue\...
2025-11-18T00:26:01
vercel/next.js
3c47bd99afb7babc202898f71a815a8663db42b1
c74cb2ae25bbe515c600b85f1e974f7eb26db576
chore: add Claude Code configuration (#87943) adding basic config with graphite/repo instructions <!-- 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...
[ { "path": ".alexignore", "patch": "@@ -1,3 +1,5 @@\n CODE_OF_CONDUCT.md\n examples/\n **/*/LICENSE.md\n+.claude/\n+CLAUDE.md", "additions": 2, "deletions": 0, "language": "Unknown" }, { "path": ".claude/commands/ci-failures.md", "patch": "@@ -0,0 +1,161 @@\n+# Check CI Failures\n+\n+...
2026-01-05T12:32:27
nodejs/node
049664bbdc421c63b2145c85a18c64d184b40aa5
a47274595888cb9e672c1bce3157a3eab2c50ab2
repl: fix repl crashing on variable declarations without init PR-URL: https://github.com/nodejs/node/pull/59032 Fixes: https://github.com/nodejs/node/issues/59029 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matthew Aitken <maitken033380023@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
[ { "path": "lib/repl.js", "patch": "@@ -1735,6 +1735,10 @@ function findExpressionCompleteTarget(code) {\n // what we can potentially complete on, so let's re-run the function's logic on that\n if (lastBodyStatement.type === 'VariableDeclaration') {\n const lastDeclarationInit = lastBodyStatement.dec...
2025-07-11T16:43:10
facebook/react
90b511ec7a9f2f3fd2b7f0039d8fc52c23f573a1
02372952e4f24fa02dcb9b32af26cb2472617cef
fix(react-compiler): implement NumericLiteral as ObjectPropertyKey (#31791)
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/HIR/BuildHIR.ts", "patch": "@@ -1455,6 +1455,11 @@ function lowerObjectPropertyKey(\n kind: 'identifier',\n name: key.node.name,\n };\n+ } else if (key.isNumericLiteral()) {\n+ return {\n+ kind: 'identifier',\n+ name:...
2025-03-17T23:30:58
electron/electron
e4d660af86b95254b8b49de948923d4e1f4769f6
2efd75e2cad222b60b6b0d6a431587a49cf9d6c0
docs: fix code example in breaking-changes.md (#46093)
[ { "path": "docs/breaking-changes.md", "patch": "@@ -22,7 +22,7 @@ rejection occurs instead of crashing the process.\n To restore the previous behavior, you can use:\n \n ```js\n-process.on('uncaughtException', () => {\n+process.on('unhandledRejection', () => {\n process.exit(1)\n })\n ```", "additions...
2025-03-19T10:20:22
golang/go
489d3dafb791df8297f71ecf4e2c3c84ea11f6f2
8c41a482f9b7a101404cd0b417ac45abd441e598
math: switch s390x math.Pow to generic implementation The s390x assembly implementation of math.Pow incorrectly handles certain subnormal cases. This change switches the function to use the generic implementation instead. Updates #76247 Cq-Include-Trybots: luci.golang.try:gotip-linux-s390x Change-Id: I794339080d5a7a...
[ { "path": "src/math/arith_s390x.go", "patch": "@@ -129,7 +129,7 @@ func archExpm1(x float64) float64\n func expm1TrampolineSetup(x float64) float64\n func expm1Asm(x float64) float64\n \n-const haveArchPow = true\n+const haveArchPow = false\n \n func archPow(x, y float64) float64\n func powTrampolineSetup(x...
2025-11-14T13:21:37
vercel/next.js
c74cb2ae25bbe515c600b85f1e974f7eb26db576
f3ccca39c7b093561ce16b6a3b24772bfe14287e
Redesign default error pages with cleaner, more user-friendly UI (#87988) - redesigns the default global + default error boundaries. removing the WSOD forever :/ - adds dark mode support - unifies a bit of the styling - add the digest for the server error - adds a return button on the client errors <img width="3328" ...
[ { "path": "packages/next/src/client/components/builtin/app-error.tsx", "patch": "@@ -1,75 +1,31 @@\n import React from 'react'\n+import { errorStyles, errorThemeCss, ErrorIcon } from './error-styles'\n \n-const styles: Record<string, React.CSSProperties> = {\n- error: {\n- // https://github.com/sindreso...
2026-01-05T12:30:06
nodejs/node
0d128e39efaa82dc9550232a7382f70462c8eb4e
e3e739de63b0df9663411f4da9997055ab5a66e2
doc: add missing environment variables to manpage PR-URL: https://github.com/nodejs/node/pull/58963 Fixes: https://github.com/nodejs/node/issues/58894 Reviewed-By: Dario Piotrowicz <dario.piotrowicz@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
[ { "path": "doc/node.1", "patch": "@@ -696,12 +696,22 @@ disabled.\n .It Ev NO_COLOR\n Alias for NODE_DISABLE_COLORS\n .\n+.It Ev NODE_COMPILE_CACHE Ar dir\n+Enable the\n+.Sy module compile cache\n+for the Node.js instance.\n+.\n .It Ev NODE_DEBUG Ar modules...\n Comma-separated list of core modules that sho...
2025-07-11T07:38:24
facebook/react
02372952e4f24fa02dcb9b32af26cb2472617cef
9fde224a53693101a4d15e038d6db37e7a3596ff
Don't auto-start browser in SSR fixtures (#32652) I end up restarting these a lot and it's annoying to have it open another tab each time. The flight fixture already doesn't auto-start.
[ { "path": "fixtures/ssr/package.json", "patch": "@@ -20,7 +20,7 @@\n \"prestart\": \"cp -r ../../build/oss-experimental/* ./node_modules/\",\n \"prebuild\": \"cp -r ../../build/oss-experimental/* ./node_modules/\",\n \"dev\": \"concurrently \\\"npm run dev:server\\\" \\\"npm run dev:client\\\"\"...
2025-03-17T21:26:00
electron/electron
dcbab692c08822602c51e7e12de9f96c5dfead49
71f3ff6bf289745c74d48cf54c254120a70804b4
test: fix `app.dock` for corrected type (#46110) test: fix app.dock for corrected type
[ { "path": "spec/api-app-spec.ts", "patch": "@@ -1668,19 +1668,19 @@ describe('app module', () => {\n \n ifdescribe(process.platform === 'darwin')('dock APIs', () => {\n after(async () => {\n- await app.dock.show();\n+ await app.dock?.show();\n });\n \n describe('dock.setMenu', () => ...
2025-03-18T21:44:39
golang/go
e912618bd2de2121d6c9fed3473b5e0a47da138c
2cf9d4b62f167cbef01469d625dabefdd783c0e8
runtime: add hexdumper Currently, we have a simple hexdumpWords facility for debugging. It's useful but pretty limited. This CL adds a much more configurable and capable "hexdumper". It can be configured for any word size (including bytes), handles unaligned data, includes an ASCII dump, and accepts data in multiple ...
[ { "path": "src/runtime/export_test.go", "patch": "@@ -2029,3 +2029,36 @@ func (head *ListHeadManual) Pop() unsafe.Pointer {\n func (head *ListHeadManual) Remove(p unsafe.Pointer) {\n \thead.l.remove(p)\n }\n+\n+func Hexdumper(base uintptr, wordBytes int, mark func(addr uintptr, start func()), data ...[]byte...
2025-06-10T23:19:08
vercel/next.js
f3ccca39c7b093561ce16b6a3b24772bfe14287e
40a4c11b078e199a3654cff633f7cd3d905079c5
chore: warn when running tests against stale build (#88001) i got bit by this often :p <!-- 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)...
[ { "path": "jest.config.js", "patch": "@@ -7,6 +7,7 @@ const createJestConfig = nextJest()\n const customJestConfig = {\n displayName: process.env.IS_WEBPACK_TEST ? 'webpack' : 'Turbopack',\n testMatch: ['**/*.test.js', '**/*.test.ts', '**/*.test.jsx', '**/*.test.tsx'],\n+ globalSetup: '<rootDir>/jest-g...
2026-01-05T12:26:58
facebook/react
9320a0139df876509c8ebb6f6fd950a6690bd5d9
fbcda19a23da819889afdd7164b29c556fbcfc7a
Fix COMMIT_SHA when generating PR artifacts (#32647) Follow-up to #31850. We want to build using the original commit SHA, not the merge commit that GitHub Actions creates behind the scenes. We were already checking out the correct commit object, but the COMMIT_SHA artifact was still pointing to the merge commit. This...
[ { "path": ".github/workflows/runtime_build_and_test.yml", "patch": "@@ -330,7 +330,7 @@ jobs:\n merge-multiple: true\n - name: Display structure of build\n run: ls -R build\n- - run: echo ${{ github.sha }} >> build/COMMIT_SHA\n+ - run: echo ${{ github.event.pull_request.hea...
2025-03-17T16:46:27