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
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix LINT.IfChange syntax
Derek Mauro
2024-07-22
2
-4
/
+4
*
Delete absl/strings/internal/has_absl_stringify.h now that the
Derek Mauro
2024-07-18
1
-54
/
+0
*
Deprecate `ABSL_ATTRIBUTE_NORETURN` in favor of the `[[noreturn]]`
Derek Mauro
2024-07-01
1
-1
/
+1
*
Remove obsolete TODO
Abseil Team
2024-06-04
1
-1
/
+0
*
Workaround symbol resolution bug in Clang 19
Derek Mauro
2024-05-24
1
-1
/
+11
*
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
1
-0
/
+10
*
`convert_test`: Delete obsolete condition around ASSERT_EQ in TestWithMultipl...
Dino Radakovic
2024-05-10
1
-9
/
+7
*
`convert_test`: Extract loop over tested floats from helper function
Dino Radakovic
2024-05-06
1
-14
/
+18
*
`convert_test`: Delete obsolete `skip_verify` parameter in test helper
Dino Radakovic
2024-04-24
1
-10
/
+7
*
`str_format/convert_test`: Delete workaround for [glibc bug](https://sourcewa...
Dino Radakovic
2024-04-18
1
-23
/
+0
*
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
2
-4
/
+15
*
Work around an implicit conversion signedness compiler warning
Abseil Team
2024-03-07
1
-1
/
+5
*
Switch rank structs to be consistent with written guidance in go/ranked-overl...
Matt Kulukundis
2024-02-07
1
-5
/
+6
*
Optimize `Cord::Swap()` for missed compiler optimization in clang.
Martijn Vels
2024-02-01
1
-0
/
+20
*
Use absl::NoDestructor for cordz global queue.
Abseil Team
2024-01-30
1
-24
/
+24
*
Re-add the internal file //absl/string/internal/has_absl_stringify.h to unblock
Derek Mauro
2024-01-09
1
-0
/
+44
*
Add a pragma to disable a stringop-overflow warning for GCC12+
Abseil Team
2023-12-18
1
-0
/
+8
*
Adds support for wchar_t/wchar_t*/std::wstring{_view} arguments to StrFormat().
Abseil Team
2023-12-05
10
-100
/
+568
*
Optimize memcasecmp. Benchmarks shows slight improvement.
Ilya Tokar
2023-10-30
1
-4
/
+12
*
Fix an unreachable code warning on some platforms
Derek Mauro
2023-10-30
1
-2
/
+9
*
Add `AbslStringify()` support to `absl::Cord`
Abseil Team
2023-10-24
1
-0
/
+1
*
Delete `absl::strings_internal::HasAbslStringify`.
Abseil Team
2023-10-12
1
-44
/
+0
*
Make `HasAbslStringify` public.
Abseil Team
2023-09-13
2
-24
/
+12
*
Remove CordRepRing experiment.
Martijn Vels
2023-09-08
7
-1613
/
+5
*
Fix strict weak ordering in convert_test.cc
Abseil Team
2023-09-08
1
-2
/
+11
*
Remove unused ReservedFlag.
Tomas Dzetkulic
2023-08-30
1
-27
/
+9
*
Add absl::CharSet.
Abseil Team
2023-08-23
3
-391
/
+0
*
Check CRC cordrep child nodes for nullptr.
Martijn Vels
2023-08-18
2
-17
/
+53
*
Undefine internal `ABSL_FORMAT_PARSER_INTERNAL_GET_CHAR` macro after usage
Abseil Team
2023-07-26
1
-0
/
+1
*
Cleanup `//absl/strings/internal/memutil.h`
Derek Mauro
2023-07-11
4
-524
/
+8
*
Remove two_ASCII_digits and replace with a scalar algorithm
Abseil Team
2023-06-13
1
-1
/
+1
*
Fix behaviors of StrCat() and StrFormat() regarding char types and enum types.
Greg Falcon
2023-06-12
2
-16
/
+16
*
Optimize Cord Refcount decrement.
Connal de Souza
2023-06-09
1
-7
/
+15
*
Merge pull request #1472 from pateldeev:iv
Copybara-Service
2023-06-09
1
-20
/
+5
|
\
|
*
Use InlinedVector
pateldeev
2023-06-08
1
-17
/
+3
*
|
StrFormat() simplification: Treat %v unconditionally as %d when formatting in...
Greg Falcon
2023-06-09
1
-22
/
+1
|
/
*
Lifetime checks for `absl::StrSplit()`
Abseil Team
2023-06-02
1
-6
/
+56
*
Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK.
Andy Getzendanner
2023-05-23
2
-6
/
+7
*
CI: Move the GCC-latest testing to GCC 13.1 on Linux
Derek Mauro
2023-05-22
1
-0
/
+8
*
Merge pull request #1115 from h-vetinari:dll_targets
Copybara-Service
2023-05-15
1
-1
/
+1
*
Fixed Windows DLL builds of test targets
Derek Mauro
2023-05-12
7
-68
/
+71
*
Stop moving an absl::FunctionRef, since the class isn't movable, it
Derek Mauro
2023-05-09
2
-10
/
+9
*
Fix spelling mistakes
Vertexwahn
2023-05-02
1
-1
/
+1
*
Merge pull request #1438 from Vertexwahn:fix-spelling
Copybara-Service
2023-05-01
4
-6
/
+6
|
\
|
*
Fix spelling mistakes
Vertexwahn
2023-04-27
4
-4
/
+4
|
/
*
Merge pull request #1434 from Vertexwahn:fix-spelling
Copybara-Service
2023-04-25
8
-18
/
+18
|
\
|
*
Fix some spelling mistakes
Vertexwahn
2023-04-24
8
-9
/
+9
|
/
[next]