summaryrefslogtreecommitdiffstats
path: root/util/generic
Commit message (Expand)AuthorAgeFilesLines
* FixNamespaceComments in /utildmasloff2024-09-0572-100/+100
* Intermediate changesrobot-piglet2024-09-032-15/+20
* Remove Y_UNIT_TEST from config.clang-formatdmasloff2024-08-301-3/+3
* Remove remaining calls of Container() (fixup rXXXXXX)vadim-xd2024-08-231-3/+4
* Add TPriorityQueue::PopValuevadim-xd2024-08-212-1/+45
* Set SpacesInLineCommentPrefix to 1 in /utildmasloff2024-08-1725-76/+76
* Remove unused include and type aliasvadim-xd2024-08-121-2/+0
* Revert "rXXXXXX: Enum range to util"swarmer2024-08-094-311/+0
* Replace Apply to std::applybulatman2024-08-091-7/+0
* check the lifetime bounds of the explicit_type, the lazy_value, and the queue...swarmer2024-08-083-8/+8
* util: simpler implementation of the `EqualToOneOf` and `CountOf` algorithms u...swarmer2024-08-081-16/+6
* check the lifetime bound of the MinMax algoswarmer2024-08-081-1/+1
* check the lifetime bound of the TArrayRefswarmer2024-08-081-8/+8
* Make Apply just alias to std::applybulatman2024-08-071-14/+2
* check the lifetime bound of the TStringBuf, constructed from a substring of ...swarmer2024-08-071-2/+2
* check the lifetime bound of the TStringBuf, constructed from a TStringBuf wi...swarmer2024-08-071-2/+2
* check the lifetime bound of the ptr-store-policyswarmer2024-08-071-2/+2
* check the lifetime bound of the yexceptionswarmer2024-08-071-3/+3
* check lifetime bounds of a TStringBuf constructed from pointersswarmer2024-07-271-3/+3
* check the lifetime bounds of a TStringBuf constructed from a TString, if TStr...swarmer2024-07-242-0/+24
* check lifetime bounds of TStringBuf constructed from std::stringswarmer2024-07-241-1/+3
* Enum range to utilchezzie2024-06-254-0/+311
* [util] Check lifetime of the move-only type passed through the TMaybe::GetOrE...swarmer2024-06-142-0/+34
* [util] Instantiation of TMaybe with an array type is ill-formedswarmer2024-06-141-0/+2
* Add TStringBuf constructor from TStringBuf with other char traitsvadim-xd2024-06-071-0/+6
* [util] do not instantiate the vector::resize_uninitialized method for non-POD...swarmer2024-05-091-8/+4
* YT-21402: Adjust util's IntrusiveList to support more convenient use in lockf...arkady-e1ppa2024-04-281-6/+27
* Construct TStringBufs in TString::Join earliervadim-xd2024-04-241-5/+13
* refactor in vectortema-m2024-04-141-3/+3
* Intermediate changesrobot-piglet2024-04-023-6/+0
* WebAssembly in utildtorilov2024-03-281-1/+1
* [util] Handle the negative zero value in the NumericHashswarmer2024-03-221-0/+23
* update CPP_STYLE_TEST_14 to CPP_STYLE_TEST_16: ^utilionagamed2024-03-122-6/+7
* Update libcxx to llvmorg-17.0.6hiddenpath2024-02-211-2/+2
* Use global ns for TFlagspetrk2024-02-201-4/+4
* Do not allow multiplication of TString and pointerkshalnev2024-02-141-0/+13
* Intermediate changesrobot-piglet2024-02-141-10/+10
* TMaybe Monadic operationsnedaiborschd2024-02-022-0/+229
* check lifetime bounds of values returned from String's c_str(), data() methodsswarmer2024-02-011-16/+16
* Add missed #include <type_traits>mikhnenko2024-01-301-0/+4
* [util] TSystemError: print raw error code along with the messagetldr2024-01-261-3/+5
* Fix error in TArrayRef constructor for a container: Elements with a different...akhropov2024-01-221-0/+3
* Library import 2 (#639)AlexSm2023-12-221-4/+5
* Intermediate changesrobot-piglet2023-12-172-70/+70
* detect dangling references in TMaybe objectswarmer2023-12-161-18/+18
* detect dangling references in MapFindPtr and utility helpersswarmer2023-12-152-11/+15
* Replace rep.erase with rep.erase_one in THashSet::erasenocomer2023-12-141-1/+1
* Introduce convenient _B literal for bytesthegeorg2023-12-131-0/+4
* [util] Store policy should preserve constructor's is_constructible traitswarmer2023-12-072-7/+34
* Use a new empty string instead of NullStr when constructing TString from TRes...vadim-xd2023-11-201-3/+4