<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yql/essentials/tools/purebench, branch main</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=main</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2026-06-30T14:16:39Z</updated>
<entry>
<title>YQL-20095: Tune bugprone-argument-comment</title>
<updated>2026-06-30T14:16:39Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2026-06-30T13:05:47Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8c0cddc7ffb0b7f0c39352957685fb04d7656b6f'/>
<id>urn:sha1:8c0cddc7ffb0b7f0c39352957685fb04d7656b6f</id>
<content type='text'>
https://clang.llvm.org/extra/clang-tidy/checks/bugprone/argument-comment.html
commit_hash:780ff6a63be44998cb2336a05f3dc33e68a676bf
</content>
</entry>
<entry>
<title>YQL-20095: Enable performance-move-const-arg</title>
<updated>2026-06-24T10:13:06Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2026-06-24T08:56:00Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=d0475a0ea7778f4cd82d00d4af324c446183dc61'/>
<id>urn:sha1:d0475a0ea7778f4cd82d00d4af324c446183dc61</id>
<content type='text'>
https://clang.llvm.org/extra/clang-tidy/checks/performance/move-const-arg.html

This check useful, as it shows, when a `std::move` is useless, so
to expectations of a programmer are not aligned with reality. The
most useful profit is to see `const T&amp;` arguments, that are
potentially can be replaced with `T`.

Also disabled `CheckTriviallyCopyableMove`,
see https://nda.ya.ru/t/Emvgx5Z67fpZY5 why.
commit_hash:c80c264a9774721aabbac85b350ccdbb8b9a39a2
</content>
</entry>
<entry>
<title>YQL-21210 new lang ver</title>
<updated>2026-05-07T13:44:17Z</updated>
<author>
<name>vvvv</name>
<email>vvvv@yandex-team.com</email>
</author>
<published>2026-05-07T13:10:50Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=493d0fd3fe6ce73d84fdc99dafb69441f5aeb2c4'/>
<id>urn:sha1:493d0fd3fe6ce73d84fdc99dafb69441f5aeb2c4</id>
<content type='text'>
commit_hash:23ab69eb08e7c8f74df14dfc43e6109479b8dd15
</content>
</entry>
<entry>
<title>YQL-20095: Enable readability-uppercase-literal-suffix</title>
<updated>2026-05-07T08:14:59Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2026-05-07T07:48:47Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=d61f72b6ff7f331f79e46db4bcaada0c6ed95ba3'/>
<id>urn:sha1:d61f72b6ff7f331f79e46db4bcaada0c6ed95ba3</id>
<content type='text'>
commit_hash:41791bb9a63f1993010fb68562e9a5607927307d
</content>
</entry>
<entry>
<title>YQL-20095: Enable readability-isolate-declaration</title>
<updated>2026-04-13T11:11:44Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2026-04-13T10:36:30Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=68ffe4adf18bc715e6901722e103a87ad139f108'/>
<id>urn:sha1:68ffe4adf18bc715e6901722e103a87ad139f108</id>
<content type='text'>
commit_hash:c180c2db4897962cb70063ffdc2ddcd21e5e3418
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2026-04-09T14:54:53Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2026-04-09T14:21:35Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=cc97ca6d92e34ce280d2ae045fa6bfc1b15cbf68'/>
<id>urn:sha1:cc97ca6d92e34ce280d2ae045fa6bfc1b15cbf68</id>
<content type='text'>
commit_hash:79cac9c602a6a534ae64039a2cafc8be427acf4e
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2026-04-09T01:54:45Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2026-04-09T01:37:56Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=ced06018f4ecb0dcea4fe22d0c112fe3d3bcdade'/>
<id>urn:sha1:ced06018f4ecb0dcea4fe22d0c112fe3d3bcdade</id>
<content type='text'>
commit_hash:e7fe74e96542f1fb4565640d02a416595ad3d438
</content>
</entry>
<entry>
<title>YQL-19768: Enable optimizers for purecalc block pipeline</title>
<updated>2026-04-03T14:36:16Z</updated>
<author>
<name>imunkin</name>
<email>imunkin@yandex-team.com</email>
</author>
<published>2026-04-03T13:57:22Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=34786757061e0f361d5e5c5caa86e14ceb5f924c'/>
<id>urn:sha1:34786757061e0f361d5e5c5caa86e14ceb5f924c</id>
<content type='text'>
commit_hash:36cc4e038807245cc6e15c4d4ed78ec199a08bb6
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2026-04-01T09:00:41Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2026-04-01T08:20:39Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=36f8582fd8c70f073aecad91935c7df0ee08f909'/>
<id>urn:sha1:36f8582fd8c70f073aecad91935c7df0ee08f909</id>
<content type='text'>
commit_hash:678ddd528fdedaa5663fa98a2c2960dda89e244b
</content>
</entry>
<entry>
<title>YQL-20933: Untrack Datums produced by gen script</title>
<updated>2026-03-04T13:00:58Z</updated>
<author>
<name>imunkin</name>
<email>imunkin@yandex-team.com</email>
</author>
<published>2026-03-04T11:35:12Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=cfce0cc4bfe8a338a4d37c63fda3a00ac7830de8'/>
<id>urn:sha1:cfce0cc4bfe8a338a4d37c63fda3a00ac7830de8</id>
<content type='text'>
commit_hash:f32886d91018d21ce1f8a579d69cb4b435df58aa
</content>
</entry>
</feed>
