repo stringclasses 15
values | fix_commit stringlengths 40 40 | buggy_commit stringlengths 40 40 | message stringlengths 3 64.3k | files listlengths 1 300 | timestamp timestamp[s]date 2013-03-13 20:45:00 2026-04-11 07:48:46 |
|---|---|---|---|---|---|
electron/electron | 188196e78cd714c9fb2c75b4074c41ae2dcb2793 | c765d57265efa92c5b22bcdcedd08bc8be52a89a | ci: auto label bug issues with version label (#42044) | [
{
"path": ".github/workflows/issue-opened.yml",
"patch": "@@ -35,7 +35,7 @@ jobs:\n with:\n creds: ${{ secrets.ISSUE_TRIAGE_GH_APP_CREDS }}\n org: electron\n- - run: npm install mdast-util-from-markdown@2.0.0 unist-util-select@5.1.0\n+ - run: npm install mdast-util-from... | 2024-05-13T08:49:23 |
golang/go | 8eb5f6020e707672a846f0f83011b87e48039550 | b226bcc4a9ae71dd75effbd020220590a29a68a9 | [dev.simd] cmd/compile, simd: API interface fixes
- Absolute -> Abs
- ApproximateReciprocal -> Reciprocal
- Other derived apis also changed.
- Round -> RoundToEven
- Other derived apis also changed.
- Drop DotProdBroadcast
- Fused(Mul|Add)(Mul|Add)? -> remove the "Fused"
- MulEvenWi... | [
{
"path": "src/cmd/compile/internal/amd64/simdssa.go",
"patch": "@@ -24,18 +24,6 @@ func ssaGenSIMDValue(s *ssagen.State, v *ssa.Value) bool {\n \t\tssa.OpAMD64VPABSQ128,\n \t\tssa.OpAMD64VPABSQ256,\n \t\tssa.OpAMD64VPABSQ512,\n-\t\tssa.OpAMD64VRCPPS128,\n-\t\tssa.OpAMD64VRCPPS256,\n-\t\tssa.OpAMD64VRCP14PS... | 2025-08-07T17:05:50 |
vercel/next.js | d8037fd31673d541176bd2bf4526c2adacc3e415 | e9e5eca47b935abaffc1321bd8896a498dc3c636 | fix: Ensure typegen CLI command doesn't hang due to open handles (#83966)
<!-- 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": "packages/next/src/bin/next.ts",
"patch": "@@ -395,8 +395,10 @@ program\n )}`\n )\n .action((directory: string, options: NextTypegenOptions) =>\n+ // ensure process exits after typegen completes so open handles/connections\n+ // don't cause process to hang\n import('../cli/next-t... | 2025-09-22T14:52:26 |
facebook/react | 7f22c5243e89f5bcbbfcd5daaa4ee3d601f6fd1e | 5052bfba8b55c355cbf749c118525ebfa7f9269c | [compiler:publish] Specify https for registry
Uses https for the npm registry so the publishing script isn't rejected.
Fixes:
```
Beginning October 4, 2021, all connections to the npm registry - including for package installation - must use TLS 1.2 or higher. You are currently using plaintext http to connect. Please ... | [
{
"path": "compiler/scripts/publish.js",
"patch": "@@ -203,7 +203,7 @@ async function main() {\n try {\n await spawnHelper(\n \"npm\",\n- [...opts, \"--registry=http://registry.npmjs.org\"],\n+ [...opts, \"--registry=https://registry.npmjs.org\"],\n {\n ... | 2024-05-16T00:40:24 |
rust-lang/rust | 94554413c09f0cd761fc974c85313af0c4b3e8c2 | df995ede1b3e61f0e87081d9548e6cd2a3ec9095 | Fix the compile-test tests when setting Cargo's `build.build-dir` setting to a path that's distinct from `target-dir`
In this approach, we're using the `CARGO_BIN_EXE_clippy-driver` env var, which is set to the appropriate absolute path,
invariant across the various possible `target-dir` and `build.build-dir` configur... | [
{
"path": "tests/compile-test.rs",
"patch": "@@ -197,9 +197,6 @@ impl TestContext {\n defaults.set_custom(\"diagnostic-collector\", collector);\n }\n config.with_args(&self.args);\n- let current_exe_path = env::current_exe().unwrap();\n- let deps_path = current_exe_... | 2026-02-24T00:15:40 |
electron/electron | c765d57265efa92c5b22bcdcedd08bc8be52a89a | 3ea3b0e8e1bf8283a9b270431e1d79a46acf72b3 | fix: BrowserView autoresizing conversion error (#42056) | [
{
"path": "lib/browser/api/browser-view.ts",
"patch": "@@ -34,13 +34,17 @@ export default class BrowserView {\n }\n \n setAutoResize (options: AutoResizeOptions) {\n- if (options == null || typeof options !== 'object') { throw new Error('Invalid auto resize options'); }\n+ if (options == null || t... | 2024-05-13T08:27:01 |
golang/go | 8282b72d627269ed2c2f7db7ea744e109667d7b1 | dc54d7b607488e71776ba0fa3d09398d65daf033 | runtime/race: update darwin race syso
On macOS, the script in LLVM TSAN building the race syso files
produces the Mach-O object with a malformed dynamic symbol table,
which new Apple linker doesn't like and emits an annoying warning
(https://github.com/golang/go/issues/61229#issuecomment-1988965927).
The dynamic symbo... | [
{
"path": "src/runtime/race/README",
"patch": "@@ -4,14 +4,14 @@ the LLVM project (https://github.com/llvm/llvm-project/tree/main/compiler-rt).\n \n To update the .syso files use golang.org/x/build/cmd/racebuild.\n \n-internal/amd64v1/race_darwin.syso built with LLVM 51bfeff0e4b0757ff773da6882f4d538996c9b04... | 2025-03-25T19:21:04 |
nodejs/node | 3efbb0dfb489d9051c0b765de803f65cecefcdeb | e81c809d9d430894d5787f0f366c7377643c2cfc | 2025-01-21, Version 20.18.2 'Iron' (LTS)
This is a security release.
Notable changes:
* CVE-2025-23083 - throw on InternalWorker use when permission model is enabled (High)
* CVE-2025-23085 - src: fix HTTP2 mem leak on premature close and ERR_PROTO (Medium)
* CVE-2025-23084 - path: fix path traversal in normalize() ... | [
{
"path": "CHANGELOG.md",
"patch": "@@ -68,7 +68,8 @@ release.\n <a href=\"doc/changelogs/CHANGELOG_V22.md#22.0.0\">22.0.0</a><br/>\n </td>\n <td valign=\"top\">\n-<b><a href=\"doc/changelogs/CHANGELOG_V20.md#20.18.1\">20.18.1</a></b><br/>\n+<b><a href=\"doc/changelogs/CHANGELOG_V20.md#20.18.2\">20.18.2... | 2025-01-16T18:09:27 |
vercel/next.js | be33a9d8cde17773ed7c69d13e5df94223f86f39 | 6779a5c07e70b34ccb9cfb1c94fa3f8a7a5711f4 | Turbopack: Deterministic builds (prerender-manifest, .next/package.json, ./next/postcss.js) (#84081)
### What?
* Make order of routes in prerender manifest deterministic
* Write the same package.json content to distDir
* fix output directory for postcss/webpack loaders entrypoint | [
{
"path": "crates/next-api/src/project.rs",
"patch": "@@ -815,9 +815,9 @@ impl Project {\n let node_execution_chunking_context = Vc::upcast(\n NodeJsChunkingContext::builder(\n self.project_root_path().owned().await?,\n- node_root.clone(),\n+ ... | 2025-09-22T14:41:31 |
facebook/react | 5052bfba8b55c355cbf749c118525ebfa7f9269c | 50c999eb0e1a583cc4e5309aa8f976d8376f866b | chore(docs): fix typo (plugion => plugin) in DESIGN_GOALS.md (#29086)
<!--
Thanks for submitting a pull request!
We appreciate you spending the time to work on these changes. Please
provide enough information so that others can review your pull request.
The three fields below are mandatory.
Before submitting ... | [
{
"path": "compiler/docs/DESIGN_GOALS.md",
"patch": "@@ -41,7 +41,7 @@ React Compiler has two primary public interfaces: a Babel plugin for transformin\n \n The core of the compiler is largely decoupled from Babel, using its own intermediate representations. The high-level flow is as follows:\n \n-- **Babel... | 2024-05-16T00:41:05 |
rust-lang/rust | b4d7d437d2310fb02266e38b28c28ee53229b5e0 | 49e1fb9ca61c9560ab3ecf8156ce0daafaaaaad3 | sembr src/debugging-support-in-rustc.md | [
{
"path": "src/doc/rustc-dev-guide/src/debugging-support-in-rustc.md",
"patch": "@@ -19,8 +19,9 @@ According to Wikipedia\n > other programs (the \"target\" program).\n \n Writing a debugger from scratch for a language requires a lot of work, especially if\n-debuggers have to be supported on various platfor... | 2026-02-24T09:06:48 |
golang/go | e0a1ea431c960c3ed740f9b32754e7c31737035c | 2747f925dd1f08f9b9a1ef23170ee601519d70c2 | cmd/compile: make panicBounds stack frame smaller on ppc64
We're running into nosplit limits when compiled with all=-N -l.
Fixes #74910
Change-Id: I156263ae9b54ded240000001719512af86af70ee
Reviewed-on: https://go-review.googlesource.com/c/go/+/693557
Reviewed-by: Paul Murphy <paumurph@redhat.com>
Auto-Submit: Keith ... | [
{
"path": "src/cmd/compile/internal/ssa/_gen/PPC64Ops.go",
"patch": "@@ -171,7 +171,7 @@ func init() {\n \t\tfpstore = regInfo{inputs: []regMask{gp | sp | sb, fp}}\n \t\tfpstoreidx = regInfo{inputs: []regMask{gp | sp | sb, gp | sp | sb, fp}}\n \t\tcallerSave = regMask(gp | fp | gr | xer)\n-\t\tfirst8 ... | 2025-08-06T16:59:12 |
nodejs/node | e81c809d9d430894d5787f0f366c7377643c2cfc | b845dc6fbeb0684b83e314dd2233958e95166aa2 | 2025-01-21, Version 22.13.1 'Jod' (LTS)
This is a security release.
Notable changes:
* CVE-2025-23083: throw on InternalWorker use when permission model is enabled (High)
* CVE-2025-23084: fix path traversal in normalize() on Windows (Medium)
* CVE-2025-23085: fix HTTP2 mem leak on premature close and ERR_PROTO (Med... | [
{
"path": "CHANGELOG.md",
"patch": "@@ -49,7 +49,8 @@ release.\n <a href=\"doc/changelogs/CHANGELOG_V23.md#23.0.0\">23.0.0</a><br/>\n </td>\n <td valign=\"top\">\n-<b><a href=\"doc/changelogs/CHANGELOG_V22.md#22.13.0\">22.13.0</a></b><br/>\n+<b><a href=\"doc/changelogs/CHANGELOG_V22.md#22.13.1\">22.13.1... | 2025-01-15T21:10:39 |
facebook/react | a0eb2653b89179927d0567ef65d847a3dfb84bf8 | 5572edc929bca8d4248d579d7931ab79e3395d04 | [compiler] Check if current branch is main
This script needs to run from `main` since it commits version bumps for
packages, and those need to point to publicly available hashes. So,
throw an error if we're not already on main.
ghstack-source-id: ce0168e826b990fd55733e777ee8effe4f35400a
Pull Request resolved: https:/... | [
{
"path": "compiler/scripts/publish.js",
"patch": "@@ -69,6 +69,13 @@ async function getDateStringForCommit(commit) {\n * the command only report what it would have done, instead of actually publishing to npm.\n */\n async function main() {\n+ const currBranchName = await execHelper(\"git rev-parse --abb... | 2024-05-15T23:13:35 |
rust-lang/rust | ce93a5335de4315a09f93a9cb0569baa47cbc3c2 | ef70767064ab87b0a41400f69e1dc0b55c8d5284 | Fix Async Drop MIR bug with async_drop_in_place (Squashed) | [
{
"path": "compiler/rustc_mir_transform/src/elaborate_drop.rs",
"patch": "@@ -326,12 +326,23 @@ where\n const_: Const::zero_sized(pin_obj_new_unchecked_fn),\n }));\n \n+ // Create an intermediate block that does StorageDead(fut) then jumps to succ.\n+ // This is necessary b... | 2026-02-24T08:04:33 |
vercel/next.js | 6779a5c07e70b34ccb9cfb1c94fa3f8a7a5711f4 | 9cf9183e0090e0dd322f4604a21f00f00111db4c | Turbopack: error when importing Typescript in node_modules (#83990)
Webpack treats TS files in node_modules as Javascript files (i.e. you get a JS parse error)
Turbopack previously did a similar thing (though it parsed as Typescript, but then never ran the TS AST transform).
This never worked properly, it failed due ... | [
{
"path": "crates/next-core/src/next_client/transforms.rs",
"patch": "@@ -32,7 +32,10 @@ pub async fn get_next_client_transforms_rules(\n \n let modularize_imports_config = &next_config.modularize_imports().await?;\n let enable_mdx_rs = next_config.mdx_rs().await?.is_some();\n- rules.push(get_nex... | 2025-09-22T14:40:53 |
electron/electron | 3ea3b0e8e1bf8283a9b270431e1d79a46acf72b3 | 96dda274e9c23f8ff6345fe129d7c9860b2c2ea9 | fix: ensure originalFs.promises.cp works (#42132) | [
{
"path": "patches/node/build_add_gn_build_files.patch",
"patch": "@@ -11,7 +11,7 @@ really in 20/21. We have to wait until 22 is released to be able to\n build with upstream GN files.\n \n diff --git a/BUILD.gn b/BUILD.gn\n-index 1ed186b597eece7c34cb69c8e1e20870555a040d..7d201bb6b822f0401c3be2bc52d65bc7146... | 2024-05-13T04:03:00 |
golang/go | 2747f925dd1f08f9b9a1ef23170ee601519d70c2 | 025d36917c8f56baede2f477131bbf08bf1382ca | debug/macho: support reading imported symbols without LC_DYSYMTAB
Currently, the ImportedSymbols method requires an LC_DYSYMTAB load
command to exist. However, a Mach-O object file may not have an
LC_DYSYMTAB load command, e.g. the one produced by "ld -r".
Support this case by just reading the symbol table and gathers... | [
{
"path": "src/debug/macho/file.go",
"patch": "@@ -719,15 +719,28 @@ func (f *File) DWARF() (*dwarf.Data, error) {\n // referred to by the binary f that are expected to be\n // satisfied by other libraries at dynamic load time.\n func (f *File) ImportedSymbols() ([]string, error) {\n-\tif f.Dysymtab == nil ... | 2025-08-04T14:30:26 |
facebook/react | 5572edc929bca8d4248d579d7931ab79e3395d04 | cf7d895db6aa48fb63e6a11d2ef2ae3ea5c48169 | [compiler] Various fixes for publishing script
- Specify a registry for npm publish because otherwise it tries to use
the yarn registry
- `packages` option actually works
This _should_ work now (note last line of output), will test it once we
land this since i want to publish a new version of the eslint plugin
with... | [
{
"path": "compiler/scripts/publish.js",
"patch": "@@ -24,7 +24,7 @@ const spawnHelper = util.promisify(_spawn);\n function execHelper(command, options, streamStdout = false) {\n return new Promise((resolve, reject) => {\n const proc = cp.exec(command, options, (error, stdout) =>\n- error ? rejec... | 2024-05-15T23:13:35 |
rust-lang/rust | cbdcfca40324738bf39e160538cdaf853bcc0f76 | 24efac106335824fed59d1490d79d62524a85afb | Swapped key comparisons to match lower_bound_mut, added FIXME comments on bulk inserting other_keys into self map, and inlined with_next() insertion on conflicts from Cursor* | [
{
"path": "library/alloc/src/collections/btree/map.rs",
"patch": "@@ -1253,7 +1253,6 @@ impl<K, V, A: Allocator + Clone> BTreeMap<K, V, A> {\n /// Similar to [`insert`], though, the key is not overwritten,\n /// which matters for types that can be `==` without being identical.\n ///\n- ///\n ... | 2026-02-23T05:38:50 |
nodejs/node | b845dc6fbeb0684b83e314dd2233958e95166aa2 | 7bc2946293757389468f1fa09714860f8e1147b7 | 2025-01-21, Version 23.6.1 (Current)
This is a security release.
Notable changes:
* CVE-2025-23083: throw on InternalWorker use when permission model is enabled (High)
* CVE-2025-23084: fix path traversal in normalize() on Windows (Medium)
* CVE-2025-23085: fix HTTP2 mem leak on premature close and ERR_PROTO (Medium... | [
{
"path": "CHANGELOG.md",
"patch": "@@ -39,7 +39,8 @@ release.\n </tr>\n <tr>\n <td valign=\"top\">\n-<b><a href=\"doc/changelogs/CHANGELOG_V23.md#23.6.0\">23.6.0</a></b><br/>\n+<b><a href=\"doc/changelogs/CHANGELOG_V23.md#23.6.1\">23.6.1</a></b><br/>\n+<a href=\"doc/changelogs/CHANGELOG_V23.md#23.6.0\">2... | 2025-01-15T15:03:56 |
vercel/next.js | 9cf9183e0090e0dd322f4604a21f00f00111db4c | 237f142860d77b5cd1fd7e474176bf87dac11958 | Turbopack: flush Node.js worker IPC on error (#84077)
If the Nodejs process exited too quickly after `sendError`, Turbopack never received the error message and then previously crashed with panics such as
```
- Execution of PostCssTransformedAsset::process failed
- creating new process
- reading packet length
- unex... | [
{
"path": "turbopack/crates/turbopack-node/js/src/ipc/index.ts",
"patch": "@@ -169,18 +169,20 @@ function createIpc<TIncoming, TOutgoing>(\n sendReady,\n \n async sendError(error: Error): Promise<never> {\n+ let failed = false\n try {\n await send({\n type: 'error',\n ... | 2025-09-22T13:28:31 |
golang/go | f53dcb6280a66acb7f6a66d39eaf51e5f0f5698b | a3895fe9f18682d5055cb68283eba21d7255a67f | cmd/internal/testdir: unify link command
There are three places where we manually construct a "go tool link"
command. Unify them.
Test binaries don't need the symbol table or debug info, so pass
-s -w always.
Change-Id: I40143894172877738e250f291d7e7ef8dce62488
Reviewed-on: https://go-review.googlesource.com/c/go/+/... | [
{
"path": "src/cmd/internal/testdir/testdir_test.go",
"patch": "@@ -233,19 +233,23 @@ var stdlibImportcfgFile = sync.OnceValue(func() string {\n \treturn filename\n })\n \n-func linkFile(runcmd runCmd, goname string, importcfg string, ldflags []string) (err error) {\n+// linkFile links infile with the given... | 2025-08-02T22:06:57 |
rust-lang/rust | d501f960a3950983725a94f4ec7e83f3149e13f2 | eeb94be79adc9df7a09ad0b2421f16e60e6d932c | rustc_target: callconv: powerpc64: Use llvm_abiname rather than target_abi for ABI determination
Currently on PowerPC64 targets, llvm_abiname and target_abi will be the
same unless we're on AIX. Since llvm_abiname is what we pass on to LLVM,
it is preferable to use the value of that to determine the calling
convention... | [
{
"path": "compiler/rustc_target/src/callconv/powerpc64.rs",
"patch": "@@ -5,7 +5,7 @@\n use rustc_abi::{Endian, HasDataLayout, TyAbiInterface};\n \n use crate::callconv::{Align, ArgAbi, FnAbi, Reg, RegKind, Uniform};\n-use crate::spec::{Abi, HasTargetSpec, Os};\n+use crate::spec::{HasTargetSpec, Os};\n \n ... | 2026-02-24T06:37:34 |
nodejs/node | fdad2fa66e77739583591f9991360a87532cb3c7 | da5f7aca6ac1fac2b7840dc11c0ef8e740cfc414 | http2: omit server name when HTTP2 host is IP address
Fixes: https://github.com/nodejs/node/issues/56189
PR-URL: https://github.com/nodejs/node/pull/56530
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "lib/internal/http2/core.js",
"patch": "@@ -636,15 +636,21 @@ function initOriginSet(session) {\n if (originSet === undefined) {\n const socket = session[kSocket];\n session[kState].originSet = originSet = new SafeSet();\n- if (socket.servername != null) {\n- let originString = `... | 2024-12-29T04:41:34 |
vercel/next.js | 237f142860d77b5cd1fd7e474176bf87dac11958 | 5b5d9b14e993790d98aa4c3a43f90cb964355496 | Turbopack: run tests with multiple threads (#84074)
These tests were broken
```
➜ next.js-other git:(mischnic/parallelize-merged-module-info) UPDATE=1 cargo nextest run -p turbopack-tests -E 'test(test_tests__execution__turbopack__basic__esm_this__input__index_js)' --no-capture
Finished `test` profile [unoptim... | [
{
"path": "turbopack/crates/turbopack-tests/tests/execution.rs",
"patch": "@@ -161,7 +161,7 @@ fn get_messages(js_results: JsResult) -> Vec<String> {\n messages\n }\n \n-#[tokio::main(flavor = \"current_thread\")]\n+#[tokio::main(flavor = \"multi_thread\", worker_threads = 2)]\n async fn run(resource: P... | 2025-09-22T13:18:09 |
facebook/react | cf7d895db6aa48fb63e6a11d2ef2ae3ea5c48169 | 3adca7a477f7dd025ea02599b59433b86ac8fd59 | [compiler:eslint] Fix false positive with TS type param syntax
Previously we would attempt to parse code in the eslint plugin with the
HermesParser first as it can handle some TS syntax. However, this was
leading to a mis-parse of React hook calls with type params (eg,
`useRef<null>()` as a BinaryExpression rather tha... | [
{
"path": "compiler/packages/eslint-plugin-react-compiler/__tests__/ReactCompilerRuleTypescript-test.ts",
"patch": "@@ -34,24 +34,18 @@ const tests: CompilerTestCases = {\n }\n `,\n },\n- ],\n- invalid: [\n {\n- name: \"[FALSE POSITIVE] Repro for hooks as normal values\",\n+ ... | 2024-05-15T22:36:27 |
rust-lang/rust | d3bd9e610310c77e8b501c49b369e25f55ca88c0 | b3869b94cd1ed4bfa2eb28f301535d5e9599c713 | Remove unhelpful hint from trivial bound errors | [
{
"path": "compiler/rustc_trait_selection/src/error_reporting/traits/suggestions.rs",
"patch": "@@ -3845,7 +3845,6 @@ impl<'a, 'tcx> TypeErrCtxt<'a, 'tcx> {\n err.span_note(assoc_span, msg);\n }\n ObligationCauseCode::TrivialBound => {\n- err.help(\"see... | 2026-02-24T05:04:45 |
golang/go | a3895fe9f18682d5055cb68283eba21d7255a67f | 608e9fac9055aa188c513f4dd53f12e692bc3c0c | database/sql: avoid closing Rows while scan is in progress
A database/sql/driver.Rows can return database-owned data
from Rows.Next. The driver.Rows documentation doesn't explicitly
document the lifetime guarantees for this data, but a reasonable
expectation is that the caller of Next should only access it
until the n... | [
{
"path": "src/database/sql/convert.go",
"patch": "@@ -335,7 +335,6 @@ func convertAssignRows(dest, src any, rows *Rows) error {\n \t\t\tif rows == nil {\n \t\t\t\treturn errors.New(\"invalid context to convert cursor rows, missing parent *Rows\")\n \t\t\t}\n-\t\t\trows.closemu.Lock()\n \t\t\t*d = Rows{\n \... | 2025-07-23T21:26:54 |
nodejs/node | a5ed762d82bc7cf0b44026d073d60cef3219ed2c | 322056dc327d4a2dd006a90c5fd54075df7f502b | deps: fixup some minor coverity warnings
Fixes: https://github.com/nodejs/node/issues/56611
PR-URL: https://github.com/nodejs/node/pull/56612
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Michael Daw... | [
{
"path": "deps/ncrypto/ncrypto.cc",
"patch": "@@ -1346,8 +1346,11 @@ DHPointer DHPointer::New(BignumPointer&& p, BignumPointer&& g) {\n if (DH_set0_pqg(dh.get(), p.get(), nullptr, g.get()) != 1) return {};\n \n // If the call above is successful, the DH object takes ownership of the\n- // BIGNUMs, so ... | 2025-01-19T16:55:54 |
electron/electron | 9b0409f7c91b1dd8e1554f8428972c1b0f171766 | 0725f5c5cf8bb7abef5920b3bd92f8e9fee0c32d | chore: bump chromium to 126.0.6445.0 (main) (#41868)
* chore: bump chromium in DEPS to 125.0.6421.0
* chore: bump chromium in DEPS to 125.0.6422.0
* Add ENABLE_BASE_TRACING flags for compatibility with enable_base_tracing = false on Windows
https://chromium-review.googlesource.com/c/chromium/src/+/5434658
... | [
{
"path": "BUILD.gn",
"patch": "@@ -658,6 +658,7 @@ source_set(\"electron_lib\") {\n libs += [ \"dwmapi.lib\" ]\n sources += [ \"shell/common/asar/archive_win.cc\" ]\n deps += [\n+ \"//components/app_launch_prefetch\",\n \"//components/crash/core/app:crash_export_thunks\",\n \"/... | 2024-05-10T15:21:10 |
vercel/next.js | 5b5d9b14e993790d98aa4c3a43f90cb964355496 | af9298cc38e98615f8a22295c2cfc5ad362ab416 | Turbopack: fix test case and update project_update to turbo_tasks::run too (#83978)
### What?
Changing an env var that is used in an RSC doesn't lead to HMR updates. It only refetches the RSC stream and no compilation happens at all since the env var is consumed only at runtime.
This test did pass before as the `run... | [
{
"path": "crates/napi/src/next_api/project.rs",
"patch": "@@ -455,13 +455,13 @@ pub fn project_new(\n \n let options: ProjectOptions = options.into();\n let container = turbo_tasks\n- .run_once(async move {\n+ .run(async move {\n let project = ProjectCo... | 2025-09-22T12:20:33 |
facebook/react | 3adca7a477f7dd025ea02599b59433b86ac8fd59 | 5e11e7fc203754cf95e27baed957c581b9ba44b8 | compiler: fix jsx text attributes with double quotes (#29079)
Fixes #29069 by detecting the presence of double-quotes in JSX attribute
strings and falling back to using an expression container. | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/ReactiveScopes/CodegenReactiveFunction.ts",
"patch": "@@ -2040,6 +2040,9 @@ function codegenJsxAttribute(\n switch (innerValue.type) {\n case \"StringLiteral\": {\n value = innerValue;\n+ if (value.value.indexOf('\... | 2024-05-15T21:40:33 |
golang/go | 608e9fac9055aa188c513f4dd53f12e692bc3c0c | 72e8237cc11569de2faf9885a1b83d06446533b5 | go/types, types2: flip on position tracing
Running compilebench with flags off / on, we get the below:
│ old.txt │ new.txt │
│ sec/op │ sec/op vs base │
Template 149.2m ± 6% 155.5m ± 5% ... | [
{
"path": "src/cmd/compile/internal/types2/check.go",
"patch": "@@ -22,7 +22,7 @@ var nopos syntax.Pos\n const debug = false // leave on during development\n \n // position tracing for panics during type checking\n-const tracePos = false // TODO(markfreeman): check performance implications\n+const tracePos ... | 2025-05-28T16:12:35 |
nodejs/node | 009d53ec3c3a411e9ad28eaae419c95b300cb62a | 840f95226876f86ed04ce2963e6d3dc6492c7d1c | child_process: fix parsing messages with splitted length field
Fixes: https://github.com/nodejs/node/issues/55834
PR-URL: https://github.com/nodejs/node/pull/56106
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "lib/internal/child_process/serialization.js",
"patch": "@@ -61,7 +61,12 @@ const advanced = {\n *parseChannelMessages(channel, readData) {\n if (readData.length === 0) return;\n \n- ArrayPrototypePush(channel[kMessageBuffer], readData);\n+ if (channel[kMessageBufferSize] && channel[kM... | 2025-01-18T19:39:56 |
vercel/next.js | af9298cc38e98615f8a22295c2cfc5ad362ab416 | 2d96b9660fe8ef9be1e7dd3ef27048d083f15147 | Fix TypeScript type error in example code (#84041)
Without the `| null`, the following error appears during compilation:
```
TS2322: Type RefObject<HTMLDivElement | null> is not assignable to type RefObject<HTMLDivElement>
Type HTMLDivElement | null is not assignable to type HTMLDivElement
Type null is not assignable ... | [
{
"path": "docs/01-app/03-api-reference/03-file-conventions/error.mdx",
"patch": "@@ -219,7 +219,7 @@ export class GracefullyDegradingErrorBoundary extends Component<\n ErrorBoundaryProps,\n ErrorBoundaryState\n > {\n- private contentRef: React.RefObject<HTMLDivElement>\n+ private contentRef: React.Re... | 2025-09-22T11:29:45 |
electron/electron | 3bd807b03e7c0f4c5dd14ee0ac88f56585ab4ba7 | e2acdffe58ad9b622ca1fd983348bf4ce26f9379 | fix: View reordering on re-addition to same parent (#42085) | [
{
"path": "docs/api/view.md",
"patch": "@@ -48,6 +48,9 @@ Objects created with `new View` have the following instance methods:\n * `index` Integer (optional) - Index at which to insert the child view.\n Defaults to adding the child at the end of the child list.\n \n+If the same View is added to a parent w... | 2024-05-10T08:16:33 |
facebook/react | 5e11e7fc203754cf95e27baed957c581b9ba44b8 | c93c30f9d4c6339708636c3fbf9189acfe96443f | [heathcheck] Check for namespaced StrictMode (#29076)
Previously, we only checked for StrictMode by searching for
`<StrictMode>` but we should also check for the namespaced version,
`<React.StrictMode>`.
Fixes https://github.com/facebook/react/issues/29075 | [
{
"path": "compiler/packages/react-compiler-healthcheck/src/checks/strictMode.ts",
"patch": "@@ -8,7 +8,7 @@\n import chalk from \"chalk\";\n \n const JsFileExtensionRE = /(js|ts|jsx|tsx)$/;\n-const StrictModeRE = /\\<StrictMode\\>/;\n+const StrictModeRE = /<(React\\.StrictMode|StrictMode)>/;\n let StrictMo... | 2024-05-15T21:15:32 |
golang/go | 72e8237cc11569de2faf9885a1b83d06446533b5 | 3406a617d9643902e932ca99c6f276fa7b19e030 | cmd/compile: allow more args in StructMake folding rule
imakeOfStructMake does the right thing, but we never call it
when the StructMake has more than one argument.
Fixes #74908
Change-Id: Ib4b1a025bfb1fa69a325207e47b74bd6217092bf
Reviewed-on: https://go-review.googlesource.com/c/go/+/693615
Auto-Submit: Keith Randa... | [
{
"path": "src/cmd/compile/internal/ssa/_gen/generic.rules",
"patch": "@@ -921,7 +921,7 @@\n @x.Block (Load <v.Type> (OffPtr <v.Type.PtrTo()> [t.FieldOff(int(i))] ptr) mem)\n \n // Putting struct{*byte} and similar into direct interfaces.\n-(IMake _typ (StructMake val)) => imakeOfStructMake(v)\n+(IMake _t... | 2025-08-06T16:21:41 |
facebook/react | c93c30f9d4c6339708636c3fbf9189acfe96443f | cfeb491ee74073a48372c04d31142f5cacf2d5ec | Fix ESLint and Prettier configs for React Compiler (#29073)
Fixes the top-level ESLint and Prettier configs to ignore the compiler.
For now the compiler has its own prettier and linting setup with
different versions/configs. | [
{
"path": ".eslintignore",
"patch": "@@ -13,6 +13,9 @@ scripts/bench/benchmarks/**/*.js\n # React repository clone\n scripts/bench/remote-repo/\n \n+# Compiler uses its own lint setup\n+compiler/\n+\n packages/react-devtools-core/dist\n packages/react-devtools-extensions/chrome/build\n packages/react-devtoo... | 2024-05-15T21:02:57 |
nodejs/node | 2e45656eb2308f1a0c0b170a593f073e147f5a56 | 90840ccc772974cda34e281ad8e6e3561c1254c8 | crypto: add missing return value check
Add return value check for call to SSL_CTX_add_client_CA
to be consistent with other places it is called
Fixed unused warning in one of the static analysis tools we use
at Red Hat even though it is not being reported by coverity in
the configuration we run.
Signed-off-by: Micha... | [
{
"path": "src/crypto/crypto_context.cc",
"patch": "@@ -1164,7 +1164,7 @@ void SecureContext::LoadPKCS12(const FunctionCallbackInfo<Value>& args) {\n X509* ca = sk_X509_value(extra_certs.get(), i);\n \n X509_STORE_add_cert(sc->GetCertStoreOwnedByThisSecureContext(), ca);\n- SSL_CTX_add_client_CA(... | 2025-01-17T17:58:47 |
vercel/next.js | 2d96b9660fe8ef9be1e7dd3ef27048d083f15147 | 9d73c864037f3e90234c23ce2863f8311588a70e | docs: add pageExtensions note to Middleware and clarify default filename (#84045)
- Added a Note to the Middleware docs explaining that when
`pageExtensions` are customized (e.g. `.page.ts`), the Middleware file
should be named `middleware.page.ts` or `middleware.page.js`.
- Updated wording so `middleware.ts/js` is de... | [
{
"path": "docs/01-app/03-api-reference/03-file-conventions/middleware.mdx",
"patch": "@@ -20,6 +20,8 @@ Middleware executes before routes are rendered. It's particularly useful for imp\n \n Create a `middleware.ts` (or `.js`) file in the project root, or inside `src` if applicable, so that it is located at... | 2025-09-22T09:24:57 |
electron/electron | 865b0499bbdd918708b6b1b66fcabf07d3d2fdbb | 6675f3ae65b8cba5da13242a72cb3dca6cdc4738 | refactor: use `//ui/shell_dialogs` on Linux (#42045)
* refactor: use //ui/shell_dialogs on Linux
* fix: add proper filtering
* fix: add support for missing dialog features to //shell_dialogs
* fix: parent_window could be null
* chore: cleanup patch
* fix: use a OnceCallback in the sync implementation
... | [
{
"path": "BUILD.gn",
"patch": "@@ -81,18 +81,11 @@ if (is_linux) {\n ]\n }\n \n- # Generates electron_gtk_stubs.h header which contains\n- # stubs for extracting function ptrs from the gtk library.\n- # Function signatures for which stubs are required should be\n- # declared in electron_gtk.sigs,... | 2024-05-09T13:51:42 |
facebook/react | cfeb491ee74073a48372c04d31142f5cacf2d5ec | 71565a932cfc877a42bdc6ad3ffc72bab0788ca5 | Add a `main` field to `eslint-plugin-react-compiler`, fixes #29068. (#29072)
## Summary
The main field is missing, this fixes it.
Fixes #29068.
## How did you test this change?
Manually patched the package and tried it in my codebase. | [
{
"path": "compiler/packages/eslint-plugin-react-compiler/package.json",
"patch": "@@ -2,6 +2,7 @@\n \"name\": \"eslint-plugin-react-compiler\",\n \"version\": \"0.0.0-experimental-e04a001-20240515\",\n \"description\": \"ESLint plugin to display errors found by the React compiler.\",\n+ \"main\": \"... | 2024-05-15T21:02:20 |
golang/go | 7ca34599ec4df8a21b7d4580f7e1c716c44f7e0f | 82d056ddd7378ee23ab073c7a195d92cfc4a59d6 | [dev.simd] simd, cmd/compile: generated files to add 'blend' and 'blendMasked'
Generated by arch/internal/simdgen CL 693175
These methods are not public because of simdgen-induced name/signature
issues, and because their addition was motivated by the need for
emulation tools.
The specific name signature problems are... | [
{
"path": "src/cmd/compile/internal/amd64/simdssa.go",
"patch": "@@ -589,7 +589,11 @@ func ssaGenSIMDValue(s *ssagen.State, v *ssa.Value) bool {\n \t\tssa.OpAMD64VPXORDMasked512,\n \t\tssa.OpAMD64VPXORQMasked128,\n \t\tssa.OpAMD64VPXORQMasked256,\n-\t\tssa.OpAMD64VPXORQMasked512:\n+\t\tssa.OpAMD64VPXORQMask... | 2025-08-04T19:19:54 |
nodejs/node | 90840ccc772974cda34e281ad8e6e3561c1254c8 | 74717cb7fa21eb7d7c2abc579334f28c66d96fb0 | tools: fix permissions in `lint-release-proposal` workflow
PR-URL: https://github.com/nodejs/node/pull/56614
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Ruy Adorno <ruy@vlt.sh>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": ".github/workflows/lint-release-proposal.yml",
"patch": "@@ -19,6 +19,8 @@ permissions:\n jobs:\n lint-release-commit:\n runs-on: ubuntu-latest\n+ permissions:\n+ pull-requests: read\n steps:\n - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2\n ... | 2025-01-17T16:43:26 |
rust-lang/rust | faf9506169ecb8cb0b358f531278e359adfd84e8 | 0492671fc8cb1a4fe240681e83e71845db697793 | fix: `suboptimal_flops` FN on add and sub assign | [
{
"path": "clippy_lints/src/floating_point_arithmetic/mul_add.rs",
"patch": "@@ -1,6 +1,7 @@\n-use clippy_utils::diagnostics::span_lint_and_sugg;\n+use clippy_utils::diagnostics::span_lint_and_then;\n use clippy_utils::sugg::Sugg;\n use clippy_utils::{get_parent_expr, has_ambiguous_literal_in_expr, sym};\n+... | 2026-02-23T21:33:59 |
facebook/react | ecccaf6e017911cd0b39e4f54cc570ff1ba29824 | 6457343cd3c22a9eedbd943ec0ff61d7b7134d08 | Fix CI for compiler paths
ghstack-source-id: 43bb0c8c957fc550203445868c90fa706e3a8d11
Pull Request resolved: https://github.com/facebook/react-forget/pull/2968 | [
{
"path": ".github/workflows/compiler-playground.yml",
"patch": "@@ -5,7 +5,7 @@ on:\n branches: [main]\n pull_request:\n paths:\n- - compiler/\n+ - \"compiler/**\"\n - .github/workflows/compiler-playground.yml\n \n defaults:",
"additions": 1,
"deletions": 1,
"language"... | 2024-05-14T15:01:18 |
electron/electron | 6675f3ae65b8cba5da13242a72cb3dca6cdc4738 | 731bc7a334565b67b0f75b8b713bfb55db12e67a | fix: CHECK when adding view as its own child (#42067) | [
{
"path": "shell/browser/api/electron_api_view.cc",
"patch": "@@ -189,6 +189,14 @@ void View::AddChildViewAt(gin::Handle<View> child,\n // has a View, possibly a wrapper view around the underlying platform View.\n if (!view_)\n return;\n+\n+ // This will CHECK and crash in View::AddChildViewAtImpl ... | 2024-05-09T13:47:47 |
golang/go | e1fd4faf914b914856dfb0be1ad26cd4cef4a9ae | bcd25c79aa5675d3e5d28c09715b8147906da006 | runtime: fix godoc comment for inVDSOPage
Change-Id: I7dcab0c915a748e52c5c689c1cb774f486d2b9e6
Reviewed-on: https://go-review.googlesource.com/c/go/+/693195
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project... | [
{
"path": "src/runtime/vdso_linux.go",
"patch": "@@ -285,7 +285,7 @@ func vdsoauxv(tag, val uintptr) {\n \t}\n }\n \n-// vdsoMarker reports whether PC is on the VDSO page.\n+// inVDSOPage reports whether PC is on the VDSO page.\n //\n //go:nosplit\n func inVDSOPage(pc uintptr) bool {",
"additions": 1,
... | 2025-08-05T10:57:42 |
nodejs/node | 22f1518d2f03a10ebac3b95e7ec1dd61a566c3f8 | 00d49649dabac5dd11e05d2558b2cb0edb607c1b | test_runner: remove unused errors
PR-URL: https://github.com/nodejs/node/pull/56607
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jacob Smith <jacob@frende.me> | [
{
"path": "doc/api/errors.md",
"patch": "@@ -2829,25 +2829,6 @@ An unspecified or non-specific system error has occurred within the Node.js\n process. The error object will have an `err.info` object property with\n additional details.\n \n-<a id=\"ERR_TAP_LEXER_ERROR\"></a>\n-\n-### `ERR_TAP_LEXER_ERROR`\n-... | 2025-01-17T10:34:55 |
vercel/next.js | 52ac89f608d02db8e00cb35849f56c1d0d7b3969 | d608590ced4f592c9939c841b9814c121bb6b20d | [turbopack] Consolodate logic for visiting functions to simplify state management (#82763)
Introduce a new helper function `enter_fn` in the analyzer to ensure state like `cur_fn_id` is consistently updated. Follow the existing pattern of moving the state into a private module to control access.
Leverage the early r... | [
{
"path": "turbopack/crates/turbopack-ecmascript/src/analyzer/graph.rs",
"patch": "@@ -286,8 +286,6 @@ pub fn create_graph(m: &Program, eval_context: &EvalContext, is_tracing: bool) -\n hoisted_effects: Default::default(),\n early_return_stack: Default::default(),\n var_d... | 2025-09-22T02:03:35 |
rust-lang/rust | 8ac769f9d0675d7ca28ad01396ab204d8e3a96d7 | d3e8bd94cc042c65e30a6c60146a8a00531d1292 | Remove `rustc_feedable_queries` and `define_feedable` macros.
`rustc_queries!` produces two macros: `rustc_with_all_queries` and
`rustc_feedable_queries`. The latter is similar to the former but only
includes feedable queries.
But feedable queries don't need a separate mechanism because we can
identify feedable queri... | [
{
"path": "compiler/rustc_macros/src/query.rs",
"patch": "@@ -399,7 +399,6 @@ pub(super) fn rustc_queries(input: TokenStream) -> TokenStream {\n \n let mut query_stream = quote! {};\n let mut helpers = HelperTokenStreams::default();\n- let mut feedable_queries = quote! {};\n let mut analyzer_... | 2026-02-23T03:03:16 |
facebook/react | 6948639df67235e3f79755f2373ff5f913e86637 | 67ea821e5fe6ddf3c734ec08ccf3630de9ef73ae | [publish] Add script to publish packages
Adds a script to publish babel-plugin-react-compiler,
eslint-plugin-react-compiler, and react-compiler-healthcheck to npm.
Instructions are in a comment in scripts/publish.js, please read
carefully before using this script!
Test plan:
```
$ yarn npm:publish
yarn run v1.22.1... | [
{
"path": "compiler/package.json",
"patch": "@@ -26,7 +26,8 @@\n \"test\": \"yarn workspaces run test\",\n \"snap\": \"yarn workspace babel-plugin-react-compiler run snap\",\n \"snap:build\": \"yarn workspace snap run build\",\n- \"postinstall\": \"perl -p -i -e 's/react\\\\.element/react.tra... | 2024-05-14T15:01:17 |
electron/electron | 731bc7a334565b67b0f75b8b713bfb55db12e67a | 793276ac87ec4b68af4149c1275b20e753b90e8e | fix: `BrowserWindow.center()` should center relative to screen (#42048) | [
{
"path": "shell/browser/native_window_views.cc",
"patch": "@@ -39,6 +39,7 @@\n #include \"shell/common/options_switches.h\"\n #include \"ui/aura/window_tree_host.h\"\n #include \"ui/base/hit_test.h\"\n+#include \"ui/display/screen.h\"\n #include \"ui/gfx/image/image.h\"\n #include \"ui/gfx/native_widget_ty... | 2024-05-08T22:42:20 |
golang/go | bcd25c79aa5675d3e5d28c09715b8147906da006 | b0945a54b5ec65f79ad722d62f8c3ed62ba0b9d9 | cmd/compile: allow StructSelect [x] of interface data fields for x>0
As of CL 681937 we can now have structs which are pointer shaped, but
their pointer field is not the first field, like struct{ struct{}; *int }.
Fixes #74888
Change-Id: Idc80f6b1abde3ae01437e2a9cadb5aa23d04b806
Reviewed-on: https://go-review.google... | [
{
"path": "src/cmd/compile/internal/ssa/_gen/dec.rules",
"patch": "@@ -98,7 +98,7 @@\n // Some of these are copied from generic.rules\n \n (IMake _typ (StructMake val)) => (IMake _typ val)\n-(StructSelect [0] (IData x)) => (IData x)\n+(StructSelect (IData x)) => (IData x)\n \n (StructSelect [i] x:(StructMak... | 2025-08-05T20:37:21 |
vercel/next.js | a520dc9241c8a07f54b8eaf97119e6db7cc31e15 | 6a40da0345939fe4f7b1ae519b296a86dd103432 | fix: worker logs should still support color (#84024)
Logs emitted from the static export worker lost their ANSI colors
because the worker process starts with piped stdio, so picocolors
disables coloring. Most terminal-color helpers treat ANSI styling as a
TTY-only feature. At module load it checks process.stdout.isTTY... | [
{
"path": "packages/next/src/lib/worker.test.ts",
"patch": "@@ -0,0 +1,127 @@\n+import { PassThrough } from 'stream'\n+\n+let latestForkEnv: NodeJS.ProcessEnv | undefined\n+\n+jest.mock('next/dist/compiled/jest-worker', () => {\n+ const WorkerMock = jest.fn().mockImplementation((_path, options) => {\n+ ... | 2025-09-20T18:42:47 |
facebook/react | 67ea821e5fe6ddf3c734ec08ccf3630de9ef73ae | 5a842dbfb15975597ce51a304bce5a2cf070399f | [publish] Fix `files` field for packages, invalid version range
The [`files` field](https://docs.npmjs.com/cli/v10/commands/npm-publish#files-included-in-package)
controls what files get included in the published package.
This PR specifies the `files` field on our publishable packages to only
include the `dist` direc... | [
{
"path": "compiler/packages/babel-plugin-react-compiler/package.json",
"patch": "@@ -5,7 +5,7 @@\n \"main\": \"dist/index.js\",\n \"license\": \"MIT\",\n \"files\": [\n- \"src\"\n+ \"dist\"\n ],\n \"scripts\": {\n \"build\": \"rimraf dist && rollup --config --bundleConfigAsCjs\",",
... | 2024-05-14T15:01:16 |
electron/electron | 8cfc4b9d50cde472d5bcca3d55f1630b86f86fe4 | c3c41733770c1b4662e2321868e621a78a77d54e | ci: keep GitHub Actions up to date with GitHub's Dependabot (#42042)
* Keep GitHub Actions up to date with GitHub's Dependabot
Fixes software supply chain safety warnings like at the bottom right of
https://github.com/electron/electron/actions/runs/8619491231
* [Keeping your actions up to date with Dependabot](... | [
{
"path": ".github/dependabot.yml",
"patch": "@@ -0,0 +1,9 @@\n+# Keep GitHub Actions up to date with GitHub's Dependabot...\n+# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot\n+# https://docs.github.com/en/code-security/dependabot... | 2024-05-07T23:25:46 |
golang/go | af0c4fe2ca51918bd82231ac48a28a0d0ef15c98 | e73afaae69bb6f098e3c1dbd98cfe134843910a1 | runtime: save scalar registers off stack in amd64 async preemption
Asynchronous preemption must save all registers that could be in use
by Go code. Currently, it saves all of these to the goroutine stack.
As a result, the stack frame requirements of asynchronous preemption
can be rather high. On amd64, this requires 3... | [
{
"path": "src/runtime/export_test.go",
"patch": "@@ -554,6 +554,8 @@ type G = g\n \n type Sudog = sudog\n \n+type XRegPerG = xRegPerG\n+\n func Getg() *G {\n \treturn getg()\n }",
"additions": 2,
"deletions": 0,
"language": "Go"
},
{
"path": "src/runtime/lockrank.go",
"patch": "@@ -... | 2025-04-30T02:55:40 |
vercel/next.js | 6a40da0345939fe4f7b1ae519b296a86dd103432 | 62f39136c4acafe505dc8a9e412fc705a95c0d65 | [Turbopack] Fix AST traversal for `this` in function default parameters (#83746) | [
{
"path": "turbopack/crates/turbopack-ecmascript/src/analyzer/graph.rs",
"patch": "@@ -2075,6 +2075,7 @@ impl VisitAstPath for Analyzer<'_> {\n | AstParentKind::ClassDecl(ClassDeclField::Class)\n | AstParentKind::ClassExpr(ClassExprField::Class)\n ... | 2025-09-20T08:31:29 |
facebook/react | 5a842dbfb15975597ce51a304bce5a2cf070399f | b956024f3d10d82a3f1b9a5186727d8275f42ab4 | Fix healthcheck package.json bin field
ghstack-source-id: 28045c6edb342dea125ea8fcea564ce90626f21d
Pull Request resolved: https://github.com/facebook/react-forget/pull/2964 | [
{
"path": "compiler/packages/react-compiler-healthcheck/package.json",
"patch": "@@ -2,7 +2,9 @@\n \"name\": \"react-compiler-healthcheck\",\n \"version\": \"0.0.0\",\n \"description\": \"Health check script to test violations of the rules of react.\",\n- \"bin\": \"dist/index.js\",\n+ \"bin\": {\n+... | 2024-05-14T15:01:16 |
electron/electron | d5c8f2d6d9d3029c4fe2daa42b6314e417cfbbc6 | 5b60698dea0830c8b82d154578afb5e29e83d7df | fix: avoid crash after upgrade on Linux (#41046) | [
{
"path": "shell/browser/electron_browser_client.cc",
"patch": "@@ -456,7 +456,15 @@ void ElectronBrowserClient::AppendExtraCommandLineSwitches(\n base::CommandLine* command_line,\n int process_id) {\n // Make sure we're about to launch a known executable\n+#if BUILDFLAG(IS_LINUX)\n+ // On Linux,... | 2024-05-07T14:04:50 |
golang/go | c0025d5e0b3f6fca7117e9b8f4593a95e37a9fa5 | 4ee0df8c466861bcd258ec55b58283f276d3b3d5 | go/parser: correct comment in expectedErrors
If `here` were already the start of the comment, then
the `pos = here` assignment would be redundant. Since pos
is already the start of the comment.
Change-Id: I793334988951ae5441327cb62d7524b423155b74
Reviewed-on: https://go-review.googlesource.com/c/go/+/693295
Reviewed-... | [
{
"path": "src/go/parser/error_test.go",
"patch": "@@ -88,7 +88,7 @@ func expectedErrors(fset *token.FileSet, filename string, src []byte) map[token.\n \t\t\ts := errRx.FindStringSubmatch(lit)\n \t\t\tif len(s) == 3 {\n \t\t\t\tif s[1] == \"HERE\" {\n-\t\t\t\t\tpos = here // start of comment\n+\t\t\t\t\tpos... | 2025-08-05T16:51:09 |
facebook/react | b956024f3d10d82a3f1b9a5186727d8275f42ab4 | ce0c08eaad59122422a98b0103e96aa15ff29166 | Fix Jest tests
ghstack-source-id: e2507b7285bb52ee02d2cece35aa16eb0bc0baa5
Pull Request resolved: https://github.com/facebook/react-forget/pull/2963 | [
{
"path": "compiler/packages/babel-plugin-react-compiler/scripts/jest/makeTransform.ts",
"patch": "@@ -176,7 +176,15 @@ function ReactForgetFunctionTransform() {\n }\n }\n \n- const compiled = compile(fn, forgetOptions, \"Other\", null, null);\n+ const compiled = compile(\n+ f... | 2024-05-13T21:09:44 |
nodejs/node | c6960ee194fe952e65be5667a47e7e4a4ccf8cd1 | 0e7ec5e7a1427eb418bf82833a5c308cb8e0ecda | src: handle duplicate paths granted
This commit fixes a crash whenever someone tries to allow access to the
same path twice.
PR-URL: https://github.com/nodejs/node/pull/56591
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> | [
{
"path": "src/permission/fs_permission.cc",
"patch": "@@ -143,10 +143,12 @@ void FSPermission::Apply(Environment* env,\n \n void FSPermission::GrantAccess(PermissionScope perm, const std::string& res) {\n const std::string path = WildcardIfDir(res);\n- if (perm == PermissionScope::kFileSystemRead) {\n+ ... | 2025-01-16T14:53:39 |
electron/electron | 5b60698dea0830c8b82d154578afb5e29e83d7df | 05631ec4453fd46f61be37177bfa9f9bf02c5a2d | docs: fix lint command (#42028) | [
{
"path": "docs/development/coding-style.md",
"patch": "@@ -41,7 +41,7 @@ etc.\n \n * Write [remark](https://github.com/remarkjs/remark) markdown style.\n \n-You can run `npm run lint-docs` to ensure that your documentation changes are\n+You can run `npm run lint:docs` to ensure that your documentation chan... | 2024-05-04T13:48:08 |
facebook/react | 78da5becaf1e705d0a4ae3fe84596f95d9202045 | 76b7331b0d817bd4b304d31cc049cbce6ba3b3a2 | [healthcheck] Remove console.error
ghstack-source-id: c06d44960cfb831e3dc8162858977c4ef619309d
Pull Request resolved: https://github.com/facebook/react-forget/pull/2958 | [
{
"path": "compiler/packages/react-compiler-healthcheck/src/checks/reactCompiler.ts",
"patch": "@@ -99,9 +99,7 @@ function compile(sourceCode: string, filename: string) {\n \"typescript\",\n COMPILER_OPTIONS\n );\n- } catch (e) {\n- console.error(e);\n- }\n+ } catch {}\n }\n \n const J... | 2024-05-11T04:20:00 |
golang/go | 4ee0df8c466861bcd258ec55b58283f276d3b3d5 | a2c45f0eb1f281ed39c5111dd0fe4b2728f11cf3 | cmd: remove dead code
Fixes #74076
Change-Id: Icc67b3d4e342f329584433bd1250c56ae8f5a73d
Reviewed-on: https://go-review.googlesource.com/c/go/+/690635
Reviewed-by: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Commit-Queue: Alan Donovan <ad... | [
{
"path": "src/cmd/asm/internal/arch/loong64.go",
"patch": "@@ -23,18 +23,6 @@ func jumpLoong64(word string) bool {\n \treturn false\n }\n \n-// IsLoong64MUL reports whether the op (as defined by an loong64.A* constant) is\n-// one of the MUL/DIV/REM instructions that require special handling.\n-func IsLoon... | 2025-07-26T08:46:22 |
vercel/next.js | 62f39136c4acafe505dc8a9e412fc705a95c0d65 | 3d466e5d1afdb4f8596d8003368558163b3b319c | [turbopack] cleanup analyzer (#83983)
Remove `special_cases` a dead module
Standardize spelling of `undefined` (and `NaN` and `Infinity`). These are all standard globals with primitive values that are better modeled as constants instead of FreeVars
Don't emit FreeVar effects for these things and consolodate free va... | [
{
"path": "turbopack/crates/turbopack-ecmascript/src/analyzer/builtin.rs",
"patch": "@@ -1,7 +1,5 @@\n use std::mem::take;\n \n-use swc_core::ecma::atoms::atom;\n-\n use super::{ConstantNumber, ConstantValue, JsValue, LogicalOperator, LogicalProperty, ObjectPart};\n use crate::analyzer::JsValueUrlKind;\n \n... | 2025-09-20T07:29:44 |
nodejs/node | e96072ad57348ce423a8dd7639dcc3d1c34e847d | 58ac6551ffeef6ce4657b01e4a411df79aed54a1 | util: inspect: do not crash on an Error with a regex `name`
See #56570
PR-URL: https://github.com/nodejs/node/pull/56574
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@... | [
{
"path": "lib/internal/util/inspect.js",
"patch": "@@ -88,6 +88,7 @@ const {\n StringPrototypePadEnd,\n StringPrototypePadStart,\n StringPrototypeRepeat,\n+ StringPrototypeReplace,\n StringPrototypeReplaceAll,\n StringPrototypeSlice,\n StringPrototypeSplit,\n@@ -733,6 +734,7 @@ function addPro... | 2025-01-15T19:27:22 |
facebook/react | 9a6ce3379d6390cf4b952e4ce261f9a975ffd8eb | db34843c424d55da7b39a35b8043bb49a1da9515 | [healthcheck] Fix build
runReactBabelPluginReactCompiler brings in fbt which is unnecessary for
OSS so I removed it.
Also makes it so healthckeck is installed as an executable
ghstack-source-id: ec6c76f8be01483d4ca75d9d74037b3966fccbdb
Pull Request resolved: https://github.com/facebook/react-forget/pull/2955 | [
{
"path": "compiler/packages/healthcheck/package.json",
"patch": "@@ -2,13 +2,16 @@\n \"name\": \"healthcheck\",\n \"version\": \"0.0.0\",\n \"description\": \"Health check script to test violations of the rules of react.\",\n- \"main\": \"dist/index.js\",\n+ \"bin\": \"dist/index.js\",\n \"script... | 2024-05-11T04:19:59 |
electron/electron | 05631ec4453fd46f61be37177bfa9f9bf02c5a2d | 36310b87297930b92e749c89caca4a4d00410093 | chore: disable tests that require nut.js (#42006)
* chore: disable tests that require nut.js
* fixup! chore: disable tests that require nut.js | [
{
"path": "spec/api-browser-window-spec.ts",
"patch": "@@ -6596,6 +6596,7 @@ describe('BrowserWindow module', () => {\n afterEach(closeAllWindows);\n \n ifit(hasCapturableScreen())('should allow the window to be dragged when enabled', async () => {\n+ // FIXME: nut-js has been removed from npm;... | 2024-05-01T01:13:38 |
golang/go | cd55f86b8dcfc139ee5c17d32530ac9e758c8bc0 | 21ab0128b62658ba3e325586f45bb781bee55fda | cmd/compile: allow multi-field structs to be stored directly in interfaces
If the struct is a bunch of 0-sized fields and one pointer field.
Fixes #74092
Change-Id: I87c5d162c8c9fdba812420d7f9d21de97295b62c
Reviewed-on: https://go-review.googlesource.com/c/go/+/681937
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-... | [
{
"path": "src/cmd/compile/internal/ssa/_gen/generic.rules",
"patch": "@@ -921,8 +921,8 @@\n @x.Block (Load <v.Type> (OffPtr <v.Type.PtrTo()> [t.FieldOff(int(i))] ptr) mem)\n \n // Putting struct{*byte} and similar into direct interfaces.\n-(IMake _typ (StructMake val)) => (IMake _typ val)\n-(StructSelect... | 2025-06-15T03:10:50 |
vercel/next.js | 0a81c72a87b6dd8e675f4019e4bfe0b3b62e70a0 | 7fb8bfe685a117ca87332ab5366efcda8fdbcb82 | Turbopack: use depth as priority for merged module info (#83909)
module_count: 63896
visit_count of the `traverse_edges_fixed_point_with_priority`:
- before: 277.620
- with +depth: 1.250.882
- with -depth (this PR): 184.697 | [
{
"path": "turbopack/crates/turbopack-core/src/module_graph/chunk_group_info.rs",
"patch": "@@ -405,7 +405,8 @@ pub async fn compute_chunk_group_info(graph: &ModuleGraphRef) -> Result<Vc<Chunk\n \n // First, compute the depth for each module in the graph\n let module_depth: FxHashMap<Resolve... | 2025-09-19T16:09:32 |
nodejs/node | c8df98d2f9f62a12da969ae1cd283df2d6d1dec9 | e799ebd7ff8e691958dfbdb8baf2b81236f87669 | module: fix jsdoc for `format` parameter in cjs/loader
PR-URL: https://github.com/nodejs/node/pull/56501
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jason Zhang <xzha4350@gmail.com>
Reviewed-By: Qingyu Deng <i@ayase-lab.com> | [
{
"path": "lib/internal/modules/cjs/loader.js",
"patch": "@@ -1682,9 +1682,8 @@ function wrapSafe(filename, content, cjsModuleInstance, format) {\n * `exports`) to the file. Returns exception, if any.\n * @param {string} content The source code of the module\n * @param {string} filename The file path of ... | 2025-01-15T10:25:46 |
facebook/react | c58142ba35566536999cddfe83f241918856b1d6 | 6b23c25ff93dafce938aa94910b9a94df33bc850 | ReAnimated -> Reanimated
Fixes a small typo by request
ghstack-source-id: 00889150a952308f00d89472c864726222e835d3
Pull Request resolved: https://github.com/facebook/react-forget/pull/2952 | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Reanimated.ts",
"patch": "@@ -28,7 +28,7 @@ export function injectReanimatedFlag(options: PluginOptions): PluginOptions {\n ...options,\n environment: {\n ...options.environment,\n- enableCustomTypeDefinitionForReAnim... | 2024-05-11T04:19:58 |
electron/electron | 36310b87297930b92e749c89caca4a4d00410093 | f5fb44eaf81a7f632b920acb4735d4f31d366d3d | chore: fixup gn check when enable_pdf_viewer is false (#41990) | [
{
"path": "shell/app/electron_content_client.cc",
"patch": "@@ -39,8 +39,8 @@\n #endif // BUILDFLAG(ENABLE_WIDEVINE)\n \n #if BUILDFLAG(ENABLE_PDF_VIEWER)\n-#include \"components/pdf/common/constants.h\"\n-#include \"pdf/pdf.h\" // nogncheck\n+#include \"components/pdf/common/constants.h\" // nogncheck\n... | 2024-05-01T00:32:11 |
golang/go | a3295df873bb22b3ba427124b1220370a5ca5cdb | bd082857a55b81acfd5b341c41dd90e29c159bd7 | cmd/compile/internal/ssa: Use transitive properties for len/cap
Remove the special casing for len/cap and rely on the posets.
After removing the special logic, I ran `go build -gcflags='-d
ssa/prove/debug=2' all` to verify my results. During this, I found 2
common cases where the old implicit unsigned->signed domain ... | [
{
"path": "src/cmd/compile/internal/ssa/prove.go",
"patch": "@@ -409,12 +409,6 @@ type factsTable struct {\n \tlimits []limit // indexed by value ID\n \tlimitStack []limitFact // previous entries\n \trecurseCheck []bool // recursion detector for limit propagation\n-\n-\t// For each slice s,... | 2025-06-04T08:22:21 |
vercel/next.js | 27515900b31bfad83c3ecc65ed2e5d020ec289a6 | 2d80f1a249634ebcd5a84ba4f8b0763a91f4a560 | Turbopack: less eager manifest generation (#83736)
Before:
<img width="2560" height="1224" alt="Bildschirmfoto 2025-09-12 um 18 47 11" src="https://github.com/user-attachments/assets/c40d2be6-f570-40b4-8a82-7b181f2de073" />
After:
<img width="2560" height="1323" alt="Bildschirmfoto 2025-09-12 um 19 15 35" src... | [
{
"path": "crates/next-api/src/app.rs",
"patch": "@@ -1362,21 +1362,15 @@ impl AppEndpoint {\n }\n \n let build_manifest = BuildManifest {\n+ output_path: node_root.join(&format!(\n+ \"server/app{manifest_path_prefix}/build-manifest.json\",\n+ ... | 2025-09-19T10:42:29 |
facebook/react | 9d76c954cfe134d7f541c3e706e344e6845ba235 | 2c022b847ed2171c59d37db9f71b394e0082ae3f | [Flight] Error if a legacy React Element is attempted to be rendered (#29043)
This errors on the client normally but in the case the `type` is a
function - i.e. a Server Component - it wouldn't be transferred to error
on the client so you end up with a worse error message. So this just
implements the same check as ... | [
{
"path": "packages/react-client/src/__tests__/ReactFlight-test.js",
"patch": "@@ -938,13 +938,29 @@ describe('ReactFlight', () => {\n });\n });\n \n+ // @gate renameElementSymbol\n it('should emit descriptions of errors in dev', async () => {\n const ClientErrorBoundary = clientReference(Error... | 2024-05-10T13:37:42 |
rust-lang/rust | 5e242b66b978dbc31b0a13cc2cfbbc69ce3f6113 | 26e5edc5e178d078f00845dd91fdfa12e38fc011 | Revert "Fix the compile-test tests when setting Cargo's `build.build-dir` setting to a path that's distinct from `target-dir`."
This reverts commit 2737b26c2e5eee9229663552d0c70e2affbb8511 as it
prevents Clippy tests from passing when running inside the compiler
repository. | [
{
"path": "tests/compile-test.rs",
"patch": "@@ -197,6 +197,10 @@ impl TestContext {\n defaults.set_custom(\"diagnostic-collector\", collector);\n }\n config.with_args(&self.args);\n+ let current_exe_path = env::current_exe().unwrap();\n+ let deps_path = current_exe... | 2026-02-23T19:05:19 |
nodejs/node | e799ebd7ff8e691958dfbdb8baf2b81236f87669 | d1a3f306427b24655a61d9dee9ab0a5fcacfbf4b | module: rethrow amaro error message
PR-URL: https://github.com/nodejs/node/pull/56568
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com>
Reviewed-By: Paolo In... | [
{
"path": "lib/internal/modules/typescript.js",
"patch": "@@ -49,7 +49,7 @@ function parseTypeScript(source, options) {\n try {\n return parse(source, options);\n } catch (error) {\n- throw new ERR_INVALID_TYPESCRIPT_SYNTAX(error);\n+ throw new ERR_INVALID_TYPESCRIPT_SYNTAX(error.message);\n ... | 2025-01-14T15:35:14 |
electron/electron | f5fb44eaf81a7f632b920acb4735d4f31d366d3d | 441dbda833a53a5ab01732bb5080dcacc640f101 | fix: `requestFullscreen` from `WebContentsView` (#41966)
fix: requestFullscreen from WebContentsView | [
{
"path": "shell/browser/api/electron_api_web_contents_view.cc",
"patch": "@@ -89,6 +89,9 @@ void WebContentsView::OnViewAddedToWidget(views::View* observed_view) {\n widget->GetNativeWindowProperty(electron::kElectronNativeWindowKey));\n if (!native_window)\n return;\n+ // We don't need to cal... | 2024-04-29T23:09:29 |
rust-lang/rust | c234b12cfa232e1e3365edaded6adbbe56290665 | 0492671fc8cb1a4fe240681e83e71845db697793 | fix: `explicit_counter_loop` FN when loop counter starts at non-zero | [
{
"path": "clippy_lints/src/loops/explicit_counter_loop.rs",
"patch": "@@ -1,17 +1,19 @@\n+use std::borrow::Cow;\n+\n use super::{EXPLICIT_COUNTER_LOOP, IncrementVisitor, InitializeVisitor, make_iterator_snippet};\n-use clippy_utils::diagnostics::{span_lint_and_sugg, span_lint_and_then};\n+use clippy_utils:... | 2026-02-23T05:13:07 |
vercel/next.js | ffa66ff5429e14bb32a86f4720aab65c0a6daa7d | 4160af22a0bc10563d83faf330e0abb33bc6a6fd | fix: error overlay not closing when backdrop clicked (#83981)
The ref object wasn't passed to the hook; instead, ref.current (the
value) was passed. This caused `useOnClickOutside` to be noop on initial
render when ref.current was null, and only worked later because the
component re-rendered with a different value. Th... | [
{
"path": "packages/next/src/next-devtools/dev-overlay/components/dialog/dialog.tsx",
"patch": "@@ -37,8 +37,7 @@ const Dialog: React.FC<DialogProps> = function Dialog({\n )\n \n useOnClickOutside(\n- // eslint-disable-next-line react-hooks/refs -- TODO\n- dialogRef.current,\n+ dialogRef,\n ... | 2025-09-19T09:21:21 |
nodejs/node | 2570f95ad14b91e0095a12d418580e6852345389 | 294abc2ffcda213b544c345aaa60efd8c98df118 | util: do not crash on inspecting function with `Symbol` name
Refs: https://github.com/nodejs/node/issues/56570
PR-URL: https://github.com/nodejs/node/pull/56572
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Re... | [
{
"path": "lib/internal/util/inspect.js",
"patch": "@@ -989,7 +989,7 @@ function formatRaw(ctx, value, recurseTimes, typedArray) {\n keys = getKeys(value, ctx.showHidden);\n braces = ['{', '}'];\n if (typeof value === 'function') {\n- base = getFunctionBase(value, constructor, tag);\n+ ... | 2025-01-15T00:16:48 |
golang/go | bd082857a55b81acfd5b341c41dd90e29c159bd7 | 2b622b05a97bf785e97a3c241270cb6580d65ef7 | doc: fix typo in go memory model doc
Fixes a typo where originally "may by" was written where the intent was
"may be".
Change-Id: Ia5ba51a966506395c41b17ca28d59f63bd487f3e
Reviewed-on: https://go-review.googlesource.com/c/go/+/693075
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <d... | [
{
"path": "doc/go_mem.html",
"patch": "@@ -231,7 +231,7 @@ <h2 id=\"restrictions\">Implementation Restrictions for Programs Containing Data R\n \n <p>\n A read of an array, struct, or complex number\n-may by implemented as a read of each individual sub-value\n+may be implemented as a read of each individual... | 2025-08-04T18:33:05 |
electron/electron | 441dbda833a53a5ab01732bb5080dcacc640f101 | ef097b77adcfcc478837f0132962ce456b525130 | fix: recentDocuments on macOS not working (#41978) | [
{
"path": "shell/browser/ui/cocoa/electron_menu_controller.h",
"patch": "@@ -26,8 +26,6 @@ class ElectronMenuModel;\n @protected\n base::WeakPtr<electron::ElectronMenuModel> model_;\n NSMenu* __strong menu_;\n- NSMenuItem* __strong recentDocumentsMenuItem_;\n- NSMenu* __strong recentDocumentsMenuSwap... | 2024-04-29T23:07:14 |
rust-lang/rust | b6083435d81a43bf9393a630804e83a2ffd5b981 | eeb94be79adc9df7a09ad0b2421f16e60e6d932c | implement debuginfo for unsafe binders | [
{
"path": "compiler/rustc_codegen_llvm/src/debuginfo/metadata.rs",
"patch": "@@ -480,8 +480,7 @@ pub(crate) fn spanned_type_di_node<'ll, 'tcx>(\n },\n ty::Tuple(_) => build_tuple_type_di_node(cx, unique_type_id),\n ty::Pat(base, _) => return type_di_node(cx, base),\n- // FIXME... | 2026-02-23T14:19:51 |
nodejs/node | 7b60bcb2f0319e2802c83edd0cdcf5d4fd0927ee | 732744cc7667ef33289516dd3ecbd24ffbadc2e1 | quic: fixup errant LocalVector usage
PR-URL: https://github.com/nodejs/node/pull/56564
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de> | [
{
"path": "src/quic/session.cc",
"patch": "@@ -2728,7 +2728,7 @@ void Session::EmitVersionNegotiation(const ngtcp2_pkt_hd& hd,\n \n LocalVector<Value> versions(env()->isolate(), nsv);\n for (size_t n = 0; n < nsv; n++) {\n- versions.push_back(Integer::NewFromUnsigned(env()->isolate(), sv[n]));\n+ ... | 2025-01-11T21:17:54 |
golang/go | 5ab9f23977694ab87614fd30e081d294eb313efd | fcc036f03b07e58f76ed94bc9a9483ddef96f81c | cmd/compile, runtime: add checkptr instrumentation for unsafe.Add
Fixes #74431
Change-Id: Id651ea0b82599ccaff8816af0a56ddbb149b6f89
Reviewed-on: https://go-review.googlesource.com/c/go/+/692015
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@go... | [
{
"path": "src/cmd/compile/internal/walk/expr.go",
"patch": "@@ -131,6 +131,14 @@ func walkExpr1(n ir.Node, init *ir.Nodes) ir.Node {\n \t\tn := n.(*ir.BinaryExpr)\n \t\tn.X = walkExpr(n.X, init)\n \t\tn.Y = walkExpr(n.Y, init)\n+\t\tif n.Op() == ir.OUNSAFEADD && ir.ShouldCheckPtr(ir.CurFunc, 1) {\n+\t\t\t/... | 2025-07-29T11:45:23 |
electron/electron | ef097b77adcfcc478837f0132962ce456b525130 | 5310b79ffb40f840dd881fb8446b16a2f345322c | chore: fix notes stack updates (#41600)
* chore: fix removeSupercededStackUpdates for generating notes
* add early stop for less than
* Update script/release/notes/notes.js
Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
* clean up comparison functionality
* add tests
---------
Co-authored... | [
{
"path": "script/release/notes/notes.js",
"patch": "@@ -485,6 +485,24 @@ const getNotes = async (fromRef, toRef, newVersion) => {\n return notes;\n };\n \n+const compareVersions = (v1, v2) => {\n+ const [split1, split2] = [v1.split('.'), v2.split('.')];\n+\n+ if (split1.length !== split2.length) {\n+ ... | 2024-04-29T15:41:54 |
facebook/react | 151cce37401dc2ff609701119d61a17d92fce4ab | 04b058868c9fc61c78124b12efb168734d79d09e | Track Stack of JSX Calls (#29032)
This is the first step to experimenting with a new type of stack traces
behind the `enableOwnerStacks` flag - in DEV only.
The idea is to generate stacks that are more like if the JSX was a
direct call even though it's actually a lazy call. Not only can you see
which exact JSX c... | [
{
"path": "packages/react-client/src/ReactFlightClient.js",
"patch": "@@ -43,6 +43,7 @@ import {\n enablePostpone,\n enableRefAsProp,\n enableFlightReadableStream,\n+ enableOwnerStacks,\n } from 'shared/ReactFeatureFlags';\n \n import {\n@@ -563,6 +564,7 @@ function createElement(\n key: mixed,\n ... | 2024-05-09T16:23:05 |
nodejs/node | 7a9d78306b68b15e06eecbf30370c551da18bd90 | 187007a5ecdd154a4f587237473b0c14284339f7 | crypto: fix checkPrime crash with large buffers
Fixes: https://github.com/nodejs/node/issues/56512
PR-URL: https://github.com/nodejs/node/pull/56559
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> | [
{
"path": "src/crypto/crypto_random.cc",
"patch": "@@ -176,6 +176,11 @@ Maybe<void> CheckPrimeTraits::AdditionalConfig(\n ArrayBufferOrViewContents<unsigned char> candidate(args[offset]);\n \n params->candidate = BignumPointer(candidate.data(), candidate.size());\n+ if (!params->candidate) {\n+ Thro... | 2025-01-11T13:17:38 |
rust-lang/rust | b9614b2dc2f0baa65469b28b88077f9775e88d13 | d8b2222b11fc03a31d43707c8c9006f025809ece | Fix relative path handling for --extern-html-root-url | [
{
"path": "src/librustdoc/clean/types.rs",
"patch": "@@ -203,7 +203,14 @@ impl ExternalCrate {\n if !url.ends_with('/') {\n url.push('/');\n }\n- Remote(url)\n+ let is_absolute = url.starts_with('/')\n+ || url.split_once(\"://\").i... | 2026-02-23T13:09:08 |
vercel/next.js | 4160af22a0bc10563d83faf330e0abb33bc6a6fd | d5f9cfb3c4e829058da7dd2b631fcabe2751c8ba | Fix output comparison when checking conclusion of required jobs (#83986) | [
{
"path": ".github/workflows/retry_test.yml",
"patch": "@@ -71,7 +71,7 @@ jobs:\n \n return await rerunIfRequiredNotSuccessful()\n - name: send retry request to GitHub API\n- if: ${{ steps.required_job_conclusion.outputs.result != 'success' }}\n+ if: ${{ steps.required_job_co... | 2025-09-19T08:48:27 |
electron/electron | 5310b79ffb40f840dd881fb8446b16a2f345322c | b95d0f76232613a9f2a2afa87d3ce26259fbdcd9 | fix: `setTitleBarOverlay` should be implemented on `BaseWindow` (#41960)
fix: setTitleBarOverlay should be implemented on BaseWindow | [
{
"path": "shell/browser/api/electron_api_base_window.cc",
"patch": "@@ -11,6 +11,7 @@\n \n #include \"base/containers/contains.h\"\n #include \"base/task/single_thread_task_runner.h\"\n+#include \"content/public/common/color_parser.h\"\n #include \"electron/buildflags/buildflags.h\"\n #include \"gin/dictio... | 2024-04-29T15:28:24 |
facebook/react | 1717ab017123cbca9f36238b064e47c4c3259966 | 0e6ea6991eef6d1f0d203965c9e4606698fe6944 | React DevTools 5.1.0 -> 5.2.0 (#29022)
Full list of changes (not a public changelog):
* fix[react-devtools/ci]: fix configurations for e2e testing
([hoxyq](https://github.com/hoxyq) in
[#29016](https://github.com/facebook/react/pull/29016))
* feat[react-devtools]: display forget badge for components in profiling
... | [
{
"path": "packages/react-devtools-core/package.json",
"patch": "@@ -1,6 +1,6 @@\n {\n \"name\": \"react-devtools-core\",\n- \"version\": \"5.1.0\",\n+ \"version\": \"5.2.0\",\n \"description\": \"Use react-devtools outside of the browser\",\n \"license\": \"MIT\",\n \"main\": \"./dist/backend.js\... | 2024-05-08T12:26:14 |
nodejs/node | e6a988dbdee47b3412094a90d35d6bd8207c750d | e799722f1a0bf43fe4d47e4824b9524363fe0d62 | test: disable openssl 3.4.0 incompatible tests
The shake128/shake256 hashing algorithms broke due to an OpenSSL 3.4
incompatible change and now throws an Error.
PR-URL: https://github.com/nodejs/node/pull/56160
Refs: https://github.com/nodejs/node/issues/56159
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.c... | [
{
"path": "test/parallel/test-crypto-oneshot-hash.js",
"patch": "@@ -31,6 +31,9 @@ const methods = crypto.getHashes();\n const input = fs.readFileSync(fixtures.path('utf8_test_text.txt'));\n \n for (const method of methods) {\n+ // Skip failing tests on OpenSSL 3.4.0\n+ if (method.startsWith('shake') && c... | 2024-12-06T18:14:16 |
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.