1. e8b549b Remove deprecated errno constants from the absl::Status mapping by Derek Mauro · 1 year ago
  2. b70ad84 Introduce GrowthInfo with tests, but without usage. by Vitaly Goldshteyn · 1 year ago
  3. 1ccc2eb Enable small object optimization in swisstable. by Evan Brown · 1 year ago
  4. 6f0c500 Refactor the GCC unintialized memory warning suppression in raw_hash_set.h. by Evan Brown · 1 year ago
  5. 68ce303 Respect `NDEBUG_SANITIZER` by Abseil Team · 1 year ago
  6. e7858c7 Revert integer-to-string conversion optimizations pending more thorough analysis by Abseil Team · 1 year ago
  7. 86f3019 Fix a bug in `Cord::{Append,Prepend}(CordBuffer)`: call by Marcin Kowalczyk · 1 year ago
  8. ad5499a Add `BM_EraseIf` benchmark. by Vitaly Goldshteyn · 1 year, 1 month ago
  9. 48abb9f Record sizeof(key_type), sizeof(value_type) in hashtable profiles. by Chris Kennelly · 1 year, 1 month ago
  10. 06e1190 Fix ClangTidy warnings in btree.h. by Evan Brown · 1 year, 1 month ago
  11. c2cf2d3 LSC: Move expensive variables on their last use to avoid copies. by Abseil Team · 1 year, 1 month ago
  12. 7335a36 PR #1644: unscaledcycleclock: remove RISC-V support by aurel32 · 1 year, 1 month ago
  13. 9a9502b Reland: Make DLOG(FATAL) not understood as [[noreturn]] by Peter Boström · 1 year, 1 month ago
  14. 76f8011 Separate out absl::StatusOr constraints into statusor_internal.h by Abseil Team · 1 year, 1 month ago
  15. 5036f0b Use Layout::WithStaticSizes in btree. by Evan Brown · 1 year, 1 month ago
  16. 1cd7128 `layout`: Delete outdated comments about ElementType alias not being used because of MSVC by Dino Radakovic · 1 year, 1 month ago
  17. e4c00cc Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower() by Abseil Team · 1 year, 1 month ago
  18. 85166c9 `layout_benchmark`: Replace leftover comment with intended call to MyAlign by Dino Radakovic · 1 year, 1 month ago
  19. 4213346 Remove absl::aligned_storage_t by Derek Mauro · 1 year, 1 month ago
  20. 4024afb Delete ABSL_ANNOTATE_MEMORY_IS_INITIALIZED under Thread Sanitizer by Abseil Team · 1 year, 1 month ago
  21. 8fe6b42 Remove vestigial variables in the DumpNode() helper in absl::Cord by Derek Mauro · 1 year, 1 month ago
  22. 1980d7b Do hashtablez sampling on the first insertion into an empty SOO hashtable. by Evan Brown · 1 year, 1 month ago
  23. 43c36ff Add explicit #include directives for <tuple>, "absl/base/config.h", and "absl/strings/string_view.h". by Abseil Team · 1 year, 1 month ago
  24. fa6a3cd Add a note about the cost of `VLOG` in non-debug builds. by Abseil Team · 1 year, 1 month ago
  25. a41e016 Fix flaky test failures on MSVC. by Evan Brown · 1 year, 1 month ago
  26. d53b1e6 Add template keyword to example comment for Layout::WithStaticSizes. by Evan Brown · 1 year, 1 month ago
  27. c1d4e4b PR #1643: add xcprivacy to all subspecs by Hannah Shi · 1 year, 1 month ago
  28. 50a8867 Record sampling stride in cord profiling to facilitate unsampling. by Chris Kennelly · 1 year, 1 month ago
  29. 5e61a28 Fix a typo in a comment. by Evan Brown · 1 year, 1 month ago
  30. 4539c54 [log] Correct SetVLOGLevel to SetVLogLevel in comments by Abseil Team · 1 year, 1 month ago
  31. 5839a14 Add a feature to container_internal::Layout that lets you specify some array sizes at compile-time as template parameters. This can make offset and size calculations faster. by Abseil Team · 1 year, 1 month ago
  32. 56d3f22 `layout`: Mark parameter of Slices with ABSL_ATTRIBUTE_UNUSED, remove old workaround by Dino Radakovic · 1 year, 1 month ago
  33. 153186b `layout`: Use auto return type for functions that explicitly instantiate std::tuple in return statements by Dino Radakovic · 1 year, 1 month ago
  34. 16e2195 Remove redundant semicolons introduced by macros by Abseil Team · 1 year, 1 month ago
  35. d0d902e [log] Make :vlog_is_on/:absl_vlog_is_on public in BUILD.bazel by Abseil Team · 1 year, 1 month ago
  36. 74df697 Add additional checks for size_t overflows by Derek Mauro · 1 year, 1 month ago
  37. 2f05910 Replace //visibility:private with :__pkg__ for certain targets by Abseil Team · 1 year, 1 month ago
  38. 1c233c5 PR #1603: Disable -Wnon-virtual-dtor warning for CommandLineFlag implementations by Adam Gajda · 1 year, 1 month ago
  39. 2a7d0da Add several missing includes in crc/internal by Abseil Team · 1 year, 1 month ago
  40. c6ed744 Roll back extern template instatiations in swisstable due to binary size increases in shared libraries. by Evan Brown · 1 year, 1 month ago
  41. e4b07ec Add nodiscard to SpinLockHolder. by Chris Kennelly · 1 year, 1 month ago
  42. 321addf Test that rehash(0) reduces capacity to minimum. by Vitaly Goldshteyn · 1 year, 1 month ago
  43. 0385612 Add extern templates for common swisstable types. by Evan Brown · 1 year, 1 month ago
  44. 3c1f9be Disable ubsan for benign unaligned access in crc_memcpy by Abseil Team · 1 year, 1 month ago
  45. 686aae1 Make swisstable SOO support GDB pretty printing and still compile in OSS. by Evan Brown · 1 year, 1 month ago
  46. 5e54c9d Fix OSX support with CocoaPods and Xcode 15 by Abseil Team · 1 year, 1 month ago
  47. bb83ace Fix GCC7 C++17 build by Derek Mauro · 1 year, 1 month ago
  48. 28e4000 Use UnixEpoch and ZeroDuration by Abseil Team · 1 year, 1 month ago
  49. 6cd8cf0 Make flaky failures much less likely in BasicMocking.MocksNotTriggeredForIncorrectTypes test. by Evan Brown · 1 year, 1 month ago
  50. e20285c Delete a stray comment by Abseil Team · 1 year, 1 month ago
  51. b969083 Move GCC uninitialized memory warning suppression into MaybeInitializedPtr. by Evan Brown · 1 year, 1 month ago
  52. d802708 Replace usages of absl::move, absl::forward, and absl::exchange with their by Derek Mauro · 1 year, 1 month ago
  53. b97e7f3 Fix the move to itself by Abseil Team · 1 year, 1 month ago
  54. e968256 Work around an implicit conversion signedness compiler warning by Abseil Team · 1 year, 1 month ago
  55. d03f54e Avoid MSan: use-of-uninitialized-value error in find_non_soo. by Evan Brown · 1 year, 1 month ago
  56. 53e6dae Fix flaky MSVC test failures by using longer slop time. by Evan Brown · 1 year, 1 month ago
  57. 6f0bb27 Add ABSL_ATTRIBUTE_UNUSED to variables used in an ABSL_ASSUME. by Evan Brown · 1 year, 1 month ago
  58. 1449c9a Implement small object optimization in swisstable - disabled for now. by Evan Brown · 1 year, 1 month ago
  59. 6bf3c73 Document and test ability to use absl::Overload with generic lambdas. by Vitaly Goldshteyn · 1 year, 1 month ago
  60. 8dc90ff Extract `InsertPosition` function to be able to reuse it. by Vitaly Goldshteyn · 1 year, 1 month ago
  61. 59daf18 Increase GraphCycles::PointerMap size by Abseil Team · 1 year, 1 month ago
  62. 7bd9ff9 PR #1632: inlined_vector: Use trivial relocation for `erase` by Arthur O'Dwyer · 1 year, 1 month ago
  63. 7a43445 Create `BM_GroupPortable_Match`. by Vitaly Goldshteyn · 1 year, 1 month ago
  64. e7fe9ec [absl] Mark `absl::NoDestructor` methods with `absl::Nonnull` as appropriate by Lawrence Wolf-Sonkin · 1 year, 1 month ago
  65. 55d28d4 Automated Code Change by Abseil Team · 1 year, 1 month ago
  66. b737274 Rework casting in raw_hash_set's `IsFull()`. by Paul Rigge · 1 year, 1 month ago
  67. 953cec7 Adds ABSL_ATTRIBUTE_LIFETIME_BOUND to absl::BitGenRef by Derek Mauro · 1 year, 1 month ago
  68. cfde5f7 Workaround for NVIDIA C++ compiler being unable to parse variadic expansions in range of range-based for loop by Abseil Team · 1 year, 1 month ago
  69. 653a671 Rollback: Make DLOG(FATAL) not understood as [[noreturn]] by Abseil Team · 1 year, 1 month ago
  70. c0bec1a Make DLOG(FATAL) not understood as [[noreturn]] by Abseil Team · 1 year, 1 month ago
  71. 9bbbbd3 Optimize `absl::Duration` division and modulo: Avoid repeated redundant comparisons in `IDivFastPath`. by Abseil Team · 1 year, 1 month ago
  72. bde089f Optimize `absl::Duration` division and modulo: Allow the compiler to inline `time_internal::IDivDuration`, by splitting the slow path to a separate function. by Abseil Team · 1 year, 1 month ago
  73. 90ebb6f Fix typo in example code snippet. by Abseil Team · 1 year, 1 month ago
  74. 1436831 Automated Code Change by Abseil Team · 1 year, 1 month ago
  75. eef325b Add braces for conditional statements in raw_hash_map functions. by Evan Brown · 1 year, 2 months ago
  76. d87dc03 Optimize `prepare_insert`, when resize happens. It removes single unnecessary probing before resize that is beneficial for small tables the most. by Vitaly Goldshteyn · 1 year, 2 months ago
  77. 0e72e54 Add noexcept to move assignment operator and swap function by Abseil Team · 1 year, 2 months ago
  78. 3afe4fe Import of CCTZ from GitHub. by Abseil Team · 1 year, 2 months ago
  79. f2710cc Minor documentation updates. by Abseil Team · 1 year, 2 months ago
  80. 831e57a Change find_or_prepare_insert to return std::pair<iterator, bool> to match return type of insert. by Evan Brown · 1 year, 2 months ago
  81. 92c8575 PR #1618: inlined_vector: Use trivial relocation for `SwapInlinedElements` by Arthur O'Dwyer · 1 year, 2 months ago
  82. b0f85e2 Improve raw_hash_set tests. by Abseil Team · 1 year, 2 months ago
  83. f576ea0 Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower() by Abseil Team · 1 year, 2 months ago
  84. c28f689 Use const_cast to avoid duplicating the implementation of raw_hash_set::find(key). by Evan Brown · 1 year, 2 months ago
  85. 1449add Import of CCTZ from GitHub. by Derek Mauro · 1 year, 2 months ago
  86. d073d80 Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower() by Abseil Team · 1 year, 2 months ago
  87. a7012a5 Annotate that SpinLock should warn when unused. by Chris Kennelly · 1 year, 2 months ago
  88. 14b8a4e PR #1625: absl::is_trivially_relocatable now respects assignment operators by Arthur O'Dwyer · 1 year, 2 months ago
  89. 8a3caf7 Introduce `Group::MaskNonFull` without usage. by Abseil Team · 1 year, 2 months ago
  90. 4580d86 `demangle`: Parse template template and C++20 lambda template param substitutions by Dino Radakovic · 1 year, 2 months ago
  91. d4578ef PR #1617: fix MSVC 32-bit build with -arch:AVX by Stanislaw Halik · 1 year, 2 months ago
  92. 797501d Minor documentation fix for `absl::StrSplit()` by Abseil Team · 1 year, 2 months ago
  93. 4618865 Prevent overflow in `absl::CEscape()` by Derek Mauro · 1 year, 2 months ago
  94. c14dfbf `demangle`: Parse optional single template argument for built-in types by Dino Radakovic · 1 year, 2 months ago
  95. 0a362eb PR #1412: Filter out `-Xarch_` flags from pkg-config files by Ruoyu Zhong · 1 year, 2 months ago
  96. 4ea6e47 `demangle`: Add complexity guard to `ParseQRequiresExpr` by Dino Radakovic · 1 year, 2 months ago
  97. 34604d5 Remove deprecated symbol absl::kuint128max by Derek Mauro · 1 year, 2 months ago
  98. 119e0d3 Add ABSL_ATTRIBUTE_WARN_UNUSED. by Chris Kennelly · 1 year, 2 months ago
  99. 4358cb2 `demangle`: Parse `requires` clauses on template params, before function return type by Dino Radakovic · 1 year, 2 months ago
  100. df2c771 On Apple, implement absl::is_trivially_relocatable with the fallback. by Abseil Team · 1 year, 2 months ago