| Commit message (Expand) | Author | Age | Files | Lines |
* | Enum range to util | chezzie | 2024-06-25 | 4 | -0/+311 |
* | [util] Check lifetime of the move-only type passed through the TMaybe::GetOrE... | swarmer | 2024-06-14 | 2 | -0/+34 |
* | [util] Instantiation of TMaybe with an array type is ill-formed | swarmer | 2024-06-14 | 1 | -0/+2 |
* | Add TStringBuf constructor from TStringBuf with other char traits | vadim-xd | 2024-06-07 | 1 | -0/+6 |
* | [util] do not instantiate the vector::resize_uninitialized method for non-POD... | swarmer | 2024-05-09 | 1 | -8/+4 |
* | YT-21402: Adjust util's IntrusiveList to support more convenient use in lockf... | arkady-e1ppa | 2024-04-28 | 1 | -6/+27 |
* | Construct TStringBufs in TString::Join earlier | vadim-xd | 2024-04-24 | 1 | -5/+13 |
* | refactor in vector | tema-m | 2024-04-14 | 1 | -3/+3 |
* | Intermediate changes | robot-piglet | 2024-04-02 | 3 | -6/+0 |
* | WebAssembly in util | dtorilov | 2024-03-28 | 1 | -1/+1 |
* | [util] Handle the negative zero value in the NumericHash | swarmer | 2024-03-22 | 1 | -0/+23 |
* | update CPP_STYLE_TEST_14 to CPP_STYLE_TEST_16: ^util | ionagamed | 2024-03-12 | 2 | -6/+7 |
* | Update libcxx to llvmorg-17.0.6 | hiddenpath | 2024-02-21 | 1 | -2/+2 |
* | Use global ns for TFlags | petrk | 2024-02-20 | 1 | -4/+4 |
* | Do not allow multiplication of TString and pointer | kshalnev | 2024-02-14 | 1 | -0/+13 |
* | Intermediate changes | robot-piglet | 2024-02-14 | 1 | -10/+10 |
* | TMaybe Monadic operations | nedaiborschd | 2024-02-02 | 2 | -0/+229 |
* | check lifetime bounds of values returned from String's c_str(), data() methods | swarmer | 2024-02-01 | 1 | -16/+16 |
* | Add missed #include <type_traits> | mikhnenko | 2024-01-30 | 1 | -0/+4 |
* | [util] TSystemError: print raw error code along with the message | tldr | 2024-01-26 | 1 | -3/+5 |
* | Fix error in TArrayRef constructor for a container: Elements with a different... | akhropov | 2024-01-22 | 1 | -0/+3 |
* | Library import 2 (#639) | AlexSm | 2023-12-22 | 1 | -4/+5 |
* | Intermediate changes | robot-piglet | 2023-12-17 | 2 | -70/+70 |
* | detect dangling references in TMaybe object | swarmer | 2023-12-16 | 1 | -18/+18 |
* | detect dangling references in MapFindPtr and utility helpers | swarmer | 2023-12-15 | 2 | -11/+15 |
* | Replace rep.erase with rep.erase_one in THashSet::erase | nocomer | 2023-12-14 | 1 | -1/+1 |
* | Introduce convenient _B literal for bytes | thegeorg | 2023-12-13 | 1 | -0/+4 |
* | [util] Store policy should preserve constructor's is_constructible trait | swarmer | 2023-12-07 | 2 | -7/+34 |
* | Use a new empty string instead of NullStr when constructing TString from TRes... | vadim-xd | 2023-11-20 | 1 | -3/+4 |
* | Added HasFlag/Remove Flag for operations with one value, added HasAnyOfFlags. | kshalnev | 2023-10-27 | 2 | -6/+29 |
* | Y_FAIL->Y_ABORT at '^util' | ilnurkh | 2023-10-17 | 2 | -2/+2 |
* | fix comment in util | ilnurkh | 2023-10-12 | 1 | -1/+1 |
* | Y_VERIFY->Y_ABORT_UNLESS at ^u | ilnurkh | 2023-10-10 | 6 | -9/+9 |
* | Add global user-defined literal for TStringBuf | vadim-xd | 2023-10-07 | 2 | -0/+10 |
* | aliases for checking macroses | ilnurkh | 2023-10-06 | 2 | -7/+11 |
* | Add THashMultiMap::equal_range_i so new element could be emplaced after check... | osidorkin | 2023-09-15 | 2 | -0/+16 |
* | (no commit message) | pg | 2023-08-20 | 1 | -8/+8 |
* | Add ctors for TStorageBase to fix TMaybe instantiation for move-only types wh... | nocomer | 2023-08-18 | 1 | -1/+13 |
* | TString: improve `operator+` rvalue overloads | ignatloskutov | 2023-08-10 | 1 | -2/+7 |
* | Make CeilDiv function constexpr | ilezhankin | 2023-06-30 | 1 | -3/+7 |
* | Require semicolon after Y_DECLARE*_FLAGS | bulatman | 2023-06-24 | 2 | -10/+11 |
* | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 3 | -0/+109 |
* | Remove extra semicolon (util) | bulatman | 2023-06-12 | 6 | -8/+8 |
* | TMapOps::Value: better return type | ignatloskutov | 2023-06-02 | 2 | -5/+5 |
* | Remove using of extra semicolons in util | bulatman | 2023-05-04 | 4 | -6/+6 |
* | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 3 | -109/+0 |
* | (no commit message) | pg | 2023-03-28 | 4 | -18/+18 |
* | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 3 | -0/+109 |
* | Fix grammar in "yexception.h" | r-andrey | 2023-01-28 | 1 | -6/+6 |
* | TSharedPtr::As()&: leakage fix | sv-denisov | 2023-01-14 | 2 | -6/+59 |