index
:
abseil.git
hurd
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
strings
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix LINT.IfChange syntax
Derek Mauro
2024-07-22
2
-4
/
+4
*
PR #1720: Fix spelling mistake: occurrance -> occurrence
Ikko Eltociear Ashimine
2024-07-18
1
-1
/
+1
*
Delete absl/strings/internal/has_absl_stringify.h now that the
Derek Mauro
2024-07-18
3
-56
/
+0
*
Deprecate `ABSL_ATTRIBUTE_NORETURN` in favor of the `[[noreturn]]`
Derek Mauro
2024-07-01
1
-1
/
+1
*
Three-way comparison spaceship <=> operators for Cord.
Abseil Team
2024-06-26
4
-0
/
+62
*
Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes...
Abseil Team
2024-06-12
1
-1
/
+1
*
PR #1689: Minor: Add missing quotes in CMake string view library definition
Robert Schulze
2024-06-10
1
-2
/
+2
*
Remove obsolete TODO
Abseil Team
2024-06-04
1
-1
/
+0
*
Workaround symbol resolution bug in Clang 19
Derek Mauro
2024-05-24
2
-1
/
+12
*
Silence a bogus GCC14 -Warray-bounds warning
Derek Mauro
2024-05-24
1
-0
/
+10
*
PR #1672: Optimize StrJoin with tuple without user defined formatter
Valery Mironov
2024-05-15
3
-1
/
+22
*
Add a `string_view` overload to `absl::StrJoin`
Derek Mauro
2024-05-13
2
-4
/
+53
*
`convert_test`: Delete obsolete condition around ASSERT_EQ in TestWithMultipl...
Dino Radakovic
2024-05-10
1
-9
/
+7
*
Doc fix.
Abseil Team
2024-05-06
1
-1
/
+1
*
`convert_test`: Extract loop over tested floats from helper function
Dino Radakovic
2024-05-06
1
-14
/
+18
*
Enable Cord tests with Crc.
Fergus Henderson
2024-04-30
1
-15
/
+13
*
Guard against null pointer dereference in DumpNode.
Fergus Henderson
2024-04-25
1
-4
/
+5
*
Remove the hand-rolled CordLeaker and replace with absl::NoDestructor
Derek Mauro
2024-04-24
3
-27
/
+9
*
`convert_test`: Delete obsolete `skip_verify` parameter in test helper
Dino Radakovic
2024-04-24
1
-10
/
+7
*
Minor cleanup for `absl::Cord`
Abseil Team
2024-04-18
1
-2
/
+2
*
Add `absl::AppendCordToString`
Abseil Team
2024-04-18
3
-0
/
+64
*
`str_format/convert_test`: Delete workaround for [glibc bug](https://sourcewa...
Dino Radakovic
2024-04-18
1
-23
/
+0
*
Restore string_view detection check
Abseil Team
2024-04-09
2
-0
/
+9
*
Add ABSL_ATTRIBUTE_LIFETIME_BOUND to Cord::Flatten/TryFlat
Abseil Team
2024-04-04
1
-2
/
+3
*
Temporarily revert dangling std::string_view detection until dependent is fixed
Abseil Team
2024-04-02
2
-9
/
+0
*
Add internal traits to absl::string_view for lifetimebound detection
Abseil Team
2024-04-02
4
-0
/
+12
*
Use local decoding buffer in HexStringToBytes
Abseil Team
2024-03-28
2
-5
/
+15
*
Revert integer-to-string conversion optimizations pending more thorough analysis
Abseil Team
2024-03-26
6
-755
/
+196
*
Fix a bug in `Cord::{Append,Prepend}(CordBuffer)`: call
Marcin Kowalczyk
2024-03-26
2
-1
/
+4
*
LSC: Move expensive variables on their last use to avoid copies.
Abseil Team
2024-03-24
1
-1
/
+1
*
Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()
Abseil Team
2024-03-20
2
-71
/
+36
*
Remove vestigial variables in the DumpNode() helper in absl::Cord
Derek Mauro
2024-03-19
1
-10
/
+5
*
Add explicit #include directives for <tuple>, "absl/base/config.h", and "absl...
Abseil Team
2024-03-19
1
-0
/
+3
*
Record sampling stride in cord profiling to facilitate unsampling.
Chris Kennelly
2024-03-18
9
-71
/
+95
*
Add additional checks for size_t overflows
Derek Mauro
2024-03-14
4
-12
/
+56
*
Work around an implicit conversion signedness compiler warning
Abseil Team
2024-03-07
1
-1
/
+5
*
Automated Code Change
Abseil Team
2024-02-28
1
-0
/
+2
*
Workaround for NVIDIA C++ compiler being unable to parse variadic expansions ...
Abseil Team
2024-02-28
1
-12
/
+11
*
Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()
Abseil Team
2024-02-20
1
-8
/
+63
*
Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()
Abseil Team
2024-02-20
1
-63
/
+8
*
Minor documentation fix for `absl::StrSplit()`
Abseil Team
2024-02-14
1
-1
/
+1
*
Prevent overflow in `absl::CEscape()`
Derek Mauro
2024-02-14
1
-4
/
+22
*
Switch rank structs to be consistent with written guidance in go/ranked-overl...
Matt Kulukundis
2024-02-07
2
-6
/
+7
*
Stop using `std::basic_string<uint8_t>` which relies on a non-standard generic
Bogdan Graur
2024-02-07
1
-6
/
+5
*
Add a version of absl::HexStringToBytes() that returns a bool
Derek Mauro
2024-02-05
3
-1
/
+84
*
Optimize `Cord::Swap()` for missed compiler optimization in clang.
Martijn Vels
2024-02-01
2
-1
/
+22
*
Replace `testonly = 1` with `testonly = True` in abseil BUILD files.
Shahriar Rouf
2024-01-31
1
-4
/
+4
*
Missing parenthesis.
Abseil Team
2024-01-30
1
-1
/
+1
*
Use absl::NoDestructor for cordz global queue.
Abseil Team
2024-01-30
3
-25
/
+26
*
Fix a corner case in SpyHashState for exact boundaries.
Matt Kulukundis
2024-01-29
3
-0
/
+23
[next]