1. 9abb0b5 Add ABSL_REFACTOR_INLINE to separate the inliner directive from the by Derek Mauro · 23 hours ago master
  2. c70fe97 Reduce stack usage when unwinding without fixups by Abseil Team · 2 days ago
  3. 29d24c5 Reduce stack usage when unwinding from 170 to 128 on x64 by Abseil Team · 2 days ago
  4. ff43958 Rename RecordInsert -> RecordInsertMiss. by Chris Kennelly · 7 days ago
  5. 0f89191 PR #1968: Use std::move_backward within InlinedVector's Storage::Insert by Mark Rowe · 7 days ago
  6. d6f4577 Use the new absl::StringResizeAndOverwrite() in CUnescape() by Derek Mauro · 7 days ago
  7. f328eff Explicitly instantiate common `raw_hash_set` backing array functions. by Vitaly Goldshteyn · 7 days ago
  8. 5bd1257 Rollback reduction of maximum load factor. Now it is back to 28/32. by Vitaly Goldshteyn · 7 days ago
  9. 18ac608 Export Mutex::Dtor from shared libraries in NDEBUG mode by Abseil Team · 8 days ago
  10. 6d94b2c Allow `IsOkAndHolds` to rely on duck typing for matching `StatusOr` like types by Zie Weaver · 8 days ago
  11. 7374f9b Fix typo in macro and add missing static_cast for WASM builds. by Abseil Team · 9 days ago
  12. d1ddbf4 windows(cmake): add abseil_test_dll to target link libraries when required by Corentin Le Molgat · 9 days ago
  13. cd62ba5 Handle empty strings in `SimpleAtof` after stripping whitespace by Abseil Team · 9 days ago
  14. b13bf1d Avoid using a thread_local in an inline function since this by Derek Mauro · 9 days ago
  15. 982f425 (Roll forward) Change Abseil's SpinLock adaptive_spin_count to a class static variable that can be set by tcmalloc friend classes. by Connal de Souza · 12 days ago
  16. 6c5a175 Change Abseil's SpinLock adaptive_spin_count to a class static variable that can be set by tcmalloc friend classes. by Abseil Team · 13 days ago
  17. ed0efc0 Change Abseil's SpinLock adaptive_spin_count to a class static variable that can be set by tcmalloc friend classes. by Connal de Souza · 13 days ago
  18. f43bcc0 Fixes for String{Resize|Append}AndOverwrite by Derek Mauro · 13 days ago
  19. 01a4ea7 Correct the supported features of Status Matchers by Zie Weaver · 14 days ago
  20. aed1a5e absl/time: Use "memory order acquire" for loads, which would allow for the safe removal of the data memory barrier. by Abseil Team · 2 weeks ago
  21. 9a2624f Use the new absl::StringResizeAndOverwrite() in string escaping utilities by Derek Mauro · 2 weeks ago
  22. f81f1b1 Add an internal-only helper StringAppendAndOverwrite() similar to by Derek Mauro · 2 weeks ago
  23. 2487de0 Release `ABSL_EXPECT_OK` and `ABSL_ASSERT_OK`. by Zie Weaver · 2 weeks ago
  24. f0a9967 Fix the CHECK_XX family of macros to not print `char*` arguments as C-strings if the comparison happened as pointers. by Samuel Benzaquen · 2 weeks ago
  25. b8c46fe Rollback StringAppendAndOverwrite() - the problem is that by Derek Mauro · 2 weeks ago
  26. d3c55ba Add an internal-only helper StringAppendAndOverwrite() similar to by Derek Mauro · 2 weeks ago
  27. 1a25916 PR #1961: Fix Clang warnings on powerpc by Milad Fa · 3 weeks ago
  28. d71fcd1 Use the new absl::StringResizeAndOverwrite() in string escaping utilities by Abseil Team · 3 weeks ago
  29. 09c29fe Use the new absl::StringResizeAndOverwrite() in string escaping utilities by Derek Mauro · 3 weeks ago
  30. 4099f74 macOS CI: Move the Bazel vendor_dir to ${HOME} to workaround a Bazel issue by Derek Mauro · 3 weeks ago
  31. ee47800 Use __msan_check_mem_is_initialized for detailed MSan report by Abseil Team · 3 weeks ago
  32. f40a1cc Optimize stack unwinding by reducing `AddressIsReadable` calls. by Abseil Team · 3 weeks ago
  33. 6cdb3d1 Add internal API to allow bypassing stack trace fixups when needed by Abseil Team · 3 weeks ago
  34. 04e19d0 absl::StrFormat: improve test coverage with scientific exponent test cases by Abseil Team · 3 weeks ago
  35. 215d8a0 Add throughput and latency benchmarks for `absl::ToDoubleXYZ` functions. by Shahriar Rouf · 3 weeks ago
  36. f807de0 CordzInfo: Use absl::NoDestructor to remove a global destructor. by Derek Mauro · 3 weeks ago
  37. 71c513c string_view: Enable std::view and std::borrowed_range by Jesse Rosenstock · 3 weeks ago
  38. 2f1be7b cleanup: s/logging_internal/log_internal/ig for consistency by Andy Getzendanner · 3 weeks ago
  39. 8faaaeb Use the new absl::StringResizeAndOverwrite() in string escaping utilities by Abseil Team · 3 weeks ago
  40. c9ffd88 Use the new absl::StringResizeAndOverwrite() in string escaping utilities by Derek Mauro · 3 weeks ago
  41. 1f659de Use the new absl::StringResizeAndOverwrite() in absl::AsciiStrTo{Lower|Upper} by Derek Mauro · 3 weeks ago
  42. 4dbcee4 Use the new absl::StringResizeAndOverwrite() in absl::StrJoin() by Derek Mauro · 3 weeks ago
  43. bda5c03 Use the new absl::StringResizeAndOverwrite() in absl::StrCat() by Derek Mauro · 3 weeks ago
  44. fdb6e72 string_view: Fix include order by Jesse Rosenstock · 3 weeks ago
  45. 0d9dff7 Don't pass nullptr as the 1st arg of `from_chars` by Abseil Team · 4 weeks ago
  46. ab4f684 absl/types: format code with clang-format. by Aaron Jacobs · 4 weeks ago
  47. d6c9f93 Validate absl::StringResizeAndOverwrite op has written bytes as expected. by Chris Kennelly · 4 weeks ago
  48. 6725fe3 Skip the ShortStringCollision test on WASM. by Evan Brown · 4 weeks ago
  49. ef1ae8e Rollback `absl/types`: format code with clang-format. by Abseil Team · 4 weeks ago
  50. 067246f Remove usage of the WasmOffsetConverter for Wasm / Emscripten stack-traces. by Tom Rybka · 4 weeks ago
  51. b6f7ac3 Use the new absl::StringResizeAndOverwrite() in absl::CordCopyToString() by Derek Mauro · 4 weeks ago
  52. 86372e7 Remove an undocumented behavior of --vmodule and absl::SetVLogLevel that could set a module_pattern to defer to the global vlog threshold. by Andy Getzendanner · 4 weeks ago
  53. 6e7b7e8 Update to rules_cc 0.2.9 by Derek Mauro · 4 weeks ago
  54. 8254d8c Avoid redefine warnings with ntstatus constants by Derek Mauro · 4 weeks ago
  55. 55a99fb PR #1944: Use same element-width for non-temporal loads and stores on Arm by J. Neuschäfer · 4 weeks ago
  56. 2e4a469 absl::StringResizeAndOverwrite(): Add the requirement that the only by Derek Mauro · 4 weeks ago
  57. dfd10a6 absl/types: format code with clang-format. by Aaron Jacobs · 4 weeks ago
  58. 3ad9b11 Minor formatting changes. by Abseil Team · 4 weeks ago
  59. 346ac9d Remove `IntIdentity` and `PtrIdentity` from `raw_hash_set_probe_benchmark`. by Vitaly Goldshteyn · 4 weeks ago
  60. e12330f Automated rollback of commit cad60580dba861d36ed813564026d9774d9e4e2b. by Abseil Team · 4 weeks ago
  61. e5c6ccb FlagStateInterface implementors need only support being restored once. by Sam McCall · 4 weeks ago
  62. cad6058 Clarify the post-condition of `reserve()` in Abseil hash containers. by Abseil Team · 4 weeks ago
  63. f2678d2 Clarify the post-condition of `reserve()` in Abseil hash containers. by Shahriar Rouf · 4 weeks ago
  64. bf891a1 Represent dropped samples in hashtable profile. by Chris Kennelly · 5 weeks ago
  65. 79549fe Add lifetimebound to absl::implicit_cast and make it work for rvalue references as it already does with lvalue references by Abseil Team · 5 weeks ago
  66. 6ae6cc6 Clean up a doc example where we had `absl_nonnull` and `= nullptr;` by Abseil Team · 5 weeks ago
  67. 511de5b Change Cordz to synchronize tracked cords with Snapshots / DeleteQueue by Martijn Vels · 5 weeks ago
  68. 78c54a5 Minor refactor to `num_threads` in deadlock test by Martijn Vels · 5 weeks ago
  69. fc4481e Rename VLOG macro parameter to match other uses of this pseudo type. by Andy Getzendanner · 5 weeks ago
  70. 2af4687 `time`: Fix indentation by Dino Radakovic · 5 weeks ago
  71. 266d62e Automated Code Change by Abseil Team · 5 weeks ago
  72. 0cf55c4 Adds `absl::StringResizeAndOverwrite` as a polyfill for C++23's by Derek Mauro · 5 weeks ago
  73. 1420ad8 Internal-only change by Aaron Jacobs · 5 weeks ago
  74. a683736 absl/time: format code with clang-format. by Aaron Jacobs · 5 weeks ago
  75. 0c01ee1 No public description by Abseil Team · 6 weeks ago
  76. a54cb45 Expose typed releasers of externally appended memory. by Abseil Team · 6 weeks ago
  77. efee2e5 Fix __declspec support for ABSL_DECLARE_FLAG() by Corentin Le Molgat · 6 weeks ago
  78. 76e395d Annotate absl::AnyInvocable as an owner type via [[gsl::Owner]] and absl_internal_is_view = std::false_type by Abseil Team · 6 weeks ago
  79. 8d29c80 Annotate absl::FunctionRef as a view type via [[gsl::Pointer]] and absl_internal_is_view by Abseil Team · 6 weeks ago
  80. 6315c20 Remove unnecessary dep on `core_headers` from the `nullability` cc_library by Abseil Team · 6 weeks ago
  81. 820cd9e type_traits: Add type_identity and type_traits_t backfills by Jesse Rosenstock · 6 weeks ago
  82. b2574e9 Refactor raw_hash_set range insertion to call private insert_range function. by Evan Brown · 7 weeks ago
  83. 2d77015 Fix bug in absl::FunctionRef conversions from non-const to const by Abseil Team · 7 weeks ago
  84. 473a0c7 PR #1937: Simplify ConvertSpecialToEmptyAndFullToDeleted by Anton Klarén · 7 weeks ago
  85. aef36c3 Improve absl::FunctionRef compatibility with C++26 by Abseil Team · 7 weeks ago
  86. f1428cf Add a workaround for unused variable warnings inside of not-taken by Derek Mauro · 7 weeks ago
  87. f138b9d Annotate ABSL_DIE_IF_NULL's return type with `absl_nonnull` by Abseil Team · 7 weeks ago
  88. 9b55d18 Move insert index computation into `PrepareInsertLarge` in order to reduce inlined part of insert/emplace operations. by Vitaly Goldshteyn · 7 weeks ago
  89. f4c22a1 Automated Code Change by Abseil Team · 7 weeks ago
  90. 2370ccf PR #1939: Add missing rules_cc loads by Keith Smiley · 7 weeks ago
  91. 620d600 Expose (internally) a LogMessage constructor taking file as a string_view for (internal, upcoming) FFI integration. by Andy Getzendanner · 8 weeks ago
  92. 768f754 Fixed up some #includes in mutex.h by Abseil Team · 8 weeks ago
  93. affc2bd Make absl::FunctionRef support non-const callables, aligning it with std::function_ref from C++26 by Abseil Team · 8 weeks ago
  94. 23b9b75 Move capacity update in `Grow1To3AndPrepareInsert` after accessing `common.infoz()` to prevent assertion failure in `control()`. by Vitaly Goldshteyn · 8 weeks ago
  95. e8c1a5f Fix check_op(s) compilation failures on gcc 8 which eagerly tries to by Sohaib Iftikhar · 9 weeks ago
  96. 179d2e3 Use `ABSL_ATTRIBUTE_ALWAYS_INLINE`for lambda in `find_or_prepare_insert_large`. by Vitaly Goldshteyn · 9 weeks ago
  97. 78bacea Mark the implicit floating operators as constexpr for `absl::int128` and `absl::uint128` by Derek Bailey · 9 weeks ago
  98. dc242cc PR #1931: raw_hash_set: fix instantiation for recursive types on MSVC with /Zc:__cplusplus by Zephyr Lykos · 9 weeks ago
  99. 0739328 Add std::pair specializations for IsOwner and IsView by Abseil Team · 9 weeks ago
  100. 266b1a0 Cast ABSL_MIN_LOG_LEVEL to absl::LogSeverityAtLeast instead of absl::LogSeverity. by Andy Getzendanner · 9 weeks ago