aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
47 hours`convert_test`: Delete obsolete condition around ASSERT_EQ in TestWithMultipl...upstream-masterDino Radakovic
3 days`any_invocable`: Clean up #includesDino Radakovic
4 daysResynchronize absl/functional/CMakeLists.txt with BUILD.bazelBenjamin Barenblat
4 days`any_invocable`: Add public documentation for undefined behavior when invokin...Dino Radakovic
5 days`any_invocable`: Delete obsolete reference to proposed standard typeDino Radakovic
5 daysPR #1662: Replace shift with addition in crc multiplyPavel P
6 daysDoc fix.Abseil Team
6 days`convert_test`: Extract loop over tested floats from helper functionDino Radakovic
6 daysRecognize some simple Rust mangled names in Demangle.Chris Mihelich
9 daysUse __builtin_ctzg and __builtin_clzg in the implementations ofDerek Mauro
9 daysRemove the forked absl::Status matchers implementation in statusor_testDerek Mauro
10 daysAdd comment hack to fix copybara reversibilityDerek Mauro
10 daysAdd GoogleTest matchers for absl::StatusZie Weaver
10 days[random] LogUniform: Document as a discrete distributionAbseil Team
12 daysEnable Cord tests with Crc.Fergus Henderson
2024-04-26Fix order of qualifiers in `absl::AnyInvocable` documentation.Abseil Team
2024-04-25Guard against null pointer dereference in DumpNode.Fergus Henderson
2024-04-25Apply ABSL_MUST_USE_RESULT to try lock functions.Chris Kennelly
2024-04-24Add public aliases for default hash/eq types in hash-based containersDennis Kormalev
2024-04-24Import of CCTZ from GitHub.Abseil Team
2024-04-24Remove the hand-rolled CordLeaker and replace with absl::NoDestructorDerek Mauro
2024-04-24`convert_test`: Delete obsolete `skip_verify` parameter in test helperDino Radakovic
2024-04-23overload: allow using the underlying type with CTAD directly.Aaron Jacobs
2024-04-19PR #1653: Remove unnecessary casts when calling CRC32_u64Pavel P
2024-04-18PR #1652: Avoid C++23 deprecation warnings from float_denorm_stylePavel P
2024-04-18Minor cleanup for `absl::Cord`Abseil Team
2024-04-18PR #1651: Implement ABSL_INTERNAL_DISABLE_DEPRECATED_DECLARATION_WARNING for ...Pavel P
2024-04-18Add `operator<=>` support to `absl::int128` and `absl::uint128`Benjamin Barenblat
2024-04-18[absl] Re-use the existing `std::type_identity` backfill instead of redefinin...Lawrence Wolf-Sonkin
2024-04-18Add `absl::AppendCordToString`Abseil Team
2024-04-18`str_format/convert_test`: Delete workaround for [glibc bug](https://sourcewa...Dino Radakovic
2024-04-17`absl/log/internal`: Document conditional ABSL_ATTRIBUTE_UNUSED, add C++17 TODODino Radakovic
2024-04-15`log/internal/check_op`: Add ABSL_ATTRIBUTE_UNUSED to CHECK macros when STRIP...Dino Radakovic
2024-04-12log_benchmark: Add VLOG_IS_ON benchmarkAbseil Team
2024-04-09Restore string_view detection checkAbseil Team
2024-04-09Remove an unnecessary ABSL_ATTRIBUTE_UNUSED from a logging macroDerek Mauro
2024-04-05In example code, add missing template parameter.Abseil Team
2024-04-04Optimize crc32 V128_From2x64 on ArmConnal de Souza
2024-04-04Annotate that Mutex should warn when unused.Chris Kennelly
2024-04-04Add ABSL_ATTRIBUTE_LIFETIME_BOUND to Cord::Flatten/TryFlatAbseil Team
2024-04-04Deprecate `absl::exchange`, `absl::forward` and `absl::move`, whichDerek Mauro
2024-04-02Temporarily revert dangling std::string_view detection until dependent is fixedAbseil Team
2024-04-02Use _decimal_ literals for the CivilDay example.Devin Jeanpierre
2024-04-02Fix bug in BM_EraseIf.Vitaly Goldshteyn
2024-04-02Add internal traits to absl::string_view for lifetimebound detectionAbseil Team
2024-04-02Add internal traits to absl::StatusOr for lifetimebound detectionAbseil Team
2024-04-02Add internal traits to absl::Span for lifetimebound detectionAbseil Team
2024-04-02Add missing dependency for log test build targetAbseil Team
2024-04-01Add internal traits for lifetimebound detectionAbseil Team
2024-03-28Use local decoding buffer in HexStringToBytesAbseil Team