aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
36 hoursUse __builtin_ctzg and __builtin_clzg in the implementations ofupstream-masterDerek Mauro
36 hoursRemove the forked absl::Status matchers implementation in statusor_testDerek Mauro
2 daysAdd comment hack to fix copybara reversibilityDerek Mauro
3 daysAdd GoogleTest matchers for absl::StatusZie Weaver
3 days[random] LogUniform: Document as a discrete distributionAbseil Team
5 daysEnable Cord tests with Crc.Fergus Henderson
9 daysFix order of qualifiers in `absl::AnyInvocable` documentation.Abseil Team
9 daysGuard against null pointer dereference in DumpNode.Fergus Henderson
10 daysApply ABSL_MUST_USE_RESULT to try lock functions.Chris Kennelly
10 daysAdd public aliases for default hash/eq types in hash-based containersDennis Kormalev
10 daysImport of CCTZ from GitHub.Abseil Team
10 daysRemove the hand-rolled CordLeaker and replace with absl::NoDestructorDerek Mauro
10 days`convert_test`: Delete obsolete `skip_verify` parameter in test helperDino Radakovic
11 daysoverload: 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
2024-03-28Only check if the frame pointer is inside a signal stack with known boundsAbseil Team
2024-03-28Roll forward: enable small object optimization in swisstable.Evan Brown
2024-03-28Optimize LowLevelHash by breaking dependency between final loads and previous...Connal de Souza
2024-03-27Fix the wrong link.Abseil Team
2024-03-27Optimize InsertMiss for tables without kDeleted slots.Vitaly Goldshteyn
2024-03-27Use GrowthInfo without applying any optimizations based on it.Vitaly Goldshteyn
2024-03-27Disable small object optimization while debugging some failing tests.Evan Brown
2024-03-27Adjust conditonal compilation in non_temporal_memcpy.hAbseil Team
2024-03-27Reformat log/internal/BUILDAbseil Team