1. 77ba7ca Lifetime checks for `absl::StrSplit()` by Abseil Team · 35 hours ago master
  2. 55de735 `absl`: Replace `absl::remove_cv_t<absl::remove_reference_t<T>>` with `absl::remove_cvref_t<T>` by Dino Radakovic · 2 days ago
  3. e9bb35c Adding support for int128 and uint128 flag types by Abseil Team · 2 days ago
  4. 01e628d Merge pull request #1457 from juergbi:time-threads by Copybara-Service · 3 days ago
  5. 1561ee6 Merge pull request #1463 from kuszmaul:indicative by Copybara-Service · 3 days ago
  6. 71ffb09 Update Abseil to RE2 release `2023-06-01`. by Paul Wankadia · 3 days ago
  7. 182925b Convert `raw_hash_set` comments from imperative to indicative mood. by Bradley C. Kuszmaul · 3 days ago
  8. 8c46640 Merge pull request #1462 from kuszmaul:fix-typo by Copybara-Service · 4 days ago
  9. 6f72305 Switch from perror to ABSL_INTERNAL_LOG. by Abseil Team · 4 days ago
  10. e077941 For web assembly, implement WriteToStderr as emscripten_err. by Abseil Team · 4 days ago
  11. 75fb27c Typo gardening by Bradley C. Kuszmaul · 5 days ago
  12. 8e45685 Disable the use of the fast GetCurrentTimeNanos() algorithm based on by Derek Mauro · 9 days ago
  13. 0f718c5 Add support for stateful allocators to absl::FixedArray. by Abseil Team · 9 days ago
  14. 88cc63e Implement a better GetTID on Apple platforms, and a better fallback too. by Andy Getzendanner · 10 days ago
  15. c154d20 Split absl/hash/hash_test.cc into two files by Benjamin Barenblat · 10 days ago
  16. 4e4b48f Note that AsyncSignalSafeWriteToStderr preserves errno, and inline one use of it into a lambda. by Andy Getzendanner · 10 days ago
  17. c3e9485 Merge pull request #1454 from niranjan-nilakantan:niranjan-nilakantan/issue1450 by Copybara-Service · 11 days ago
  18. 7d7defd fill ABSL_INTERNAL_(DISABLE|RESTORE)_DEPRECATED_DECLARATION_WARNING macro for clang by Abseil Team · 11 days ago
  19. c24ead7 CMake: Link `time_zone` library to `Threads::Threads` by Jürg Billeter · 11 days ago
  20. d23adc1 Merge pull request #1455 from juergbi:solaris by Copybara-Service · 11 days ago
  21. 5274782 Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK. by Andy Getzendanner · 11 days ago
  22. 79ca5d7 Add a declaration for __cpuid for the IntelLLVM compiler. by niranjan-nilakantan · 12 days ago
  23. 962e8be absl/debugging: Fix build on Solaris by Jürg Billeter · 12 days ago
  24. 9d43470 CI: Move the GCC-latest testing to GCC 13.1 on Linux by Derek Mauro · 12 days ago
  25. 830dabd Rollback of add a declaration for __cpuid for the IntelLLVM compiler. by Abseil Team · 12 days ago
  26. 7723d9a Clone the Clang flags section for IntelLLVM. by Niranjan Nilakantan · 12 days ago
  27. 051aa98 Merge pull request #1452 from niranjan-nilakantan:niranjan-nilakantan/issue1358 by Copybara-Service · 12 days ago
  28. 02d1f5e Import of CCTZ from GitHub. by Abseil Team · 12 days ago
  29. 25d7c2a Fix endianess in FastIntToBuffer by Abseil Team · 13 days ago
  30. 68be731 Rename ABSL_*_IMPL macros to match the other ABSL_LOG_INTERNAL_* macros and to make sure it's clear that they're internal. by Andy Getzendanner · 2 weeks ago
  31. 15d26cd Optimize absl::StrCat for integers by Abseil Team · 2 weeks ago
  32. aaf81ec Import of CCTZ from GitHub. by Derek Mauro · 2 weeks ago
  33. bd74871 Add a declaration for __cpuid for the IntelLLVM compiler. by Niranjan Nilakantan · 2 weeks ago
  34. f6f65f9 Merge pull request #1448 from glandium:clang by Copybara-Service · 2 weeks ago
  35. 486db28 Use UB impl of launder on when using clang < 8 and c++17 by Mike Hommey · 2 weeks ago
  36. 07e8b2a Add compiler deprecation warnings for absl::ConvertDateTime() and absl::FromDateTime(). by Derek Mauro · 2 weeks ago
  37. c8b33b0 Add non-public API for internal users by Eric Fiselier · 3 weeks ago
  38. abe63eb Merge pull request #1290 from jun-sheaf:patch-1 by Copybara-Service · 3 weeks ago
  39. 34dd639 Mutex: Remove the deprecated absl::RegisterSymbolizer() hook by Derek Mauro · 3 weeks ago
  40. c15196e Merge pull request #1115 from h-vetinari:dll_targets by Copybara-Service · 3 weeks ago
  41. df283a2 fix some missing ABSL_INTERNAL_DLL_TARGETS for shared builds by H. Vetinari · 3 weeks ago
  42. 3aa3377 Fixed Windows DLL builds of test targets by Derek Mauro · 3 weeks ago
  43. 2526926 Remove ABSL_HARDENING_ASSERT in AnyInvocable to avoid performance impact in optimized builds by Abseil Team · 3 weeks ago
  44. 67f9650 YuleSimon/SkewedLow: Cleanup/move benchmarks and overload tests. by Laramie Leavitt · 3 weeks ago
  45. b19ec98 Stop moving an absl::FunctionRef, since the class isn't movable, it by Derek Mauro · 4 weeks ago
  46. 41aecd0 Add semicolon at the end of the line on code example by Abseil Team · 4 weeks ago
  47. 4aa4f33 For Bazel builds, mark some of the low-level tests that are dependent by Derek Mauro · 4 weeks ago
  48. 2662ae4 Add missing dependency on dynamic_annotations to stacktrace, which is needed in some of the by Abseil Team · 4 weeks ago
  49. 7e22b30 Nop change. by Abseil Team · 4 weeks ago
  50. 419b54d Make `absl::StatusOr::AssignStatus` public. Recommend against using it outside of generic programming (attempt #2 after internal fix) by Dino Radakovic · 4 weeks ago
  51. f39f340 Breaks internal code by Abseil Team · 4 weeks ago
  52. b2abe7a Make `absl::StatusOr::AssignStatus` public. Recommend against using it outside of generic programming by Dino Radakovic · 4 weeks ago
  53. 3d604bc Add tests for btrees in which slot_type is overaligned and slot_type is equal to field_type. by Evan Brown · 4 weeks ago
  54. 2585295 Add lifetimebound attribute to more Abseil container methods and remove them from internal ones. by Abseil Team · 4 weeks ago
  55. 20c087a Add lifetimebound attribute to some Abseil containers by Abseil Team · 5 weeks ago
  56. 3e9f08d Merge pull request #1441 from Vertexwahn:fix-spelling3 by Copybara-Service · 5 weeks ago
  57. d60c3ac Fix spelling mistakes by Vertexwahn · 5 weeks ago
  58. 3132b83 Add pointer-stability validation in btree. by Evan Brown · 5 weeks ago
  59. c0d58db PR #1433: Fix incorrect timespec definition on 32-bit platforms with 64-bit time_t by Oleg Lyovin · 5 weeks ago
  60. 502769b For Bazel builds, mark some of the low-level tests that are dependent by Derek Mauro · 5 weeks ago
  61. 61cac1f Instantiate LogMessage::CopyToEncodedBuffer separately for literals and non-literals to save an instruction at each operator<<(string) callsite. by Andy Getzendanner · 5 weeks ago
  62. 201c426 Merge pull request #1438 from Vertexwahn:fix-spelling by Copybara-Service · 5 weeks ago
  63. e9a7eea Shrink most LOG callsites by one instruction (SysV x86_64 ABI) by dispatching to per-severity constructors and omitting the severity argument. by Andy Getzendanner · 5 weeks ago
  64. 56c5fc6 Introduce IfConstexpr(Else) utilities for use internally in abseil library implementation. by Evan Brown · 5 weeks ago
  65. 9c32e50 Fix spelling mistakes by Vertexwahn · 5 weeks ago
  66. 65109ec trivial: format some files using clang-format by Patrick Xia · 5 weeks ago
  67. 8518869 Merge pull request #1434 from Vertexwahn:fix-spelling by Copybara-Service · 6 weeks ago
  68. 421a74d Fix some spelling mistakes by Vertexwahn · 6 weeks ago
  69. 4ffaea7 Merge pull request #1416 from AtariDreams:fill by Copybara-Service · 6 weeks ago
  70. 0b49f8a Mutex: Remove MSVC 2015 workarounds by Derek Mauro · 6 weeks ago
  71. 8bd7178 Adds template specialization for nullptr assertion of absl::AnyInvocable types. by Abseil Team · 6 weeks ago
  72. 43e07a0 Fix handling of `CHECK` macros in static analysis tools. by Abseil Team · 6 weeks ago
  73. 70af93e `AbslHashValue()` applied to a C-style array simply decays the array to a pointer and hashes that, which is very unlikely to be what the author intended. by Abseil Team · 6 weeks ago
  74. f8bf909 Support pthread_cond_clockwait() and sem_clockwait() on Android by Derek Mauro · 6 weeks ago
  75. 9686b7b Fix flaky test failures. by Evan Brown · 6 weeks ago
  76. bc65499 Minor optimization in btree: avoid redundant stores to node->position when constructing nodes. by Evan Brown · 6 weeks ago
  77. a26fc02 Prefer copy_n and fill_n over copy and fill where appropriate. by Rose · 7 weeks ago
  78. e85868c Unify std type detection now that older compilers are no longer supported by Derek Mauro · 7 weeks ago
  79. fb0debf Add ABSL_RAW_DLOG and ABSL_RAW_DCHECK macros by Martijn Vels · 7 weeks ago
  80. 2d04ec1 Add configurability of the log Tag value on Android by Abseil Team · 7 weeks ago
  81. f361836 Add an API to clear the saved LogBacktraceAt location, and call it when setting an empty or invalid flag value. by Andy Getzendanner · 7 weeks ago
  82. 387e1bf Optional: Remove workaround for lack of support for inheriting constructors by Derek Mauro · 7 weeks ago
  83. 2ed3e75 Span: Remove MSVC 2015 workaround by Derek Mauro · 7 weeks ago
  84. bce5bec Reland "Get rid of tail padding within `absl::Duration`. This reduces memory usage needs when storing duration in containers (e.g. `vector<absl::Duration>` uses 25% less memory), and allows classes with `absl::Duration` fields to fit other stuff in memory previously used by tail padding (e.g. `std::optional<absl::Duration>` is now 16 bytes instead of 24)." by Abseil Team · 7 weeks ago
  85. 124e4f4 Spell out the meaning of non-reentrant/non-recursive. by Thomas Köppe · 7 weeks ago
  86. c5f310d Don't override clock_gettime in the KernelTimeout and Waiter by Derek Mauro · 7 weeks ago
  87. c23acb9 Synchronization: Consolidate the logic for whether steady clocks are supported by Derek Mauro · 7 weeks ago
  88. 32d314d Set executable bit to the *.bat files by Abseil Team · 8 weeks ago
  89. 2126f02 In debug mode, detect cases of btree comparators that violate transitivity, i.e. comp(A,B) && comp(B,C) -> comp(A,C). by Evan Brown · 8 weeks ago
  90. cb204d6 Replace absl::type_traits_internal::is_trivially_copyable with by Derek Mauro · 8 weeks ago
  91. 3a46229 Name anonymous memory allocations on Linux. by Abseil Team · 8 weeks ago
  92. 5ad663b inlined_vector: fix incorrect restrictions on the copy constructor fast path. by Aaron Jacobs · 8 weeks ago
  93. 156b10f inlined_vector: fix incorrect restrictions on the swap fast path. by Aaron Jacobs · 8 weeks ago
  94. 2e47068 inlined_vector: fix incorrect restrictions on the move-assignment fast path. by Aaron Jacobs · 8 weeks ago
  95. dd89c56 inlined_vector: relax the requirements on the move-construction fast path. by Aaron Jacobs · 8 weeks ago
  96. 2927340 Extend ABSL_ATTRIBUTE_NO_SANITIZE_ADDRESS to support HWASAN by Abseil Team · 8 weeks ago
  97. 3ac6009 Add a pull request template by Derek Mauro · 8 weeks ago
  98. 1a72ea7 Synchronization: Support true relative timeouts using the POSIX by Derek Mauro · 8 weeks ago
  99. 42a3c03 Document that wrapping an empty `std::function` creates a non-empty `AnyInvocable` by Dino Radakovic · 8 weeks ago
  100. e73b913 Use stdout for help output even in case of errors. by Gennadiy Rozental · 8 weeks ago