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 | 13b4c8bb061121f46b34b5059106babc484ee20b | 4c531e909b175e087f0b3adc6d2f46ce614dc228 | Ignore invalid parameter error in crash service process | [
{
"path": "atom/common/crash_reporter/win/crash_service_main.cc",
"patch": "@@ -20,6 +20,11 @@ const char kApplicationName[] = \"application-name\";\n const wchar_t kPipeNameFormat[] = L\"\\\\\\\\.\\\\pipe\\\\$1 Crash Service\";\n const wchar_t kStandardLogFile[] = L\"operation_log.txt\";\n \n+void InvalidP... | 2016-05-22T23:59:34 |
vercel/next.js | ff1f75a873979f6f88cd731e9f8c5624fa32ac56 | 9049c0f27576e1df719c5d9d598a997e801b58d9 | Fix stream cancellation in `RenderResult.pipe()` and `sendResponse()` (#52157)
### What?
I've found 2 more spots that didn't properly cancel the streaming response when the client disconnects. This fixes `RenderResult.pipe()` (called during dynamic render results) and `sendResponse()` (used during Route Handlers usin... | [
{
"path": "packages/next-swc/crates/next-core/js/src/entry/app/edge-page-bootstrap.ts",
"patch": "@@ -80,11 +80,20 @@ async function render(request: NextRequest, event: NextFetchEvent) {\n response.headers.append('Vary', RSC_VARY_HEADER)\n \n const writer = tranform.writable.getWriter()\n- result.pipe(... | 2023-07-05T17:15:48 |
golang/go | e475cf2e705d4eda8647426e060898ab3f643610 | 49f16625c82483ab26929a2761031c93dd5d2c83 | syscall: add race annotations to Windows ReadFile and WriteFile
For #51618
Fixes #51673
Change-Id: Ie63408d62303293d80afed8d5cf1cb164a8abecc
Reviewed-on: https://go-review.googlesource.com/c/go/+/392774
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Keith Randall... | [
{
"path": "src/syscall/syscall_windows.go",
"patch": "@@ -202,8 +202,8 @@ func NewCallbackCDecl(fn any) uintptr {\n //sys\tformatMessage(flags uint32, msgsrc uintptr, msgid uint32, langid uint32, buf []uint16, args *byte) (n uint32, err error) = FormatMessageW\n //sys\tExitProcess(exitcode uint32)\n //sys\t... | 2022-03-15T00:39:35 |
nodejs/node | f53a2414474c2b1aee07ab367415b32c20e50bd9 | 94e980c9d380fb4b63b175c3dd8ddaa7928b5747 | test: update postmortem metadata test for V8 7.6
The following metadata has changed:
- v8dbg_class_FixedTypedArrayBase__base_pointer__Object
- Field moved from FixedTypedArrayBase to JSTypedArray.
- Postmortem tools should use v8dbg_class_JSTypedArray__base_pointer__Object.
- Refs: https://github.com/v8/v8/comm... | [
{
"path": "test/v8-updates/test-postmortem-metadata.js",
"patch": "@@ -66,8 +66,8 @@ function getExpectedSymbols() {\n 'v8dbg_class_ConsString__second__String',\n 'v8dbg_class_FixedArray__data__uintptr_t',\n 'v8dbg_class_FixedArrayBase__length__SMI',\n- 'v8dbg_class_FixedTypedArrayBase__base_... | 2019-06-03T13:09:45 |
vercel/next.js | 9049c0f27576e1df719c5d9d598a997e801b58d9 | a8d09d73c1dcd1342f6f4aba6c09f0313d63da95 | Update eslint-plugin-react-hooks to 5.0.0-canary-7118f5dd7-20230705 (#52268)
5.0.0-canary-7118f5dd7-20230705 includes a new [lint error for hook calls inside an async component](https://github.com/facebook/react/commit/7118f5dd7bf5f1c44d0d2944ef8ad58e423909ad), a common mistake when refactoring Server Components to Cl... | [
{
"path": "packages/eslint-config-next/package.json",
"patch": "@@ -18,7 +18,7 @@\n \"eslint-plugin-import\": \"^2.26.0\",\n \"eslint-plugin-jsx-a11y\": \"^6.5.1\",\n \"eslint-plugin-react\": \"^7.31.7\",\n- \"eslint-plugin-react-hooks\": \"^4.5.0\"\n+ \"eslint-plugin-react-hooks\": \"5.0.... | 2023-07-05T16:07:22 |
huggingface/transformers | ad7f4d0103599ff098bb33c11b9c1a73d97262fd | 35c26ace56c3d0190c0aa3e3dcefdc67c79abcf9 | Fix failing `Vip-llava` model integration test (#43252)
* Fix failing Vipllava test
* ... | [
{
"path": "tests/models/vipllava/test_modeling_vipllava.py",
"patch": "@@ -303,8 +303,7 @@ def test_small_model_integration_test(self):\n image = Image.open(requests.get(url, stream=True).raw)\n prompt = \"USER: <image>\\nCan you please describe this image?\\nASSISTANT:\"\n \n- inputs... | 2026-01-13T14:35:08 |
golang/go | 49f16625c82483ab26929a2761031c93dd5d2c83 | 44a0da4ff11a5447dcfe2b62ac46bca134736d81 | cmd/internal/obj/arm64: add TRN1 and TRN2 instructions support
Add test cases.
Fixes #51628
Change-Id: I433367d87e6bb5da5579c4be540079b92701c1fa
Reviewed-on: https://go-review.googlesource.com/c/go/+/392294
Trust: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Revi... | [
{
"path": "src/cmd/asm/internal/asm/testdata/arm64.s",
"patch": "@@ -241,6 +241,10 @@ TEXT\tfoo(SB), DUPOK|NOSPLIT, $-8\n \tFADDS\tF2, F3, F4 // 6428221e\n \tFADDD\tF1, F2 // 4228611e\n \tVDUP\tV19.S[0], V17.S4 // 7106044e\n+\tVTRN1\tV3.D2, V2.D2,... | 2022-03-14T02:40:25 |
huggingface/transformers | b40b7a767d569b067a115ce115fd270ac323cd36 | 3ef2e3ba491c14b6b9bf1d2c19735781078a7127 | Fix benchmark script (#43253)
fix | [
{
"path": "benchmark_v2/framework/benchmark_config.py",
"patch": "@@ -5,11 +5,12 @@\n from functools import lru_cache\n from typing import Any\n \n+import torch\n+\n from transformers.generation.configuration_utils import CompileConfig\n-from transformers.utils.import_utils import is_flash_attn_2_available,... | 2026-01-13T13:39:43 |
nodejs/node | 3b7c95220b7f3bb637d3b2d98dad3d590574e26a | 21745b50d54e8944fae9120e8e7911e04c40b65c | deps: V8: cherry-pick d2ccc59
Original commit message:
[snapshot] print reference stack for JSFunctions in the isolate snapshot
This helps debugging incorrect usage of the SnapshotCreator API in
debug mode.
Change-Id: Ibd9db76a5f460cdf7ea6d14e865592ebaf69aeef
Reviewed-on: https://chromium-review... | [
{
"path": "common.gypi",
"patch": "@@ -39,7 +39,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.12',\n+ 'v8_embedder_string': '-node.13',\n \n ##### V8 defaults for Node.js #####\n... | 2019-07-20T11:38:32 |
electron/electron | 48b161f210501543befbacda1b1c727c570febad | 06da5d543c347ac73965b74acb13899f5a397c3e | Update crashpad to 35da3b6 | [
{
"path": "atom/common/crash_reporter/crash_reporter_mac.mm",
"patch": "@@ -4,6 +4,8 @@\n \n #include \"atom/common/crash_reporter/crash_reporter_mac.h\"\n \n+#include <memory>\n+\n #include \"base/files/file_path.h\"\n #include \"base/files/file_util.h\"\n #include \"base/mac/bundle_locations.h\"\n@@ -73,7... | 2016-05-22T09:30:14 |
golang/go | 44a0da4ff11a5447dcfe2b62ac46bca134736d81 | 41a82aa9c36bffab2593d50aa55a462fef4e5bd4 | cmd/internal/obj/arm64: refactor the handling of shifted RSP
Some arithmetic operation instructions such as ADD and SUB support two
formats of left shift (<<) operation, namely shifted register format and
extended register format. And the encoding, supported registers and shifted
amount are both different.
The assemb... | [
{
"path": "src/cmd/asm/internal/asm/testdata/arm64error.s",
"patch": "@@ -417,8 +417,8 @@ TEXT errors(SB),$0\n \tCASPD\t(R2, R4), (R2), (R8, R9) // ERROR \"source register pair must be contiguous\"\n \tCASPD\t(R2, R3), (R2), (R8, R10) // ERROR \"destination reg... | 2021-04-20T02:46:33 |
vercel/next.js | a8d09d73c1dcd1342f6f4aba6c09f0313d63da95 | 6885b98d352ff07ba780d8e35622bb22eed7c932 | Fix small memory leaks (#52257)
Fix a few KBs (depending on the tree state size) of leaked memory caused by closures. All the marked objects below are caused by `serverActionDispatcher` which are not cleaned up after SSR:

* Fixed a bug where CB would stop when cache would stop too early
* Added soft-reseting for requests
* QOL for debugging
* Allow for multiple soft resets
* Style
* Better benchmarks
* Avoid access to non-existent element
* Check ahead of allocation
* Fix a scheduling bug
* ... | [
{
"path": "benchmark_v2/benchmark_scripts/continuous_batching_overall.py",
"patch": "@@ -14,9 +14,16 @@ def run_and_parse_cb_example(args: list[str]) -> dict:\n output = subprocess.check_output(\n [\"python\", SCRIPT_LOCATION] + args.split() + COMMON_ARGS,\n # stderr=subprocess.DEVNULL,\... | 2026-01-13T13:25:45 |
nodejs/node | 21745b50d54e8944fae9120e8e7911e04c40b65c | 4f3cfb2f7f51af4594893599c9719208df83b468 | deps: cherry-pick 13a04aba from V8 upstream
Original commit message:
fix: move V8_EXPORT_PRIVATE marks to prevent unresolvable references
This change fixes missing symbol errors in the Windows 10 on ARM build
of Node.js.
When a whole class is marked for export, all of its members are marked
as well. This c... | [
{
"path": "common.gypi",
"patch": "@@ -39,7 +39,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.11',\n+ 'v8_embedder_string': '-node.12',\n \n ##### V8 defaults for Node.js #####\n... | 2019-07-04T00:57:08 |
golang/go | 41a82aa9c36bffab2593d50aa55a462fef4e5bd4 | 15728ce950eea43d6f1b9fb29819d006071e843a | text/template/parse: allow space after continue or break
Trivial fix: We must skip space after either of these keywords
before we expect a closing delimiter.
Also delete the stutter-generating extra 'in' in the error message.
(See what I did there?)
Fixes #51670
Change-Id: If5415632c36eaac6699bdc0aa6ce18be956c9b53
... | [
{
"path": "src/text/template/parse/parse.go",
"patch": "@@ -415,8 +415,8 @@ func (t *Tree) action() (n Node) {\n //\t{{break}}\n // Break keyword is past.\n func (t *Tree) breakControl(pos Pos, line int) Node {\n-\tif token := t.next(); token.typ != itemRightDelim {\n-\t\tt.unexpected(token, \"in {{break}}\... | 2022-03-14T23:21:08 |
rust-lang/rust | 49806a5486e841edf5933ca75ed235afb7ad2bdb | a84ab0ce6c4557a2f01a3a6c3fdb0f92098db78d | lib: more eagerly return `self.len()` from `ceil_char_boundary`
There is no reason to go through the complicated branch as it would
always return `self.len()` in this case. Also helps debug code somewhat
and I guess might make optimizations easier (although I haven't really a
sample to demonstrate this.)
ref. #93743
... | [
{
"path": "library/core/src/str/mod.rs",
"patch": "@@ -446,7 +446,7 @@ impl str {\n #[unstable(feature = \"round_char_boundary\", issue = \"93743\")]\n #[inline]\n pub fn ceil_char_boundary(&self, index: usize) -> usize {\n- if index > self.len() {\n+ if index >= self.len() {\n ... | 2025-07-06T23:11:32 |
huggingface/transformers | 866bf24be81dda4e1efb02d7d555b00e9b2836c7 | 136c621c00b2536d1f608ed3c6de59b9897afbb8 | Remove more deprecated objects/args (#43195)
* general deprecations
* remove Wav2VecForMaskedLM
* fix repo
* bring back tokenizers methiods
* fixes
* fix
* remove auto classes
* fix
* fix
* add missing models to mappings | [
{
"path": "MIGRATION_GUIDE_V5.md",
"patch": "@@ -478,6 +478,12 @@ model_4bit = AutoModelForCausalLM.from_pretrained(\n ```\n \n \n+### Auto-classes\n+\n+- `AutoModelWithLMHead` is removed in favor of `AutoModelForCausalLM` for causal language models, `AutoModelForMaskedLM` for masked language models and `Au... | 2026-01-13T12:58:02 |
vercel/next.js | 6885b98d352ff07ba780d8e35622bb22eed7c932 | 44d1a1cb1542c496a51943ee33aa4187cd08d66a | feat(turbopack): add crypto polyfill (#51622)
### What?
PR attempts to fix WEB-1214, provides a polyfill to globalThis.crypto. | [
{
"path": "packages/next-swc/crates/next-core/js/src/polyfill/app-polyfills.ts",
"patch": "@@ -1,4 +1,5 @@\n import 'next/dist/server/node-polyfill-fetch'\n import 'next/dist/server/node-polyfill-web-streams'\n import 'next/dist/server/node-polyfill-headers'\n+import 'next/dist/server/node-polyfill-crypto'\... | 2023-07-05T14:38:34 |
nodejs/node | 4f3cfb2f7f51af4594893599c9719208df83b468 | 526c4f34cadbc7e5a1837d19108b200bd278364f | deps: V8: cherry-pick 3b8c624
Original commit message:
GCC: explicitely instantiate JSObject::ApplyAttributesToDictionary for NumberDictionary
elements.cc invokes ApplyAttributesToDictionary using NumberDictionary as its template
parameter. But the declaration of the template method is in js-object.cc, s... | [
{
"path": "common.gypi",
"patch": "@@ -39,7 +39,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.10',\n+ 'v8_embedder_string': '-node.11',\n \n ##### V8 defaults for Node.js #####\n... | 2019-06-17T11:12:48 |
golang/go | 15728ce950eea43d6f1b9fb29819d006071e843a | b7041c7ad1c9d42078cfc376320e5b307e617a80 | cmd/compile: disable rewrite loop detector for deadcode-only changes
We're guaranteed we won't infinite loop on deadcode-only changes,
because each change converts valid -> invalid, and there are only a
finite number of valid values.
The loops this test is looking for are those generated by rule
applications, so it i... | [
{
"path": "src/cmd/compile/internal/ssa/rewrite.go",
"patch": "@@ -40,6 +40,7 @@ func applyRewrite(f *Func, rb blockRewriter, rv valueRewriter, deadcode deadValu\n \tvar states map[string]bool\n \tfor {\n \t\tchange := false\n+\t\tdeadChange := false\n \t\tfor _, b := range f.Blocks {\n \t\t\tvar b0 *Block\... | 2022-03-14T22:17:43 |
huggingface/transformers | 136c621c00b2536d1f608ed3c6de59b9897afbb8 | 76732b4e7120808ff989edbd16401f61fa6a0afa | [GLM-Image] AR Model Support for GLM-Image (#43100)
* only test
* update
* use mrope
* new kind of impl
* 1
* with vision?
* draft projector
* 2
* change vit shape
* use new config
* no tie
* 1
* use video token again
* 1
* remove video
* Update modeling_glm_image.py
* 1
* update
* Update modeling_gl... | [
{
"path": "docs/source/en/_toctree.yml",
"patch": "@@ -525,6 +525,8 @@\n title: glm4\n - local: model_doc/glm4_moe\n title: glm4_moe\n+ - local: model_doc/glm_image\n+ title: GlmImage\n - local: model_doc/openai-gpt\n title: GPT\n - local: model_doc/gpt_... | 2026-01-13T10:03:48 |
nodejs/node | 526c4f34cadbc7e5a1837d19108b200bd278364f | ba6c9f541f0535ffb83b95836b7189f2924f3392 | deps: V8: fix linking issue for MSVS
PR-URL: https://github.com/nodejs/node/pull/28016
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Refael Ackermann (רפאל פלחי) <refack@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Jiawen Geng <t... | [
{
"path": "common.gypi",
"patch": "@@ -39,7 +39,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 ... | 2019-05-30T14:49:26 |
golang/go | 5ccd8e5133a43e574be8d66aae3a230c39b4b67a | 41fe746857104d8775a23dc8f69494240d683e54 | internal/cpu: disallow disabling options that are required for microarch
e.g., if GOAMD64=v3, don't allow GODEBUG=cpu.XXX=off for XXX which
are required for v3.
Change-Id: Ib58a4c8b13c5464ba476448ba44bbb261218787c
Reviewed-on: https://go-review.googlesource.com/c/go/+/391694
Trust: Keith Randall <khr@golang.org>
Run-... | [
{
"path": "src/internal/cpu/cpu_x86.go",
"patch": "@@ -14,6 +14,9 @@ func cpuid(eaxArg, ecxArg uint32) (eax, ebx, ecx, edx uint32)\n // xgetbv with ecx = 0 is implemented in cpu_x86.s.\n func xgetbv() (eax, edx uint32)\n \n+// getGOAMD64level is implemented in cpu_x86.s. Returns number in [1,4].\n+func getG... | 2022-03-10T23:26:22 |
electron/electron | c9b314d43ca8f5ea438216f1b0377ddf5c26e46f | 8821cae34f418d30a25e9aeea6d1e09bb63f3842 | renderer: generate net error strings when requested | [
{
"path": "atom/renderer/atom_renderer_client.cc",
"patch": "@@ -18,6 +18,7 @@\n #include \"atom/renderer/guest_view_container.h\"\n #include \"atom/renderer/node_array_buffer_bridge.h\"\n #include \"base/command_line.h\"\n+#include \"base/strings/utf_string_conversions.h\"\n #include \"chrome/renderer/medi... | 2016-05-21T04:51:15 |
huggingface/transformers | 7918b152c83d2f93f28869f2a773b9b8bc2a5650 | acb0f22679aa6229d37cec06ae9dbaa7a446bb8e | Deprecate dtype per sub config (#42990)
* deprecate dtypes per sub config
* fix test
* Update tests/utils/test_modeling_utils.py
Co-authored-by: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com>
* address comment
---------
Co-authored-by: Albert Villanova del Moral <8515462+albertvill... | [
{
"path": "src/transformers/modeling_utils.py",
"patch": "@@ -759,7 +759,6 @@ def _get_dtype(\n 2. Else, use the dtype provided as a dict or str\n \"\"\"\n is_sharded = sharded_metadata is not None\n- asked_dtype = dtype\n \n if dtype is not None:\n if isinstance(dtype, str):\n@@ ... | 2026-01-13T08:42:30 |
vercel/next.js | 44d1a1cb1542c496a51943ee33aa4187cd08d66a | 394533ff88abc87dc98fb44852f9af266196005e | docs: Migrate error messages to MDX and App Router. (#52038)
This PR is part of a larger effort to migrate error messages to MDX and
use App Router: https://github.com/vercel/front/pull/23459 | [
{
"path": ".github/actions/validate-docs-links/src/index.ts",
"patch": "@@ -12,9 +12,9 @@ import { setFailed } from '@actions/core'\n import type { Node, Data } from 'unist'\n \n /**\n- * This script validates internal links in /docs including internal, hash,\n- * source and related links. It does not valid... | 2023-07-05T13:11:16 |
nodejs/node | ba6c9f541f0535ffb83b95836b7189f2924f3392 | cd70e59563f3445ac2463fe96c13ecd547445309 | deps: V8: fix BUILDING_V8_SHARED issues
PR-URL: https://github.com/nodejs/node/pull/27375
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Colin Ihri... | [
{
"path": "common.gypi",
"patch": "@@ -39,7 +39,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 "... | 2019-05-26T18:19:09 |
golang/go | 41fe746857104d8775a23dc8f69494240d683e54 | 8419ec295cd86a3d26cd360ef5f919a51fe33ebb | go/types, types2: use correct underlying type in union set computation
Fixes #51658.
Change-Id: Ibf415d7e12849b8f50b58d74713613d4e65bc347
Reviewed-on: https://go-review.googlesource.com/c/go/+/392575
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rf... | [
{
"path": "src/cmd/compile/internal/types2/testdata/fixedbugs/issue51658.go2",
"patch": "@@ -0,0 +1,39 @@\n+// Copyright 2022 The Go Authors. All rights reserved.\n+// Use of this source code is governed by a BSD-style\n+// license that can be found in the LICENSE file.\n+\n+package p\n+\n+type F { // ERROR... | 2022-03-14T17:45:16 |
huggingface/transformers | acb0f22679aa6229d37cec06ae9dbaa7a446bb8e | c0d2e26fcebfa816db1537773c012f6f9e20a361 | Qwen-VL video processor accepts min/max pixels (#43228)
* fix
* fix copies
* Update src/transformers/models/qwen2_vl/video_processing_qwen2_vl.py
Co-authored-by: Pablo Montalvo <39954772+molbap@users.noreply.github.com>
* add more explanation on 'AttrErr'
---------
Co-authored-by: Pablo Montalvo <39954772+molbap... | [
{
"path": "src/transformers/models/qwen2_vl/video_processing_qwen2_vl.py",
"patch": "@@ -107,6 +107,29 @@ def __init__(self, **kwargs: Unpack[Qwen2VLVideoProcessorInitKwargs]):\n \n super().__init__(size=size, min_pixels=min_pixels, max_pixels=max_pixels, **kwargs)\n \n+ def _further_process_kwar... | 2026-01-13T08:26:46 |
electron/electron | b08393a663d16468a7060a74e14be44a8985b3ac | a1e59b814c81d256936ccba37bfa70669fb14579 | Fixed linting error | [
{
"path": "default_app/main.js",
"patch": "@@ -260,7 +260,7 @@ function loadApplicationPackage (packagePath) {\n buttons: ['OK', 'Learn More']\n }, (response) => {\n if (response === 1) {\n- shell.openExternal(`http://electron.atom.io/docs`)\n+ shell.openExternal('htt... | 2016-05-20T20:01:08 |
vercel/next.js | 394533ff88abc87dc98fb44852f9af266196005e | 13e769a301fef901bd49cf125ee6516ca06f67c8 | next-flight-css-loader - fix !=! support (#51115)
<!-- 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 Contribut... | [
{
"path": "packages/next/src/build/webpack/config/blocks/css/index.ts",
"patch": "@@ -258,7 +258,14 @@ export const css = curry(async function css(\n test: regexCssModules,\n issuerLayer: APP_LAYER_RULE,\n use: [\n- require.resolve('../../../loaders/n... | 2023-07-05T12:37:20 |
rust-lang/rust | 0a4f87a144616f35da510b82acc288aceebd5b9b | 3c95364c4afc3f15749f5a511d599af086f5456e | compiler: rename {ast,hir}::BareFn* to FnPtr*
Fix some comments and related types and locals where it is obvious, e.g.
- bare_fn -> fn_ptr
- LifetimeBinderKind::BareFnType -> LifetimeBinderKind::FnPtrType
Co-authored-by: León Orell Valerian Liehr <me@fmease.dev> | [
{
"path": "compiler/rustc_ast/src/ast.rs",
"patch": "@@ -2422,7 +2422,7 @@ impl Ty {\n }\n \n #[derive(Clone, Encodable, Decodable, Debug)]\n-pub struct BareFnTy {\n+pub struct FnPtrTy {\n pub safety: Safety,\n pub ext: Extern,\n pub generic_params: ThinVec<GenericParam>,\n@@ -2455,8 +2455,8 @@ ... | 2025-07-06T19:59:42 |
nodejs/node | cd70e59563f3445ac2463fe96c13ecd547445309 | c66e87c313782cd0264a4b831e27c758ddd32769 | deps: V8: add workaround for MSVC optimizer bug
Refs: https://developercommunity.visualstudio.com/content/problem/512352/compiler-doesnt-finish-142027508.html
PR-URL: https://github.com/nodejs/node/pull/28016
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Refael Ackermann (רפאל פלחי) <refack@gmail.com>
Rev... | [
{
"path": "common.gypi",
"patch": "@@ -39,7 +39,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.7',\n+ 'v8_embedder_string': '-node.8',\n \n ##### V8 defaults for Node.js #####\n "... | 2019-05-17T15:50:21 |
huggingface/transformers | c0d2e26fcebfa816db1537773c012f6f9e20a361 | 15f8996323b0a499381a05c58f48210b7922c485 | Fix typo: seperately → separately in lw_detr converter (#43235)
Co-authored-by: skyvanguard <skyvanguard@gmail.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> | [
{
"path": "src/transformers/models/lw_detr/convert_lw_detr_to_hf.py",
"patch": "@@ -155,7 +155,7 @@\n r\"backbone.0.encoder.blocks.(\\d+).mlp.fc1.(weight|bias)\": r\"backbone.backbone.encoder.layer.\\1.intermediate.fc1.\\2\",\n r\"backbone.0.encoder.blocks.(\\d+).mlp.fc2.(weight|bias)\": r\"back... | 2026-01-13T01:11:49 |
golang/go | 8419ec295cd86a3d26cd360ef5f919a51fe33ebb | 676858f3d4786054e1b27b999b5e73190f25288c | cmd/compile: fix wrong dict param when getting dict type
CL 338129 added getDictionaryType to get the dictionary type from the
specified dict param, but still using the one in info.dictParam, which
is wrong.
Fixes #51413
Change-Id: Ie13460c1e5751c4c5fc44479a44f6eed8b3b06e4
Reviewed-on: https://go-review.googlesource... | [
{
"path": "src/cmd/compile/internal/noder/stencil.go",
"patch": "@@ -898,7 +898,7 @@ func getDictionaryType(info *instInfo, dictParam *ir.Name, pos src.XPos, i int)\n \t\tbase.Fatalf(fmt.Sprintf(\"bad dict index %d\", i))\n \t}\n \n-\tr := getDictionaryEntry(pos, info.dictParam, i, info.dictInfo.startSubDic... | 2022-03-12T17:04:46 |
rust-lang/rust | d8ba94b0ae59b9e140f65bce27527c12357bfbf7 | b631cef729e0c9972ffbf0bc8b045c8b1ca827eb | Fix `manual_is_variant_and` condition generation
When comparing `x.map(func) == Some(bool_lit)`, the value of `bool_lit` was
ignored, despite the fact that its value should determine the value of
the proposed expression.
`func` can be either a closure or a path. For the latter, η-expansion
will be used if needed to i... | [
{
"path": "clippy_lints/src/methods/manual_is_variant_and.rs",
"patch": "@@ -1,14 +1,16 @@\n use clippy_utils::diagnostics::span_lint_and_sugg;\n-use clippy_utils::get_parent_expr;\n use clippy_utils::msrvs::{self, Msrv};\n-use clippy_utils::source::{snippet, snippet_opt};\n+use clippy_utils::source::{snipp... | 2025-07-03T22:11:38 |
vercel/next.js | 13e769a301fef901bd49cf125ee6516ca06f67c8 | ef89890f56aa98e8ff7336cb471ebbc36dfadf06 | Improve error message when using per function "use server" in Client Components (#52214)
The current message isn't very clear about `"use server" function` and
`"use server" file`, and there's no link to docs to explain it further:
```
"use server" functions are not allowed in client components.
You can import ... | [
{
"path": "packages/next-swc/crates/core/src/server_actions.rs",
"patch": "@@ -22,7 +22,7 @@ use turbopack_binding::swc::core::{\n #[serde(deny_unknown_fields, rename_all = \"camelCase\")]\n pub struct Config {\n pub is_server: bool,\n- pub enabled: bool\n+ pub enabled: bool,\n }\n \n pub fn serve... | 2023-07-05T12:34:36 |
huggingface/transformers | 15f8996323b0a499381a05c58f48210b7922c485 | 3aa89c07f210df18865daee9df81fe2766d13884 | docs: fix grammatical error in README.md (#43236)
Fixed possessive form: 'models lifetime' -> 'model's lifetime'
This is a minor grammatical correction in the 'Why should I use Transformers?' section. | [
{
"path": "README.md",
"patch": "@@ -224,7 +224,7 @@ pipeline(\n - Reduce compute time and production costs.\n - Dozens of model architectures with 1M+ pretrained checkpoints across all modalities.\n \n-1. Choose the right framework for every part of a models lifetime:\n+1. Choose the right framewor... | 2026-01-13T01:11:38 |
golang/go | d99ff0382116bb472b9f92ddf23cb22bf145bbcd | 471d319fb2497aa7239943eb1a6d5cfbad503a2a | go/build: set PWD for go subcommands
Since these commands already include an explicit Env field,
they will not be fixed automatically by proposal #50599.
Change-Id: Ia8157a71cf0cfe208bdc0da9aef54be3d26c795f
Reviewed-on: https://go-review.googlesource.com/c/go/+/391804
Trust: Bryan Mills <bcmills@google.com>
Run-TryBo... | [
{
"path": "src/go/build/build.go",
"patch": "@@ -1186,6 +1186,13 @@ func (ctxt *Context) importGo(p *Package, path, srcDir string, mode ImportMode)\n \t\t\"GOPATH=\"+ctxt.GOPATH,\n \t\t\"CGO_ENABLED=\"+cgo,\n \t)\n+\tif cmd.Dir != \"\" {\n+\t\t// If possible, set PWD: if an error occurs and PWD includes a s... | 2022-03-09T22:17:40 |
nodejs/node | 05c27d7f140f2353ff1623a358e9931fcba785d3 | ba9e541f1f5c8a84aa4f204bb7c336fa6aa39d13 | deps: V8: patch register-arm64.h
Fixes a compilation issue on some platforms
PR-URL: https://github.com/nodejs/node/pull/27375
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Matteo Collina <matteo.coll... | [
{
"path": "common.gypi",
"patch": "@@ -39,7 +39,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.4',\n+ 'v8_embedder_string': '-node.5',\n \n ##### V8 defaults for Node.js #####\n "... | 2019-05-22T15:33:02 |
rust-lang/rust | 1c93e16c10ef18e4c4da27772899bf8c64d9eaf3 | a144fd64bb339410806122c26da9e824a4a35a2a | Add FIXME for gen et al | [
{
"path": "tests/codegen/align-fn.rs",
"patch": "@@ -132,6 +132,7 @@ unsafe extern \"C\" {\n fn align_unmangled();\n }\n \n+// FIXME also check `gen` et al\n // CHECK-LABEL: async_align\n // CHECK-SAME: align 64\n #[unsafe(no_mangle)]",
"additions": 1,
"deletions": 0,
"language": "Rust"
}
... | 2025-07-01T19:58:23 |
electron/electron | 1a27ecdad41ba0854a8a890774e1ec67c83ee427 | 242508e22fb8f6c57f4a799610d1b8e363291d65 | Override `child_process.execFile` asar patch for `child_process.exec`
NodeJS implements `child_process.exec` by simply passing the whole
command to `child_process.execFile`. See:
- https://github.com/nodejs/node/blob/master/lib/child_process.js#L90
- https://github.com/nodejs/node/blob/master/lib/child_process.js#L99... | [
{
"path": "lib/common/asar.js",
"patch": "@@ -589,6 +589,23 @@\n return mkdirSync(p, mode)\n }\n }\n+\n+ // Executing a command string containing a path to an asar\n+ // archive confuses `child_process.execFile`, which is internally\n+ // called by `child_process.{exec,execSync}`,... | 2016-05-19T15:08:08 |
huggingface/transformers | 03c8082ba4594c9b8d6fe190ca9bed0e5f8ca396 | 2aa7b652811b3a2fe92bd586a2bbd4f9cde19a57 | Fix unsafe torch.load() in _load_rng_state allowing arbitrary code execution (#43140)
* Fix unsafe torch.load() in _load_rng_state allowing arbitrary code execution
Add weights_only=True to torch.load() call in Trainer._load_rng_state()
to prevent arbitrary code execution when loading malicious checkpoint files.
The... | [
{
"path": "src/transformers/trainer.py",
"patch": "@@ -3056,7 +3056,8 @@ def _load_rng_state(self, checkpoint):\n return\n \n with safe_globals():\n- checkpoint_rng_state = torch.load(rng_file)\n+ check_torch_load_is_safe()\n+ checkpoint_rng_state = t... | 2026-01-12T17:56:33 |
vercel/next.js | baf3d2fa8a424554f4fe2d6e05dcac1a1ca52c60 | 0b470753b7b2df4bc10abbf0453888d79e321e02 | Fix title crashing while post processing metadata (#52196)
Fixes #52191
Resolved `twitter?.title` could be `null`, adding optional chain to access it | [
{
"path": "packages/next/src/lib/metadata/resolve-metadata.test.ts",
"patch": "@@ -80,7 +80,7 @@ describe('accumulateMetadata', () => {\n })\n })\n \n- describe('openGraph', () => {\n+ describe('openGraph and twitter', () => {\n it('should convert string or URL images field to array, not only fo... | 2023-07-05T11:05:33 |
golang/go | 471d319fb2497aa7239943eb1a6d5cfbad503a2a | 7900576bac4630bbeec7f4f1aa4b1cb0d51bd8a1 | debug/buildinfo: use testenv.GoToolPath in tests instead of resolving "go" from $PATH
Updates #37475.
Change-Id: I8c3237438da3e9521ce3be26a0b5d5ca36944b17
Reviewed-on: https://go-review.googlesource.com/c/go/+/391803
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: G... | [
{
"path": "src/debug/buildinfo/buildinfo_test.go",
"patch": "@@ -66,7 +66,7 @@ func TestReadFile(t *testing.T) {\n \t\t\tt.Fatal(err)\n \t\t}\n \t\toutPath := filepath.Join(dir, path.Base(t.Name()))\n-\t\tcmd := exec.Command(\"go\", \"build\", \"-o=\"+outPath)\n+\t\tcmd := exec.Command(testenv.GoToolPath(t)... | 2022-03-10T20:28:10 |
nodejs/node | 95d9a37c536e98b5e179d10d552aeffb61990e18 | 0e7d855cfebccf81e8a9e8792893c918c1dfb650 | deps: V8: un-cherry-pick bd019bd
Original commit message:
[testrunner] delete ancient junit compatible format support
Testrunner has ancient support for JUnit compatible XML output.
This CL removes this old feature.
R=mstarzinger@chromium.org,jgruber@chromium.org,jkummerow@chromium.org
CC=mach... | [
{
"path": "common.gypi",
"patch": "@@ -39,7 +39,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.1',\n+ 'v8_embedder_string': '-node.2',\n \n ##### V8 defaults for Node.js #####\n "... | 2019-03-27T14:32:10 |
electron/electron | e87ced60e582a3234c990b49a7412ff06271dd59 | a2b6731bf22e9efe7760ee1b747616af7916cb5c | The "Error opening app" dialog, now with less attitude | [
{
"path": "default_app/main.js",
"patch": "@@ -255,7 +255,7 @@ function loadApplicationPackage (packagePath) {\n app.focus()\n dialog.showErrorBox(\n 'Error opening app',\n- 'The app provided is not a valid Electron app, please read the docs on how to write one:\\n' +\n+ 'U... | 2016-05-19T14:33:22 |
huggingface/transformers | d8541c36a3fd4c173d8902be382508abf08e0521 | 35fe3419c18f40cfd767979dda10b658a7509da1 | Add LWDetr model (#40991)
* feat: add LWDetr model
* fix: changed LwDetrVit base classes from VitDet to ViT
* tests: added tests for LWDetr
* refactor: fix all issues and created docs
* tests: added missing lw_detr_vit tests
* docs: add lwdetr docs
* fix: fixed implementation error and associated tests
* chore:... | [
{
"path": "docs/source/en/_toctree.yml",
"patch": "@@ -817,6 +817,8 @@\n title: LeViT\n - local: model_doc/lightglue\n title: LightGlue\n+ - local: model_doc/lw_detr\n+ title: LW-DETR\n - local: model_doc/mask2former\n title: Mask2Former\n - local: model... | 2026-01-12T16:54:49 |
vercel/next.js | 972d29b6d5b06cf641fb455dbb100f4d34318aa8 | 003f7dd6f8577c99ef2bf7c2d10d6581f9c07387 | Update generate-image-metadata.mdx (#52230)
I read the PR checklist, but this is such a small PR that I feel it's
self-explanatory.
I believe the wrong function name (`generateMetadata`) is used on this
page, and it was meant to be `generateImageMetadata`.
If not... apologies 😅 | [
{
"path": "docs/02-app/02-api-reference/04-functions/generate-image-metadata.mdx",
"patch": "@@ -13,7 +13,7 @@ You can use `generateImageMetadata` to generate different versions of one image\n \n ## Parameters\n \n-`generateMetadata` function accepts the following parameters:\n+`generateImageMetadata` funct... | 2023-07-05T07:23:14 |
golang/go | ab0f7611d739fe10d0265dbc6bdc17684423bfc8 | 3c2e73c8c3323887e6b95f72adb6242b8727ba8b | net/url: add OmitHost bool to url.URL
Previously, myscheme:/path and myscheme:///path were treated as the same URL
although materially different. The distinction made clear by RFC 3986 sec. 5.3 where
a different recomposition behavior is expected when a URI reference has an undefined
host(authority) as in myscheme:/pa... | [
{
"path": "src/net/url/url.go",
"patch": "@@ -363,6 +363,7 @@ type URL struct {\n \tHost string // host or host:port\n \tPath string // path (relative paths may omit leading slash)\n \tRawPath string // encoded path hint (see EscapedPath method)\n+\tOmitHost bool // do not... | 2022-03-09T23:08:52 |
nodejs/node | 0e7d855cfebccf81e8a9e8792893c918c1dfb650 | 655e0dc01a8455898e91a25081f2a5537f893e35 | deps: V8: fix filename manipulation for Windows
PR-URL: https://github.com/nodejs/node/pull/28016
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Refael Ackermann (רפאל פלחי) <refack@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Jia... | [
{
"path": "common.gypi",
"patch": "@@ -39,7 +39,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.0',\n+ 'v8_embedder_string': '-node.1',\n \n ##### V8 defaults for Node.js #####\n "... | 2019-03-31T15:53:24 |
huggingface/transformers | 35fe3419c18f40cfd767979dda10b658a7509da1 | 61d7f8a4495822604f14b621beb65f5e41bebee5 | Fix flashattn wrt quantized models (#43145)
* fix regression
* fix
* fix
* fix
---------
Co-authored-by: Mohamed Mekkouri <93391238+MekkCyber@users.noreply.github.com> | [
{
"path": "src/transformers/configuration_utils.py",
"patch": "@@ -1100,6 +1100,9 @@ def _remove_keys_not_serialized(self, d: dict[str, Any]) -> None:\n Checks and removes if there are any keys in the dict that should not be serialized when saving the config.\n Runs recursive check on the di... | 2026-01-12T16:47:10 |
vercel/next.js | fd508b086c33413206c413bda6728a709504e965 | 8aa9a52c36f338320d55bd2ec292ffb0b8c7cb35 | fix env reloading for turbopack (#52194)
### What?
fixes WEB-1258 | [
{
"path": "packages/next-env/index.ts",
"patch": "@@ -93,6 +93,12 @@ export function processEnv(\n return Object.assign(process.env, parsed)\n }\n \n+export function resetEnv() {\n+ if (initialEnv) {\n+ replaceProcessEnv(initialEnv)\n+ }\n+}\n+\n export function loadEnvConfig(\n dir: string,\n de... | 2023-07-04T19:28:34 |
huggingface/transformers | 61d7f8a4495822604f14b621beb65f5e41bebee5 | 5f70e191f8710c21e358af9ff6cf225b94fed36f | Fix failing `Owlv2ModelIntegrationTest` & `OwlViTModelIntegrationTest` (#43182)
* Fix failing Owlv2ModelIntegrationTest & OwlViTModelIntegrationTest
* Tolerance
* update expectations
---------
Co-authored-by: vasqu <antonprogamer@gmail.com> | [
{
"path": "tests/models/owlv2/test_modeling_owlv2.py",
"patch": "@@ -735,7 +735,7 @@ def test_inference_interpolate_pos_encoding(self):\n [-3.3644, -4.0717, -4.0717, -4.0717],\n [-2.9425, -4.0717, -4.0717, -4.0717],\n ]\n- )\n+ ).to(torch_device)\n \... | 2026-01-12T16:43:36 |
rust-lang/rust | 86a14967f73f4c073e448dbbba34d56c8c94484a | addf309a5a803e69c279c5eec90c33f562766e10 | dogfood: fix few lint issues | [
{
"path": "clippy_lints/src/needless_pass_by_value.rs",
"patch": "@@ -246,8 +246,10 @@ impl<'tcx> LateLintPass<'tcx> for NeedlessPassByValue {\n for (span, suggestion) in clone_spans {\n diag.span_suggestion(\n span,\n- ... | 2025-06-18T09:59:56 |
nodejs/node | 9d37013ef0e0f0f243da6057498a79fd43a2f784 | 2abdfc5d7eba620a84a1aea3804beb6de28e19fa | 2019-07-31, Version 10.16.1 'Dubnium' (LTS)
Notable changes:
- **deps**: upgrade openssl sources to 1.1.1c (Sam Roberts) [#28212](https://github.com/nodejs/node/pull/28212)
- **stream**: do not unconditionally call `\_read()` on `resume()` (Anna Henningsen) [#26965](https://github.com/nodejs/node/pull/26965)
- **work... | [
{
"path": "CHANGELOG.md",
"patch": "@@ -39,7 +39,8 @@ release.\n <a href=\"doc/changelogs/CHANGELOG_V12.md#12.0.0\">12.0.0</a><br/>\n </td>\n <td valign=\"top\">\n-<b><a href=\"doc/changelogs/CHANGELOG_V10.md#10.16.0\">10.16.0</a></b><br/>\n+<b><a href=\"doc/changelogs/CHANGELOG_V10.md#10.16.1\">10.... | 2019-07-17T10:37:07 |
golang/go | 842d37ee5f86f12aa096b750adbd2debd9129fcb | baf61e4a67789e20f019507287a324cca06bed42 | syscall: add race annotations to Pread and Pwrite
Fixes #51618
Change-Id: Ife894d8c313dce8c4929f40fa0ac90a069f77a89
Reviewed-on: https://go-review.googlesource.com/c/go/+/391954
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Revi... | [
{
"path": "src/runtime/race/testdata/mop_test.go",
"patch": "@@ -1896,6 +1896,14 @@ func TestRaceNestedStruct(t *testing.T) {\n }\n \n func TestRaceIssue5567(t *testing.T) {\n+\ttestRaceRead(t, false)\n+}\n+\n+func TestRaceIssue51618(t *testing.T) {\n+\ttestRaceRead(t, true)\n+}\n+\n+func testRaceRead(t *te... | 2022-03-12T02:29:37 |
electron/electron | d6ab81c1da4630e88f8996dc79c3bb3dda264832 | 3ee9eef308da8cd77dfa50da316c5bd388026156 | :memo: Fix link to improve readability
[ci skip] | [
{
"path": "docs/tutorial/mac-app-store-submission-guide.md",
"patch": "@@ -22,9 +22,9 @@ Apple. You can follow these [existing guides][nwjs-guide] on web.\n ### Get Team ID\n \n Before signing your app, you need to know the Team ID of your account. To locate\n-your Team ID, Sign in to https://developer.appl... | 2016-05-19T09:36:26 |
vercel/next.js | 8aa9a52c36f338320d55bd2ec292ffb0b8c7cb35 | 9bd5169dcd7e87707b53bd6d61de5a956bf14b7b | Fix tree shaking for image generation module (#51950)
### Issue
When the og module is a shared module being imported in both page and metadata image routes, it will be shared in the module graph. Especially in the edge runtime, since the `default` export is being used in the metadata image routes, then it can't be ea... | [
{
"path": "packages/next/src/build/webpack-config.ts",
"patch": "@@ -2022,6 +2022,16 @@ export default async function getBaseWebpackConfig(\n } as any,\n ]\n : []),\n+ ...(hasAppDir\n+ ? [\n+ {\n+ resourceQuery: new RegExp(\n+ ... | 2023-07-04T18:19:08 |
huggingface/transformers | 840fab6b99a1d3b7befdd825ac073f4d4039685f | 496add8fd57f9996482f779be81017bba4745d08 | Fix failing `PhiIntegrationTests` (#43214)
* Fix failing PhiIntegrationTests
* fix model loading dtype
* ruff-style. | [
{
"path": "tests/models/phi/test_modeling_phi.py",
"patch": "@@ -85,7 +85,7 @@ def test_model_phi_1_5_logits(self):\n )\n }\n \n- model = PhiForCausalLM.from_pretrained(\"microsoft/phi-1_5\").to(torch_device)\n+ model = PhiForCausalLM.from_pretrained(\"microsoft/phi-1_5\", ... | 2026-01-12T15:34:11 |
rust-lang/rust | baa55aef3a563278a3454b864502d5fd763e57b3 | 18768f08889c9d7dde56565eff92ba3a4d2dee86 | Fix CI | [
{
"path": "src/bootstrap/src/core/build_steps/check.rs",
"patch": "@@ -340,7 +340,7 @@ impl Step for CodegenBackend {\n .arg(builder.src.join(format!(\"compiler/rustc_codegen_{backend}/Cargo.toml\")));\n rustc_cargo_env(builder, &mut cargo, target, build_compiler.stage);\n \n- let... | 2025-07-03T15:56:24 |
nodejs/node | 2abdfc5d7eba620a84a1aea3804beb6de28e19fa | 7435dc8b2ba2bed4d6a8c1b6474f21c7219b3238 | doc: revoke DEP0089
Using the legacy assert module is not discouraged. Revoke
DEP0089 to avoid user confusion.
PR-URL: https://github.com/nodejs/node/pull/28892
Fixes: https://github.com/nodejs/node/issues/28780
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: An... | [
{
"path": "doc/api/deprecations.md",
"patch": "@@ -1780,18 +1780,21 @@ cause a lot of issues. See <https://github.com/nodejs/node/issues/14328>.\n ### DEP0089: require('assert')\n <!-- YAML\n changes:\n+ - version: REPLACEME\n+ pr-url: https://github.com/nodejs/node/pull/28892\n+ description: Depreca... | 2019-07-29T14:56:59 |
golang/go | 59d80227effa3027a37b1aa85eef88d1df7b1e81 | 751b8798dd3a0b099ec403bafae0d48d5c5fae8c | spec: clean up intro and replace bolded text with prose
- Remove "Draft" disclaimer. We're not done but the spec
is in usable shape with respect to generics features.
- Remove section on "Earlier version" and fold information
into the "Intro" section.
- Remove caveat for shifts: the rules for arithmetic operator... | [
{
"path": "doc/go_spec.html",
"patch": "@@ -1,21 +1,16 @@\n <!--{\n-\t\"Title\": \"The Go Programming Language Specification - Go 1.18 Draft\",\n-\t\"Subtitle\": \"Version of March 9, 2022\",\n+\t\"Title\": \"The Go Programming Language Specification\",\n+\t\"Subtitle\": \"Version of March 10, 2022\",\n \t\... | 2022-03-10T02:36:53 |
electron/electron | 5c8ecd8a972cad287bbe1fdc0e576dafd0d3eb97 | f441ba26944a3a18721cc096fe644d4c4e146fbd | :memo: Small fixes
* Adjust line length to `80`.
* Fix typos
[ci skip] | [
{
"path": "docs/tutorial/windows-store-guide.md",
"patch": "@@ -1,22 +1,42 @@\n # Windows Store Guide\n \n-With Windows 8, the good old win32 exectuable got a new sibling: The Universial Windows Platform. The new `.appx` format does not only enable a number of new powerful APIs like Cortana or Push Notifica... | 2016-05-19T09:24:42 |
vercel/next.js | 9bd5169dcd7e87707b53bd6d61de5a956bf14b7b | 220377e3817b7111a6dcd093592a5011c8974049 | Fix `dynamicParams` check in TS plugin (#52211)
Add the missing `isValid` check.
Fix NEXT-1214, fix #49489. | [
{
"path": "packages/next/src/server/typescript/rules/config.ts",
"patch": "@@ -116,6 +116,9 @@ const API_DOCS: Record<\n 'Disallow rendering dynamic params that are not generated by `generateStaticParams`.',\n },\n link: 'https://nextjs.org/docs/app/api-reference/file-conventions/route-segme... | 2023-07-04T17:31:01 |
huggingface/transformers | b6a0882b95a3c3c7cde544ac4d030fe862e4d162 | d49d88f2e764f0d89b870526d8a8c471b93724c2 | Fix missing UTF-8 encoding in check_repo.py for Windows compatibility (#43123)
Fix Windows encoding error in check_repo.py | [
{
"path": "utils/check_repo.py",
"patch": "@@ -1230,7 +1230,7 @@ def check_models_have_kwargs():\n if model_dir.is_dir() and (modeling_file := list(model_dir.glob(\"modeling_*.py\"))):\n modeling_file = modeling_file[0]\n \n- with open(modeling_file, \"r\") as f:\n+ ... | 2026-01-12T15:05:33 |
rust-lang/rust | b4da3bd8727cda9b5243c110b47daaf2f5386765 | 9906de25103cbb177975093d78984627969304d7 | Fixup check of rust-analyzer, codegen backends, compiletest and other tools | [
{
"path": "src/bootstrap/src/core/build_steps/check.rs",
"patch": "@@ -144,7 +144,7 @@ fn default_compiler_for_checking_rustc(builder: &Builder<'_>) -> Compiler {\n }\n \n /// Checks rustc using `build_compiler` and copies the built\n-/// .rmeta files into the sysroot of `build_copoiler`.\n+/// .rmeta files... | 2025-06-25T15:24:41 |
golang/go | 751b8798dd3a0b099ec403bafae0d48d5c5fae8c | ef7d0413c204f69f8179b50de869acf7bd1e1731 | cmd/compile/internal/amd64: fix "missing objdump" skip in TestGoAMD64v1
The skip was erroneously applied to errors from the call to StdoutPipe
instead of Start, and even then was a bit too broad.
Change-Id: I417c9a74692383230fc6d99ebb4149fdc532533e
Reviewed-on: https://go-review.googlesource.com/c/go/+/391800
Trust: ... | [
{
"path": "src/cmd/compile/internal/amd64/versions_test.go",
"patch": "@@ -8,6 +8,7 @@ import (\n \t\"bufio\"\n \t\"debug/elf\"\n \t\"debug/macho\"\n+\t\"errors\"\n \t\"fmt\"\n \t\"internal/testenv\"\n \t\"io\"\n@@ -115,9 +116,12 @@ func clobber(t *testing.T, src string, dst *os.File, opcodes map[string]boo... | 2022-03-11T04:30:07 |
nodejs/node | fd9e0f72abd8b7712ba504596acd2fdcc04611f9 | de88d6c18796ad31edd1dbf4af102c4b05c64684 | build: remove support for s390 (but not s390x)
Upstream V8 removed support for s390 earlier this year and it's known
to no longer build. Remove the support from our build scripts.
Fixes: https://github.com/nodejs/node/issues/28866
PR-URL: https://github.com/nodejs/node/pull/28883
Reviewed-By: Michaël Zasso <targos@pr... | [
{
"path": "common.gypi",
"patch": "@@ -388,10 +388,6 @@\n 'cflags': [ '-m64', '-mminimal-toc' ],\n 'ldflags': [ '-m64' ],\n }],\n- [ 'target_arch==\"s390\"', {\n- 'cflags': [ '-m31', '-march=z196' ],\n- 'ldflags': [ '-m31', '-march=z196' ],\n-... | 2019-07-28T19:14:57 |
huggingface/transformers | d49d88f2e764f0d89b870526d8a8c471b93724c2 | 1b2adc0634a229d95c18935608a5cbf0ef047c17 | Fix failing `Pix2StructIntegrationTest` (#43229)
Fix failing Pix2StructIntegrationTest | [
{
"path": "tests/models/pix2struct/test_modeling_pix2struct.py",
"patch": "@@ -683,9 +683,7 @@ def test_batched_inference_image_captioning(self):\n processor = Pix2StructProcessor.from_pretrained(\"google/pix2struct-textcaps-base\")\n image_1 = prepare_img()\n \n- second_url = (\n- ... | 2026-01-12T14:20:19 |
vercel/next.js | f64736a4d09c4257c716c2c54a50a54ca4cc4c82 | 1c46098a1c2dfe7ebab93d20384ea094f8ad0ed8 | Fix internal mjs/mts references as well (vercel/turbo#5458)
### Description
In #5457, I fixed internal .jsx?/.tsx? references not being processed.
However, it turns out we also use `.mjs` for structured images in
Next.js, which also use internal references.
### Testing Instructions
Next.js CI | [
{
"path": "crates/turbopack/src/module_options/mod.rs",
"patch": "@@ -235,7 +235,7 @@ impl ModuleOptionsVc {\n options: ecmascript_options,\n })],\n ),\n- ModuleRule::new(\n+ ModuleRule::new_all(\n ModuleRuleCondition::Res... | 2023-07-04T14:10:44 |
electron/electron | e609a5bee290eb32d99278e9863ea48d77792a46 | 4702d8b640a3ed061f1785b5b579cc8b15c97ee9 | Fix passing fd across modules | [
{
"path": "atom/common/asar/archive.cc",
"patch": "@@ -4,10 +4,6 @@\n \n #include \"atom/common/asar/archive.h\"\n \n-#if defined(OS_WIN)\n-#include <io.h>\n-#endif\n-\n #include <string>\n #include <vector>\n \n@@ -20,6 +16,10 @@\n #include \"base/strings/string_number_conversions.h\"\n #include \"base/val... | 2016-05-19T07:38:37 |
golang/go | ef7d0413c204f69f8179b50de869acf7bd1e1731 | 9743e9b6d8e150639f509fc64e4bc5f24ecce562 | cmd/go: use the correct gofmt binary in TestScript/fmt_load_errors
Otherwise, this test may fail when GOROOT/bin is not in $PATH.
Change-Id: Id744f365f6604716207184c9ea49436ab2e3a835
Reviewed-on: https://go-review.googlesource.com/c/go/+/391802
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@... | [
{
"path": "src/cmd/go/testdata/script/fmt_load_errors.txt",
"patch": "@@ -7,14 +7,13 @@ stdout 'exclude[/\\\\]x\\.go'\n stdout 'exclude[/\\\\]x_linux\\.go'\n \n # Test edge cases with gofmt.\n-# Note that this execs GOROOT/bin/gofmt.\n \n-! exec gofmt does-not-exist\n+! exec $GOROOT/bin/gofmt does-not-exist... | 2022-03-10T22:21:40 |
huggingface/transformers | 1b2adc0634a229d95c18935608a5cbf0ef047c17 | 2664ae7fc132a66663106d6ecb6ca66ee1e47619 | [`Generate`] Allow custom config values in generate config (#43181)
* allow custom values to carry over
Co-authored-by: Eric Bezzam <ebezzam@users.noreply.github.com>
* slightly different version, moving everything to update itself
* fix typo
---------
Co-authored-by: Eric Bezzam <ebezzam@users.noreply.github.com... | [
{
"path": "src/transformers/generation/configuration_utils.py",
"patch": "@@ -1193,14 +1193,16 @@ def from_model_config(cls, model_config: Union[\"PreTrainedConfig\", dict]) -> \"Ge\n generation_config._original_object_hash = hash(generation_config)\n return generation_config\n \n- def up... | 2026-01-12T14:03:30 |
nodejs/node | de88d6c18796ad31edd1dbf4af102c4b05c64684 | 4a1502bc4a89037fbcc9fae39e4a103f43cf9d83 | src: large pages fix FreeBSD fix region size
Makes the size aligned to huge page size by
calculating it from the aligned lower and upper
boundary of the executable address.
PR-URL: https://github.com/nodejs/node/pull/28735
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-B... | [
{
"path": "src/large_pages/node_large_page.cc",
"patch": "@@ -199,12 +199,14 @@ static struct text_region FindNodeTextRegion() {\n (entry->kve_protection & KVME_PROT_EXEC));\n \n if (!strcmp(exename.c_str(), entry->kve_path) && excmapping) {\n- size_t size = entry->kve_end - entry->kve_start;\... | 2019-07-17T18:26:14 |
vercel/next.js | f3a746955354eb43cdce48a70983eb1db930e2b2 | bf1c0af063dcf294e527733c59757b8bdbd2cff2 | Fix internal JS/TS references not being processed (vercel/turbo#5457)
### Description
My recent change in vercel/turbo#5397 added a way to create rules that only apply to
internal references. In the process, I also made it so the default rules
don't apply to internal references as well. However, we still need the... | [
{
"path": "crates/turbopack/src/module_options/mod.rs",
"patch": "@@ -225,7 +225,7 @@ impl ModuleOptionsVc {\n ModuleRuleCondition::ResourcePathEndsWith(\".json\".to_string()),\n vec![ModuleRuleEffect::ModuleType(ModuleType::Json)],\n ),\n- ModuleRule::... | 2023-07-04T13:03:10 |
huggingface/transformers | 2664ae7fc132a66663106d6ecb6ca66ee1e47619 | 2a3f748e5178551e8ffd53b8002fb95d3124b4dc | Grouped beam search from config params (#42472)
* fix
* lets give users more time to adapt
* we don't patch updates to deprecation end cycle | [
{
"path": "src/transformers/generation/utils.py",
"patch": "@@ -2471,9 +2471,11 @@ def generate(\n generation_config, model_kwargs = self._prepare_generation_config(generation_config, **kwargs)\n \n generation_mode = generation_config.get_generation_mode(assistant_model)\n+ deprecated... | 2026-01-12T10:45:17 |
golang/go | 9743e9b6d8e150639f509fc64e4bc5f24ecce562 | 5003ed884a67ee26b4cedbe6f5b1c02bd5eb6630 | cmd/compile: fix re-export closure
For hidden closure built during stenciling to implement a function
instantiation, the function may come from other package, not local
package, which causes the ICE for code that re-export the hidden closure
after inlining.
To fix it, use the closure package for export writer when wr... | [
{
"path": "src/cmd/compile/internal/typecheck/iexport.go",
"patch": "@@ -1835,7 +1835,10 @@ func (w *exportWriter) expr(n ir.Node) {\n \t\tn := n.(*ir.ClosureExpr)\n \t\tw.op(ir.OCLOSURE)\n \t\tw.pos(n.Pos())\n+\t\told := w.currPkg\n+\t\tw.setPkg(n.Type().Pkg(), true)\n \t\tw.signature(n.Type())\n+\t\tw.set... | 2022-03-10T16:41:56 |
vercel/next.js | 6cb6092e1745cb352f7394408eda63755b99e557 | 13cfc2bf4db059840847a0f99417b054b42db5af | fix workflow needs (#52180)
### What?
I forgot to update the `needs` in the workflow | [
{
"path": ".github/workflows/build_and_test.yml",
"patch": "@@ -200,7 +200,14 @@ jobs:\n secrets: inherit\n \n report-test-results:\n- needs: ['test-dev', 'test-prod', 'test-integration', 'test-turbopack-dev']\n+ needs:\n+ [\n+ 'test-dev',\n+ 'test-prod',\n+ 'test-integ... | 2023-07-04T13:01:33 |
huggingface/transformers | 2a3f748e5178551e8ffd53b8002fb95d3124b4dc | 37974267efefe020168ff27081fbab8bbce04720 | [docs] gptq formatting fix (#43216)
[docs] gptq formatting | [
{
"path": "docs/source/en/quantization/gptq.md",
"patch": "@@ -18,15 +18,15 @@ rendered properly in your Markdown viewer.\n \n The [GPT-QModel](https://github.com/ModelCloud/GPTQModel) project (Python package `gptqmodel`) implements the GPTQ algorithm, a post-training quantization technique where each row o... | 2026-01-12T09:03:10 |
nodejs/node | 4a1502bc4a89037fbcc9fae39e4a103f43cf9d83 | 834a413eed7c5f6a415e00b14d499c5cb0a34fca | build: generate openssl config for BSD-x86
Add BSD-x86 to the list of arches and regenerate everything.
Everything in deps/openssl/config/archs/BSD-x86 is auto-generated,
everything else is manual edits to include the right files in the
right places.
I cheated a little: I didn't check in changes to files for other a... | [
{
"path": "deps/openssl/config/Makefile",
"patch": "@@ -9,7 +9,7 @@ endif\n PERL = perl\n \n # Supported architecture list\n-ASM_ARCHS = aix-gcc aix64-gcc BSD-x86_64 \\\n+ASM_ARCHS = aix-gcc aix64-gcc BSD-x86 BSD-x86_64 \\\n darwin64-x86_64-cc darwin-i386-cc linux-aarch64 \\\n linux-armv4 linux-elf linux... | 2019-07-22T15:09:25 |
golang/go | 914195c132cbec651aa43c409e8aac2614b53b38 | 2e46a0a99768408c90cf4eeda3690831693fd8b2 | go/types, types2: remove incorrect assertion (don't crash)
The removed assertion was never incorrect, as signatures may
be from methods in interfaces, and (some) interfaces set the
receivers of their methods (so we have a position for error
reporting).
This CL changes the issue below from a release blocker to an
issu... | [
{
"path": "src/cmd/compile/internal/types2/infer.go",
"patch": "@@ -739,8 +739,6 @@ func (w *cycleFinder) typ(typ Type) {\n \t// in signatures where they are handled explicitly.\n \n \tcase *Signature:\n-\t\t// There are no \"method types\" so we should never see a recv.\n-\t\tassert(t.recv == nil)\n \... | 2022-03-10T20:43:10 |
huggingface/transformers | 9269c1b2ff62bfc81e99eea8c48431809f2e196e | 63b49261294c373933fad9d079c4fb2154b9dc0f | Fix spelling typos in comments and code (#43046)
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> | [
{
"path": "src/transformers/core_model_loading.py",
"patch": "@@ -145,7 +145,7 @@ def convert(\n ) -> dict[str, torch.Tensor]:\n target_pattern = self.get_target_pattern(target_patterns)\n all_tensors = []\n- # Very important to keep the relative order of the source patterms here,... | 2026-01-09T18:11:22 |
vercel/next.js | 0b87ba29c4546268cac65632cf09a23dbec5486d | 9e4b87d502e1e20351e111d92e70b2e54ac0351a | fix: infinite dev reloads when parallel route is treated a page entry (#52061)
### What?
When there's a parallel route adjacent to a tree that has no page
component, it's treated as an invalid entry in `handleAppPing` during
dev HMR, which causes an infinite refresh cycle
### Why?
In #51413, an update was made ... | [
{
"path": "packages/next/src/build/webpack/loaders/next-app-loader.ts",
"patch": "@@ -302,6 +302,7 @@ async function createTreeCodeFromPath(\n )}), ${JSON.stringify(resolvedPagePath)}],\n ${createMetadataExportsCode(metadata)}\n }]`\n+\n continue\n }\n \n@@ -487,11 ... | 2023-07-04T10:37:00 |
electron/electron | 06e3e65c1b5ed1fb824887f65bee039573824ea9 | e05f795d1df9f0cceed7f7ca981baee191bdd22c | :art: Improve error message | [
{
"path": "lib/renderer/init.js",
"patch": "@@ -121,7 +121,7 @@ if (preloadScript) {\n try {\n require(preloadScript)\n } catch (error) {\n- if (error.code === 'MODULE_NOT_FOUND') {\n+ if (error.code === 'MODULE_NOT_FOUND' && error.message.indexOf(preloadScript) > -1) {\n console.error('... | 2016-05-18T14:00:08 |
nodejs/node | 834a413eed7c5f6a415e00b14d499c5cb0a34fca | 985c5f5b7e079689211649f19097617075a19a42 | test: fix nits in test/fixtures/tls-connect.js
PR-URL: https://github.com/nodejs/node/pull/28880
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com> | [
{
"path": "test/fixtures/tls-connect.js",
"patch": "@@ -18,7 +18,7 @@ exports.debug = util.debuglog('test');\n exports.tls = tls;\n \n // Pre-load keys from common fixtures for ease of use by tests.\n-const keys = exports.keys = {\n+exports.keys = {\n agent1: load('agent1', 'ca1'),\n agent2: load('agent... | 2019-07-28T13:25:30 |
huggingface/transformers | 63b49261294c373933fad9d079c4fb2154b9dc0f | 56361ce12354d328c71e1741a32f20ad033d7e06 | Clamp temperature to >=1.0 for Dia generation (#43029)
* Clamp temperature to >=1.0 for Dia generation
* Apply style fixes
---------
Co-authored-by: Haseeb Asif <haseeb@Haseebs-MacBook-Air.local> | [
{
"path": "src/transformers/models/dia/generation_dia.py",
"patch": "@@ -113,6 +113,11 @@ def _prepare_generation_config(\n ) -> tuple[GenerationConfig, dict]:\n generation_config, model_kwargs = super()._prepare_generation_config(generation_config, **kwargs)\n \n+ if generation_config.te... | 2026-01-09T16:17:04 |
golang/go | 2e46a0a99768408c90cf4eeda3690831693fd8b2 | 8cf11694abbfbdbd4fe0b2c08511f81b8bfe5017 | cmd/compile: fix expression switches using type parameters
Both the thing we're switching on, as well as the cases we're switching for.
Convert anything containing a type parameter to interface{} before the
comparison happens.
Fixes #51522
Change-Id: I97ba9429ed332cb7d4240cb60f46d42226dcfa5f
Reviewed-on: https://go-... | [
{
"path": "src/cmd/compile/internal/ir/stmt.go",
"patch": "@@ -362,7 +362,7 @@ func NewSendStmt(pos src.XPos, ch, value Node) *SendStmt {\n \treturn n\n }\n \n-// A SwitchStmt is a switch statement: switch Init; Expr { Cases }.\n+// A SwitchStmt is a switch statement: switch Init; Tag { Cases }.\n type Swit... | 2022-03-10T18:01:35 |
nodejs/node | 985c5f5b7e079689211649f19097617075a19a42 | ab155335bc7d4b393a1997a8fb43feee485ed785 | test: fix race in test-http2-origin
PR-URL: https://github.com/nodejs/node/pull/28903
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com> | [
{
"path": "test/parallel/test-http2-origin.js",
"patch": "@@ -88,7 +88,7 @@ const ca = readKey('fake-startcom-root-cert.pem', 'binary');\n ['https://example.org', 'https://example.com']\n ];\n \n- const countdown = new Countdown(2, () => {\n+ const countdown = new Countdown(3, () => {\n ... | 2019-07-30T20:06:46 |
huggingface/transformers | 44c2c0fbf171ff61f177284f59163600f5624b72 | 7a2bf25f36264f3f5409d2743722e4f6b3504e86 | Fix failing `salesforce-ctrl`, `xlm` & `gpt-neo` model generation tests (#43180)
* Fix small nit in salesforce-ctrl model test
* Remove breakpoint
* Fix failing XLMModelLanguageGenerationTest
* Fix gpt_neo model generation tests.
* Comment | [
{
"path": "tests/models/ctrl/test_modeling_ctrl.py",
"patch": "@@ -274,5 +274,6 @@ def test_lm_generate_ctrl(self):\n 5,\n ] # Legal the president is a good guy and I don't want to lose my job. \\n \\n I have a\n \n- output_ids = model.generate(input_ids, do_sample=False)\n+ ... | 2026-01-09T15:28:29 |
rust-lang/rust | 0aa4ef964de58538046f54c8c64d76fd06c72e3d | c83e217d268d25960a0c79c6941bcb3917a6a0af | Make default check stage be 1, and error out on checking with stage 0 | [
{
"path": "src/bootstrap/defaults/bootstrap.library.toml",
"patch": "@@ -1,7 +1,6 @@\n # These defaults are meant for contributors to the standard library and documentation.\n [build]\n bench-stage = 1\n-check-stage = 1\n test-stage = 1\n \n [rust]",
"additions": 0,
"deletions": 1,
"language": "... | 2025-06-17T10:59:13 |
golang/go | 8cf11694abbfbdbd4fe0b2c08511f81b8bfe5017 | 91daaabd56964d0cffae99825e4696f3f70a3857 | cmd/compile: fix transform of OEQ/ONE when one arg is a type param
At this point in stenciling, we have shape types, not raw type parameters.
The code was correct in the other part of this function.
Update #51522
Change-Id: Ife495160a2be5f6af5400363c3efb68dda518b5f
Reviewed-on: https://go-review.googlesource.com/c/g... | [
{
"path": "src/cmd/compile/internal/noder/transform.go",
"patch": "@@ -242,7 +242,7 @@ func transformCompare(n *ir.BinaryExpr) {\n \t\t\taop, _ := typecheck.Assignop(rt, lt)\n \t\t\tif aop != ir.OXXX {\n \t\t\t\ttypes.CalcSize(rt)\n-\t\t\t\tif rt.HasTParam() || rt.IsInterface() == lt.IsInterface() || rt.Siz... | 2022-03-10T17:02:34 |
electron/electron | 906948218f151b0f4bd1b2afb2618e8c64fc4f27 | deddf9853388dbd707946c380805a21322431f78 | docs: Update MAS guide without using temporary-exception | [
{
"path": "docs/tutorial/mac-app-store-submission-guide.md",
"patch": "@@ -52,12 +52,17 @@ First, you need to prepare two entitlements files.\n <dict>\n <key>com.apple.security.app-sandbox</key>\n <true/>\n- <key>com.apple.security.temporary-exception.sbpl</key>\n- <string>(allow mach-lookup... | 2016-05-18T07:48:22 |
huggingface/transformers | 7a2bf25f36264f3f5409d2743722e4f6b3504e86 | 83782890ab31e4f1c2d1d289a11b3cfb6eec2a5e | Add support for MiniMax-M2 (#42028)
* update: init m2
Signed-off-by: xuebi <xuebi@minimaxi.com>
* update: docs and config
Signed-off-by: xuebi <xuebi@minimaxi.com>
* update: init minimax-m2 test
Signed-off-by: xuebi <xuebi@minimaxi.com>
* update: fix tests
Signed-off-by: xuebi <xuebi@minimaxi.com>
* update: us... | [
{
"path": "docs/source/en/_toctree.yml",
"patch": "@@ -601,6 +601,8 @@\n title: MegatronGPT2\n - local: model_doc/minimax\n title: MiniMax\n+ - local: model_doc/minimax_m2\n+ title: MiniMax-M2\n - local: model_doc/ministral\n title: Ministral\n - local: ... | 2026-01-09T15:25:02 |
golang/go | 91daaabd56964d0cffae99825e4696f3f70a3857 | 2d026a4ea5b28680c1ed7660f720c4cb028c5b35 | flag: add TextVar function
The TextVar function makes it easier to integrate the flag package
with any Go type that implements encoding.Text{Marshaler,Unmarshaler}.
Fixes #45754
Change-Id: Id23c37d59cf8c9699a7943a22ce27a45eb685c0f
Reviewed-on: https://go-review.googlesource.com/c/go/+/313329
Trust: Joseph Tsai <joet... | [
{
"path": "api/next.txt",
"patch": "@@ -3,5 +3,7 @@ pkg encoding/binary, type AppendByteOrder interface, AppendUint16([]uint8, uint1\n pkg encoding/binary, type AppendByteOrder interface, AppendUint32([]uint8, uint32) []uint8\n pkg encoding/binary, type AppendByteOrder interface, AppendUint64([]uint8, uint6... | 2021-04-25T05:55:58 |
huggingface/transformers | 5828e655311b2d8f7cca2d2992264f04df843956 | 29b0770abfa008ace7a4ef7716aff0082de11a80 | fix chunked prefill implementation issue-43082 (#43132)
Co-authored-by: Raushan Turganbay <raushan@huggingface.co> | [
{
"path": "src/transformers/generation/utils.py",
"patch": "@@ -3860,7 +3860,6 @@ def _prefill(self, input_ids: torch.LongTensor, generation_config: GenerationCon\n model_kwargs[\"cache_position\"] = torch.arange(\n past_length, current_length, dtype=torch.long, device=in... | 2026-01-09T14:20:01 |
rust-lang/rust | e40f8b26ada6f517235fd5813231adbb79e58ced | b2d8c81f7f1930f1a0d1a882c69322c9d7bb0545 | rename panic_paylods → unwind_payloads | [
{
"path": "src/tools/miri/src/concurrency/thread.rs",
"patch": "@@ -186,15 +186,15 @@ pub struct Thread<'tcx> {\n /// The join status.\n join_status: ThreadJoinStatus,\n \n- /// Stack of active panic payloads for the current thread. Used for storing\n- /// the argument of the call to `miri_sta... | 2025-07-06T14:51:14 |
golang/go | 2d026a4ea5b28680c1ed7660f720c4cb028c5b35 | 1cf67709beb2d7e317cb6e6b983f3fc6304ebc1a | bytes: rely on runtime.growslice for growing
Rather than naively making a slice of capacity 2*c+n,
rely on the append(..., make(...)) pattern to allocate a
slice that aligns up to the closest size class.
Performance:
name old time/op new time/op delta
BufferWriteBlock/N4096 3.03... | [
{
"path": "src/bytes/buffer.go",
"patch": "@@ -138,10 +138,8 @@ func (b *Buffer) grow(n int) int {\n \t} else if c > maxInt-c-n {\n \t\tpanic(ErrTooLarge)\n \t} else {\n-\t\t// Not enough space anywhere, we need to allocate.\n-\t\tbuf := makeSlice(2*c + n)\n-\t\tcopy(buf, b.buf[b.off:])\n-\t\tb.buf = buf\n+... | 2021-09-14T21:26:11 |
huggingface/transformers | 29b0770abfa008ace7a4ef7716aff0082de11a80 | 942f110c2fdc3a17b400b0eb8fea33580f723b5a | Remove deprecated objects (#43170)
* remove stuff
* oupsi
* skip
* fix | [
{
"path": "docs/source/en/model_doc/led.md",
"patch": "@@ -181,11 +181,6 @@ print(tokenizer.decode(output[0], skip_special_tokens=True))\n [[autodoc]] LEDForConditionalGeneration\n - forward\n \n-## LEDForSequenceClassification\n-\n-[[autodoc]] LEDForSequenceClassification\n- - forward\n-\n ## LEDFor... | 2026-01-09T12:55:41 |
golang/go | 1cf67709beb2d7e317cb6e6b983f3fc6304ebc1a | 5a040c5a3678857f03e77822956c916e8274b2c3 | runtime: fix SegvInCgo skip check
CL 390034 changed this throw message to add the goid, breaking the
match.
For #50979.
Change-Id: I52d97695484938701e5b7c269e2caf0c87d44d7a
Reviewed-on: https://go-review.googlesource.com/c/go/+/391139
Trust: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.... | [
{
"path": "src/runtime/crash_cgo_test.go",
"patch": "@@ -629,7 +629,7 @@ func TestSegv(t *testing.T) {\n \t\t\t\t\ttestenv.SkipFlaky(t, 50504)\n \t\t\t\t}\n \t\t\t}\n-\t\t\tif test == \"SegvInCgo\" && strings.Contains(got, \"runtime: unknown pc\") {\n+\t\t\tif test == \"SegvInCgo\" && strings.Contains(got, ... | 2022-03-09T22:08:37 |
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.