| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | YT-18571: Drop TSharedRef::FromString(const char* str) | babenko | 2026-07-11 | 1 | -1/+1 |
| | | | | | | | | | | Rationale: all overloads of `TSharedRef::FromString` must remain cheap and don't copy any payload. Remove the zero-terminated C string overload of `TSharedRef::FromString`. Callers passing a string literal should use `std::string/TString` explicitly. #| || **<a href="https://nda.ya.ru/t/-VG7qyBv7iD8vm" target="_blank"> Echo tests</a>** || |# commit_hash:1a6718abcbe4e6a8f58592f55de8c37ceb2b73d3 | ||||
| * | YT-22593: Migrate yt/yt/ytree to std::string | babenko | 2026-05-18 | 1 | -1/+1 |
| | | | | | commit_hash:3466775b052bc8a85a2aa85e9605968e7a5ea025 | ||||
| * | Support Save/Load TYsonString | yurial | 2023-11-16 | 1 | -0/+46 |
