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 |
|---|---|---|---|---|---|
vercel/next.js | 0464eae4c948308289a333ea2e11ea4be546901a | 34233054b3812af90bda47be62b02d3f42b8cab3 | Revert "Upgrade vercel og and remove yoga type patching (#81937)" (#82066)
This reverts commit 89a8b65341af7652ea781fab35a0381ccd4daa57.
x-ref:
https://github.com/vercel/next.js/actions/runs/16532118100/job/46759737328#step:33:329
This is causing issues when deployed
```sh
[warning] Aborted(CompileError: WebAsse... | [
{
"path": "package.json",
"patch": "@@ -146,7 +146,7 @@\n \"@typescript-eslint/parser\": \"^8.36.0\",\n \"@vercel/devlow-bench\": \"workspace:*\",\n \"@vercel/fetch\": \"6.1.1\",\n- \"@vercel/og\": \"0.8.5\",\n+ \"@vercel/og\": \"0.7.2\",\n \"abort-controller\": \"3.0.0\",\n \"alex... | 2025-07-25T23:41:42 |
golang/go | 8097cf14d20b547a615aae7d1b738a6aa563aa31 | 07a279794dff7ef3371710f1de4b3f9fc4ef4987 | cmd/compile: fold negation into addition/subtraction on mips64x
Fold negation into addition/subtraction and avoid double negation.
file before after Δ %
addr2line 4007310 4007470 +160 +0.004%
asm 7007636 7007436 -200 -0.003%
buildid 3839268 3838972 -296 -0.008%
cgo ... | [
{
"path": "src/cmd/compile/internal/ssa/_gen/MIPS64.rules",
"patch": "@@ -719,11 +719,14 @@\n \n // generic simplifications\n (ADDV x (NEGV y)) => (SUBV x y)\n+(SUBV x (NEGV y)) => (ADDV x y)\n (SUBV x x) => (MOVVconst [0])\n (SUBV (MOVVconst [0]) x) => (NEGV x)\n (AND x x) => x\n (OR x x) => x\n (XOR x x)... | 2025-05-16T16:14:31 |
facebook/react | a4939017ffe2e04a94efca0f48b661bc778a6fa4 | 8ef14cf24219addedca3607dabb3bef37fb2e013 | Concurrent RTR in ReactHooksInspectionIntegration-test (#28549)
More test updates to use concurrent root in RTR
`yarn test
packages/react-debug-tools/src/__tests__/ReactHooksInspectionIntegration-test.js` | [
{
"path": "packages/react-debug-tools/src/__tests__/ReactHooksInspectionIntegration-test.js",
"patch": "@@ -51,7 +51,12 @@ describe('ReactHooksInspectionIntegration', () => {\n </div>\n );\n }\n- const renderer = ReactTestRenderer.create(<Foo prop=\"prop\" />);\n+ let renderer;\n+ ... | 2024-03-20T15:15:32 |
nodejs/node | c062b5242a7d3f91f7aed77dcfc90b7fc3a372aa | 6dce10ff77f9e9a53adf95f027f60fadcef47ce7 | src: use correct way to signal interceptor error
PR-URL: https://github.com/nodejs/node/pull/54418
Refs: https://github.com/nodejs/node/blob/e4f61de14f8cfb83f1ce0ad1597b86278cd5f5f1/deps/v8/include/v8-function-callback.h#L398-L408
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Cheng Zhao <zcbenz@g... | [
{
"path": "src/node_webstorage.cc",
"patch": "@@ -572,8 +572,8 @@ static Intercepted StorageSetter(Local<Name> property,\n Storage* storage;\n ASSIGN_OR_RETURN_UNWRAP(&storage, info.This(), Intercepted::kNo);\n \n- if (storage->Store(property, value)) {\n- info.GetReturnValue().Set(value);\n+ if (!... | 2024-08-24T17:09:39 |
electron/electron | c3036d455741b693b6cc70b2fd037af9401d97e9 | bee5d94886c91f7d5ca3e1cab9a4d2cdfac8d268 | chore: bump chromium to 117.0.5938.0 (main) (#39375)
* chore: bump chromium in DEPS to 117.0.5929.0
* chore: bump chromium in DEPS to 117.0.5931.0
* chore: bump chromium in DEPS to 117.0.5932.0
* chore: update patches
* 4728317: Prevent PrintRenderFrameHelper from printing when already printing
| https:/... | [
{
"path": ".circleci/config/base.yml",
"patch": "@@ -1432,6 +1432,8 @@ commands:\n - src/build/linux\n - src/buildtools/third_party/libc++\n - src/buildtools/third_party/libc++abi\n+ - src/third_party/libc++\n+ ... | 2023-08-15T15:49:41 |
vercel/next.js | a6f10c98c379db9e5a6b8cb92879f3811fbaef7d | 261a5c3e1d41347e43973065cf3d072223e20e1c | Fix API stripping JSON incorrectly (#82061)
This ensures we don't normalize unless it's actually a `_next/data`
request.
Fixes: https://github.com/vercel/next.js/issues/81936 | [
{
"path": "packages/next/src/shared/lib/page-path/normalize-data-path.ts",
"patch": "@@ -1,7 +1,12 @@\n+import { pathHasPrefix } from '../router/utils/path-has-prefix'\n+\n /**\n * strip _next/data/<build-id>/ prefix and .json suffix\n */\n export function normalizeDataPath(pathname: string) {\n+ if (!pa... | 2025-07-25T20:30:19 |
rust-lang/rust | eb1e41162938cba510f059738687d78fdc0f14a0 | bb8b30a5fce59f5d3d17a8f010601c59f0f19d79 | Add 2048-bit HvxVectorPair support to Hexagon SIMD ABI checks
Previously, rustc rejected HvxVectorPair types in function signatures
because the HEXAGON_FEATURES_FOR_CORRECT_FIXED_LENGTH_VECTOR_ABI array
only had entries for vectors up to 1024 bits. This caused the ABI checker
to emit "unsupported vector type" errors f... | [
{
"path": "compiler/rustc_target/src/target_features.rs",
"patch": "@@ -984,8 +984,11 @@ const RISCV_FEATURES_FOR_CORRECT_FIXED_LENGTH_VECTOR_ABI: &'static [(u64, &'stat\n const SPARC_FEATURES_FOR_CORRECT_FIXED_LENGTH_VECTOR_ABI: &'static [(u64, &'static str)] =\n &[/*(64, \"vis\")*/];\n \n-const HEXAGO... | 2026-02-12T18:56:00 |
nodejs/node | e272cfbf05adc8d8687aad9ede5660ab99b360c6 | bec3425d0c38545506e7f18491ceefb518b656d2 | build: don't clean obj.target directory if it doesn't exist
This can happen to ninja builds, which would then throw an
error instead of being a noop if the command is executed.
PR-URL: https://github.com/nodejs/node/pull/54337
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.c... | [
{
"path": "Makefile",
"patch": "@@ -241,8 +241,10 @@ coverage-clean:\n \t$(RM) -r node_modules\n \t$(RM) -r gcovr\n \t$(RM) -r coverage/tmp\n-\t$(FIND) out/$(BUILDTYPE)/obj.target \\( -name \"*.gcda\" -o -name \"*.gcno\" \\) \\\n-\t\t-type f -exec $(RM) {} \\;\n+\t@if [ -d \"out/Release/obj.target\" ]; then... | 2024-08-24T14:17:44 |
golang/go | 07a279794dff7ef3371710f1de4b3f9fc4ef4987 | e6cd9c083ec1a2d989608fd6b4d4809b8b08d0fe | cmd/go/internal/modget: check in workspace mode if go.work present
The purpose of this change is to enable go get to be used when working
on a module that is usually built from a workspace and has unreleased
dependencies in that workspacae that have no requirements satisfying
them. These modules can't build in single ... | [
{
"path": "src/cmd/go/internal/modfetch/fetch.go",
"patch": "@@ -35,7 +35,12 @@ import (\n \tmodzip \"golang.org/x/mod/zip\"\n )\n \n-var downloadCache par.ErrCache[module.Version, string] // version → directory\n+// The downloadCache is used to cache the operation of downloading a module to disk\n+// (if i... | 2025-05-01T02:17:21 |
facebook/react | 29a6ca33a548ba372942dd5f0ae1c777e405610b | 82c6595e758679adf518e69794ba8d11b97a6bd1 | Update gate pragma to detect global error events (#28591)
If a global error event is dispatched during a test, Jest reports that
test as a failure.
Our `@gate` pragma feature should account for this — if the gate
condition is false, and the global error event is dispatched, then the
test should be reported as a ... | [
{
"path": "scripts/babel/__tests__/transform-test-gate-pragma-test.js",
"patch": "@@ -203,6 +203,15 @@ describe('transform test-gate-pragma: actual runtime', () => {\n console.error('Stop that!');\n throw Error('I told you to stop!');\n });\n+\n+ // @gate false\n+ test('a global error event is t... | 2024-03-20T01:08:37 |
electron/electron | 127584dc377e19c4605a9be51a8e262f9e1a2fdf | 8e3dcc8b179c0cd38dbd367b123e31af0ba3cfb9 | feat: add a 'title' parameter to `openDevTools()` (#39047)
* [Feature Request]: Add a parameter to openDevTools() that sets the DevTools window title bar
* all titles->title
* add GetDevToolsTitle(),update docs
* fix:lint error
* fix:lint error
* add setDevToolTitle
* lint errror
* lint errror
... | [
{
"path": "docs/api/web-contents.md",
"patch": "@@ -1777,6 +1777,7 @@ app.whenReady().then(() => {\n In `undocked` mode it's possible to dock back. In `detach` mode it's not.\n * `activate` boolean (optional) - Whether to bring the opened devtools window\n to the foreground. The default is `true`.... | 2023-08-15T05:32:53 |
vercel/next.js | 1c426482c3054b998c9e11f59c2f7e43e1ef5a58 | 62856be393812274fdd110adaa5674ab82ad3180 | Adjusted the warning message to be more descriptive (#82054)
<!-- 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 Con... | [
{
"path": "packages/next/src/lib/find-root.ts",
"patch": "@@ -42,12 +42,11 @@ export function findRootDir(cwd: string) {\n \n Log.warnOnce(\n `Warning: Next.js inferred your workspace root, but it may not be correct.\\n` +\n- `We detected multiple lockfiles and selected ${lockFiles[lockFile... | 2025-07-25T15:15:46 |
rust-lang/rust | dd8a98a9bc83076db950c2f10c46a4ce4499a011 | 8526aa53613bf82bc145bb02161933fb336643e3 | Fix pretty print tests with #[prelude_import] | [
{
"path": "tests/pretty/delegation-inherit-attributes.pp",
"patch": "@@ -7,7 +7,7 @@\n #![allow(incomplete_features)]\n #![feature(fn_delegation)]\n extern crate std;\n-#[prelude_import]\n+#[attr = PreludeImport]\n use std::prelude::rust_2021::*;\n \n extern crate to_reuse_functions;",
"additions": 1,
... | 2026-02-12T17:43:58 |
nodejs/node | d5dc540f10b597a3dfb23aa1e5391b6964aa2ed6 | 9ee3a720fe7f4b7cf20143dcfdbd24b97a1bedc6 | meta: remind users to use a supported version in bug reports
PR-URL: https://github.com/nodejs/node/pull/54481
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> | [
{
"path": ".github/ISSUE_TEMPLATE/1-bug-report.yml",
"patch": "@@ -13,7 +13,9 @@ body:\n - type: input\n attributes:\n label: Version\n- description: Output of `node -v`\n+ description: |\n+ Output of `node -v`.\n+ Please verify that you are reproducing the issue in a [cu... | 2024-08-23T12:29:47 |
golang/go | e6cd9c083ec1a2d989608fd6b4d4809b8b08d0fe | 2b3794e3e8a0ecf9d0ff7d8689ca9cdaea974e08 | sync: set GOMAXPROCS to 1 in TestPoolGC
This test expects to be able to drain a Pool using only Get. This isn't
actually possible in the general case, since a pooled value could get
stuck in some P's private slot. However, if GOMAXPROCS=1, there's only 1
P we could be running on, so getting stuck becomes impossible.
... | [
{
"path": "src/sync/pool_test.go",
"patch": "@@ -102,6 +102,18 @@ func TestPoolRelease(t *testing.T) {\n }\n \n func testPool(t *testing.T, drain bool) {\n+\tif drain {\n+\t\t// Run with GOMAXPROCS=1 if drain is set. The code below implicitly\n+\t\t// assumes it can remove all the pool-cached values with cl... | 2025-05-16T04:42:38 |
facebook/react | 346f6c13a838a3c99dac3a3c01d67f32da28e366 | f2b0b656b255fbf9efaf12c316988ff8a34332a2 | Todo for fbt with multiple fbt:enum
I need to do more debugging to figure out exactly why the example earlier fails
— but whatever it is, it's clearly a matter of the fbt plugin relying on some
specifics of source locations.
Here we just detect multiple instances of `<fbt:enum>` within a given `<fbt>`
tag and th... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/HIR/BuildHIR.ts",
"patch": "@@ -2058,6 +2058,25 @@ function lowerExpression(\n suggestions: null,\n });\n }\n+ const fbtEnumLocations: Array<SourceLocation> = [];\n+ expr.traverse({\n+ JSXNamespac... | 2024-03-19T23:39:05 |
electron/electron | cf658b700d6108847ce62e5e4779bec298ce2d12 | 08bbff5361defb863409efbdbb16479e93f5981f | fix: use nested run loop in clipboard.readImage (#39466) | [
{
"path": "shell/common/api/electron_api_clipboard.cc",
"patch": "@@ -9,6 +9,7 @@\n #include \"base/containers/contains.h\"\n #include \"base/run_loop.h\"\n #include \"base/strings/utf_string_conversions.h\"\n+#include \"shell/browser/browser.h\"\n #include \"shell/common/gin_converters/image_converter.h\"\... | 2023-08-14T08:35:37 |
vercel/next.js | 0b0e242821687832e02a205d6b050ed327498df1 | 025a98a9fd6a85df0fcaa7397ef41a79033d4c34 | [devtools] Fix various `exhaustive-deps` violations (#82010)
These fixes are pretty local and isolated so I felt safe bundling them up. | [
{
"path": "packages/next/src/next-devtools/dev-overlay/components/dialog/dialog.tsx",
"patch": "@@ -7,7 +7,6 @@ export type DialogProps = {\n 'aria-describedby': string\n className?: string\n onClose?: () => void\n- dialogResizerRef?: React.RefObject<HTMLDivElement | null>\n } & React.HTMLAttributes<... | 2025-07-25T12:33:38 |
nodejs/node | 628469c7e1327fe6b3369c7824d7bcbb1b70f9c1 | 4de992fa5b31a81cfc309a8e37702e7b6a66ea9b | net: exclude ipv6 loopback addresses from server.listen
Fixes: https://github.com/nodejs/node/issues/51732
PR-URL: https://github.com/nodejs/node/pull/54264
Reviewed-By: Tim Perry <pimterry@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com> | [
{
"path": "lib/net.js",
"patch": "@@ -62,6 +62,7 @@ const {\n UV_ECANCELED,\n UV_ETIMEDOUT,\n } = internalBinding('uv');\n+const { convertIpv6StringToBuffer } = internalBinding('cares_wrap');\n \n const { Buffer } = require('buffer');\n const { ShutdownWrap } = internalBinding('stream_wrap');\n@@ -2118,... | 2024-08-23T09:11:43 |
golang/go | f529d56508b4bbb1e3707917404be57e9b815ccd | b450b5409dbdec1810873413b1213fc543f43a39 | cmd/go: add global ignore mechanism
This CL adds the ignore directive which enables users to tell the Go
Command to skip traversing into a given directory.
This behaves similar to how '_' or 'testdata' are currently treated.
This mainly has benefits for go list and go mod tidy.
This does not affect what is packed int... | [
{
"path": "src/cmd/go/alldocs.go",
"patch": "@@ -1259,9 +1259,13 @@\n // The -tool=path and -droptool=path flags add and drop a tool declaration\n // for the given path.\n //\n+// The -ignore=path and -dropignore=path flags add and drop a ignore declaration\n+// for the given path.\n+//\n // The -godebug, -... | 2025-01-08T18:30:50 |
facebook/react | f2b0b656b255fbf9efaf12c316988ff8a34332a2 | 501481ccea2dc1ba844a9f8a926db22a23e1f322 | More accurate source locations for JSX opening/closing tags
<img width="553" alt="Screenshot 2024-03-19 at 4 41 15 PM"
src="https://github.com/facebook/react-forget/assets/6425824/e87ee704-6c67-4e10-824b-71e97e7e19f5">
Slightly improves source locations for JSX elements so that the opening and
closing tag have di... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/HIR/BuildHIR.ts",
"patch": "@@ -1967,6 +1967,7 @@ function lowerExpression(\n case \"JSXElement\": {\n const expr = exprPath as NodePath<t.JSXElement>;\n const opening = expr.get(\"openingElement\");\n+ const openingLoc = openin... | 2024-03-19T23:26:32 |
rust-lang/rust | 0c724e57c309e5804f98097d53c188bb36e42acc | d32a47377ebe75569071503138545aa7e1cc2b22 | Refactor handling of associated type shorthand for type parameters, i.e. `T::AssocType` without specifying the trait
I believe the new code is both cleaner and more robust, and should fix some edge cases.
rustc does all of this very differently with plenty of queries for various forms of predicate lowering; but we ha... | [
{
"path": "src/tools/rust-analyzer/crates/hir-def/src/hir/generics.rs",
"patch": "@@ -184,7 +184,7 @@ static EMPTY: LazyLock<Arc<GenericParams>> = LazyLock::new(|| {\n \n impl GenericParams {\n /// The index of the self param in the generic of the non-parent definition.\n- pub(crate) const SELF_PARAM... | 2026-02-12T16:50:20 |
nodejs/node | a21af4bfb51ff8f0b4fe79ff10d85d6b58501efa | 99f4a73b81d52d41140c6aba04091d12a3df88c4 | doc: fix capitalization in module.md
PR-URL: https://github.com/nodejs/node/pull/54488
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> | [
{
"path": "doc/api/modules.md",
"patch": "@@ -417,7 +417,7 @@ described in greater detail elsewhere in this documentation.\n The built-in modules are defined within the Node.js source and are located in the\n `lib/` folder.\n \n-built-in modules can be identified using the `node:` prefix, in which case\n+Bu... | 2024-08-23T00:52:53 |
golang/go | b450b5409dbdec1810873413b1213fc543f43a39 | 045b5c1bfb4535dc8149d93efec1f6412f5ccdae | runtime: prevent cleanup goroutines from missing work
Currently, there's a window of time where each cleanup goroutine has
committed to going to sleep (immediately after full.pop() == nil) but
hasn't yet marked itself as asleep (state.sleep()). If new work arrives
in this window, it might get missed. This is what we s... | [
{
"path": "src/internal/runtime/math/math.go",
"patch": "@@ -6,7 +6,10 @@ package math\n \n import \"internal/goarch\"\n \n-const MaxUintptr = ^uintptr(0)\n+const (\n+\tMaxUint32 = ^uint32(0)\n+\tMaxUintptr = ^uintptr(0)\n+)\n \n // MulUintptr returns a * b and whether the multiplication overflowed.\n // O... | 2025-05-10T18:53:14 |
facebook/react | 82c6595e758679adf518e69794ba8d11b97a6bd1 | 37676aba76a9b97e1059e6dec39c3f401f44248d | Bump es5-ext from 0.10.53 to 0.10.63 in /fixtures/dom (#28459)
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to
0.10.63.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/medikoo/es5-ext/releases">es5-ext's
releases</a>.</em></p>
<blockquote>
<h2>0.10... | [
{
"path": "fixtures/dom/yarn.lock",
"patch": "@@ -2679,16 +2679,17 @@ es-to-primitive@^1.2.1:\n is-date-object \"^1.0.1\"\n is-symbol \"^1.0.2\"\n \n-es5-ext@^0.10.35, es5-ext@^0.10.46, es5-ext@^0.10.50, es5-ext@~0.10.14:\n- version \"0.10.53\"\n- resolved \"https://registry.yarnpkg.com/es5-ext/-/... | 2024-03-19T22:13:39 |
rust-lang/rust | 7df6e6799fceff11ce4e0a73520050b549cc9acf | d2ce1c9c3d87f81e6550f6af56eb133db46e9b42 | Update Cargo.lock
Updates cc crate to 1.2.55 which fixes macabi target triple
handling for x86_64-apple-ios-macabi builds. | [
{
"path": "library/stdarch/Cargo.lock",
"patch": "@@ -10,18 +10,18 @@ checksum = \"320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa\"\n \n [[package]]\n name = \"aho-corasick\"\n-version = \"1.1.3\"\n+version = \"1.1.4\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-... | 2026-02-12T16:41:53 |
nodejs/node | cef2047b1fdd797d5125c4cafe9f17220a0774f7 | e35902cddb8ae5e0335f4c26588834245ec4cb68 | tools: add swc license
PR-URL: https://github.com/nodejs/node/pull/54462
Fixes: https://github.com/nodejs/amaro/issues/49
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>... | [
{
"path": "LICENSE",
"patch": "@@ -155,6 +155,211 @@ The externally maintained libraries used by Node.js are:\n SOFTWARE.\n \"\"\"\n \n+- swc, located at deps/amaro, is licensed as follows:\n+ \"\"\"\n+ Apache License\n+ Version 2.0, January... | 2024-08-22T08:48:47 |
facebook/react | 7257c9b4f80889eaadf884dade07be8783c90fdc | 93e0815b263e2cf341231ae36de0053a4394f586 | Fix for <fbt> with local import
Fbt violates the JSX spec by using a lowercase function as a tagname, even
though lowercase names are reserved for builtins. Here we detect cases where
there is an `<fbt>` tag where `fbt` is a local identifier and throw a todo. | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/HIR/BuildHIR.ts",
"patch": "@@ -2044,6 +2044,21 @@ function lowerExpression(\n }\n props.push({ kind: \"JsxAttribute\", name: propName, place: value });\n }\n+ if (tag.kind === \"BuiltinTag\" && tag.name === \"fbt\") {\n+ ... | 2024-03-19T21:51:35 |
golang/go | 7b4a3d93d7783e2c4593e604bedc6ffda64f2225 | d681270714bc91b28a2cd97c3eae138b3112ff1d | crypto/tls: fix bogo IgnoreClientVersionOrder skip reason
The BoGo IgnoreClientVersionOrder test checks that a client that sends
a supported_versions extension with the list [TLS 1.2, TLS 1.3] ends up
negotiating TLS 1.3.
However, the crypto/tls module treats this list as being in client
preference order, and so nego... | [
{
"path": "src/crypto/tls/bogo_config.json",
"patch": "@@ -66,7 +66,7 @@\n \"SupportTicketsWithSessionID\": \"TODO: first pass, this should be fixed\",\n \"NoNullCompression-TLS12\": \"TODO: first pass, this should be fixed\",\n \"KeyUpdate-RequestACK\": \"TODO: first pass, this shou... | 2025-05-09T14:29:47 |
electron/electron | f16dffccd01f5d65f55d8ab464cdd167f5b326e1 | 255064659fb22d144c72fe79eb31c0a13c846bd6 | ci: fixup known hosts for linux publish (#39437)
* ci: fixup known hosts for linux publish
* build: use 2023 known hosts
* build: use rebuilt docker image
* Revert "build: use rebuilt docker image"
This reverts commit f9506a9cc04c1fa2ecf26436372f1bb2a44937a5.
---------
Co-authored-by: Samuel Attard <... | [
{
"path": ".circleci/config/base.yml",
"patch": "@@ -1568,6 +1568,7 @@ commands:\n - *step-minimize-workspace-size-from-checkout\n - *step-fix-sync\n - *step-setup-env-for-build\n+ - *step-fix-known-hosts-linux\n - *step-setup-goma-for-build\n - *step-wait-for-goma\n... | 2023-08-10T16:40:58 |
rust-lang/rust | d2ce1c9c3d87f81e6550f6af56eb133db46e9b42 | 01036ee64e341a83c88ebe38bb94f57eaf5bda44 | stdarch-gen-hexagon: Fix clippy warnings
- Move regex compilations outside loops
- Use Option::map and or_else instead of manual if-let chains
- Use strip_prefix instead of manual starts_with + slice
- Use !is_empty() instead of len() >= 1
- Combine consecutive str::replace calls | [
{
"path": "library/stdarch/crates/stdarch-gen-hexagon/src/main.rs",
"patch": "@@ -333,10 +333,10 @@ fn parse_prototype(prototype: &str) -> Option<(RustType, Vec<(String, RustType)>\n \n let mut params = Vec::new();\n if !params_str.trim().is_empty() {\n+ // Pattern: Type Name or T... | 2026-02-12T14:03:13 |
nodejs/node | e35902cddb8ae5e0335f4c26588834245ec4cb68 | 8b0c699f2aafdf81bc4834b9bd2a4923741d3a6f | module: fix discrepancy between .ts and .js
PR-URL: https://github.com/nodejs/node/pull/54461
Fixes: https://github.com/nodejs/node/issues/54457
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Zeyu "Alex... | [
{
"path": "lib/internal/modules/esm/get_format.js",
"patch": "@@ -161,14 +161,14 @@ function getFileProtocolModuleFormat(url, context = { __proto__: null }, ignoreE\n default: { // The user did not pass `--experimental-default-type`.\n // `source` is undefined when this is called from `default... | 2024-08-22T08:48:33 |
facebook/react | 83409a1fdd14b2e5b33c587935a7ef552607780f | cb076b593cec3a92338958f58468cce19cb8f0d9 | [Flight] Encode React Elements in Replies as Temporary References (#28564)
Currently you can accidentally pass React Element to a Server Action. It
warns but in prod it actually works because we can encode the symbol and
otherwise it's mostly a plain object. It only works if you only pass
host components and no fun... | [
{
"path": "packages/react-client/src/ReactFlightClient.js",
"patch": "@@ -35,6 +35,8 @@ import type {\n \n import type {Postpone} from 'react/src/ReactPostpone';\n \n+import type {TemporaryReferenceSet} from './ReactFlightTemporaryReferences';\n+\n import {\n enableBinaryFlight,\n enablePostpone,\n@@ -5... | 2024-03-19T20:59:52 |
electron/electron | 1ce2fdd63d2cff52adbc18fdef6830a0f31e765f | c4d417b6f69624828b4a109312aa718c7b54c238 | docs: fix take-screenshot fiddle to use desktopCapturer in main.js (#39420) | [
{
"path": "docs/fiddles/media/screenshot/take-screenshot/main.js",
"patch": "@@ -1,11 +1,15 @@\n-const { BrowserWindow, app, screen, ipcMain } = require('electron')\n+const { BrowserWindow, app, screen, ipcMain, desktopCapturer } = require('electron')\n \n let mainWindow = null\n \n ipcMain.handle('get-scre... | 2023-08-10T08:53:23 |
rust-lang/rust | 6a3baf6f2764e404f282119165b78ef68436edcc | f5a8b86695fb7109d494f8aed595318e76957d36 | CI: rfl: add temporary commit for compiler bug
The compiler is fixing a bug [1] that Rust for Linux happened to trigger,
thus temporarily add Benno's patch to the CI job.
As usual, the patch will eventually make it to the Linux kernel so that
both sides are good.
Cc: Benno Lossin <lossin@kernel.org>
Link: https://gi... | [
{
"path": "src/ci/docker/scripts/rfl-build.sh",
"patch": "@@ -3,7 +3,8 @@\n set -euo pipefail\n \n # https://github.com/rust-lang/rust/pull/151534\n-LINUX_VERSION=eb268c7972f65fa0b11b051c5ef2b92747bb2b62\n+# https://github.com/rust-lang/rust/pull/149389\n+LINUX_VERSION=167ea5357eb7c3a39200627a36dfbfe2495761... | 2026-02-12T12:48:12 |
vercel/next.js | e9eddf01e8b4bf1d2cb37e47beb9ade82f512187 | 1964b17e20b52144d4ecd0a8d66a19924f7159e5 | Turbopack: Make turbo-tasks-fetch a bit more OOP-like (#81995)
This was a request from @lukesandberg to make this API a bit more object-oriented: https://github.com/vercel/next.js/pull/81818#discussion_r2223136594
- `ReqwestClientConfig` is now just `FetchClient`.
- `fetch` is a method on `FetchClient` instead of a f... | [
{
"path": "crates/next-core/src/next_config.rs",
"patch": "@@ -9,7 +9,7 @@ use turbo_tasks::{\n trace::TraceRawVcs,\n };\n use turbo_tasks_env::{EnvMap, ProcessEnv};\n-use turbo_tasks_fetch::ReqwestClientConfig;\n+use turbo_tasks_fetch::FetchClient;\n use turbo_tasks_fs::FileSystemPath;\n use turbopack:... | 2025-07-24T22:15:23 |
nodejs/node | 8b0c699f2aafdf81bc4834b9bd2a4923741d3a6f | 612e4577ef5b67f017e1d1c233d21767946f22c2 | 2024-08-21, Version 20.17.0 'Iron' (LTS)
Notable changes:
http:
* (SEMVER-MINOR) add diagnostics channel `http.client.request.error` (Kohei Ueno) https://github.com/nodejs/node/pull/54054
meta:
* add jake to collaborators (jakecastelli) https://github.com/nodejs/node/pull/54004
module:
* (SEMVER-MINOR) support ... | [
{
"path": "CHANGELOG.md",
"patch": "@@ -64,7 +64,8 @@ release.\n <a href=\"doc/changelogs/CHANGELOG_V21.md#21.0.0\">21.0.0</a><br/>\n </td>\n <td valign=\"top\">\n-<b><a href=\"doc/changelogs/CHANGELOG_V20.md#20.16.0\">20.16.0</a></b><br/>\n+<b><a href=\"doc/changelogs/CHANGELOG_V20.md#20.17.0\">20.17.0... | 2024-08-19T08:01:30 |
facebook/react | 93e0815b263e2cf341231ae36de0053a4394f586 | c03f1c809aeaf69ed26eda39df9dbd7242bc014d | Remove unnecessary scopes for value blocks
The example earlier in the stack had unreachable code in the output because
there was an unnecessary memoization block around an assignment. This was a
holdover from before we moved the logic to expand mutable ranges for phis from
LeaveSSA to InferMutableRanges. We were c... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/ReactiveScopes/AlignReactiveScopesToBlockScopes.ts",
"patch": "@@ -84,6 +84,7 @@ class Visitor extends ReactiveFunctionVisitor<Context> {\n \n override visitInstruction(instr: ReactiveInstruction, state: Context): void {\n switch (instr.value.... | 2024-03-19T20:28:47 |
vercel/next.js | 1964b17e20b52144d4ecd0a8d66a19924f7159e5 | 329bcdc7ae9f327c44a024eff2de6d46b36518b0 | [Segment Cache] Fix: Key by rewritten search (#81986)
When a request URL is rewritten, the resulting data must be keyed by its
rewritten search params — the ones that were used by the server to
render the page — not the original search params. This works in most
places by encoding the rewritten search params into page... | [
{
"path": "packages/next/src/client/components/segment-cache-impl/cache-key.ts",
"patch": "@@ -1,3 +1,6 @@\n+import { NEXT_REWRITTEN_QUERY_HEADER } from '../app-router-headers'\n+import type { RSCResponse } from '../router-reducer/fetch-server-response'\n+\n // TypeScript trick to simulate opaque types, lik... | 2025-07-24T18:29:16 |
electron/electron | a0effaf9b85b8efbec819d3d5a18851a3a9a3e5c | d9329042e2cb68db888d4acf36a87da5ab6e99d2 | fix: promise resolved to early when browser initiated in-page navigation (#39260) | [
{
"path": "lib/browser/api/web-contents.ts",
"patch": "@@ -446,6 +446,7 @@ WebContents.prototype.loadURL = function (url, options) {\n };\n \n let navigationStarted = false;\n+ let browserInitiatedInPageNavigation = false;\n const navigationListener = (event: Electron.Event, url: string, isSa... | 2023-08-09T14:06:39 |
vercel/next.js | 329bcdc7ae9f327c44a024eff2de6d46b36518b0 | 504fa32ae6276f15e2662f52f9ba8203362f227c | [devtools] Fix "open in editor" for locations in stackframes (#82013) | [
{
"path": "packages/next/src/next-devtools/server/launch-editor.ts",
"patch": "@@ -27,6 +27,7 @@ import fs from 'fs'\n import fsp from 'fs/promises'\n import os from 'os'\n import path from 'path'\n+import { fileURLToPath } from 'url'\n import shellQuote from 'next/dist/compiled/shell-quote'\n \n function i... | 2025-07-24T12:41:03 |
facebook/react | 57fcf7d305125784b5b98dd740cdd8a3a4125304 | b5a7fe4e1cd69e016934dabc754adb9f99f36859 | Repro for nonproblematic unreachable code
This case is specific to early return inside an inlined IIFE (which can often
occur as a result of dropping manual memoization). When we inline IIFEs, as a
reminder we wrap the body in a labeled block and convert returns to assignment
of a temporary + break out of the labe... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/repro-unreachable-code-early-return-in-useMemo.expect.md",
"patch": "@@ -0,0 +1,163 @@\n+\n+## Input\n+\n+```javascript\n+// @enableAssumeHooksFollowRulesOfReact @enableTransitivelyFreezeFunctionExpressions\n+import { use... | 2024-03-19T20:28:46 |
nodejs/node | 6b6b97766cab11d9d798097498d0f5248fc02825 | e3f909ecb0d216c3f6577c1982c0ca0dc72e8f76 | deps: sqlite: fix Windows compilation
This is equivalent to the following upstream change:
https://sqlite.org/src/info/6c103aee6f146869
Original commit message:
Change constant expressions to pre-computed constants, because apparently
MSVC on ARM requires that.
[forum:/forumpost/4feb1685cced0a8e|Forum th... | [
{
"path": "deps/sqlite/sqlite3.c",
"patch": "@@ -24886,8 +24886,8 @@ static const struct {\n /* 1 */ { 6, \"minute\", 7.7379e+12, 60.0 },\n /* 2 */ { 4, \"hour\", 1.2897e+11, 3600.0 },\n /* 3 */ { 3, \"day\", 5373485.0, 86400.0 },\n- /* 4 */ { 5, \"month\", 176546.0,... | 2024-06-12T00:40:08 |
electron/electron | d9329042e2cb68db888d4acf36a87da5ab6e99d2 | 0425454687715f89a1a13f0b84a9b13fbd9bc722 | feat: add support for `chrome.tabs.query` (#39330)
* feat: add support for tabs.query
* fix: scope to webContents in current session
* test: add test for session behavior | [
{
"path": "docs/api/extensions.md",
"patch": "@@ -91,8 +91,9 @@ The following events of `chrome.runtime` are supported:\n \n ### `chrome.storage`\n \n-Only `chrome.storage.local` is supported; `chrome.storage.sync` and\n-`chrome.storage.managed` are not.\n+The following methods of `chrome.storage` are suppo... | 2023-08-09T12:47:19 |
golang/go | 11fa0de475f9446870bc086bfb42cb67bac40634 | fc641e7fae1b09e25402bc73660d2deea51c2ad6 | cmd/compile: use OpMove instead of memmove more on arm64
OpMove is faster for small moves of fixed size.
For safety, we have to rewrite the Move rewrite rules a bit so that
all the loads are done before any stores happen.
Also use an 8-byte move instead of a 16-byte move if the tail is
at most 8 bytes.
Change-Id: I... | [
{
"path": "src/cmd/compile/internal/ssa/_gen/ARM64.rules",
"patch": "@@ -472,26 +472,39 @@\n \t\t(MOVDstore dst (MOVDload src mem) mem))\n (Move [16] dst src mem) =>\n \t(STP dst (Select0 <typ.UInt64> (LDP src mem)) (Select1 <typ.UInt64> (LDP src mem)) mem)\n-(Move [32] dst src mem) =>\n-\t(STP [16] dst (Se... | 2025-04-24T21:34:10 |
rust-lang/rust | ef8c95cde1a83a12b7e34a71138729e624da86e0 | 7ad4e69ad585d8ff214f7b42d01f1959eda08f40 | privacy: Fix type privacy holes when it doesn't cause too much breakage | [
{
"path": "compiler/rustc_privacy/src/lib.rs",
"patch": "@@ -1590,13 +1590,14 @@ impl<'tcx> PrivateItemsInPublicInterfacesChecker<'_, 'tcx> {\n let mut check = self.check(item.def_id.expect_local(), vis, effective_vis);\n \n let is_assoc_ty = item.is_type();\n- check.hard_error = is_a... | 2026-02-12T14:35:57 |
vercel/next.js | b05d6d764216ffe22b0c802384fdda26f8841d6e | 9d45ade9f66d31bed46cd020b6e254d5dae2747c | Turbopack: Move fs watcher anyhow::Context import inline to fix compilation warnings (#81997)
I broke this in my previous PR
https://github.com/vercel/next.js/pull/81909/files#r2225998847 | [
{
"path": "turbopack/crates/turbo-tasks-fs/src/watcher.rs",
"patch": "@@ -10,7 +10,7 @@ use std::{\n time::Duration,\n };\n \n-use anyhow::{Context, Result};\n+use anyhow::Result;\n use notify::{\n Config, EventKind, PollWatcher, RecommendedWatcher, RecursiveMode, Watcher,\n event::{MetadataKind... | 2025-07-24T03:26:58 |
facebook/react | b5a7fe4e1cd69e016934dabc754adb9f99f36859 | 9358aeab34e750c3d1e3fe86fd504a0450a43cbd | [hir] Improve error message for mutating state | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/HIR/Globals.ts",
"patch": "@@ -261,6 +261,7 @@ const BUILTIN_HOOKS: Array<[string, BuiltInType]> = [\n calleeEffect: Effect.Read,\n hookKind: \"useState\",\n returnValueKind: ValueKind.Frozen,\n+ returnValueReason: ValueReason... | 2024-03-19T17:06:17 |
electron/electron | d24d8f1f78f6843f3983613ab833be78dcf686f2 | ab08803959f363cc4f23435d263baaab95529ea7 | fix: avoid package.json check on built-in modules (#39418) | [
{
"path": "patches/node/fix_do_not_resolve_electron_entrypoints.patch",
"patch": "@@ -6,19 +6,42 @@ Subject: fix: do not resolve electron entrypoints\n This wastes fs cycles and can result in strange behavior if this path actually exists on disk\n \n diff --git a/lib/internal/modules/run_main.js b/lib/inter... | 2023-08-09T07:32:00 |
golang/go | fc641e7fae1b09e25402bc73660d2deea51c2ad6 | 6df855ebac86499402cfd31d92256592c3b2a233 | cmd/compile: create LSym for closures with type conversion
Follow-up to #54959 with another failing case.
The linker needs FuncInfo metadata for all inlined functions. CL 436240 explicitly creates LSym for direct closure calls to ensure we keep the FuncInfo metadata.
However, CL 436240 won't work if the direct closu... | [
{
"path": "src/cmd/compile/internal/inline/inl.go",
"patch": "@@ -1117,12 +1117,18 @@ func mkinlcall(callerfn *ir.Func, n *ir.CallExpr, fn *ir.Func, bigCaller, closur\n \t\t\t// Not a standard call.\n \t\t\treturn\n \t\t}\n-\t\tif n.Fun.Op() != ir.OCLOSURE {\n-\t\t\t// Not a direct closure call.\n+\n+\t\tva... | 2025-05-15T13:53:23 |
rust-lang/rust | eb6bbfa830e94c9f8ba57a8a5b5367631d2dcbee | 736af97d6c4b2d94d5a1189bbd9d330080571a42 | examples: Fix rustfmt formatting in gaussian.rs | [
{
"path": "library/stdarch/examples/gaussian.rs",
"patch": "@@ -274,7 +274,8 @@ fn main() {\n for (i, &expected) in expected_ref_row2.iter().enumerate() {\n let actual = dst_ref[2 * WIDTH + 1 + i];\n assert_eq!(\n- actual, expected,\n+ actual,\n+... | 2026-02-12T13:47:01 |
vercel/next.js | e506cab3727d48e6a942b7c308a26ec55feb0479 | b8f43dd7ab625e8185f3c9b7219edcfe143fcf2b | Turbopack: Update bundled webpki-roots (#81906)
- It makes sense to update these certs periodically. The long-term solution would be to stop shipping certs once https://github.com/seanmonstar/reqwest/issues/2159 is fixed.
- ~`webpki-roots 0.26.11` is just a dumb re-export of `1.x`, so this avoids shipping the CA roots... | [
{
"path": "Cargo.lock",
"patch": "@@ -11114,9 +11114,9 @@ dependencies = [\n \n [[package]]\n name = \"webpki-roots\"\n-version = \"1.0.0\"\n+version = \"1.0.2\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cf... | 2025-07-24T01:40:55 |
nodejs/node | cc26951180e629d131a4dd2211b96781c1af18cf | 385ca623e452d4b4eb671ab5d7d1a267b99b8da0 | test_runner: support running tests in process
This commit introduces a new --experimental-test-isolation flag
that, when set to 'none', causes the test runner to execute all
tests in the same process. By default, this is the main test
runner process, but if watch mode is enabled, it spawns a separate
process that runs... | [
{
"path": "doc/api/cli.md",
"patch": "@@ -1091,6 +1091,20 @@ generated as part of the test runner output. If no tests are run, a coverage\n report is not generated. See the documentation on\n [collecting code coverage from tests][] for more details.\n \n+### `--experimental-test-isolation=mode`\n+\n+<!-- YA... | 2024-07-13T15:10:59 |
facebook/react | 0aab065eb3250a9714a62dc05587cbb571da7f71 | 7959a1dd28a8b0df9c80dc36bb51a4fa25123d3e | Add `alwaysThrottleDisappearingFallbacks` Flag (#28550)
## Summary
Creates a new `alwaysThrottleDisappearingFallbacks` feature flag that
gates the changes from https://github.com/facebook/react/pull/26802
(instead of being controlled by `alwaysThrottleRetries`). The values of
this new flag mirror the current val... | [
{
"path": "packages/react-reconciler/src/ReactFiberCommitWork.js",
"patch": "@@ -40,6 +40,7 @@ import type {\n } from './ReactFiberTracingMarkerComponent';\n \n import {\n+ alwaysThrottleDisappearingFallbacks,\n enableCreateEventHandleAPI,\n enableProfilerTimer,\n enableProfilerCommitHooks,\n@@ -53,7... | 2024-03-18T18:16:47 |
electron/electron | ab08803959f363cc4f23435d263baaab95529ea7 | 5e59ddca1ab75e6092737b4bcd09c099eb25fd85 | chore: bump node to v18.17.0 (main) (#39154)
* chore: bump node in DEPS to v18.17.0
* chore: update build_modify_js2c_py_to_allow_injection_of_original-fs_and_custom_embedder_js.patch
Xref: https://github.com/nodejs/node/pull/46930
manually sync patch to minor upstream code shear
* chore: update build_ensu... | [
{
"path": "DEPS",
"patch": "@@ -4,7 +4,7 @@ vars = {\n 'chromium_version':\n '117.0.5921.0',\n 'node_version':\n- 'v18.16.1',\n+ 'v18.17.0',\n 'nan_version':\n '16fa32231e2ccd89d2804b3f765319128b20c4ac',\n 'squirrel.mac_version':",
"additions": 1,
"deletions": 1,
"language"... | 2023-08-08T22:52:51 |
rust-lang/rust | 7a2f2fe754ada6d7d93e3a19bb171c3244ea2ee6 | 1eddc1798998c9faed8725d249640ff7c63548ab | fix tidy | [
{
"path": "compiler/rustc_trait_selection/src/error_reporting/infer/mod.rs",
"patch": "@@ -279,8 +279,7 @@ impl<'a, 'tcx> TypeErrCtxt<'a, 'tcx> {\n \n let is_shadowed = self.infcx.probe(|_| {\n let impl_substs = self.infcx.fresh_args_for_item(DUMMY_SP, impl_def_id);\n- ... | 2026-02-12T12:20:36 |
golang/go | 6df855ebac86499402cfd31d92256592c3b2a233 | fac2ccbed320ef9fdca251d63b759b61bbc21f2a | testing: fix panic in t.Log
If a testing.TB is no longer on the stack, t.Log would panic because
its outputWriter is nil. Check for nil and drop the write, which
is the previous behavior.
Change-Id: Ifde97997a3aa26ae604ac9c218588c1980110cbf
Reviewed-on: https://go-review.googlesource.com/c/go/+/673215
LUCI-TryBot-Res... | [
{
"path": "src/testing/sub_test.go",
"patch": "@@ -280,7 +280,6 @@ func TestTRun(t *T) {\n \t\t\t\t\tt.Run(\"c\", func(t *T) {\n \t\t\t\t\t\tt.Parallel()\n \t\t\t\t\t})\n-\n \t\t\t\t})\n \t\t\t})\n \t\t},\n@@ -305,7 +304,6 @@ func TestTRun(t *T) {\n \t\t\t\t\t\t\t\t\ttime.Sleep(time.Nanosecond)\n \t\t\t\t\t... | 2025-05-15T15:16:34 |
vercel/next.js | 56fed4d6b489b9b60cd3b7647b21597f09768be9 | 7a183a0f3f035d4e31bfa66f1c5ab037d56adec2 | Turbopack: Add an option to use system TLS certificates (fixes #79060, fixes #79059) (#81818)
It's common in enterprise environments for employers to MITM all HTTPS traffic on employee machines to enforce network policies or to detect and block malware. For this to work, they install custom CA roots into the system st... | [
{
"path": ".changeset/silent-houses-lay.md",
"patch": "@@ -0,0 +1,5 @@\n+---\n+'@next/swc': patch\n+---\n+\n+Added an experimental option for using the system CA store for fetching Google Fonts in Turbopack",
"additions": 5,
"deletions": 0,
"language": "Markdown"
},
{
"path": "Cargo.lock... | 2025-07-24T01:02:54 |
facebook/react | 6a01aca75b77da01b0e6513fe61a4842637c7dfd | 74cb1bdfec296af4ac3eda383fb6b5a9324803f3 | Fix ReactHooksInspectionIntegration-test (#28577)
Resolve conflict between #28508 and #28546 | [
{
"path": "packages/react-debug-tools/src/__tests__/ReactHooksInspectionIntegration-test.js",
"patch": "@@ -1244,7 +1244,7 @@ describe('ReactHooksInspectionIntegration', () => {\n <Context.Provider value=\"provided\">\n <Foo />\n </Context.Provider>,\n- {isConcurrent: true},... | 2024-03-18T17:15:23 |
nodejs/node | 385ca623e452d4b4eb671ab5d7d1a267b99b8da0 | 821ffab0f78972d6e63bafa598b0c6d92550072b | test_runner: defer inheriting hooks until run()
This commit updates the way the test runner computes inherited
hooks. Instead of computing them when the Test/Suite is
constructed, they are now computed just prior to running the
Test/Suite. The reason is because when multiple test files are
run in the same process, it ... | [
{
"path": "lib/internal/test_runner/test.js",
"patch": "@@ -408,14 +408,6 @@ class Test extends AsyncResource {\n this.childNumber = 0;\n this.timeout = kDefaultTimeout;\n this.entryFile = entryFile;\n- this.hooks = {\n- __proto__: null,\n- before: [],\n- after: [... | 2024-07-19T18:56:35 |
electron/electron | dcf1c65426a88d55a626ace08b00f2b9a631d10f | 24c9cbcc0a6feaf45de70233a75fb7c2bdc69149 | chore: fix ipcRenderer.sendTo deprecation warning (#39342) | [
{
"path": "lib/renderer/api/ipc-renderer.ts",
"patch": "@@ -18,8 +18,9 @@ ipcRenderer.sendToHost = function (channel, ...args) {\n return ipc.sendToHost(channel, args);\n };\n \n+const sendToDeprecated = deprecate.warnOnce('ipcRenderer.sendTo');\n ipcRenderer.sendTo = function (webContentsId, channel, ...... | 2023-08-08T11:49:56 |
rust-lang/rust | 1eddc1798998c9faed8725d249640ff7c63548ab | 6b3c42592e0aa3dd748d40b5268b772b24b0e27a | fix GATs logic | [
{
"path": "compiler/rustc_trait_selection/src/error_reporting/infer/mod.rs",
"patch": "@@ -58,6 +58,7 @@ use rustc_hir::def_id::DefId;\n use rustc_hir::intravisit::Visitor;\n use rustc_hir::lang_items::LangItem;\n use rustc_hir::{self as hir};\n+use rustc_infer::infer::DefineOpaqueTypes;\n use rustc_macros:... | 2026-02-12T12:10:08 |
vercel/next.js | 7a183a0f3f035d4e31bfa66f1c5ab037d56adec2 | 63dba672268b8ab57e93cac59c64b2b0e6ba597d | Fix: Unresolved param in x-nextjs-rewritten-query (#81991)
Fixes an issue with the x-nextjs-rewritten-query header where it
responded without the dynamic parts of the URL filled in.
For example, when rewriting to `/hello?id=123` to `/hello/123`:
- Before: `x-nextjs-rewritten-query: id=__ESC_COLON_id`
- After: `x-next... | [
{
"path": "packages/next/src/server/lib/router-utils/resolve-routes.ts",
"patch": "@@ -33,7 +33,6 @@ import { addRequestMeta } from '../../request-meta'\n import {\n compileNonPath,\n matchHas,\n- parseDestination,\n prepareDestination,\n } from '../../../shared/lib/router/utils/prepare-destination'\... | 2025-07-24T00:45:00 |
golang/go | 01e0e8b6b397f2e775d9ccbfcde104d025464382 | b338f6bfa68da6fc8dfb7a38a975337e659424dc | runtime/pprof: include PCs for deduplication in TestMutexBlockFullAggregation
TestMutexBlockFullAggregation aggregates stacks by function, file, and
line number. But there can be multiple function calls on the same line,
giving us different sequences of PCs. This causes the test to spuriously
fail in some cases. Inclu... | [
{
"path": "src/runtime/pprof/pprof_test.go",
"patch": "@@ -2632,7 +2632,7 @@ func produceProfileEvents(t *testing.T, depth int) {\n \tgoroutineDeep(t, depth-4) // -4 for produceProfileEvents, **, chanrecv1, chanrev, gopark\n }\n \n-func getProfileStacks(collect func([]runtime.BlockProfileRecord) (int, bool)... | 2025-05-15T11:01:14 |
nodejs/node | 821ffab0f78972d6e63bafa598b0c6d92550072b | 5376e6906edb79a10f12d74b162630b00a1460c8 | test_runner: account for newline in source maps
This commit updates the source mapping logic in the test runner
to account for newline characters that are not included in line
length calculations.
Co-authored-by: Simon Chan <1330321+yume-chan@users.noreply.github.com>
Fixes: https://github.com/nodejs/node/issues/5424... | [
{
"path": "lib/internal/test_runner/coverage.js",
"patch": "@@ -340,8 +340,8 @@ class TestCoverage {\n const { data, lineLengths } = sourceMapCache[url];\n let offset = 0;\n const executedLines = ArrayPrototypeMap(lineLengths, (length, i) => {\n- const coverageLine = new CoverageLin... | 2024-08-21T02:38:55 |
facebook/react | 37452089fba2492cbc622b80d9e987193f343054 | 8c8e318bd4182186699814992e56245ba64c89b3 | [ez] CompilerError: optional description and suggestions
---
Many compiler errors have neither descriptions nor suggestions (e.g. most `todo`
or `invariant` errors), so let's make those optional | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/CompilerError.ts",
"patch": "@@ -51,7 +51,7 @@ export type CompilerErrorDetailOptions = {\n description?: string | null | undefined;\n severity: ErrorSeverity;\n loc: SourceLocation | null;\n- suggestions: Array<CompilerSuggestion> | null;\n+... | 2024-03-18T16:09:36 |
electron/electron | eecfaec8c94b2490cff8ae09219d3c16ec2b4c88 | 8f4f82618c51029f91cfb6516bc9c75164bfee9a | fix: crash when closing active macOS native tab (#39394)
fix: crash when closing current active macOS native tab | [
{
"path": "shell/browser/ui/inspectable_web_contents_view_mac.mm",
"patch": "@@ -24,6 +24,7 @@\n initWithInspectableWebContentsViewMac:this]) {}\n \n InspectableWebContentsViewMac::~InspectableWebContentsViewMac() {\n+ [[NSNotificationCenter defaultCenter] removeObserver:view_];\n CloseDevTools... | 2023-08-08T08:45:03 |
rust-lang/rust | ba0e1c949729c14fa495c49747b9eea54c234eb4 | 6f406161488b9656ab8bd8f35fa8ce6f3c2c8b95 | Address review comments: fix span and add run-rustfix
- Change error span to start from 'const' keyword instead of binop RHS
- Add decl_lo parameter to missing_semi_from_binop() for better spans
- Add run-rustfix directive to test file
- Simplify test to focus on const item recovery cases | [
{
"path": "compiler/rustc_parse/src/parser/item.rs",
"patch": "@@ -6,9 +6,7 @@ use rustc_ast::ast::*;\n use rustc_ast::token::{self, Delimiter, InvisibleOrigin, MetaVarKind, TokenKind};\n use rustc_ast::tokenstream::{DelimSpan, TokenStream, TokenTree};\n use rustc_ast::util::case::Case;\n-use rustc_ast::{\n... | 2026-02-01T03:45:12 |
vercel/next.js | 63dba672268b8ab57e93cac59c64b2b0e6ba597d | 1937a19fb9f342b0f5a4b982b88dff8971a27e38 | Turbopack: update mimalloc (#81993)
### What?
This fixes a bug where memory is not released back to the OS. | [
{
"path": "Cargo.lock",
"patch": "@@ -3655,9 +3655,9 @@ dependencies = [\n \n [[package]]\n name = \"libmimalloc-sys\"\n-version = \"0.1.38\"\n+version = \"0.1.43\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"0e7bb23d733dfcc8af652a78b7bf232f0e967710d044732185e561e47c0... | 2025-07-24T00:23:21 |
golang/go | b338f6bfa68da6fc8dfb7a38a975337e659424dc | 8105ea53c3d17546a35709d51e6e0993b1d0c261 | cmd/link: fix outdated output mmap check
Outbuf.View used to perform a mmap check by default
and return an error if the check failed,
this behavior has been changed so that now
the View never returns any error,
so the usage needs to be modified accordingly.
Change-Id: I76ffcda5476847f6fed59856a5a5161734f47562
GitHub-... | [
{
"path": "src/cmd/link/internal/ld/asmb.go",
"patch": "@@ -195,10 +195,7 @@ func relocSectFn(ctxt *Link, relocSect func(*Link, *OutBuf, *sym.Section, []load\n \t\tfn = func(ctxt *Link, sect *sym.Section, syms []loader.Sym) {\n \t\t\twg.Add(1)\n \t\t\tsem <- 1\n-\t\t\tout, err := ctxt.Out.View(sect.Reloff)\... | 2025-05-15T10:50:40 |
facebook/react | 74cb1bdfec296af4ac3eda383fb6b5a9324803f3 | c94110c5f3d66838c22bb23e8abfbfd8e58a55b9 | Bump follow-redirects from 1.15.4 to 1.15.6 in /fixtures/ssr (#28571)
Bumps
[follow-redirects](https://github.com/follow-redirects/follow-redirects)
from 1.15.4 to 1.15.6.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/follow-redirects/follow-redirects/commit/35a517c5861d79dc8bff7db86... | [
{
"path": "fixtures/ssr/yarn.lock",
"patch": "@@ -2771,9 +2771,9 @@ flatten@^1.0.2:\n integrity sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==\n \n follow-redirects@^1.0.0:\n- version \"1.15.4\"\n- resolved \"https://registry.yarnpkg.com/follow-redirects/... | 2024-03-18T15:59:57 |
nodejs/node | 5376e6906edb79a10f12d74b162630b00a1460c8 | 68e94c1e75f7807d2d4db6fb75a454f87fedbcdf | module: add sourceURL magic comment hinting generated source
Source map is not necessary in strip-only mode. However, to map the
source file in debuggers to the original TypeScript source, add a
sourceURL magic comment to hint that it is a generated source.
PR-URL: https://github.com/nodejs/node/pull/54402
Reviewed-B... | [
{
"path": "lib/internal/modules/helpers.js",
"patch": "@@ -371,7 +371,10 @@ function stripTypeScriptTypes(source, filename) {\n const base64SourceMap = Buffer.from(map).toString('base64');\n return `${code}\\n\\n//# sourceMappingURL=data:application/json;base64,${base64SourceMap}`;\n }\n- return ... | 2024-08-20T19:45:17 |
electron/electron | 8f4f82618c51029f91cfb6516bc9c75164bfee9a | 1548a2f9fb6d9bf9e0c4f6ace595189cf84b38e9 | fix: `removeBrowserView` draggable region removal (#39387)
fix: removeBrowserView draggable region removal
Closes https://github.com/electron/electron/issues/39377. | [
{
"path": "shell/browser/api/electron_api_base_window.cc",
"patch": "@@ -780,8 +780,8 @@ void BaseWindow::RemoveBrowserView(gin::Handle<BrowserView> browser_view) {\n browser_view.ToV8());\n \n if (iter != browser_views_.end()) {\n- window_->RemoveBrowserView(browser_view->view(... | 2023-08-08T08:23:14 |
rust-lang/rust | 6f406161488b9656ab8bd8f35fa8ce6f3c2c8b95 | 6d0e077d138c3c499a51da17b8d7bdc8b1dbdcda | remove mismatched errors when recovered | [
{
"path": "compiler/rustc_parse/src/parser/item.rs",
"patch": "@@ -2723,9 +2723,17 @@ impl<'a> Parser<'a> {\n } else if self.check(exp!(OpenBrace)) || self.token.is_metavar_block() {\n let prev_in_fn_body = self.in_fn_body;\n self.in_fn_body = true;\n- let res = se... | 2026-01-19T07:43:03 |
vercel/next.js | 08ee5f678fe57860ad02afc8e349200ecf6be958 | d5f6c11ab0f85fdc0acf78fcdb3459ee945c0ad0 | Fix dynamicParams false layout case in dev (#81990)
This ensures we don't consider a path as ISR in development when it will
be dynamic during a build due to no `generateStaticParams` being fully
generated for a path.
Fixes: https://github.com/vercel/next.js/issues/81976
Closes: NEXT-4650 | [
{
"path": "packages/next/src/build/templates/app-page.ts",
"patch": "@@ -1240,7 +1240,7 @@ export async function handler(\n }\n } catch (err) {\n // if we aren't wrapped by base-server handle here\n- if (!activeSpan) {\n+ if (!activeSpan && !(err instanceof NoFallbackError)) {\n await ... | 2025-07-23T21:36:43 |
golang/go | 8105ea53c3d17546a35709d51e6e0993b1d0c261 | bb0c14b895d90bb5941e0463ba6c3564fc504e4f | net: avoid windows hang in TestCloseWrite
On Windows, reading from a socket at the same time as the other
end is closing it will occasionally hang. This is a Windows issue, not
a Go issue, similar to what happens in macOS (see #49352).
Work around this condition by adding a brief sleep before the read.
Fixes #73140.... | [
{
"path": "src/net/net_test.go",
"patch": "@@ -98,12 +98,12 @@ func TestCloseWrite(t *testing.T) {\n \t\t\t\t}\n \n \t\t\t\t// Workaround for https://go.dev/issue/49352.\n-\t\t\t\t// On arm64 macOS (current as of macOS 12.4),\n+\t\t\t\t// On Windows and arm64 macOS (current as of macOS 12.4),\n \t\t\t\t// r... | 2025-05-13T12:28:01 |
facebook/react | c94110c5f3d66838c22bb23e8abfbfd8e58a55b9 | d79807537b85cb3e58bc6cc4df00b873fe652aa1 | Bump follow-redirects from 1.15.4 to 1.15.6 in /fixtures/concurrent/time-slicing (#28572)
Bumps
[follow-redirects](https://github.com/follow-redirects/follow-redirects)
from 1.15.4 to 1.15.6.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/follow-redirects/follow-redirects/commit/35a51... | [
{
"path": "fixtures/concurrent/time-slicing/yarn.lock",
"patch": "@@ -3372,9 +3372,9 @@ flatten@^1.0.2:\n integrity sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==\n \n follow-redirects@^1.0.0:\n- version \"1.15.4\"\n- resolved \"https://registry.yarnpkg.c... | 2024-03-18T15:56:04 |
nodejs/node | ef4bdbfb76b92c2d8ff1febdd925eedd9dd82291 | 561bc87c7607208f0d3db6dcd9231efeb48cfe2f | test_runner: finish build phase before running tests
This commit updates the test runner to wait for suites to finish
building before starting any tests. This is necessary when test
filtering is enabled, as suites may transition from filtered to
not filtered depending on what is inside of them.
Fixes: https://github.... | [
{
"path": "lib/internal/test_runner/harness.js",
"patch": "@@ -1,9 +1,11 @@\n 'use strict';\n const {\n ArrayPrototypeForEach,\n+ ArrayPrototypePush,\n FunctionPrototypeBind,\n PromiseResolve,\n SafeMap,\n+ SafePromiseAllReturnVoid,\n } = primordials;\n const { getCallerLocation } = internalBindin... | 2024-08-20T07:14:01 |
electron/electron | 67523a47b46b21281dc32432da9ae1aaa51d1956 | 330c775252670a4e3a912d05871da1d5a3eab1e5 | fix: `chrome.tabs.update` return value (#39365)
fix: chrome.tabs.update return value | [
{
"path": "shell/browser/extensions/api/tabs/tabs_api.cc",
"patch": "@@ -57,6 +57,14 @@ void ZoomModeToZoomSettings(WebContentsZoomController::ZoomMode zoom_mode,\n break;\n }\n }\n+\n+api::tabs::MutedInfo CreateMutedInfo(content::WebContents* contents) {\n+ DCHECK(contents);\n+ api::tabs::MutedIn... | 2023-08-07T08:03:45 |
rust-lang/rust | 0cbe1cc992f712704abdcbbcb35db431ab181bbc | 590c1c9966caea982b0e6d946dd7637b8c08f0a3 | try to work around rustdoc bug, and other rustdoc adjustments | [
{
"path": "library/core/src/num/nonzero.rs",
"patch": "@@ -31,7 +31,7 @@ use crate::{fmt, intrinsics, ptr, ub_checks};\n issue = \"none\"\n )]\n pub unsafe trait ZeroablePrimitive: Sized + Copy + private::Sealed {\n- #[doc(hidden)]\n+ /// A type like `Self` but with a niche that includes zero.\n ... | 2026-01-21T07:49:25 |
vercel/next.js | d5f6c11ab0f85fdc0acf78fcdb3459ee945c0ad0 | 3fe3fb79d6efb69d227fef8d0576ec753112cf10 | [docs] fix rewrites example wording (#81985)
This PR fixes a small grammatical error in the Next.js rewrites
documentation.
<!-- 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 r... | [
{
"path": "docs/01-app/03-api-reference/05-config/01-next-config-js/rewrites.mdx",
"patch": "@@ -34,7 +34,7 @@ module.exports = {\n }\n ```\n \n-Rewrites are applied to client-side routing, a `<Link href=\"/about\">` will have the rewrite applied in the above example.\n+Rewrites are applied to client-side r... | 2025-07-23T20:51:11 |
golang/go | bb0c14b895d90bb5941e0463ba6c3564fc504e4f | 3be537e663c39ead4c82ca4047d248ff66e132c3 | os: don't fallback to the Stat slow path if file doesn't exist on Windows
os.Stat and os.Lstat first try stating the file without opening it. If
that fails, then they open the file and try again, operations that tends
to be slow. There is no point in trying the slow path if the file
doesn't exist, we should just retur... | [
{
"path": "src/os/stat_test.go",
"patch": "@@ -361,3 +361,18 @@ func TestClosedStat(t *testing.T) {\n \t\tt.Errorf(\"error from Stat on closed file did not match ErrClosed: %q, type %T\", err, err)\n \t}\n }\n+\n+func TestStatNotExist(t *testing.T) {\n+\tt.Parallel()\n+\tname := filepath.Join(t.TempDir(), \... | 2025-05-13T15:26:06 |
facebook/react | d79807537b85cb3e58bc6cc4df00b873fe652aa1 | 4d686a2da138cad9e76c7de9feadd81ca2aa29e5 | Bump follow-redirects from 1.13.0 to 1.15.6 in /fixtures/dom (#28560)
Bumps
[follow-redirects](https://github.com/follow-redirects/follow-redirects)
from 1.13.0 to 1.15.6.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/follow-redirects/follow-redirects/commit/35a517c5861d79dc8bff7db86... | [
{
"path": "fixtures/dom/yarn.lock",
"patch": "@@ -3366,9 +3366,9 @@ flatten@^1.0.2:\n integrity sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==\n \n follow-redirects@^1.0.0:\n- version \"1.13.0\"\n- resolved \"https://registry.yarnpkg.com/follow-redirects/... | 2024-03-18T15:55:56 |
nodejs/node | b246f225549625e49534492e99921b5d33748573 | 4f943976508713aafc9acbfc52f11a219f9d847e | src: update compile cache storage structure
This refactors the compile cache handler in preparation for the
JS API, and updates the compile cache storage structure into:
- $NODE_COMPILE_CACHE_DIR
- $NODE_VERION-$ARCH-$CACHE_DATA_VERSION_TAG-$UID
- $FILENAME_AND_MODULE_TYPE_HASH.cache
This also adds a magic num... | [
{
"path": "src/compile_cache.cc",
"patch": "@@ -1,4 +1,5 @@\n #include \"compile_cache.h\"\n+#include <string>\n #include \"debug_utils-inl.h\"\n #include \"env-inl.h\"\n #include \"node_file.h\"\n@@ -27,15 +28,19 @@ uint32_t GetHash(const char* data, size_t size) {\n return crc32(crc, reinterpret_cast<co... | 2024-08-19T11:54:36 |
electron/electron | 330c775252670a4e3a912d05871da1d5a3eab1e5 | dc707ee93835b279ff67dbd5f80ce28a4b9df3e1 | docs: fix description of pageRanges (#39378)
Co-authored-by: Alain BUFERNE <albu.consult@gmail.com> | [
{
"path": "docs/api/web-contents.md",
"patch": "@@ -1631,7 +1631,7 @@ win.webContents.print(options, (success, errorType) => {\n * `bottom` number (optional) - Bottom margin in inches. Defaults to 1cm (~0.4 inches).\n * `left` number (optional) - Left margin in inches. Defaults to 1cm (~0.4 inches).... | 2023-08-07T07:56:36 |
rust-lang/rust | caf7cdf55895eeacc8b8efca54bdd28c0ebdd3a8 | 605f49b27444a738ea4032cb77e3bdc4eb811bab | Improve code suggestion for incorrect macro_rules! usage | [
{
"path": "compiler/rustc_parse/src/parser/item.rs",
"patch": "@@ -534,7 +534,7 @@ impl<'a> Parser<'a> {\n match self.parse_delim_args() {\n // `( .. )` or `[ .. ]` (followed by `;`), or `{ .. }`.\n Ok(args) => {\n- self.eat_semi_for_macro_if_needed(&args);\n+ ... | 2026-01-31T06:36:07 |
vercel/next.js | b54282280e6e551334703e7a0ca7523b76f3bc81 | ae2d1099eafbde1091ef77750897cc025f790716 | Turbopack: fix scope hoisting variable renaming bug (#81640) | [
{
"path": "turbopack/crates/turbopack-ecmascript/src/lib.rs",
"patch": "@@ -2062,7 +2062,7 @@ fn hygiene_rename_only(\n }\n // Copied from `hygiene_with_config`'s HygieneRenamer, but added an `preserved_exports`\n impl swc_core::ecma::transforms::base::rename::Renamer for HygieneRenamer<'_> {\n-... | 2025-07-23T15:32:19 |
golang/go | 3be537e663c39ead4c82ca4047d248ff66e132c3 | a197a471b9c67af4881e0d9c48e4bd3cff4992c2 | net: use closesocket when closing socket os.File's on Windows
The WSASocket documentation states that the returned socket must be
closed by calling closesocket instead of CloseHandle. The different
File methods on the net package return an os.File that is not aware
that it should use closesocket. Ideally, os.NewFile s... | [
{
"path": "src/internal/poll/fd_windows.go",
"patch": "@@ -318,7 +318,7 @@ type FD struct {\n \t// message based socket connection.\n \tZeroReadIsEOF bool\n \n-\t// Whether this is a file rather than a network socket.\n+\t// Whether the handle is owned by os.File.\n \tisFile bool\n \n \t// The kind of this ... | 2025-05-13T11:31:22 |
facebook/react | 45d56071b8ce1dbccf1765acf3867263fe3e595b | 38327309a4172a52cf94e8e264990bedafc1df6e | Bump follow-redirects from 1.15.4 to 1.15.6 (#28573)
Bumps
[follow-redirects](https://github.com/follow-redirects/follow-redirects)
from 1.15.4 to 1.15.6.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/follow-redirects/follow-redirects/commit/35a517c5861d79dc8bff7db8626013d20b711b06">... | [
{
"path": "yarn.lock",
"patch": "@@ -6997,7 +6997,6 @@ eslint-plugin-no-unsanitized@3.1.2:\n \n \"eslint-plugin-react-internal@link:./scripts/eslint-rules\":\n version \"0.0.0\"\n- uid \"\"\n \n eslint-plugin-react@^6.7.1:\n version \"6.10.3\"\n@@ -7977,9 +7976,9 @@ fluent-syntax@0.13.0:\n integrity ... | 2024-03-18T15:49:53 |
nodejs/node | 18f455b50f0d28fbb75eaa1f356956e7b086a4f1 | 9e83853294321e792cafdcd8384f1bf4c95610c9 | doc: fix error description of the max header size
PR-URL: https://github.com/nodejs/node/pull/54125
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "doc/api/errors.md",
"patch": "@@ -3189,7 +3189,7 @@ changes:\n -->\n \n Too much HTTP header data was received. In order to protect against malicious or\n-malconfigured clients, if more than 8 KiB of HTTP header data is received then\n+malconfigured clients, if more than `maxHeaderSize` of HTTP h... | 2024-08-18T13:09:11 |
rust-lang/rust | ab08cc9950bae44f119f97cef2d760ffcf0d16c7 | 9e1e35d779aa4de0892a6f9511e065df3858cb63 | Fix rustfmt
Co-authored-by: Michael Goulet <michael@errs.io> | [
{
"path": "src/items.rs",
"patch": "@@ -319,12 +319,13 @@ impl<'a> FnSig<'a> {\n method_sig: &'a ast::FnSig,\n generics: &'a ast::Generics,\n visibility: &'a ast::Visibility,\n+ defaultness: ast::Defaultness,\n ) -> FnSig<'a> {\n FnSig {\n safety: metho... | 2026-01-28T14:12:13 |
vercel/next.js | 5ed2b9840a882dc05877325d51458869a8a372c0 | e414623cc0d01e4f7dc8f540c5089c1dd3571308 | fix(Turbopack): Remove the duplicate SlowFilesystem warning (#81972)
<!-- 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:
##... | [
{
"path": "crates/napi/src/next_api/project.rs",
"patch": "@@ -568,14 +568,6 @@ async fn benchmark_file_io(\n \n let duration = Instant::now().duration_since(start);\n if duration > SLOW_FILESYSTEM_THRESHOLD {\n- println!(\n- \"Slow filesystem detected. The benchmark took {}ms. If ... | 2025-07-23T13:58:49 |
golang/go | c31a5c571f32f350a0a1b30f2b0e85576096e14c | de86d02c32f6690391ed79b99d0f763bb06606d5 | cmd/compile: fold negation into addition/subtraction on loong64
This change also avoid double negation, and add loong64 codegen for arithmetic tests.
Reduce the number of go toolchain instructions on loong64 as follows.
file before after Δ %
addr2line 279972 279896 -76 -0.0271%
as... | [
{
"path": "src/cmd/compile/internal/ssa/_gen/LOONG64.rules",
"patch": "@@ -776,12 +776,22 @@\n \n // generic simplifications\n (ADDV x (NEGV y)) => (SUBV x y)\n+(SUBV x (NEGV y)) => (ADDV x y)\n (SUBV x x) => (MOVVconst [0])\n (SUBV (MOVVconst [0]) x) => (NEGV x)\n (AND x x) => x\n (OR x x) => x\n (XOR x x... | 2025-05-14T06:35:41 |
nodejs/node | 415bc750a5e1409cc687e3a220fb1563a6900bad | 28f3e5c9d13e7435fbccc19d30fcda3f052a28f3 | deps: V8: cherry-pick 35888fee7bba
Original commit message:
[base] fix builds with GCC 12 on certain Linux distributions
With GCC 12 on certain Linux distributions (at least Debian 12,
Alpine 3.18, Fedora 37, that ships GCC 12.2),
std::is_trivially_copyable is broken
and as a result, V8 fails to ... | [
{
"path": "common.gypi",
"patch": "@@ -36,7 +36,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.9',\n+ 'v8_embedder_string': '-node.10',\n \n ##### V8 defaults for Node.js #####\n ... | 2024-07-25T10:08:09 |
facebook/react | b09e102ff1e2aaaf5eb6585b04609ac7ff54a5c8 | 1293047d6063f3508af15e68cca916660ded791e | [Fizz] Prevent uncloned large precomputed chunks without relying on render-time assertions (#28568)
A while back we implemented a heuristic that if a chunk was large it was
assumed to be produced by the render and thus was safe to stream which
results in transferring the underlying object memory. Later we ran into
... | [
{
"path": "packages/react-dom-bindings/src/server/ReactDOMLegacyServerStreamConfig.js",
"patch": "@@ -58,12 +58,6 @@ export function typedArrayToBinaryChunk(\n throw new Error('Not implemented.');\n }\n \n-export function clonePrecomputedChunk(\n- chunk: PrecomputedChunk,\n-): PrecomputedChunk {\n- retu... | 2024-03-16T19:39:37 |
electron/electron | dc707ee93835b279ff67dbd5f80ce28a4b9df3e1 | 1eb6e45a365fd7b73b23302662f29e465a698719 | fix: macOS tray button selection with VoiceOver (#39352) | [
{
"path": "shell/browser/ui/tray_icon_cocoa.mm",
"patch": "@@ -54,7 +54,12 @@ - (id)initWithIcon:(electron::TrayIconCocoa*)icon {\n NSStatusItem* item = [[NSStatusBar systemStatusBar]\n statusItemWithLength:NSVariableStatusItemLength];\n statusItem_ = item;\n- [[statusItem_ button] addSub... | 2023-08-07T07:52:18 |
rust-lang/rust | ae2d679bdd62227f6eaad47c37022221226e70ad | 99e47220fcf7135b052f4ceaf36b217030074127 | Fix clippy ast utils
Co-authored-by: Michael Goulet <michael@errs.io> | [
{
"path": "clippy_utils/src/ast_utils/mod.rs",
"patch": "@@ -819,7 +819,9 @@ pub fn eq_use_tree_kind(l: &UseTreeKind, r: &UseTreeKind) -> bool {\n pub fn eq_defaultness(l: Defaultness, r: Defaultness) -> bool {\n matches!(\n (l, r),\n- (Defaultness::Final, Defaultness::Final) | (Defaultne... | 2026-01-28T14:45:25 |
vercel/next.js | e414623cc0d01e4f7dc8f540c5089c1dd3571308 | 4cf2da98ba5f9d997088b90c18a248354024871b | Bump to swc_sourcemap 9.3.3 (#81971)
Pull in https://github.com/swc-project/swc-sourcemap/pull/4 to fix source maps | [
{
"path": "Cargo.lock",
"patch": "@@ -8241,9 +8241,9 @@ dependencies = [\n \n [[package]]\n name = \"swc_sourcemap\"\n-version = \"9.3.2\"\n+version = \"9.3.3\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"9755c673c6a83c461e98fa018f681adb8394a3f44f89a06f27e80fd4fe4fa1e... | 2025-07-23T13:49:53 |
nodejs/node | 28f3e5c9d13e7435fbccc19d30fcda3f052a28f3 | a41c381cded954f453e23fea36f5907fb0a65ebd | deps: always define V8_NODISCARD as no-op
It's causing compiler errors with some classes on Xcode 11
and the attribute should have no runtime effect.
PR-URL: https://github.com/nodejs/node/pull/54077
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Joyee Cheun... | [
{
"path": "common.gypi",
"patch": "@@ -36,7 +36,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.8',\n+ 'v8_embedder_string': '-node.9',\n \n ##### V8 defaults for Node.js #####\n "... | 2024-08-08T04:53:41 |
facebook/react | 1293047d6063f3508af15e68cca916660ded791e | 4d85c666a3e0c433453a73bdb78ee9cbdfb3fc82 | Fix log assertion in cancels tasks in Scheduler-test (#28562) | [
{
"path": "packages/scheduler/src/__tests__/Scheduler-test.js",
"patch": "@@ -247,7 +247,8 @@ describe('SchedulerBrowser', () => {\n });\n runtime.assertLog(['Post Message']);\n cancelCallback(task);\n- runtime.assertLog([]);\n+ runtime.fireMessageEvent();\n+ runtime.assertLog(['Message... | 2024-03-15T20:21:46 |
Subsets and Splits
Assembly Language GitHub Issues
Retrieves a sample of assembly-language related commits with their details, but doesn't provide meaningful analysis or patterns beyond basic filtering.
Swift Compiler Issues Analysis
Retrieves all training data for the Swift programming language repository, providing basic filtering but offering limited analytical insight beyond identifying relevant code examples.