summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Fix documentation commentsakhropov3 days1-2/+2
* Fix and enhance documentation comments in utilakhropov4 days11-58/+129
* Documentation comments: fix for 'subspan', add for 'Slice'akhropov7 days1-2/+17
* Add missed parameter direction marksakhropov8 days1-3/+3
* Add missed parameter direction marksakhropov8 days2-11/+11
* Add missed 'until'akhropov8 days1-1/+1
* Fix: 'characters' -> 'bytes', their size is not always the sameakhropov8 days1-6/+6
* Fix Y_INITIALIZED for c++11vadim-xd14 days1-1/+2
* Add Y_INITIALIZED (silencer for bugprone-use-after-move)vadim-xd2026-05-252-0/+34
* Fix a local time zone time serialization bug on Windowstikhonov-ka2026-05-201-1/+2
* Add Concat for arbitrary string typesvadim-xd2026-05-193-37/+71
* Intermediate changesrobot-piglet2026-05-131-0/+2
* Allow copy assignment for LCG-based RNGsp-asyut2026-05-081-3/+3
* Fix description: function -> body blockakhropov2026-04-211-2/+2
* Introduce rtos based platforms defines for rtos platformsflarembo2026-04-181-0/+3
* Move ClearEnv and IterateEnv to utilvadim-xd2026-04-053-4/+154
* Remove duplicate error code in SetEnvvadim-xd2026-04-041-8/+1
* Try to add Out implementation for std::complexalxmopo3ov2026-03-183-0/+54
* allow NTL::TConcat to concatenate more than two listsswarmer2026-03-022-1/+24
* Attributes for coroutine return typesrraed2026-02-181-0/+46
* YQL-20095: Ignore modernize-avoid-c-arraysvitya-smirnov2026-02-171-1/+1
* Allwinner riscv64 toolchainxiwra2026-02-101-2/+2
* add support for std::string_view in the generic TryFromString functionswarmer2026-01-302-2/+13
* YQL-20095: Use explicit at Y_HAS_MEMBERvitya-smirnov2026-01-231-1/+1
* TString::contains + tests, TStringBuf::contains tests, macro to enable EBOpechatnov2026-01-135-1/+57
* implement Y_NO_UNIQUE_ADDRESS using msvc::no_unique_address on windowsswarmer2026-01-121-0/+2
* std::string transparency for TEqualTo, TLess, TGreaterpechatnov2025-12-302-0/+32
* Add TBuffer::AsString(std::string&)pechatnov2025-12-263-0/+24
* support the [[msvc::lifetimebound]] attributeswarmer2025-12-231-0/+2
* Y_LIFETIME_BOUND documentation: add info about constructors and member functi...akhropov2025-12-221-2/+10
* TMaybe: propagate constuctible traitswarmer2025-12-193-1/+36
* Intermediate changesrobot-piglet2025-12-112-0/+129
* Fix grammarakhropov2025-12-041-10/+10
* temporary revert commit to fix another bugs rXXXXXX, fix UB in util/ysafeptr.hastashkinfk2025-11-221-1/+1
* EraseNodesIf should use an iterator to the next node if the erase method retu...swarmer2025-11-201-1/+5
* fix UB in util/ysafeptr.hastashkinfk2025-11-181-1/+1
* removing dangerous cast operatorermolovd2025-11-131-4/+6
* Simplify: Y_ASSERT already contains Y_UNUSED for NDEBUG caseakhropov2025-11-111-3/+0
* Intermediate changesrobot-piglet2025-11-071-1/+1
* STLPort is no longer supported.akhropov2025-11-062-4/+0
* Intermediate changesrobot-piglet2025-11-032-5/+1
* Intermediate changesrobot-piglet2025-11-031-3/+0
* Fix grammarakhropov2025-11-021-14/+14
* Intermediate changesrobot-piglet2025-10-301-1/+1
* is_constructible_v for Make-ptrs functions (MakeHolder)ilnurkh2025-10-291-1/+1
* Use a more conventional return value check compatible with MSVC tools 14.4*.akhropov2025-10-291-2/+2
* Avoid constructing ill-formed `std::basic_string_view<const char>`borman2025-10-271-5/+5
* is_constructible_v for Make-ptrs functions (without MakeHolder)ilnurkh2025-10-261-3/+3
* Intermediate changesrobot-piglet2025-10-261-1/+0
* is_constructible_v check for TMaybe::emplace methodsilnurkh2025-10-221-4/+4