summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Intermediate changesrobot-piglet2024-04-231-3/+3
* Enable MarkAsIntentionallyLeaked API for --sanitize=leak buildsbabenko2024-04-202-3/+12
* Add Y_DEBUG_ABORT macroskungasc2024-04-161-0/+1
* [[nodiscard]] for static function TDuration::Parseilnurkh2024-04-141-1/+1
* refactor in vectortema-m2024-04-141-3/+3
* reduce code bloat in the DecodeOpenMode functionswarmer2024-04-141-39/+51
* fixed MakeTempName() for paths > MAX_PATHstar-dm2024-04-033-17/+58
* Intermediate changesrobot-piglet2024-04-0239-78/+0
* YT-19191: No custom char ptr comparators under the flagnadya732024-04-011-0/+4
* WebAssembly in utildtorilov2024-03-2817-28/+58
* Update libcxxabi to 16.0.6dtorilov2024-03-272-7/+12
* Intermediate changesrobot-piglet2024-03-225-7/+102
* [util] Handle the negative zero value in the NumericHashswarmer2024-03-222-0/+30
* movable TStringStreamswarmer2024-03-212-2/+68
* update CPP_STYLE_TEST_14 to CPP_STYLE_TEST_16: ^utilionagamed2024-03-123-7/+8
* Fix TDirIteratormrlolthe1st2024-03-061-5/+2
* Update libcxx to llvmorg-17.0.6hiddenpath2024-02-211-2/+2
* Fix case when 'arc export' not set executable bitilikepugs2024-02-212-2/+28
* Use global ns for TFlagspetrk2024-02-201-4/+4
* YT-21001: FiberContext::BeforeSwitch is now properly inlinedarkady-e1ppa2024-02-194-95/+70
* YDB Import 566robot-ydb-importer2024-02-141-0/+126
* Do not allow multiplication of TString and pointerkshalnev2024-02-141-0/+13
* Intermediate changesrobot-piglet2024-02-141-10/+10
* Annotate CombineHashes with nodiscardbabenko2024-02-101-1/+1
* TThread::SetName sets thread name on androidsolovyev2024-02-051-2/+2
* TMaybe Monadic operationsnedaiborschd2024-02-022-0/+229
* check lifetime bounds of values returned from String's c_str(), data() methodsswarmer2024-02-011-16/+16
* Fix sprintf deprecation warnings on newer macOS SDKsomov2024-01-311-2/+2
* Add missed #include <type_traits>mikhnenko2024-01-301-0/+4
* Support wide strings (and string_views) in Out<> / IOutputStreamthegeorg2024-01-273-20/+104
* [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
* feat contrib: aiogram 3armenqa2024-01-1921-1862/+20
* Library import 8 (#1074)AlexSm2024-01-183-74/+0
* Library import 7 (#937)AlexSm2024-01-111-6/+2
* Library import 6 (#888)AlexSm2024-01-093-1/+75
* Library import 5, delete go dependencies (#832)AlexSm2024-01-041-3/+53
* Import libs 4 (#758)AlexSm2023-12-271-0/+1
* Library import 2 (#639)AlexSm2023-12-223-6/+47
* Import libs 1 (#590)AlexSm2023-12-212-3/+3
* re-enable clang::reinitialized attribute for non-CUDA target platformsswarmer2023-12-171-1/+1
* Intermediate changesrobot-piglet2023-12-176-273/+273
* detect dangling references in TMaybe objectswarmer2023-12-161-18/+18
* detect dangling references to temporary TStringBuilder objectswarmer2023-12-151-2/+2
* detect dangling references in MapFindPtr and utility helpersswarmer2023-12-152-11/+15
* Allow using std::filesystem::path when constructing TFileInput / TFileOutputthegeorg2023-12-142-9/+31
* Replace rep.erase with rep.erase_one in THashSet::erasenocomer2023-12-141-1/+1
* finer check of lifetimebound attribute supportswarmer2023-12-141-2/+8