summaryrefslogtreecommitdiff
path: root/absl/strings
Commit message (Expand)AuthorAge
* Fix a typo.Gravatar Abseil Team2023-10-24
* Add `AbslStringify()` support to `absl::Cord`Gravatar Abseil Team2023-10-24
* Performance improvements for `absl::AsciiStrToLower` and `absl::AsciiStrToUpp...Gravatar Abseil Team2023-10-23
* absl::string_view: Add support for starts_with() and ends_with()Gravatar Derek Mauro2023-10-20
* Add a template gadget to detect whether a type supports the ostream operator.Gravatar Zie Weaver2023-10-18
* Delete `absl::strings_internal::HasAbslStringify`.Gravatar Abseil Team2023-10-12
* Bazel: Enable the header_modules featureGravatar Derek Mauro2023-10-11
* Bazel: Support layering_check and parse_headersGravatar Derek Mauro2023-10-10
* Update argument order of `EXPECT_EQ` in `absl::StrJoin` documentation.Gravatar Abseil Team2023-10-06
* Fix a crash when calling `EstimatedMemoryUsage()` on an empty checksummed `ab...Gravatar Abseil Team2023-09-22
* Additional StrCat microbenchmarks.Gravatar Abseil Team2023-09-19
* Remove unused internal function `InlineRep::empty()` which has misleading sem...Gravatar Abseil Team2023-09-14
* Make `HasAbslStringify` public.Gravatar Abseil Team2023-09-13
* Fixes StrCat() performance regression when not using libc++Gravatar Derek Mauro2023-09-11
* Doc fix.Gravatar Abseil Team2023-09-11
* Remove CordRepRing experiment.Gravatar Martijn Vels2023-09-08
* Fix strict weak ordering in convert_test.ccGravatar Abseil Team2023-09-08
* Revise a comment regarding casting `memchr()`'s return type. The original com...Gravatar Abseil Team2023-08-31
* Remove unused ReservedFlag.Gravatar Tomas Dzetkulic2023-08-30
* Speed up `FastIntToBuffer`.Gravatar Abseil Team2023-08-25
* Add absl::CharSet.Gravatar Abseil Team2023-08-23
* Check CRC cordrep child nodes for nullptr.Gravatar Martijn Vels2023-08-18
* StrCat: do not use intermediate buffer when result fits in SSO.Gravatar Abseil Team2023-08-17
* Implement `Cord::Find()` and `Cord::Contains()`Gravatar Abseil Team2023-08-16
* Speed up kTotalMorePrecise mode of Cord::EstimatedMemoryUsage() by about 25% ...Gravatar Abseil Team2023-08-14
* Add ATTRIBUTE_LIFETIME_BOUND to Cord iterator methodsGravatar Abseil Team2023-08-10
* Eliminate redundant code branch in `StrAppend`.Gravatar Abseil Team2023-08-09
* Fix ClangTidy warningsGravatar Dmitri Gribenko2023-08-08
* Remove a doubled up "with"Gravatar Dmitri Gribenko2023-08-08
* Add ATTRIBUTE_LIFETIME_BOUND to Cord::Flatten and TryFlatGravatar Abseil Team2023-08-08
* Include what you spellGravatar Dmitri Gribenko2023-08-08
* Remove the no-op full_validation flag in the implementation details of cord.ccGravatar Dmitri Gribenko2023-08-07
* Remove a reference to the global string type, which does not exist as a separ...Gravatar Dmitri Gribenko2023-08-07
* Rollback of "Speed up StrAppend by up to 4x."Gravatar Abseil Team2023-08-02
* Speed up StrAppend by up to 4x.Gravatar Abseil Team2023-08-01
* Undefine internal `ABSL_FORMAT_PARSER_INTERNAL_GET_CHAR` macro after usageGravatar Abseil Team2023-07-26
* Add tests for the "%#04x" patternGravatar Phoebe Liang2023-07-18
* Add a smaller library for string_view so that users canGravatar Derek Mauro2023-07-11
* Cleanup `//absl/strings/internal/memutil.h`Gravatar Derek Mauro2023-07-11
* Introduce a kTotalMorePrecise accounting mode for Cord::EstimatedMemoryUsage(...Gravatar Abseil Team2023-06-29
* Remove two_ASCII_digits and replace with a scalar algorithmGravatar Abseil Team2023-06-13
* Functions added: FindLongestCommonSuffix, FindLongestCommonPrefix.Gravatar Tsige Solomon2023-06-12
* Fix behaviors of StrCat() and StrFormat() regarding char types and enum types.Gravatar Greg Falcon2023-06-12
* Optimize Cord Refcount decrement.Gravatar Connal de Souza2023-06-09
* Merge pull request #1472 from pateldeev:ivGravatar Copybara-Service2023-06-09
|\
* | StrFormat() simplification: Treat %v unconditionally as %d when formatting in...Gravatar Greg Falcon2023-06-09
* | The previous code was using `memmove` under the hood (`string::append`).Gravatar Abseil Team2023-06-09
| * Use InlinedVectorGravatar pateldeev2023-06-08
|/
* Add a unit test that captures the current behavior of formatting of char type...Gravatar Greg Falcon2023-06-05
* Lifetime checks for `absl::StrSplit()`Gravatar Abseil Team2023-06-02