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 |
|---|---|---|---|---|---|
facebook/react | 89b17330acc36b0aedc13693de39de1c65da86e5 | d86790f4b64c5dc7ebc8f37065450adb91ab2f14 | Fix HTML to JSX converter to work with https | [
{
"path": "docs/html-jsx.md",
"patch": "@@ -6,6 +6,6 @@ id: html-jsx\n <div class=\"jsxCompiler\">\n <h1>HTML to JSX Compiler</h1>\n <div id=\"jsxCompiler\"></div>\n- <script src=\"http://reactjs.github.io/react-magic/htmltojsx.min.js\"></script>\n+ <script src=\"https://reactjs.github.io/react-magic/... | 2015-03-18T23:33:14 |
vercel/next.js | 21c2f8580541418c280709ef1649c87d87a64202 | 072b5cf77c8df691702e54632aaad6c88c625ef0 | fix(turbopack): custom page extensions for `_app` (#60789)
### What?
The import alias had no way to resolve the page extensions and we
already have them resolved in the `PagesStructure`, so with this PR we
use the already resolved paths.
Closes PACK-2085
Fixes #59264 | [
{
"path": "packages/next-swc/crates/next-api/src/pages.rs",
"patch": "@@ -54,7 +54,9 @@ use turbopack_binding::{\n virtual_output::VirtualOutputAsset,\n },\n ecmascript::{\n- chunk::EcmascriptChunkingContext, resolve::esm_resolve, EcmascriptModuleAsset,\n+ c... | 2024-01-24T21:15:21 |
rust-lang/rust | a03a0f1d4421b77f0270686aa6e3a9d0602c48f8 | 17137135aeb281e3abf2c41740633aa3c4042e17 | Fix sync conflict | [
{
"path": "compiler/rustc_codegen_gcc/src/lib.rs",
"patch": "@@ -361,7 +361,7 @@ impl WriteBackendMethods for GccCodegenBackend {\n _exported_symbols_for_lto: &[String],\n each_linked_rlib_for_lto: &[PathBuf],\n modules: Vec<FatLtoInput<Self>>,\n- ) -> Result<ModuleCodegen<Self::M... | 2025-08-26T15:25:45 |
nodejs/node | e0a3faeff7cde1fa183a6efc3a3b3167deabd420 | 2f6bf7a79124e76792c7bbdf344009e214bd051b | doc: fix broken link in fs.md
PR-URL: https://github.com/nodejs/node/pull/35111
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> | [
{
"path": "doc/api/fs.md",
"patch": "@@ -5906,7 +5906,7 @@ the file contents.\n [`Number.MAX_SAFE_INTEGER`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER\n [`ReadDirectoryChangesW`]: https://docs.microsoft.com/en-us/windows/desktop/api/winbase/nf-w... | 2020-09-08T22:44:05 |
electron/electron | 589585a269ed39f65d75d1da0ad3ed014004d4c3 | 5819acfd3db74502352f53465a5a4b96cfbde4e8 | Fix examples
w -> win | [
{
"path": "docs/api/sandbox-option.md",
"patch": "@@ -47,7 +47,7 @@ app.on('ready', () => {\n sandbox: true\n }\n })\n- w.loadURL('http://google.com')\n+ win.loadURL('http://google.com')\n })\n ```\n \n@@ -69,7 +69,7 @@ let win\n app.on('ready', () => {\n // no need to pass `sandbox: true` s... | 2017-09-13T20:53:30 |
facebook/react | a321247ee5c6a51f4cf9feec4c8989a769bcd78a | 26664315a61af6a39441387be8bd5f45c0dbed2a | More lint fixes | [
{
"path": "src/browser/ui/__tests__/ReactMount-test.js",
"patch": "@@ -173,15 +173,15 @@ describe('ReactMount', function() {\n value: function() {\n shadowRoot = this.createShadowRoot();\n React.render(<div>Hi, from within a WC!</div>, shadowRoot);\n- expect(shadow... | 2015-03-17T21:17:03 |
golang/go | b1678e508bf04b32fcd8153d09c39ff25b51d287 | cb5534c1c6d80727cb38a602f3ad5ba1a8b693d5 | cmd/compile: handle simple inlined calls in staticinit
Global variable initializers like
var myErr error = &myError{"msg"}
have been converted to statically initialized data
from the earliest days of Go: there is no init-time
execution or allocation for that line of code.
But if the expression is moved into an inl... | [
{
"path": "src/cmd/compile/internal/base/flag.go",
"patch": "@@ -80,8 +80,8 @@ type CmdFlags struct {\n \tLowerV *bool \"help:\\\"increase debug verbosity\\\"\"\n \n \t// Special characters\n-\tPercent int \"flag:\\\"%\\\" help:\\\"debug non-static initializers\\\"\"\n-\tCompilingRuntime bool... | 2022-11-13T14:22:35 |
vercel/next.js | 072b5cf77c8df691702e54632aaad6c88c625ef0 | ebeda9d1c212cb6f51d107a2e9b2ee9daa083a39 | Update next-image-new/both-basepath-trailingslash for Turbopack (#61097)
## What?
Ensures this test passes with Turbopack. Only the file hash mismatches.
Similar to #61096.
<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request ... | [
{
"path": "test/integration/next-image-new/both-basepath-trailingslash/test/index.test.ts",
"patch": "@@ -22,8 +22,8 @@ const runTests = () => {\n const browser = await webdriver(appPort, '/prefix/')\n const img = await browser.elementById('import-img')\n const src = await img.getAttribute('src'... | 2024-01-24T21:10:01 |
rust-lang/rust | 5ce678a7bc5ef0102dc8fccb13baa6b36b0f16ce | 4356e83c77cb28113411fb8e2219127f708095b5 | bootstrap: error early if any `codegen-backends` is set to `[]` | [
{
"path": "src/bootstrap/src/core/config/toml/rust.rs",
"patch": "@@ -415,6 +415,10 @@ pub(crate) fn parse_codegen_backends(\n };\n found_backends.push(backend);\n }\n+ if found_backends.is_empty() {\n+ eprintln!(\"ERROR: `{section}.codegen-backends` should not be set to `[]`\"... | 2025-08-26T15:02:41 |
nodejs/node | 2f6bf7a79124e76792c7bbdf344009e214bd051b | 22c52aac6ace9154e9424c2994289ee4dde12bab | doc: fix broken links in deprecations.md
PR-URL: https://github.com/nodejs/node/pull/35109
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> | [
{
"path": "doc/api/deprecations.md",
"patch": "@@ -2715,8 +2715,8 @@ The [`crypto.Certificate()` constructor][] is deprecated. Use\n [`response.connection`]: http.html#http_response_connection\n [`response.end()`]: http.html#http_response_end_data_encoding_callback\n [`response.finished`]: http.html#http_re... | 2020-09-08T22:39:13 |
electron/electron | c34fb146f63ddb9af4c34432705a7e79c0597570 | e66341ec5962358b8029bb8264e53a05117c605c | Fix styling | [
{
"path": "atom/browser/net/atom_network_delegate.cc",
"patch": "@@ -76,18 +76,16 @@ void ToDictionary(base::DictionaryValue* details, net::URLRequest* request) {\n FillRequestDetails(details, request);\n details->SetInteger(\"id\", request->identifier());\n details->SetDouble(\"timestamp\", base::Tim... | 2017-09-13T12:40:29 |
golang/go | cb5534c1c6d80727cb38a602f3ad5ba1a8b693d5 | c085c6cbff448830913d8e7e9b1141475eeda59e | cmd/compile: do not emit a few more basic types from every compilation
We already emit types for any and func(error) string in runtime.a
but unlike the other pre-emitted types, we don't then exclude them
from being emitted in other packages. Fix that.
Also add slices of non-func types that we already emit.
Saves 0.3... | [
{
"path": "src/cmd/compile/internal/reflectdata/reflect.go",
"patch": "@@ -1395,30 +1395,66 @@ func WriteImportStrings() {\n \t}\n }\n \n+// writtenByWriteBasicTypes reports whether typ is written by WriteBasicTypes.\n+// WriteBasicTypes always writes pointer types; any pointer has been stripped off typ alr... | 2022-11-12T17:27:33 |
vercel/next.js | ae12b30464638a15c60d9b9014dd55e3cdc3306e | 52ba486253fdd643c7f803fd37035becb498a221 | chore: update turbopack (#61090)
### Turbopack Updates
* https://github.com/vercel/turbo/pull/7091 <!-- Tobias Koppers - lock
reqwest to 0.11.17 due to build issues -->
* https://github.com/vercel/turbo/pull/7080 <!-- Tobias Koppers - reduce
work and tasks during module analysis -->
* https://github.com/vercel/... | [
{
"path": "Cargo.lock",
"patch": "@@ -321,7 +321,7 @@ dependencies = [\n [[package]]\n name = \"auto-hash-map\"\n version = \"0.1.0\"\n-source = \"git+https://github.com/vercel/turbo.git?tag=turbopack-240124.1#53fa9b451f9fc6ef697adee5a475e7da257341be\"\n+source = \"git+https://github.com/vercel/turbo.git?ta... | 2024-01-24T20:44:42 |
facebook/react | 9c4c2f58ea103f84c055d2241c0f178c79d90fd9 | 9a6fa5eb7db5b93f63e18147966b9919e60ddacf | Kill React.initializeTouchEvents for good
Now that #1169 is fixed, the only thing this is used for is to determine whether `onTouchTap` causes touch listeners to be added. The only internal uses of TapEventPlugin are where touch events are already initialized (so this doesn't make a difference) and we don't support `o... | [
{
"path": "docs/docs/03-interactivity-and-dynamic-uis.md",
"patch": "@@ -40,8 +40,6 @@ React.render(\n \n With React you simply pass your event handler as a camelCased prop similar to how you'd do it in normal HTML. React ensures that all events behave identically in IE8 and above by implementing a syntheti... | 2015-03-17T20:48:05 |
nodejs/node | 22c52aac6ace9154e9424c2994289ee4dde12bab | b7f3e8308661c3e370b4ebb863109655653d106f | module: fix specifier resolution option value
Fixes: https://github.com/nodejs/node/issues/35095
PR-URL: https://github.com/nodejs/node/pull/35098
Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: ... | [
{
"path": "lib/internal/modules/run_main.js",
"patch": "@@ -25,7 +25,7 @@ function shouldUseESMLoader(mainPath) {\n if (userLoader)\n return true;\n const esModuleSpecifierResolution =\n- getOptionValue('--es-module-specifier-resolution');\n+ getOptionValue('--experimental-specifier-resolution... | 2020-09-08T07:45:58 |
golang/go | 8477562ce54868958f0f84f30815a220128aacf7 | d03e442e2dace16ce125aa073a3c6ac8484d4457 | cmd/compile: be more careful about pointer incrementing in range loops
For range loops, we use a pointer to the backing store that gets
incremented on each iteration of the loop.
The problem with this scheme is that at the end of the last iteration,
we may briefly have a pointer that points past the end of the backin... | [
{
"path": "src/cmd/compile/internal/walk/range.go",
"patch": "@@ -142,20 +142,78 @@ func walkRange(nrange *ir.RangeStmt) ir.Node {\n \t\t\ths.SetTypecheck(1)\n \t\t}\n \n-\t\t// Pointer to current iteration position\n-\t\thp := typecheck.Temp(types.NewPtr(elem))\n-\t\tinit = append(init, ir.NewAssignStmt(ba... | 2022-11-11T23:30:10 |
vercel/next.js | 52ba486253fdd643c7f803fd37035becb498a221 | 17cc6437c9d308f43b6ee7284666917f9876c646 | Fix `<AppOnly>` typo in docs (#61103) | [
{
"path": "docs/02-app/01-building-your-application/01-routing/06-redirecting.mdx",
"patch": "@@ -141,7 +141,7 @@ See the [`permanentRedirect` API reference](/docs/app/api-reference/functions/pe\n \n ## `useRouter` hook\n \n-<Apponly>\n+<AppOnly>\n \n If you need to redirect inside an event handler in a Cli... | 2024-01-24T19:34:57 |
nodejs/node | b7f3e8308661c3e370b4ebb863109655653d106f | 7fc1a4a893e080d0e55d7af9638938d00889dc24 | 2020-09-10, Version 14.10.1 (Current)
Notable changes:
Node.js 14.10.0 included a streams regression with async generators
and a docs rendering regression that are being fixed in this release.
PR-URL: https://github.com/nodejs/node/pull/35137 | [
{
"path": "CHANGELOG.md",
"patch": "@@ -30,7 +30,8 @@ release.\n </tr>\n <tr>\n <td valign=\"top\">\n-<b><a href=\"doc/changelogs/CHANGELOG_V14.md#14.10.0\">14.10.0</a></b><br/>\n+<b><a href=\"doc/changelogs/CHANGELOG_V14.md#14.10.1\">14.10.1</a></b><br/>\n+<a href=\"doc/changelogs/CHANGELOG_V14.md#14.1... | 2020-09-09T23:45:30 |
facebook/react | e791fccf5833450fff2929416174d489b9785e37 | 9a6fa5eb7db5b93f63e18147966b9919e60ddacf | Use console.error to show stack trace in console
Better version of #3277.
Test Plan: jest, grunt test | [
{
"path": "src/addons/__tests__/ReactFragment-test.js",
"patch": "@@ -22,14 +22,14 @@ describe('ReactFragment', function() {\n });\n \n it('should warn if a plain object is used as a child', function() {\n- spyOn(console, 'warn');\n+ spyOn(console, 'error');\n var children = {\n x: <span... | 2015-03-17T20:39:04 |
golang/go | 678cd71d11f927fcde0c1fa5d380860ce77f8391 | 96711e4d8b9247a9b8502efef1b8714dd9e1915a | crypto/rsa: fix loop variable capture in test
Should fix builds.
Change-Id: I309eccec8d08931b1ef8fee9327a08a97c6bf871
Reviewed-on: https://go-review.googlesource.com/c/go/+/450738
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
... | [
{
"path": "src/crypto/rsa/rsa_test.go",
"patch": "@@ -148,6 +148,7 @@ func TestEverything(t *testing.T) {\n \t\tmax = 2048\n \t}\n \tfor size := min; size <= max; size++ {\n+\t\tsize := size\n \t\tt.Run(fmt.Sprintf(\"%d\", size), func(t *testing.T) {\n \t\t\tt.Parallel()\n \t\t\tpriv, err := GenerateKey(ran... | 2022-11-15T18:56:48 |
vercel/next.js | c02de4d27013d480114e84518905875ccc4e7bc4 | 0db6e92a39211343c41d5570ffb1629655e4a8bd | fix: don't escape base path in ecmascript runtime to allow for URLs (vercel/turbo#7093)
### Description
next's asset prefix can be a full URL, I think we can assume that the
basepath itself is valid.
we probably also want to ensure that the `chunkPath` never contains
invalid URL characters at build time so we do... | [
{
"path": "crates/turbopack-ecmascript-runtime/js/src/dev/runtime/base/runtime-base.ts",
"patch": "@@ -1291,10 +1291,10 @@ function getOrInstantiateRuntimeModule(\n * Returns the URL relative to the origin where a chunk can be fetched from.\n */\n function getChunkRelativeUrl(chunkPath: ChunkPath): string... | 2024-01-24T19:20:07 |
nodejs/node | d7d0fab70e45f2866dd6db0a489540cbbf434b97 | 1204400d6411694d08bde0c3c197c9a72b72f570 | crypto: improve randomInt out-of-range error message
Previously, the crypto.randomInt() message when "max" was less than or
equal to "min" made it sound like the lower bound for "max" was
hard-coded. Make it clear that it is instead dynamic based on the value
of "min".
For crypto.randomInt(10,0):
Before:
RangeError ... | [
{
"path": "lib/internal/crypto/random.js",
"patch": "@@ -150,7 +150,9 @@ function randomInt(min, max, callback) {\n throw new ERR_INVALID_ARG_TYPE('max', 'safe integer', max);\n }\n if (max <= min) {\n- throw new ERR_OUT_OF_RANGE('max', `> ${min}`, max);\n+ throw new ERR_OUT_OF_RANGE(\n+ ... | 2020-09-07T14:36:07 |
facebook/react | c34fa7f3d22d04a7089fc8930b06be9e73f4b0d5 | 9a6fa5eb7db5b93f63e18147966b9919e60ddacf | Lint fixes | [
{
"path": "src/addons/__tests__/ReactComponentWithPureRenderMixin-test.js",
"patch": "@@ -51,7 +51,7 @@ describe('ReactComponentWithPureRenderMixin', function() {\n return {\n cut: false,\n slices: 1,\n- }\n+ };\n },\n \n cut: function() {",
"additio... | 2015-03-17T20:30:15 |
electron/electron | 6bded6bf7b5a0ee903cbb40be53244f207dc9007 | d3f30e7a9ccfc246f62d9d25765400aefb206027 | Fix link | [
{
"path": "docs/tutorial/updates.md",
"patch": "@@ -98,4 +98,4 @@ autoUpdater.on('error', message => {\n ```\n \n [electron-builder-lib]: https://github.com/electron-userland/electron-builder\n-[electron-updater]: https://github.com/electron-userland/electron-builder/wiki/Auto-Update\n+[electron-updater]: h... | 2017-09-12T19:37:29 |
rust-lang/rust | cee25947df4f0d3cb455810b64cd62c16d775109 | d8b4700b8bb51f2f8ce35461998b318a2cde9787 | fix: Prevent invalid transformation in 'Replace match with if let' assist | [
{
"path": "src/tools/rust-analyzer/crates/ide-assists/src/handlers/replace_if_let_with_match.rs",
"patch": "@@ -328,7 +328,14 @@ fn pick_pattern_and_expr_order(\n (pat, pat2) => match (binds_name(sema, &pat), binds_name(sema, &pat2)) {\n (true, true) => return None,\n (true, ... | 2025-08-26T15:06:47 |
golang/go | 96711e4d8b9247a9b8502efef1b8714dd9e1915a | b14cf3d93ae5c477dd35f13f6ba41044f01a7f7d | cmd/compile: add testing-flag guard to package-is-collected assert
On advice of the department of garbage collection, forcing a garbage
collection generally does not improve performance. However,
this-data-is-now-unreachable is a good property to be able to test,
and that requires finalizers and a forced GC. So, to sa... | [
{
"path": "src/cmd/compile/internal/base/debug.go",
"patch": "@@ -27,6 +27,7 @@ type DebugFlags struct {\n \tExport int `help:\"print export data\"`\n \tFmahash string `help:\"hash value for use in debugging platform-dependent multiply-add use\" concurrent:\"ok\"`\n \tGCAdjus... | 2022-11-02T21:23:47 |
nodejs/node | 1204400d6411694d08bde0c3c197c9a72b72f570 | 665330134cafb6d40e39d134f3bef03b09fbd9ae | test: fix comment about DNS lookup test
PR-URL: https://github.com/nodejs/node/pull/35080
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com> | [
{
"path": "test/parallel/test-c-ares.js",
"patch": "@@ -42,8 +42,7 @@ const dnsPromises = dns.promises;\n assert.strictEqual(res.family, 6);\n })().then(common.mustCall());\n \n-// Try resolution without callback\n-\n+// Try resolution without hostname.\n dns.lookup(null, common.mustCall((error, result, a... | 2020-09-06T19:50:00 |
vercel/next.js | 17cc6437c9d308f43b6ee7284666917f9876c646 | 10ca4346f2658d08b6b9938b7b68807edb79f643 | fix: emotion import source should be enabled in SSR contexts (#61099)
### What?
Due to probably a confusing argument name the correct import source for
emotion wasn't used.
Closes PACK-2084
Fixes #59269 | [
{
"path": "packages/next-swc/crates/next-core/src/next_server/context.rs",
"patch": "@@ -353,7 +353,17 @@ pub async fn get_server_module_options_context(\n } else {\n None\n };\n+\n+ // Get the jsx transform options for the `client` side.\n+ // This matches to the behavior of existing ... | 2024-01-24T19:19:55 |
rust-lang/rust | 24b1fbe0594ad879ef0559742edbab8f4f44d48c | 4356e83c77cb28113411fb8e2219127f708095b5 | platform-support: Fix LoongArch32 host column | [
{
"path": "src/doc/rustc/src/platform-support.md",
"patch": "@@ -327,8 +327,8 @@ target | std | host | notes\n [`i686-win7-windows-msvc`](platform-support/win7-windows-msvc.md) | ✓ | | 32-bit Windows 7 support [^x86_32-floats-return-ABI] [^win32-msvc-alignment]\n [`i686-wrs-vxworks`](platform-support/vxwo... | 2025-08-26T15:06:07 |
facebook/react | 60a101ecedf1826f3ac8cace16887555e326284d | dc9dcdba86ef73e07cfd52772ff99eb57e7c0169 | Include the owner name when warning about createElement(null/undefined).
Makes it easier to find the callsite that needs to be fixed. | [
{
"path": "src/classic/element/ReactElementValidator.js",
"patch": "@@ -264,7 +264,7 @@ function checkPropTypes(componentName, propTypes, props, location) {\n // same error.\n loggedTypeFailures[error.message] = true;\n \n- var addendum = getDeclarationErrorAddendum(this);\n+ v... | 2015-03-17T05:05:29 |
nodejs/node | b5a47ca2d1f3b8e885164c5f1a6b3db0cdffa1c2 | ccdd1bd82acf8d2c92ae08dcfad327f5adb030ac | 2020-09-08, Version 14.10.0 (Current)
Notable changes:
- buffer: also alias BigUInt methods (Anna Henningsen)
https://github.com/nodejs/node/pull/34960
- crypto: add randomInt function (Oli Lalonde)
https://github.com/nodejs/node/pull/34600
- perf_hooks: add idleTime and event loop util (Trevor Norris)
https://... | [
{
"path": "CHANGELOG.md",
"patch": "@@ -30,7 +30,8 @@ release.\n </tr>\n <tr>\n <td valign=\"top\">\n-<b><a href=\"doc/changelogs/CHANGELOG_V14.md#14.9.0\">14.9.0</a></b><br/>\n+<b><a href=\"doc/changelogs/CHANGELOG_V14.md#14.10.0\">14.10.0</a></b><br/>\n+<a href=\"doc/changelogs/CHANGELOG_V14.md#14.9.0... | 2020-09-02T15:39:59 |
vercel/next.js | 10ca4346f2658d08b6b9938b7b68807edb79f643 | b08fb216bf45c1a679802edc6364fd7ea8474368 | fix(turbopack): use correct layout for 404 page (#61032)
### What?
This fixes 2 issues with app 404 pages.
1. The root layout in a group was previously ignored when hitting the
404 page.
2. The default app 404 page was missing the correct path for dev
`/not-found` so it would fall back to the pages 404 page.
... | [
{
"path": "packages/next-swc/crates/next-core/src/app_structure.rs",
"patch": "@@ -697,7 +697,13 @@ async fn directory_tree_to_loader_tree(\n \n components.metadata.base_page = Some(app_page.clone());\n \n- if app_page.is_root() && components.not_found.is_none() {\n+ // the root directory in the a... | 2024-01-24T19:07:06 |
golang/go | b14cf3d93ae5c477dd35f13f6ba41044f01a7f7d | 56d18207823d6e1c18ca46409180c40ae800230c | sync/atomic: allow linked list of atomic pointers again
For #56603, CL 448275 added a _ [0]T field to atomic.Pointer,
so that different kinds of atomic.Pointer are not convertible.
Unfortunately, that breaks code like:
type List struct {
Next atomic.Pointer[List]
}
which should be valid, just as using Next *Lis... | [
{
"path": "src/sync/atomic/atomic_test.go",
"patch": "@@ -2526,3 +2526,9 @@ func TestNilDeref(t *testing.T) {\n \t\t}()\n \t}\n }\n+\n+// Test that this compiles.\n+// When atomic.Pointer used _ [0]T, it did not.\n+type List struct {\n+\tNext Pointer[List]\n+}",
"additions": 6,
"deletions": 0,
"... | 2022-11-15T14:54:39 |
nodejs/node | ccdd1bd82acf8d2c92ae08dcfad327f5adb030ac | 7913ac569419668c8727295ee787169a6a662362 | doc: fix incorrectly marked Buffer in quic.md
Angle brackets are being used where curly brackets are intended.
PR-URL: https://github.com/nodejs/node/pull/35075
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "doc/api/quic.md",
"patch": "@@ -645,7 +645,7 @@ decrypted. It may be emitted multiple times per `QuicSession` instance.\n \n The callback will be invoked with a single argument:\n \n-* `line` <Buffer> Line of ASCII text, in NSS SSLKEYLOGFILE format.\n+* `line` {Buffer} Line of ASCII text, in NSS ... | 2020-09-06T07:42:19 |
vercel/next.js | b08fb216bf45c1a679802edc6364fd7ea8474368 | 3db8e9b035633ef4c9ab326b6801abc0a31b21f7 | Fix instrument bundling as client components (#60984)
### What
When users're using nextjs server API that break the build, and error
with incorrect client components usage.
Instrument should be treated as server components or server-only build
target, instead of being treated as client components.
### How
... | [
{
"path": "packages/next/src/build/entries.ts",
"patch": "@@ -40,6 +40,7 @@ import {\n isMiddlewareFile,\n isMiddlewareFilename,\n isInstrumentationHookFile,\n+ isInstrumentationHookFilename,\n } from './utils'\n import { getPageStaticInfo } from './analysis/get-page-static-info'\n import { normalize... | 2024-01-24T19:02:53 |
golang/go | 395323c4d013f94c7e7c776959f460e83774114c | 03a18104735c78ad71cbd67d59b25bdc7fe8dcdf | sync: add new Map method Swap, CompareAndSwap, CompareAndDelete
name time/op
SwapCollision/*sync_test.DeepCopyMap-8 235ns ± 0%
SwapCollision/*sync_test.RWMutexMap-8 145ns ± 0%
SwapCollision/*sync.Map-8 15... | [
{
"path": "api/next/51972.txt",
"patch": "@@ -0,0 +1,3 @@\n+pkg sync, method (*Map) Swap(interface{}, interface{}) (interface{}, bool) #51972\n+pkg sync, method (*Map) CompareAndSwap(interface{}, interface{}, interface{}) bool #51972\n+pkg sync, method (*Map) CompareAndDelete(interface{}, interface{}) bool ... | 2022-09-20T06:30:58 |
facebook/react | b59e7e60b559256e6b782c71e947a7b68ded9787 | dacd4db1fa7fc49272b83348d0524fb59e8b0277 | fix grammer in comments | [
{
"path": "src/classic/class/ReactClass.js",
"patch": "@@ -74,7 +74,7 @@ var injectedMixins = [];\n * The class specification supports a specific protocol of methods that have\n * special meaning (e.g. `render`). See `ReactClassInterface` for\n * more the comprehensive protocol. Any other properties and ... | 2015-03-16T23:10:14 |
nodejs/node | 7913ac569419668c8727295ee787169a6a662362 | 6f2af082459e8a07a11fd1aed7aa19988434323a | test: separate the test fixtures between ICU and URL
We need to emit dependency of ICU's toASCII in order to update the WPT
fixtures. Since ICU and URL isn't the same implementation and they also
follow different specifications. ICU's toASCII shouldn't have a
dependency on WPT fixtures.
Refs: https://github.com/nodej... | [
{
"path": "test/fixtures/icu-punycode-toascii.json",
"patch": "@@ -0,0 +1,149 @@\n+[\n+ \"This resource is focused on highlighting issues with UTS #46 ToASCII\",\n+ {\n+ \"comment\": \"Label with hyphens in 3rd and 4th position\",\n+ \"input\": \"aa--\",\n+ \"output\": \"aa--\"\n+ },\n+ {\n+ ... | 2020-09-06T17:08:14 |
electron/electron | 1cb13be65f35f04f9f782c21aff1e5d0d33b448f | 74cb673ce1c001e58eed91c954854d2ea501c466 | style: fix the word incompatible in docs | [
{
"path": "docs/api/structures/notification-action.md",
"patch": "@@ -7,7 +7,7 @@\n \n | Action Type | Platform Support | Usage of `text` | Default `text` | Limitations |\n |-------------|------------------|-----------------|----------------|-------------|\n-| `button` | macOS | Used as the la... | 2017-09-12T13:51:53 |
facebook/react | 83a2465af9a95db9ffa3369e4c8e2b1db28a3bcb | dacd4db1fa7fc49272b83348d0524fb59e8b0277 | Add a note about react classe name convention
I lost quite some time trying to figure out what was happening. No error in console and nothing showing up. | [
{
"path": "docs/docs/tutorial.md",
"patch": "@@ -87,6 +87,8 @@ React.render(\n );\n ```\n \n+Note that native HTML element names start with a lowercase letter, while custom React classes names begin with an uppercase letter.\n+\n #### JSX Syntax\n \n The first thing you'll notice is the XML-ish syntax in yo... | 2015-03-16T22:59:02 |
golang/go | 03a18104735c78ad71cbd67d59b25bdc7fe8dcdf | 80d487111ba8fe1d0ddcd04972046070e2e4bbe9 | cmd/compile: fix missing typecheck for static initialization slice
CL 440455 fixed missing walk pass for static initialization slice.
However, slicelit may produce un-typechecked node, thus we need to do
typecheck for sinit before calling walkStmtList.
Fixes #56727
Change-Id: I40730cebcd09f2be4389d71c5a90eb9a060e4ab... | [
{
"path": "src/cmd/compile/internal/walk/complit.go",
"patch": "@@ -243,6 +243,7 @@ func fixedlit(ctxt initContext, kind initKind, n *ir.CompLitExpr, var_ ir.Node,\n \t\t\t\t\t// confuses about variables lifetime. So making sure those expressions\n \t\t\t\t\t// are ordered correctly here. See issue #52673.\... | 2022-11-14T16:11:30 |
vercel/next.js | 3db8e9b035633ef4c9ab326b6801abc0a31b21f7 | db468e399b302b25eb31acfbd1a1804c05cea3ef | Improve the Server Actions SWC transform (#61001)
This PR improves the Server Actions SWC transform to make it able to
handle nested Action declarations (check
`fixture/server-actions/server/28/input.js` for more details).
It is also a simplification of that transform's internal states and
methods, with the remo... | [
{
"path": "packages/next-swc/crates/next-custom-transforms/src/transforms/server_actions.rs",
"patch": "@@ -47,23 +47,24 @@ pub fn server_actions<C: Comments>(\n in_default_export_decl: false,\n has_action: false,\n \n- ident_cnt: 0,\n- in_module: true,\n+ action_cnt: 0,... | 2024-01-24T18:33:22 |
nodejs/node | e06037abc4e319d30604000f430e94e6ae5393c1 | e56da0625a82880f6329df4d5ef8849ff018956a | test: add more valid results to test-trace-atomics-wait
The two starting `Atomics.wait()` operations are not ordered,
but the test assumed a specific ordering because of the latency
that comes with spinning up a Worker thread.
Add variants of the existing potential valid results that account
for the reverse ordering.... | [
{
"path": "test/parallel/test-trace-atomics-wait.js",
"patch": "@@ -54,6 +54,11 @@ const expectedTimelines = [\n [Thread 0] Atomics.wait(<address> + 4, 0, inf) started\n [Thread 1] Atomics.wait(<address> + 4, -1, inf) started\n [Thread 0] Atomics.wait(<address> + 4, 0, inf) was woken up by another thread\n+... | 2020-09-05T10:50:44 |
golang/go | 80d487111ba8fe1d0ddcd04972046070e2e4bbe9 | 1fcd4e9099c33b4baa74713d5639e61158d10b49 | runtime: clarify finalizer semantics for tiny objects
This change clarifies that a finalizer is not guaranteed to run,
not only for zero bytes objects but also tiny objects (< 16bytes).
Fixes #46827
Change-Id: I193e77f6f024c79110604f86bcb1a28b16cf98ec
Reviewed-on: https://go-review.googlesource.com/c/go/+/337391
Run... | [
{
"path": "src/runtime/mfinal.go",
"patch": "@@ -312,12 +312,21 @@ func runfinq() {\n // bufio.Writer, because the buffer would not be flushed at program exit.\n //\n // It is not guaranteed that a finalizer will run if the size of *obj is\n-// zero bytes.\n+// zero bytes, because it may share same address ... | 2021-07-26T12:23:26 |
vercel/next.js | a18792b9a2bad78c451996b501f1955493fb2dfe | 5883a9a3a48d34d5838e8bf04ae2389fab512b7e | Update next-image-new/default for Turbopack (#61096)
## What?
Ensures this test can pass with Turbopack, which only mismatches on
hash.
<!-- 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... | [
{
"path": "test/integration/next-image-new/default/test/index.test.ts",
"patch": "@@ -634,11 +634,11 @@ function runTests(mode) {\n const browser = await webdriver(appPort, '/placeholder-blur')\n \n // blur1\n- expect(await browser.elementById('blur1').getAttribute('src')).toBe(\n- '/_next/i... | 2024-01-24T17:54:31 |
nodejs/node | e56da0625a82880f6329df4d5ef8849ff018956a | c4b3b2341383369ccbd0fa68e51266f580e9a5fd | doc: use correct Error type for EventEmitter.defaultMaxListener
If a bad value is assigned to EventEmitter.defaultMaxListener, a
RangeError is thrown and not a TypeError. Update documentation to
reflect this.
PR-URL: https://github.com/nodejs/node/pull/35069
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Review... | [
{
"path": "doc/api/events.md",
"patch": "@@ -333,7 +333,7 @@ By default, a maximum of `10` listeners can be registered for any single\n event. This limit can be changed for individual `EventEmitter` instances\n using the [`emitter.setMaxListeners(n)`][] method. To change the default\n for *all* `EventEmitte... | 2020-09-05T13:41:16 |
golang/go | 1fcd4e9099c33b4baa74713d5639e61158d10b49 | 30b1af00ff142a3f1a5e2a0f32cf04a649bd5e65 | crypto/rsa: add a test walking through every key size
We already had some tests for special cases such as PSS with 513 bit
keys. The upcoming backend rewrite also happened to crash at 63 and 504
bits for different reasons. Might as well be systematic about it.
Also, make sure SignPSS returns ErrMessageTooLong like Si... | [
{
"path": "src/crypto/rsa/pss.go",
"patch": "@@ -49,7 +49,7 @@ func emsaPSSEncode(mHash []byte, emBits int, salt []byte, hash hash.Hash) ([]byt\n \t// 3. If emLen < hLen + sLen + 2, output \"encoding error\" and stop.\n \n \tif emLen < hLen+sLen+2 {\n-\t\treturn nil, errors.New(\"crypto/rsa: key size too s... | 2022-10-15T10:06:48 |
vercel/next.js | 5883a9a3a48d34d5838e8bf04ae2389fab512b7e | 2eaaad2d168946cec987385f36d07bfb1c74ec34 | Fix sitemap generateSitemaps support for string id (#61088)
### What
Fixes the string id that broken when sitemap is optimized to static
route.
### Why
When sitemap is optimized to static route in production, the route
argument is changed from `[[...__metadata_id__]]` to
`[__metadata_id__]`, so the type of... | [
{
"path": "packages/next/src/build/webpack/loaders/next-metadata-route-loader.ts",
"patch": "@@ -119,8 +119,8 @@ const generateImageMetadata = imageModule.generateImageMetadata\n ${errorOnBadHandler(resourcePath)}\n \n export async function GET(_, ctx) {\n- const { __metadata_id__ = [], ...params } = ctx.p... | 2024-01-24T15:52:52 |
nodejs/node | cb2b82bddc1dd8d434847388c460d507433aeae2 | bb9117ee9f8fb42ac8efd1dab30b3faee5463587 | crypto: fix randomInt range check
Refs: https://github.com/nodejs/node/pull/34600
PR-URL: https://github.com/nodejs/node/pull/35052
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com> | [
{
"path": "lib/internal/crypto/random.js",
"patch": "@@ -149,8 +149,8 @@ function randomInt(min, max, callback) {\n if (!NumberIsSafeInteger(max)) {\n throw new ERR_INVALID_ARG_TYPE('max', 'safe integer', max);\n }\n- if (!(max >= min)) {\n- throw new ERR_OUT_OF_RANGE('max', `>= ${min}`, max);\n... | 2020-09-04T10:15:14 |
facebook/react | bb0fc28facaf4bb282a0ba98d7f366bd4840bbb0 | b0a59a643a4e88832cbedf7a9b816fdc2839b9cd | Fix PureRender test to use providesModule | [
{
"path": "src/addons/__tests__/ReactComponentWithPureRenderMixin-test.js",
"patch": "@@ -21,7 +21,7 @@ describe('ReactComponentWithPureRenderMixin', function() {\n React = require('React');\n ReactComponentWithPureRenderMixin =\n require('ReactComponentWithPureRenderMixin');\n- ReactTestUt... | 2015-03-16T20:56:43 |
golang/go | 30b1af00ff142a3f1a5e2a0f32cf04a649bd5e65 | 8cca427d17d56cfa7bdf63386bc78cf946ecb5bf | runtime/pprof: scale mutex profile samples when they are recorded
Samples in the mutex profile have their count and duration scaled
according to the probability they were sampled. This is done when the
profile is actually requested. The adjustment is done using to the
current configured sampling rate. However, if the ... | [
{
"path": "src/runtime/mprof.go",
"patch": "@@ -510,10 +510,18 @@ func saveblockevent(cycles, rate int64, skip int, which bucketType) {\n \tbp := b.bp()\n \n \tlock(&profBlockLock)\n+\t// We want to up-scale the count and cycles according to the\n+\t// probability that the event was sampled. For block profi... | 2022-10-12T14:05:51 |
vercel/next.js | 905c0e7b0cb26308d43170fef6e68b8a7eb89430 | 1c793aa087a133dd444c997cd63dfa3fcd9ca83e | Fix version checker not displaying when version newer than npm (#61075)
Fixes flaky test of version checker display when local version is
greater than latest canary, but not published yet
Closes NEXT-2216 | [
{
"path": "packages/next/src/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/VersionStalenessInfo.tsx",
"patch": "@@ -14,7 +14,9 @@ export function VersionStalenessInfo(props: VersionInfo) {\n <small data-nextjs-version-checker title={title}>\n {text}\n </sma... | 2024-01-24T13:59:43 |
electron/electron | d6bab3043c3903daec3d44d47af1dc7ec9113bed | 59cadf9e4be6dac5cf808cb9bbab4e483ebffc31 | Fix app.getGPUFeatureStatus in app.md | [
{
"path": "docs/api/app.md",
"patch": "@@ -789,7 +789,7 @@ Returns [`ProcessMetric[]`](structures/process-metric.md): Array of `ProcessMet\n \n Returns [`ProcessMetric[]`](structures/process-metric.md): Array of `ProcessMetric` objects that correspond to memory and cpu usage statistics of all the processe... | 2017-09-12T13:31:00 |
rust-lang/rust | a898f76dc7c5f00761814ab0c74676bb9b35cab5 | ee361e8fca1c30e13e7a31cc82b64c045339d3a8 | Inherit TCC in debuginfo tests on macOS | [
{
"path": "src/tools/compiletest/src/runtest/debuginfo.rs",
"patch": "@@ -395,6 +395,35 @@ impl TestCx<'_> {\n // We don't want to hang when calling `quit` while the process is still running\n let mut script_str = String::from(\"settings set auto-confirm true\\n\");\n \n+ // macOS has... | 2025-08-26T13:53:06 |
nodejs/node | 04865cf6f060c917cce8dbffd38c3f44db1e16f3 | cc60347f02514d69b9d52886f6fcaa3c9820c7b4 | bootstrap: correct --frozen-intrinsics override fix
PR-URL: https://github.com/nodejs/node/pull/35041
Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com> | [
{
"path": "lib/internal/freeze_intrinsics.js",
"patch": "@@ -384,8 +384,8 @@ module.exports = function() {\n defineProperty(this, prop, {\n value: newValue,\n writable: true,\n- enumerable: desc.enumerable,\n- configurable: desc.configurable\n+ ... | 2020-09-03T22:31:32 |
golang/go | 787f8167e433e156ead1b06a2f965f415b3635ec | b4ff4792989853b82150c1dc136ba024f6a09d0a | doc/go1.20: add a release note for multiple error wrapping
For #53435.
Change-Id: I894bd645b0b61d7dd5f3aae7d1ea7b8a12f31dd8
Reviewed-on: https://go-review.googlesource.com/c/go/+/450376
Run-TryBot: Damien Neil <dneil@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google... | [
{
"path": "doc/go1.20.html",
"patch": "@@ -165,7 +165,26 @@ <h3 id=\"crypto/ecdh\">New <code>crypto/ecdh</code> package</h3>\n <h3 id=\"errors\">Wrapping multiple errors</h3>\n \n <p><!-- CL 432898 -->\n- TODO: <a href=\"https://go.dev/cl/432898\">https://go.dev/cl/432898</a>: errors, fmt: add support for ... | 2022-11-14T20:20:17 |
vercel/next.js | 1c793aa087a133dd444c997cd63dfa3fcd9ca83e | f1a6cd2bf7a94f4e7b650c0a27b65dbf6a926de8 | Fix next-image static tests for Turbopack (#61081)
## What?
Fixes `should have <head> containing <meta name=\"viewport\"> followed
by <link rel=\"preload\"> for priority image` and `should add a blur
placeholder a statically imported x` (where x is a file format) in
Turbopack.
<!-- Thanks for opening a PR! ... | [
{
"path": "test/integration/next-image-new/app-dir/test/static.test.ts",
"patch": "@@ -88,8 +88,8 @@ const runTests = (isDev) => {\n }\n })\n expect(metaViewport.attribs.content).toContain('width=device-width')\n- expect(linkPreload.attribs.imagesrcset).toContain(\n- '%2F_next%2Fst... | 2024-01-24T13:27:48 |
electron/electron | a01abd0fee7414b7cdef2c17632efb29f0210be9 | 2d771674bbd236317aab6f690347f96a166010fd | fix lint-cpp | [
{
"path": "atom/browser/net/atom_network_delegate.cc",
"patch": "@@ -76,13 +76,16 @@ void ToDictionary(base::DictionaryValue* details, net::URLRequest* request) {\n FillRequestDetails(details, request);\n details->SetInteger(\"id\", request->identifier());\n details->SetDouble(\"timestamp\", base::Tim... | 2017-09-12T12:28:30 |
nodejs/node | 6d9a3162bfa6c119c5eb1dd2422fe65bef025685 | b0cc6572b0d6d3f302af5bb4aa3f098c9d8003c8 | deps: V8: cherry-pick 6be2f6e26e8d
Original commit message:
[coverage] IncBlockCounter should not be side-effect
Incrementing coverage counter was triggering EvalError for
evaluateOnCallFrame when throwOnSideEffect is true.
R=jgruber@chromium.org, sigurds@chromium.org, yangguo@chromium.org
Bug:... | [
{
"path": "common.gypi",
"patch": "@@ -36,7 +36,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.15',\n+ 'v8_embedder_string': '-node.16',\n \n ##### V8 defaults for Node.js #####\n... | 2020-09-04T17:01:56 |
golang/go | 362713183a8947394d2900563e711d05c9bbd67b | febe7b8e2a4dd7cce6ab8d02cf79a5430819cbe5 | cmd/pprof: debug TestDisasm
If pprof -disasm fails, print the profile content for debugging.
For #56574.
Change-Id: I5d9377b7fb80f6b85317bc53f3ebb18f70c2f06d
Reviewed-on: https://go-review.googlesource.com/c/go/+/450281
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Cherry Mui <cherryyz@google.com>
Revie... | [
{
"path": "src/cmd/pprof/pprof_test.go",
"patch": "@@ -115,12 +115,22 @@ func TestDisasm(t *testing.T) {\n \tcmd = exec.Command(pprofExe, \"-disasm\", \"main.main\", cpuExe, profile)\n \tout, err = cmd.CombinedOutput()\n \tif err != nil {\n-\t\tt.Fatalf(\"pprof failed: %v\\n%s\", err, out)\n+\t\tt.Errorf(\"... | 2022-11-14T21:34:16 |
vercel/next.js | f1a6cd2bf7a94f4e7b650c0a27b65dbf6a926de8 | 31f71832025e34a90a153f5e3bcb032c291cd5fa | Update invalid-image-import test for Turbopack (#61079)
## What?
Updates the snapshot so that the Turbopack version can be slightly
different.
<!-- 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 s... | [
{
"path": "test/integration/next-image-new/invalid-image-import/test/index.test.ts",
"patch": "@@ -17,19 +17,33 @@ const appDir = join(__dirname, '../')\n let appPort: number\n let app\n let stderr = ''\n-const msg =\n- 'Error: Image import \"../public/invalid.svg\" is not a valid image file. The image may... | 2024-01-24T13:27:35 |
facebook/react | c6108afdc7f731c5ca655aa4b1827080b836d42a | a9e787665dd630b6fbb0c95ec4184129b1978c7d | Fix small typo | [
{
"path": "docs/docs/05-reusable-components.md",
"patch": "@@ -200,7 +200,7 @@ class HelloMessage extends React.Component {\n React.render(<HelloMessage name=\"Sebastian\" />, mountNode);\n ```\n \n-The API is similar to `React.createClass` with the exception or `getInitialState`. Instead of providing a sep... | 2015-03-16T17:27:04 |
electron/electron | 13d363d1f1eca1339edde6e46aaf9804a0cefc55 | 9f60673e4b33a44a42853e7735b71c76a38939b3 | fix lint-cpp | [
{
"path": "atom/browser/net/atom_network_delegate.cc",
"patch": "@@ -79,7 +79,8 @@ void ToDictionary(base::DictionaryValue* details, net::URLRequest* request) {\n int64_t process_id = info->GetChildID();\n int64_t routing_id = info->GetRouteID();\n details->SetDouble(\"webContentsGetId\", (proce... | 2017-09-02T15:15:16 |
nodejs/node | 441c03de50069d0c9662c87a3ecfd43837d39cae | ff0aad0f747470d33d85fba4deb795a79c55c1a6 | tools: fix docopen target
Adds to prerequisites the output file to open. Previously, this would
open an out-of-date version of the file, or fail if it hasn't been built
before.
PR-URL: https://github.com/nodejs/node/pull/35062
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.... | [
{
"path": "Makefile",
"patch": "@@ -771,8 +771,8 @@ out/doc/api/all.json: $(apidocs_json) tools/doc/alljson.js | out/doc/api\n \t$(call available-node, tools/doc/alljson.js)\n \n .PHONY: docopen\n-docopen: $(apidocs_html)\n-\t@$(PYTHON) -mwebbrowser file://$(PWD)/out/doc/api/all.html\n+docopen: out/doc/api/... | 2020-09-04T23:58:33 |
golang/go | febe7b8e2a4dd7cce6ab8d02cf79a5430819cbe5 | d52883f443e1d564b0300acdd382af1769bf0477 | runtime: make GC see object as allocated after it is initialized
When the GC is scanning some memory (possibly conservatively),
finding a pointer, while concurrently another goroutine is
allocating an object at the same address as the found pointer, the
GC may see the pointer before the object and/or the heap bits are... | [
{
"path": "src/runtime/arena.go",
"patch": "@@ -995,6 +995,8 @@ func (h *mheap) allocUserArenaChunk() *mspan {\n \tmemclrNoHeapPointers(unsafe.Pointer(s.base()), s.elemsize)\n \ts.needzero = 0\n \n+\ts.freeIndexForScan = 1\n+\n \t// Set up the range for allocation.\n \ts.userArenaChunkFree = makeAddrRange(b... | 2022-11-09T15:55:54 |
vercel/next.js | 31f71832025e34a90a153f5e3bcb032c291cd5fa | 0e1aa716167721390a2cd6e5162b3c1b760b1ca6 | Fix image-from-node-modules tests in Turbopack (#61078)
## What?
These tests checked for an invalid module that webpack somehow resolves
but is actually invalid. Made sure it's in a valid folder.
<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as... | [
{
"path": "test/integration/next-image-legacy/image-from-node-modules/node_modules/my-cool-image/package.json",
"patch": "@@ -0,0 +1,4 @@\n+{\n+ \"version\": \"0.0.1\",\n+ \"main\": \"index.js\"\n+}",
"additions": 4,
"deletions": 0,
"language": "JSON"
},
{
"path": "test/integration/nex... | 2024-01-24T13:27:18 |
golang/go | f977ffe82dad0d8d296e898141b37c8af22f2eef | 6a9c76524fab12553108199352fc1faa3a76d783 | cmd/vet: enable timeformat analyzer
Fixes #48801
Change-Id: I6230b62f77252a9a694b79caacb38ef15af36e39
Reviewed-on: https://go-review.googlesource.com/c/go/+/450495
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBo... | [
{
"path": "src/cmd/vendor/golang.org/x/tools/go/analysis/passes/timeformat/timeformat.go",
"patch": "@@ -0,0 +1,129 @@\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 timeform... | 2022-11-14T22:56:13 |
facebook/react | 98671fda1aa89b7bb931db3c6ecffa263984c706 | 228c00b813fba0468ea3a928a4237c6e7656ec2a | Fix up Perf a bit better for 0.13
_mountImageIntoNode moved into ReactMount and wasn't being counted where it was supposed to be. In addition, all DOM elements are now wrapped in a composite wrapper but for the perf tools we want to skip over those or else we'll double-count (at least with the current accounting -- an... | [
{
"path": "src/test/ReactDefaultPerf.js",
"patch": "@@ -163,8 +163,8 @@ var ReactDefaultPerf = {\n ReactDefaultPerf._allMeasurements.length - 1\n ].totalTime = performanceNow() - start;\n return rv;\n- } else if (moduleName === 'ReactDOMIDOperations' ||\n- moduleName ==... | 2015-03-14T01:51:53 |
vercel/next.js | 6f7ffc6c0dfd674e2738ef624fb5ebfa1cec6170 | 014b212388bfe966d97e23c25bf706bbe97994b8 | Acceptance/error-recovery.test.js: Fork Turbopack test (#61051)
Turbopack provides an improved message, which won’t match webpack’s
snapshot.
Closes PACK-2283 | [
{
"path": "test/development/acceptance/error-recovery.test.ts",
"patch": "@@ -6,7 +6,7 @@ import { outdent } from 'outdent'\n import path from 'path'\n \n describe.each(['default', 'turbo'])('ReactRefreshLogBox %s', () => {\n- const { next } = nextTestSetup({\n+ const { next, isTurbopack } = nextTestSetup... | 2024-01-24T08:45:00 |
electron/electron | 8493d5707edce6bab353672099b8f545789d048f | 92d0772eba7890bd1824e0cde2d0023f2d6ea366 | Fix cpplint warnings | [
{
"path": "atom/browser/api/atom_api_app.cc",
"patch": "@@ -875,13 +875,11 @@ bool App::IsAccessibilitySupportEnabled() {\n \n void App::SetAccessibilitySupportEnabled(bool enabled) {\n auto ax_state = content::BrowserAccessibilityState::GetInstance();\n- \n if (enabled) {\n ax_state->OnScreenReade... | 2017-09-12T06:35:24 |
nodejs/node | ff0aad0f747470d33d85fba4deb795a79c55c1a6 | 8ae2f479549be295250867d20cfe17ceb68f72c4 | doc: spruce up user journey to local docs browsing
This patch improves the means by which the docs are viewed locally.
* Remove extraneous code in the `docserve` Makefile target
* Document the `docserve` task for all to know
* Bring all code snippets in this section up to speed
* Clarify the purpose of each documenta... | [
{
"path": "BUILDING.md",
"patch": "@@ -417,41 +417,51 @@ To build the documentation:\n \n This will build Node.js first (if necessary) and then use it to build the docs:\n \n-```console\n-$ make doc\n+```bash\n+make doc\n ```\n \n If you have an existing Node.js build, you can build just the docs with:\n \n... | 2020-08-30T12:52:17 |
facebook/react | 08b1515f7fb82c64b3f218bf60964b6b75fa6be6 | 68a2f89cc60dedf33f4cdb44b4590b36653fe8b2 | Update TravisCI to use exiting env var
$TRAVIS_COMMIT_RANGE was broken but it seems what we're doing is worse and
resulting in false negatives.
The result of the bad range was that we weren't running lint or tests for
things we should have been. It actually looks like $TRAVIS_COMMIT has been
wrong and it's not clear ... | [
{
"path": ".travis.yml",
"patch": "@@ -8,10 +8,6 @@ cache:\n - node_modules\n before_install:\n - |\n- if [ \"$TRAVIS_PULL_REQUEST\" != \"false\" ]; then\n- PR_FIRST=$(curl -s https://github.com/${TRAVIS_REPO_SLUG}/pull/${TRAVIS_PULL_REQUEST}.patch | head -1 | grep -o -E '\\b[0-9a-f]{40}\\b' | tr ... | 2015-03-14T01:34:52 |
rust-lang/rust | 7379ff28098cbc402e2baa724145f6e6e72cb097 | d327d651e2583eb601978179f2ca9808f5e243bb | Make bootstrap command caching opt-in
It was too dangerous to cache by default, and was it causing real bugs. | [
{
"path": "src/bootstrap/src/core/build_steps/tool.rs",
"patch": "@@ -1581,10 +1581,6 @@ impl Builder<'_> {\n /// `host`.\n pub fn tool_cmd(&self, tool: Tool) -> BootstrapCommand {\n let mut cmd = command(self.tool_exe(tool));\n-\n- // Do not cache tool invocations, as they can have s... | 2025-08-25T12:31:22 |
golang/go | 6a9c76524fab12553108199352fc1faa3a76d783 | a86f05e390800138c5e7de0967bebe4815765d1e | cmd: update vendored golang.org/x/tools for loopclosure improvements
Updates vet to report errors where a loop variable escapes the current
loop iteration by a call to testing.T.Run where the subtest body invokes
t.Parallel().
Change-Id: I727f01d0cdd479ff1b5b1e4f1872c530bfefb263
Reviewed-on: https://go-review.googles... | [
{
"path": "src/cmd/go.mod",
"patch": "@@ -5,14 +5,11 @@ go 1.20\n require (\n \tgithub.com/google/pprof v0.0.0-20220729232143-a41b82acbcb1\n \tgolang.org/x/arch v0.0.0-20220722155209-00200b7164a7\n-\tgolang.org/x/mod v0.6.0\n-\tgolang.org/x/sync v0.0.0-20220722155255-886fb9371eb4\n-\tgolang.org/x/sys v0.1.0... | 2022-11-14T21:07:36 |
vercel/next.js | 014b212388bfe966d97e23c25bf706bbe97994b8 | ccf491dc71ac04691917b529d3099f840d6730f0 | Update `swc_core` to `v0.87.28` (#60876)
# Turbopack
* https://github.com/vercel/turbo/pull/7027 <!-- Donny/강동윤 - Update `swc_core` to `v0.87.28` -->
---
### What?
Update swc crates
### Why?
Required for #57718.
`styled-jsx` crate now has a hook to transform CSS code using a
Rust-side API
### Ho... | [
{
"path": "Cargo.lock",
"patch": "@@ -95,7 +95,7 @@ dependencies = [\n \"encoding_rs\",\n \"flate2\",\n \"glyph-names\",\n- \"itertools\",\n+ \"itertools 0.10.5\",\n \"lazy_static\",\n \"libc\",\n \"log\",\n@@ -321,7 +321,7 @@ dependencies = [\n [[package]]\n name = \"auto-hash-map\"\n version = \"0.1... | 2024-01-24T08:05:05 |
nodejs/node | 8ae2f479549be295250867d20cfe17ceb68f72c4 | 2b2208e01a9ddb09276484e10cf4065a1f9a61a1 | tools: fix doc build targets
Adds doc output directory as order-only prerequisite for build target.
PR-URL: https://github.com/nodejs/node/pull/35060
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
Reviewed-By: Richard Lau <riclau@uk.ibm.com> | [
{
"path": "Makefile",
"patch": "@@ -738,7 +738,7 @@ out/doc/api/assets:\n \tif [ -d doc/api/assets ]; then cp -r doc/api/assets out/doc/api; fi;\n \n # If it's not a source tarball, we need to copy assets from doc/api_assets\n-out/doc/api/assets/%: doc/api_assets/% out/doc/api/assets\n+out/doc/api/assets/%:... | 2020-09-04T22:50:29 |
rust-lang/rust | 845311a065a5638c516ed96c73b09862b176b329 | 6d6a08cf590ec26296447b8d2cf2329bb64c303a | remove deprecated Error::description in impls | [
{
"path": "compiler/rustc_thread_pool/src/lib.rs",
"patch": "@@ -787,18 +787,7 @@ impl ThreadPoolBuildError {\n }\n }\n \n-const GLOBAL_POOL_ALREADY_INITIALIZED: &str =\n- \"The global thread pool has already been initialized.\";\n-\n impl Error for ThreadPoolBuildError {\n- #[allow(deprecated)]\n... | 2025-08-23T19:36:19 |
golang/go | e6ebbefaf848604c8df3e2a58e146948b03e608b | 2b59307ac21135ab8db58e08fb98211fbedbb10d | net/url, net/http/httputil: accept invalid percent encodings
Per https://url.spec.whatwg.org/#percent-encoded-bytes an invalid
percent encoding should be handled as ordinary text.
Fixes #56732
Change-Id: Ib0259dfd704922905289eebaacbf722e28f6d636
Reviewed-on: https://go-review.googlesource.com/c/go/+/450375
Run-TryBo... | [
{
"path": "src/net/http/httputil/reverseproxy.go",
"patch": "@@ -816,34 +816,9 @@ func (c switchProtocolCopier) copyToBackend(errc chan<- error) {\n }\n \n func cleanQueryParams(s string) string {\n-\treencode := func(s string) string {\n+\tif strings.Contains(s, \";\") {\n \t\tv, _ := url.ParseQuery(s)\n \... | 2022-11-14T20:02:23 |
nodejs/node | 53f7d3ee2c598e7ce18f5026102cd1658b435957 | 226eabb1aa4b178c32c002b641bef3688c4097ba | crypto: align parameter names with documentation
Change _cb_ to _callback_ to align with documentation. This is so that
stack traces and error messages align with the documentation. If the
documentation says "callback", then the stack traces and error messages
should indicate that "callback" needs to be function or wh... | [
{
"path": "lib/internal/crypto/random.js",
"patch": "@@ -49,19 +49,19 @@ function assertSize(size, elementSize, offset, length) {\n return size >>> 0; // Convert to uint32.\n }\n \n-function randomBytes(size, cb) {\n+function randomBytes(size, callback) {\n size = assertSize(size, 1, 0, Infinity);\n- ... | 2020-09-04T14:00:40 |
facebook/react | 70985ba68dac9b3d01b1d59a86466a1c23e8180b | 228c00b813fba0468ea3a928a4237c6e7656ec2a | Squash getDOMNode warning from isDOMComponent
Fixes #3329. | [
{
"path": "src/test/ReactTestUtils.js",
"patch": "@@ -66,7 +66,7 @@ var ReactTestUtils = {\n isDOMComponent: function(inst) {\n // TODO: Fix this heuristic. It's just here because composites can currently\n // pretend to be DOM components.\n- return !!(inst && inst.getDOMNode && inst.tagName);\... | 2015-03-14T00:11:02 |
rust-lang/rust | 4996f53d8d770e8d481d5a59729dd163c5cfae32 | d1d1fb3bb1ff6c8ea38293c4362aa4716d13eafa | stabilization_guide: fix macro name and syntax in gating example | [
{
"path": "src/doc/rustc-dev-guide/src/stabilization_guide.md",
"patch": "@@ -82,7 +82,7 @@ Most importantly, remove the code which flags an error if the feature-gate is no\n gate_all!(pub_restricted, \"`pub(restricted)` syntax is experimental\");\n ```\n \n-This `gate_feature_post!` macro prints an error i... | 2025-08-26T06:35:08 |
nodejs/node | 226eabb1aa4b178c32c002b641bef3688c4097ba | e326c41fbc3ac6533630704bf438db860731dcc6 | doc: fix incorrect URL in cli.md
Remove incorrect second `#` in URl.
PR-URL: https://github.com/nodejs/node/pull/35043
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
Reviewed-By: Shelley Vohr <codebytere@gmail.com> | [
{
"path": "doc/api/cli.md",
"patch": "@@ -1592,7 +1592,7 @@ $ node --max-old-space-size=1536 index.js\n [`tls.DEFAULT_MAX_VERSION`]: tls.html#tls_tls_default_max_version\n [`tls.DEFAULT_MIN_VERSION`]: tls.html#tls_tls_default_min_version\n [`unhandledRejection`]: process.html#process_event_unhandledrejectio... | 2020-09-04T04:55:14 |
vercel/next.js | ccf491dc71ac04691917b529d3099f840d6730f0 | 9de7705c9919aae57b7e79794bf0c9c9e67636e0 | chore: Update `terser` to `v5.27.0` (#61068)
### What?
Update terser to the latest version.
### Why?
We need
https://github.com/terser/terser/commit/c677e285261a0f115409a42015bd3664c8416534
which adds supports for class static blocks.
### How?
Closes PACK-2285
Fixes #60837 | [
{
"path": "packages/next/package.json",
"patch": "@@ -299,7 +299,7 @@\n \"superstruct\": \"1.0.3\",\n \"tar\": \"6.1.15\",\n \"taskr\": \"1.1.0\",\n- \"terser\": \"5.14.1\",\n+ \"terser\": \"5.27.0\",\n \"terser-webpack-plugin\": \"5.3.9\",\n \"text-table\": \"0.2.0\",\n \"time... | 2024-01-24T07:42:08 |
golang/go | 2b59307ac21135ab8db58e08fb98211fbedbb10d | 998c11d2187d8afaa315f58f29f80b6882d2701c | Revert "runtime: delay incrementing freeindex in malloc"
This reverts commit bed2b7cf41471e1521af5a83ae28bd643eb3e038.
Reason for revert: I clicked submit by accident on the wrong CL.
Change-Id: Iddf128cb62f289d472510eb30466e515068271b2
Reviewed-on: https://go-review.googlesource.com/c/go/+/449501
TryBot-Result: Gop... | [
{
"path": "src/runtime/malloc.go",
"patch": "@@ -813,22 +813,24 @@ retry:\n // base address for all 0-byte allocations\n var zerobase uintptr\n \n-// nextFreeFast returns the next free object if one is quickly available,\n-// and the corresponding free index. Otherwise it returns 0, 0.\n-func nextFreeFast(s... | 2022-11-11T18:34:18 |
electron/electron | 2c56b67ea56e562c0a05b7f826830a426dcc41f5 | 10ab870237208e25a09015b520bca189dcb53fd3 | style: fix directory word in docs | [
{
"path": "docs/api/touch-bar.md",
"patch": "@@ -141,7 +141,7 @@ app.once('ready', () => {\n \n ### Running the above example\n \n-To run the example above, you'll need to (assuming you've got a terminal open in the dirtectory you want to run the example):\n+To run the example above, you'll need to (assumin... | 2017-09-11T15:49:58 |
vercel/next.js | fb2d2dd01a5f73ac62c4809b7b9c1490617f8705 | f687ac9f84d11f49c258e564434b921deac21e59 | Skip configurable runtime warnings tests in Turbopack (#61048)
## What?
Skips the test that checks for warnings that are not required for
Turbopack.
<!-- 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 se... | [
{
"path": "test/e2e/edge-configurable-runtime/index.test.ts",
"patch": "@@ -7,7 +7,7 @@ import stripAnsi from 'strip-ansi'\n const pagePath = 'pages/index.jsx'\n const apiPath = 'pages/api/edge.js'\n \n-describe.each([\n+;(process.env.TURBOPACK ? describe.skip.each : describe.each)([\n { appDir: join(__di... | 2024-01-24T00:32:58 |
nodejs/node | a05f672957f84fc73186745da94836771f554710 | 5e99b628659eb6eb702a704a8b276e2d49476aa4 | doc: fix certificate display in tls doc
In one context, `<Buffer>` was being interpretted as an HTML tag and not
displayed.
PR-URL: https://github.com/nodejs/node/pull/35032
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net> | [
{
"path": "doc/api/tls.md",
"patch": "@@ -1065,7 +1065,8 @@ For EC keys, the following properties may be defined:\n \n Example certificate:\n \n-```text\n+<!-- eslint-skip -->\n+```js\n { subject:\n { OU: [ 'Domain Control Validated', 'PositiveSSL Wildcard' ],\n CN: '*.nodejs.org' },",
"addition... | 2020-09-03T14:06:08 |
golang/go | da564d0006e2cc286fecb3cec94ed143a2667866 | 0f0aa5d8a6a0253627d58b3aa083b24a1091933f | runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/amd64
This CL redesign how we get the TLS pointer on windows/amd64.
We were previously reading it from the [TEB] arbitrary data slot,
located at 0x28(GS), which can only hold 1 TLS pointer.
With this CL, we will read the TLS pointer from the TEB TLS slot arr... | [
{
"path": "src/cmd/internal/obj/x86/asm6.go",
"patch": "@@ -3612,7 +3612,7 @@ func (ab *AsmBuf) asmandsz(ctxt *obj.Link, cursym *obj.LSym, p *obj.Prog, a *obj\n \t\tgoto bad\n \t}\n \n-\tif a.Index != REG_NONE && a.Index != REG_TLS {\n+\tif a.Index != REG_NONE && a.Index != REG_TLS && !(REG_CS <= a.Index &&... | 2022-09-19T10:19:38 |
facebook/react | ee86942d77a2b835ce227bcc7e2287b6ce226d87 | 228c00b813fba0468ea3a928a4237c6e7656ec2a | Fix incorrect update of style when props.style transitions from null to non-null
ReactDOMComponent maintains a copy of the previous style
object to support in-place mutations of props.style.
This cached object was not cleared when the style
property was removed in a props update.
Fixes #3409 | [
{
"path": "src/browser/ui/ReactDOMComponent.js",
"patch": "@@ -367,6 +367,7 @@ ReactDOMComponent.Mixin = {\n styleUpdates[styleName] = '';\n }\n }\n+ this._previousStyleCopy = null;\n } else if (registrationNameModules.hasOwnProperty(propKey)) {\n if (lastP... | 2015-03-13T22:16:19 |
vercel/next.js | f687ac9f84d11f49c258e564434b921deac21e59 | b5772b859a73c78140b1fbd8efb46f0a126044d9 | Fix ReactRefreshModule test in Turbopack (#61049)
## What?
Ensures the import is not tree shaken, similar to the changes for the
App Router version of this test in #60522
<!-- 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 f... | [
{
"path": "test/development/acceptance/ReactRefreshModule.test.ts",
"patch": "@@ -24,6 +24,7 @@ describe('ReactRefreshModule', () => {\n await session.patch(\n 'pages/index.js',\n `import { default as ${variable} } from 'next/link'\n+ console.log({ ${variable} })\n expor... | 2024-01-24T00:08:58 |
nodejs/node | 5e99b628659eb6eb702a704a8b276e2d49476aa4 | 66f62b3cf910411462511069f06fea19065f31d7 | doc: remove duplicate error code entry
Fixes: https://github.com/nodejs/node/issues/35029
PR-URL: https://github.com/nodejs/node/pull/35031
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Tobias Nieß... | [
{
"path": "doc/api/errors.md",
"patch": "@@ -2516,18 +2516,6 @@ cannot be serialized.\n This can only happen when native addons create `SharedArrayBuffer`s in\n \"externalized\" mode, or put existing `SharedArrayBuffer` into externalized mode.\n \n-<a id=\"ERR_UNKNOWN_BUILTIN_MODULE\"></a>\n-### `ERR_UNKNOW... | 2020-09-03T13:58:56 |
golang/go | 0f0aa5d8a6a0253627d58b3aa083b24a1091933f | dc6b7c86df3cac29c3506ef8b251345b8d914496 | os,syscall: File.Stat to use file handle for directories on Windows
Updates syscall.Open to support opening directories via CreateFileW.
CreateFileW handles are more versatile than FindFirstFile handles.
They can be used in Win32 APIs like GetFileInformationByHandle and
SetFilePointerEx, which are needed by some Go A... | [
{
"path": "src/internal/poll/fd_windows.go",
"patch": "@@ -268,7 +268,6 @@ const (\n \tkindNet fileKind = iota\n \tkindFile\n \tkindConsole\n-\tkindDir\n \tkindPipe\n )\n \n@@ -286,12 +285,10 @@ func (fd *FD) Init(net string, pollable bool) (string, error) {\n \t}\n \n \tswitch net {\n-\tcase \"file\":\n+\t... | 2022-05-10T07:52:20 |
facebook/react | 2f52d818657a7bd5d3a4373251a5f71b957e4498 | 228c00b813fba0468ea3a928a4237c6e7656ec2a | Fix for empty <select> elements with value
There is an exception when value or defaultValue is set but there are no
children as ReactDOMSelect tries to mark the first children as selected
even if there are no children. | [
{
"path": "src/browser/ui/dom/components/ReactDOMSelect.js",
"patch": "@@ -89,7 +89,9 @@ function updateOptions(component, propValue) {\n return;\n }\n }\n- options[0].selected = true;\n+ if (options.length) {\n+ options[0].selected = true;\n+ }\n }\n }\n ",
"additions"... | 2015-03-13T14:42:07 |
electron/electron | 6442e6b5e887deadadfc8e4708525ae8c910f206 | f293e1422b2f6b76db827e6d34d5ee19791bd0f4 | Use Squirrel.Windows --checkForUpdate
Avoid downloading updates twice. Fix #5057. | [
{
"path": "lib/browser/api/auto-updater/auto-updater-win.js",
"patch": "@@ -29,7 +29,7 @@ class AutoUpdater extends EventEmitter {\n return this.emitError('Can not find Squirrel')\n }\n this.emit('checking-for-update')\n- squirrelUpdate.download(this.updateURL, (error, update) => {\n+ sq... | 2017-09-10T22:54:08 |
golang/go | ed615aaf5bd6bb9ab0c9d88f4e41b4d2ff07a10e | 1a6a37f997d3e3b7d594874678cfb917b6665c6c | crypto/x509: expand package docs and clarify package target
Fixes #26624
Change-Id: Ifab3fc2209d71b9a7de383eaa5786b7446de25fa
Reviewed-on: https://go-review.googlesource.com/c/go/+/266541
Reviewed-by: Roland Shoemaker <roland@golang.org>
Run-TryBot: Roland Shoemaker <roland@golang.org>
Reviewed-by: Jonathan Amsterdam... | [
{
"path": "src/crypto/x509/x509.go",
"patch": "@@ -2,7 +2,22 @@\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 x509 parses X.509-encoded keys and certificates.\n+// Package x509 implements a subset of the X.509 standard.\n+//\n+// ... | 2020-10-30T15:40:27 |
nodejs/node | 16d058d37ee74a8352264182de9236bf867f2d4a | 4cca942a86af6a6ce2cb8d6ea8ea6e1325d8c58a | doc: fix malformed hashes in assert.md
URL hashes cannot contain `#`. Use hashes for the locations that were
intended.
PR-URL: https://github.com/nodejs/node/pull/35028
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Re... | [
{
"path": "doc/api/assert.md",
"patch": "@@ -1588,8 +1588,8 @@ argument.\n [`assert.strictEqual()`]: #assert_assert_strictequal_actual_expected_message\n [`assert.throws()`]: #assert_assert_throws_fn_error_message\n [`process.on('exit')`]: process.html#process_event_exit\n-[`tracker.calls()`]: #assert_class... | 2020-09-03T13:27:19 |
vercel/next.js | b5772b859a73c78140b1fbd8efb46f0a126044d9 | 78c9793a53a449b33a3da4c45cbf6cd92f75e395 | Dynamic APIs (#60645)
formalizes the concept of dynamic APIs inside Next to allow for varying
semantics beyond just staticGenerationBailout.
### Dynamic APIs
#### `markCurrentScopeAsDynamic`
useful to bail out of default caching semantics but does not imply a
Request specific data source was read. critically,... | [
{
"path": "docs/02-app/02-api-reference/04-functions/next-request.mdx",
"patch": "@@ -109,7 +109,6 @@ The following options are available:\n | -------------- | ----------------------- | --------------------------------------------------------------------------------------------------------------------------... | 2024-01-24T00:06:12 |
facebook/react | 84e6a392a3a8558948b94642d1524a5709149f84 | 1f72387a47c41d34bd059e0252de42ecf1155404 | Fix in docs: getDOMNode --> findDOMNode | [
{
"path": "docs/docs/ref-01-top-level-api.md",
"patch": "@@ -137,7 +137,7 @@ Verifies the object is a ReactElement.\n ```javascript\n DOMElement findDOMNode(ReactComponent component)\n ```\n-If this component has been mounted into the DOM, this returns the corresponding native browser DOM element. This meth... | 2015-03-12T21:07:03 |
nodejs/node | 4cca942a86af6a6ce2cb8d6ea8ea6e1325d8c58a | 3b54d0daed9d7dfc7c177194904342bb3f3bb19f | doc: fix a typo of microtaskMode
PR-URL: https://github.com/nodejs/node/pull/34980
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Harshitha K P <harshitha014@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "doc/api/vm.md",
"patch": "@@ -229,7 +229,7 @@ changes:\n * `wasm` {boolean} If set to false any attempt to compile a WebAssembly\n module will throw a `WebAssembly.CompileError`. **Default:** `true`.\n * `microtaskMode` {string} If set to `afterEvaluate`, microtasks (tasks\n- sched... | 2020-08-30T02:19:30 |
golang/go | 01d12c947c2277a46477597c2148083744ccf284 | 74b6a22057b393f198d2d86f4ea7504dacf390f5 | crypto/aes: rewrite ppc64le asm-cbc routine
This loads the keys once per call, not once per block. This
has the effect of unrolling the inner loop too. This allows
decryption to scale better with available hardware.
Noteably, encryption serializes crypto ops, thus no
performance improvement is seen, but neither is it... | [
{
"path": "src/crypto/aes/asm_ppc64x.s",
"patch": "@@ -102,11 +102,11 @@ TEXT ·expandKeyAsm(SB), NOSPLIT|NOFRAME, $0\n \tMOVD\tdec+24(FP), OUTDEC\n \n #ifdef GOARCH_ppc64le\n-\tMOVD\t$·rcon(SB), PTR // PTR point to rcon addr\n+\tMOVD\t$·rcon(SB), PTR // PTR points to rcon addr\n \tLVX\t(PTR), ESPERM\n \tADD... | 2022-03-24T17:06:27 |
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.