index
:
ydb
add-upcoming-event-1
alexv-smirnov-patch-1
alexv-smirnov1
blinkov-patch-1
docs-dont-link-to-archived-go-sdk
docs-drop-unused-files
docs-gtm
docs-quickstart-add-mkdir
docs-yfm-link
fix-header-ident-bloom
get_cmakelists2
license-year-2023
mai
main
readme-linkedin-link
readme-links-update
readme-social-update
roadmap
stable-22-2
stable-22-4
stable-22-5
stable-23-1
stable-23-2
stable-23-3
Mirror of YDB github repos
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix description: function -> body block
akhropov
2026-04-21
1
-2
/
+2
*
Introduce rtos based platforms defines for rtos platforms
flarembo
2026-04-18
1
-0
/
+3
*
Move ClearEnv and IterateEnv to util
vadim-xd
2026-04-05
3
-4
/
+154
*
Remove duplicate error code in SetEnv
vadim-xd
2026-04-04
1
-8
/
+1
*
Try to add Out implementation for std::complex
alxmopo3ov
2026-03-18
3
-0
/
+54
*
allow NTL::TConcat to concatenate more than two lists
swarmer
2026-03-02
2
-1
/
+24
*
Attributes for coroutine return types
rraed
2026-02-18
1
-0
/
+46
*
YQL-20095: Ignore modernize-avoid-c-arrays
vitya-smirnov
2026-02-17
1
-1
/
+1
*
Allwinner riscv64 toolchain
xiwra
2026-02-10
1
-2
/
+2
*
add support for std::string_view in the generic TryFromString function
swarmer
2026-01-30
2
-2
/
+13
*
YQL-20095: Use explicit at Y_HAS_MEMBER
vitya-smirnov
2026-01-23
1
-1
/
+1
*
TString::contains + tests, TStringBuf::contains tests, macro to enable EBO
pechatnov
2026-01-13
5
-1
/
+57
*
implement Y_NO_UNIQUE_ADDRESS using msvc::no_unique_address on windows
swarmer
2026-01-12
1
-0
/
+2
*
std::string transparency for TEqualTo, TLess, TGreater
pechatnov
2025-12-30
2
-0
/
+32
*
Add TBuffer::AsString(std::string&)
pechatnov
2025-12-26
3
-0
/
+24
*
support the [[msvc::lifetimebound]] attribute
swarmer
2025-12-23
1
-0
/
+2
*
Y_LIFETIME_BOUND documentation: add info about constructors and member functi...
akhropov
2025-12-22
1
-2
/
+10
*
TMaybe: propagate constuctible trait
swarmer
2025-12-19
3
-1
/
+36
*
Intermediate changes
robot-piglet
2025-12-11
2
-0
/
+129
*
Fix grammar
akhropov
2025-12-04
1
-10
/
+10
*
temporary revert commit to fix another bugs rXXXXXX, fix UB in util/ysafeptr.h
astashkinfk
2025-11-22
1
-1
/
+1
*
EraseNodesIf should use an iterator to the next node if the erase method retu...
swarmer
2025-11-20
1
-1
/
+5
*
fix UB in util/ysafeptr.h
astashkinfk
2025-11-18
1
-1
/
+1
*
removing dangerous cast operator
ermolovd
2025-11-13
1
-4
/
+6
*
Simplify: Y_ASSERT already contains Y_UNUSED for NDEBUG case
akhropov
2025-11-11
1
-3
/
+0
*
Intermediate changes
robot-piglet
2025-11-07
1
-1
/
+1
*
STLPort is no longer supported.
akhropov
2025-11-06
2
-4
/
+0
*
Intermediate changes
robot-piglet
2025-11-03
2
-5
/
+1
*
Intermediate changes
robot-piglet
2025-11-03
1
-3
/
+0
*
Fix grammar
akhropov
2025-11-02
1
-14
/
+14
*
Intermediate changes
robot-piglet
2025-10-30
1
-1
/
+1
*
is_constructible_v for Make-ptrs functions (MakeHolder)
ilnurkh
2025-10-29
1
-1
/
+1
*
Use a more conventional return value check compatible with MSVC tools 14.4*.
akhropov
2025-10-29
1
-2
/
+2
*
Avoid constructing ill-formed `std::basic_string_view<const char>`
borman
2025-10-27
1
-5
/
+5
*
is_constructible_v for Make-ptrs functions (without MakeHolder)
ilnurkh
2025-10-26
1
-3
/
+3
*
Intermediate changes
robot-piglet
2025-10-26
1
-1
/
+0
*
is_constructible_v check for TMaybe::emplace methods
ilnurkh
2025-10-22
1
-4
/
+4
*
Y_LIFETIME_BOUND for TMaybe-emplace methods
ilnurkh
2025-10-22
2
-4
/
+10
*
StringSplitter: splitting an empty string should always produce exactly one t...
swarmer
2025-10-22
3
-4
/
+52
*
Add GetOrEmplace for TMaybe
ilnurkh
2025-10-21
1
-0
/
+22
*
Check element size for other TArrayRef constructors, not only from Container
akhropov
2025-10-17
2
-5
/
+57
*
Fix backtrace print in assert
mag1str0
2025-10-14
1
-2
/
+10
*
Annotate 'ysize' as deprecated.
akhropov
2025-10-14
5
-0
/
+5
*
Use CameCase for static constants
mikhnenko
2025-10-10
1
-2
/
+2
*
Add a description explaining the rationale for the SIZEOF_ definitions
akhropov
2025-10-08
1
-0
/
+3
*
Use 'size' instead of 'ysize'.
akhropov
2025-10-07
3
-3
/
+3
*
Correct grammar
akhropov
2025-10-06
1
-2
/
+2
*
16-bit platforms are not supported anymore.
akhropov
2025-10-06
1
-1
/
+1
*
Correct "@throws" descriptions
akhropov
2025-10-05
1
-17
/
+18
*
Fix return value description of GetEnv
akhropov
2025-10-05
1
-1
/
+1
[next]