aboutsummaryrefslogtreecommitdiff
path: root/absl/strings/str_cat.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert integer-to-string conversion optimizations pending more thorough analysisAbseil Team2024-03-261-134/+12
* Add additional checks for size_t overflowsDerek Mauro2024-03-141-8/+37
* Optimize integer-to-string conversionsAbseil Team2024-01-041-12/+134
* Add nullability annotationsDmitri Gribenko2023-12-111-8/+11
* Eliminate redundant code branch in `StrAppend`.Abseil Team2023-08-091-12/+18
* Include what you spellDmitri Gribenko2023-08-081-3/+2
* Rollback of "Speed up StrAppend by up to 4x."Abseil Team2023-08-021-13/+165
* Speed up StrAppend by up to 4x.Abseil Team2023-08-011-165/+13
* The previous code was using `memmove` under the hood (`string::append`).Abseil Team2023-06-091-1/+7
* Adds `AbslStringify` support to `absl::Hex` and `absl::Dec`Phoebe Liang2023-01-271-49/+0
* Use absl::string_view by value rather than by const reference while iterating...Abseil Team2023-01-191-4/+4
* Move internal details from one source file to another more appropriate sourceAndy Soffer2022-10-271-9/+0
* Removes `PutPaddedString()` functionPhoebe Liang2022-10-271-24/+0
* Allows absl::StrCat to accept types that implement AbslStringify()Abseil Team2022-09-301-0/+36
* Fix "unsafe narrowing" warnings in absl, 4/n.Abseil Team2022-08-171-2/+2
* Revert change "Fix "unsafe narrowing" warnings in absl, 4/n.".Thomas Köppe2022-08-041-2/+2
* Fix "unsafe narrowing" warnings in absl, 4/n.Abseil Team2022-08-041-2/+2
* Export of internal Abseil changesAbseil Team2021-05-131-4/+4
* Export of internal Abseil changesAbseil Team2020-06-301-4/+4
* Export of internal Abseil changesAbseil Team2019-12-121-0/+2
* Export of internal Abseil changesAbseil Team2019-10-301-14/+12
* Export of internal Abseil changesAbseil Team2019-10-181-2/+3
* Export of internal Abseil changesAbseil Team2019-09-031-8/+8
* Avoid undefined behavior when nullptr is passed to memcpy with size 0Roman Gershman2019-05-221-5/+11
* Changed HTTP URLs to HTTPS where possible (#270)nik72732019-03-081-1/+1
* Export of internal Abseil changes.Abseil Team2019-03-061-2/+2
* Export of internal Abseil changes.Abseil Team2018-11-021-1/+1
* Export of internal Abseil changes.Abseil Team2018-08-221-3/+3
* Changes imported from Abseil "staging" branch:Abseil Team2018-02-091-0/+31
* Changes imported from Abseil "staging" branch:Abseil Team2017-09-251-2/+2
* Initial Commitmisterg2017-09-191-0/+208