1. 1a03fb9 Update comments to make it explicit that moving a flat_hash_{set,map} can cause pointers to elements to be invalidated. by Evan Brown · 1 year, 6 months ago
  2. 7135ec6 PR #1559: Fix comparison of integer expressions of different signedness warning by Alexander Ignatyev · 1 year, 6 months ago
  3. 065d50d Add sanitizer mode validation for use of references to swisstables elements that may have been invalidated by a container move. by Evan Brown · 1 year, 6 months ago
  4. f3760b4 Mutex: Remove destructor in release build by Dmitry Vyukov · 1 year, 6 months ago
  5. 6c8338c Optimize memcasecmp. Benchmarks shows slight improvement. by Ilya Tokar · 1 year, 6 months ago
  6. dc3ef29 Roll forward: Add sanitizer mode checks that element constructors/destructors don't make reentrant calls to raw_hash_set member functions. by Evan Brown · 1 year, 6 months ago
  7. e7d9317 Fix an unreachable code warning on some platforms by Derek Mauro · 1 year, 6 months ago
  8. f410672 absl: speed up Mutex::Lock by Dmitry Vyukov · 1 year, 6 months ago
  9. 89d2caa Rollback "Mutex: Remove destructor in release build" by Dmitry Vyukov · 1 year, 6 months ago
  10. cdb1e7f Mutex: Remove destructor in release build by Dmitry Vyukov · 1 year, 6 months ago
  11. c8087ae Avoid using the non-portable type __m128i_u. by Derek Mauro · 1 year, 6 months ago
  12. d59eabb Prefer builtin to inline assembly when built with -mprfchw. by Chris Kennelly · 1 year, 6 months ago
  13. 4a6ea63 PR #1553: Adapt to syscall(2) removal in OpenBSD by Theo Buehler · 1 year, 6 months ago
  14. b841db2 absl: requeue waiters as LIFO by Dmitry Vyukov · 1 year, 6 months ago
  15. 8b38320 Fix a typo. by Abseil Team · 1 year, 6 months ago
  16. 822e324 Add `AbslStringify()` support to `absl::Cord` by Abseil Team · 1 year, 6 months ago
  17. a6d9a9c Performance improvements for `absl::AsciiStrToLower` and `absl::AsciiStrToUpper`. by Abseil Team · 1 year, 6 months ago
  18. a0b72ad Use STL algorithms available since C++14 to implement container by Derek Mauro · 1 year, 6 months ago
  19. b5fb058 Use STL algorithms available since C++14 to implement absl::equal and by Derek Mauro · 1 year, 6 months ago
  20. 133360c Add internal interface to determine if a SpinLock is cooperative. by Chris Kennelly · 1 year, 6 months ago
  21. 3bc08b8 Rollback use of --remote_download_minimal on Bazel CI builds by Derek Mauro · 1 year, 6 months ago
  22. 0f11060 absl::string_view: Add support for starts_with() and ends_with() by Derek Mauro · 1 year, 6 months ago
  23. 0378614 Optimize prefetch codegen. by Dmitry Vyukov · 1 year, 6 months ago
  24. 9687a8e Add a template gadget to detect whether a type supports the ostream operator. by Zie Weaver · 1 year, 6 months ago
  25. 7676c56 Rollback: Add sanitizer mode checks that element constructors/destructors don't make reentrant calls to raw_hash_set member functions. by Evan Brown · 1 year, 6 months ago
  26. b87875a PR #1546: CMake: Enable CMP0074 so that GTest_ROOT can be specified by Daniel Richard G · 1 year, 6 months ago
  27. 2a18ba7 Add sanitizer mode checks that element constructors/destructors don't make reentrant calls to raw_hash_set member functions. by Evan Brown · 1 year, 6 months ago
  28. d368d3d Add iterator invalidation checking for when the hashtable is moved. by Evan Brown · 1 year, 6 months ago
  29. 99bbd7c Add missing headers in raw_hash_map.h. by Evan Brown · 1 year, 7 months ago
  30. 9fb8a38 The current implementation of control by checking on x86 has an unnecessary sign extension after the doing the control byte comparison. Changing the bitmask object by Abseil Team · 1 year, 7 months ago
  31. 5a7fca7 Delete `absl::strings_internal::HasAbslStringify`. by Abseil Team · 1 year, 7 months ago
  32. 18a26f7 Update GoogleTest dependency by Derek Mauro · 1 year, 7 months ago
  33. cb7d5cc Bazel: Use --remote_download_minimal to improve remote cache usage in CI builds by Derek Mauro · 1 year, 7 months ago
  34. 8bb4174 No public description by Abseil Team · 1 year, 7 months ago
  35. f01b220 Import of CCTZ from GitHub. by Derek Mauro · 1 year, 7 months ago
  36. 0ef3ef4 Bazel: Enable the header_modules feature by Derek Mauro · 1 year, 7 months ago
  37. 143e983 Bazel: Support layering_check and parse_headers by Derek Mauro · 1 year, 7 months ago
  38. 5dc0e78 ABSL_INTERNAL_HAS_CXA_DEMANGLE: Check __GNUC__ is defined. by Abseil Team · 1 year, 7 months ago
  39. 4335b3f Update argument order of `EXPECT_EQ` in `absl::StrJoin` documentation. by Abseil Team · 1 year, 7 months ago
  40. f3ba72e Add entries for Neoverse N2,V1, and V2 into CRC dynamic dispatch table. by Connal de Souza · 1 year, 7 months ago
  41. aac30f6 Fix typo in docstring for `absl::c_iota()` by Abseil Team · 1 year, 7 months ago
  42. 0a529cf Fix error in GCC warning suppression by Derek Mauro · 1 year, 7 months ago
  43. 4176cd2 Correct the grammar of an IWYU pragma. by Abseil Team · 1 year, 7 months ago
  44. 9c2582e Mark absl::Status as ABSL_ATTRIBUTE_TRIVIAL_ABI by Abseil Team · 1 year, 7 months ago
  45. ceea796 Fix a small typo in the docs. by Abseil Team · 1 year, 7 months ago
  46. 8d5db9b With sufficiently high-levels of optimization, this function by Abseil Team · 1 year, 7 months ago
  47. d26b625 Use ABSL_RAW_LOG and ABSL_PREDICT_* for all debug checks in swisstable including sanitizer mode checks. by Evan Brown · 1 year, 7 months ago
  48. 22dc791 Refactor swisstable copy/move assignment to fix issues with allocator propagation and improve performance. by Evan Brown · 1 year, 7 months ago
  49. 74a8f6f Update a dead link. by Abseil Team · 1 year, 7 months ago
  50. b272bcb Minor build rule changes. by Evan Brown · 1 year, 7 months ago
  51. 302d851 Re-submit with a fix for platforms without RTTI. by Abseil Team · 1 year, 7 months ago
  52. 44e8609 Export common.h from raw_hash_set.h to prevent IWYU from linting when using node_handle by Abseil Team · 1 year, 7 months ago
  53. 23de533 Delete dead function. by Abseil Team · 1 year, 7 months ago
  54. bab9544 No public description by Abseil Team · 1 year, 7 months ago
  55. 6ab667f Add an internal wrapper for `abi::__cxa_demangle()`. by Abseil Team · 1 year, 7 months ago
  56. cced061 Add an internal wrapper for `abi::__cxa_demangle()`. by Abseil Team · 1 year, 7 months ago
  57. ac364eb Optimize CRC32 for Ampere Siryn by Connal de Souza · 1 year, 7 months ago
  58. 2fa24cc Fix logging flags documentation to refer to `LogSink`s instead of logfiles by Derek Mauro · 1 year, 7 months ago
  59. e3114cc Adds `AbslStringify` to `absl::Status` for completeness. by Abseil Team · 1 year, 7 months ago
  60. f4c6246 `absl::Overload()` which returns a functor that provides overloads based on the functors passed to it. by Abseil Team · 1 year, 7 months ago
  61. d53ca3b Import of CCTZ from GitHub. by Abseil Team · 1 year, 7 months ago
  62. 1ad2209 Fix a crash when calling `EstimatedMemoryUsage()` on an empty checksummed `absl::Cord`. by Abseil Team · 1 year, 7 months ago
  63. 90e8f6f Mutex: Rollback requeing waiters as LIFO by Abseil Team · 1 year, 7 months ago
  64. aa3c949 Optimize CRC32 Extend for large inputs on Arm by Connal de Souza · 1 year, 7 months ago
  65. 821756c Replace BtreeAllocatorTest with individual test cases for copy/move/swap propagation (defined in test_allocator.h) and minimal alignment. by Evan Brown · 1 year, 7 months ago
  66. e313f0e Rollback "absl: speed up Mutex::Lock" by Dmitry Vyukov · 1 year, 7 months ago
  67. db08109 Use ABSL_PREDICT_FALSE and ABSL_RAW_LOG for shared safety checks in raw_hash_set. by Daniel Cheng · 1 year, 7 months ago
  68. 1f220d5 Rolling back cl/565792699 by Abseil Team · 1 year, 7 months ago
  69. c45a439 absl:speed up Mutex::[Reader]TryLock by Dmitry Vyukov · 1 year, 7 months ago
  70. adcaae4 absl: add Mutex::[Reader]TryLock benchmark by Dmitry Vyukov · 1 year, 7 months ago
  71. 28549d1 absl: speed up Mutex::ReaderLock/Unlock by Dmitry Vyukov · 1 year, 7 months ago
  72. 556fcb5 absl: add Mutex::ReaderLock benchmark by Dmitry Vyukov · 1 year, 7 months ago
  73. d91f39a Refactor for preliminary API update. by Abseil Team · 1 year, 7 months ago
  74. bd467aa Additional StrCat microbenchmarks. by Abseil Team · 1 year, 7 months ago
  75. cffc9ef absl: speed up Mutex::Lock by Dmitry Vyukov · 1 year, 7 months ago
  76. a5dc018 absl: requeue waiters as LIFO by Dmitry Vyukov · 1 year, 7 months ago
  77. 243b7d3 Change absl::Status implementation to be amenable to [[clang:trivial_abi]] annotation. by Abseil Team · 1 year, 7 months ago
  78. 2c1e7e3 absl: remove special case for timed CondVar waits by Dmitry Vyukov · 1 year, 7 months ago
  79. 9356553 Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, and the QCHECK flavors of these. by Andy Getzendanner · 1 year, 7 months ago
  80. f44e2ca Fix a bug in which we used propagate_on_container_copy_assignment in btree move assignment. by Evan Brown · 1 year, 7 months ago
  81. 49be2e6 Move CountingAllocator into test_allocator.h and add some other allocators that can be shared between different container tests. by Evan Brown · 1 year, 7 months ago
  82. e68f141 Allow const qualified FunctionRef instances. This allows the signature to be compatible with AnyInvokable for const uses. by Abseil Team · 1 year, 7 months ago
  83. 9a592ab absl: optimize Condition checks in Mutex code by Dmitry Vyukov · 1 year, 7 months ago
  84. c78a3f3 Remove implicit int64_t->uint64_t conversion in ARM version of V128_Extract64 by Abseil Team · 1 year, 7 months ago
  85. 5655528 Remove unused internal function `InlineRep::empty()` which has misleading semantics. by Abseil Team · 1 year, 7 months ago
  86. 9e1789f Make `HasAbslStringify` public. by Abseil Team · 1 year, 7 months ago
  87. 6c6b273 Removed Google-only #ifdefs. by Abseil Team · 1 year, 7 months ago
  88. f5b19ac Typo fix. by Abseil Team · 1 year, 8 months ago
  89. 5ae23ed Make PolicyTraits::transfer_uses_memcpy() true for node_hash_* tables. by Evan Brown · 1 year, 8 months ago
  90. f01b1b5 Add a flat_hash_set_test that we use value_type member functions to read/write from value_types when we aren't allowed to memcpy them. by Evan Brown · 1 year, 8 months ago
  91. f3eae68 Fixes StrCat() performance regression when not using libc++ by Derek Mauro · 1 year, 8 months ago
  92. 317085a Doc fix. by Abseil Team · 1 year, 8 months ago
  93. efb035a Remove CordRepRing experiment. by Martijn Vels · 1 year, 8 months ago
  94. 09d29c5 Fix strict weak ordering in convert_test.cc by Abseil Team · 1 year, 8 months ago
  95. 792e55f Rollback: by Abseil Team · 1 year, 8 months ago
  96. 6644e5b absl: remove leftovers of CondVar support for other mutexes by Abseil Team · 1 year, 8 months ago
  97. 1cf6469 absl: inline and de-dup Mutex::Await/LockWhen/CondVar::Wait by Abseil Team · 1 year, 8 months ago
  98. b9980dd absl: remove known_false condition in Mutex code by Abseil Team · 1 year, 8 months ago
  99. 38afe31 absl: remove special handling of Condition::kTrue by Abseil Team · 1 year, 8 months ago
  100. 3cb94be Fixed typo in `CHECK_STREQ` documentation by Abseil Team · 1 year, 8 months ago