summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Fix environment pointer invalidation in TShellCommandilikepugs34 hours1-4/+9
* Make Ascii-related functions and StripString() constexprthegeorg2 days4-100/+133
* util/ysafeptr: unpoison ref-counters in DestroyContents()makxenov5 days2-0/+10
* ysaveload.h: adjust sorted container insert hintswarmer10 days1-5/+1
* (CpuId) Add AVX512 VNNI feature detectionmirali77711 days3-0/+16
* TIntrusiveList: add move ctor and move assignment operator for itemsswarmer12 days2-0/+133
* Use trivial_abi in THolderswarmer13 days3-2/+15
* free(nullptr) is always legalakhropov2026-07-051-4/+1
* Migrate absl_flat_hash users to library/cpp/containers/abslpechatnov2026-07-042-2/+2
* Intermediate changesrobot-piglet2026-06-302-2/+11
* Delegate TString / TStringBuf formatting to std::string_viewthegeorg2026-06-304-0/+48
* Fix out parameters annotationakhropov2026-06-121-2/+2
* Add _rtos_ define for ZEPHYR OSalexeykurzov2026-06-111-0/+3
* Fix documentation commentsakhropov2026-06-051-2/+2
* Fix and enhance documentation comments in utilakhropov2026-06-0511-58/+129
* Documentation comments: fix for 'subspan', add for 'Slice'akhropov2026-06-011-2/+17
* Add missed parameter direction marksakhropov2026-05-311-3/+3
* Add missed parameter direction marksakhropov2026-05-312-11/+11
* Add missed 'until'akhropov2026-05-311-1/+1
* Fix: 'characters' -> 'bytes', their size is not always the sameakhropov2026-05-311-6/+6
* Fix Y_INITIALIZED for c++11vadim-xd2026-05-261-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