aboutsummaryrefslogtreecommitdiff
path: root/absl/strings
Commit message (Expand)AuthorAgeFilesLines
* Fix LINT.IfChange syntaxDerek Mauro2024-07-222-4/+4
* PR #1720: Fix spelling mistake: occurrance -> occurrenceIkko Eltociear Ashimine2024-07-181-1/+1
* Delete absl/strings/internal/has_absl_stringify.h now that theDerek Mauro2024-07-183-56/+0
* Deprecate `ABSL_ATTRIBUTE_NORETURN` in favor of the `[[noreturn]]`Derek Mauro2024-07-011-1/+1
* Three-way comparison spaceship <=> operators for Cord.Abseil Team2024-06-264-0/+62
* Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes...Abseil Team2024-06-121-1/+1
* PR #1689: Minor: Add missing quotes in CMake string view library definitionRobert Schulze2024-06-101-2/+2
* Remove obsolete TODOAbseil Team2024-06-041-1/+0
* Workaround symbol resolution bug in Clang 19Derek Mauro2024-05-242-1/+12
* Silence a bogus GCC14 -Warray-bounds warningDerek Mauro2024-05-241-0/+10
* PR #1672: Optimize StrJoin with tuple without user defined formatterValery Mironov2024-05-153-1/+22
* Add a `string_view` overload to `absl::StrJoin`Derek Mauro2024-05-132-4/+53
* `convert_test`: Delete obsolete condition around ASSERT_EQ in TestWithMultipl...Dino Radakovic2024-05-101-9/+7
* Doc fix.Abseil Team2024-05-061-1/+1
* `convert_test`: Extract loop over tested floats from helper functionDino Radakovic2024-05-061-14/+18
* Enable Cord tests with Crc.Fergus Henderson2024-04-301-15/+13
* Guard against null pointer dereference in DumpNode.Fergus Henderson2024-04-251-4/+5
* Remove the hand-rolled CordLeaker and replace with absl::NoDestructorDerek Mauro2024-04-243-27/+9
* `convert_test`: Delete obsolete `skip_verify` parameter in test helperDino Radakovic2024-04-241-10/+7
* Minor cleanup for `absl::Cord`Abseil Team2024-04-181-2/+2
* Add `absl::AppendCordToString`Abseil Team2024-04-183-0/+64
* `str_format/convert_test`: Delete workaround for [glibc bug](https://sourcewa...Dino Radakovic2024-04-181-23/+0
* Restore string_view detection checkAbseil Team2024-04-092-0/+9
* Add ABSL_ATTRIBUTE_LIFETIME_BOUND to Cord::Flatten/TryFlatAbseil Team2024-04-041-2/+3
* Temporarily revert dangling std::string_view detection until dependent is fixedAbseil Team2024-04-022-9/+0
* Add internal traits to absl::string_view for lifetimebound detectionAbseil Team2024-04-024-0/+12
* Use local decoding buffer in HexStringToBytesAbseil Team2024-03-282-5/+15
* Revert integer-to-string conversion optimizations pending more thorough analysisAbseil Team2024-03-266-755/+196
* Fix a bug in `Cord::{Append,Prepend}(CordBuffer)`: callMarcin Kowalczyk2024-03-262-1/+4
* LSC: Move expensive variables on their last use to avoid copies.Abseil Team2024-03-241-1/+1
* Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()Abseil Team2024-03-202-71/+36
* Remove vestigial variables in the DumpNode() helper in absl::CordDerek Mauro2024-03-191-10/+5
* Add explicit #include directives for <tuple>, "absl/base/config.h", and "absl...Abseil Team2024-03-191-0/+3
* Record sampling stride in cord profiling to facilitate unsampling.Chris Kennelly2024-03-189-71/+95
* Add additional checks for size_t overflowsDerek Mauro2024-03-144-12/+56
* Work around an implicit conversion signedness compiler warningAbseil Team2024-03-071-1/+5
* Automated Code ChangeAbseil Team2024-02-281-0/+2
* Workaround for NVIDIA C++ compiler being unable to parse variadic expansions ...Abseil Team2024-02-281-12/+11
* Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()Abseil Team2024-02-201-8/+63
* Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()Abseil Team2024-02-201-63/+8
* Minor documentation fix for `absl::StrSplit()`Abseil Team2024-02-141-1/+1
* Prevent overflow in `absl::CEscape()`Derek Mauro2024-02-141-4/+22
* Switch rank structs to be consistent with written guidance in go/ranked-overl...Matt Kulukundis2024-02-072-6/+7
* Stop using `std::basic_string<uint8_t>` which relies on a non-standard genericBogdan Graur2024-02-071-6/+5
* Add a version of absl::HexStringToBytes() that returns a boolDerek Mauro2024-02-053-1/+84
* Optimize `Cord::Swap()` for missed compiler optimization in clang.Martijn Vels2024-02-012-1/+22
* Replace `testonly = 1` with `testonly = True` in abseil BUILD files.Shahriar Rouf2024-01-311-4/+4
* Missing parenthesis.Abseil Team2024-01-301-1/+1
* Use absl::NoDestructor for cordz global queue.Abseil Team2024-01-303-25/+26
* Fix a corner case in SpyHashState for exact boundaries.Matt Kulukundis2024-01-293-0/+23