1. 26 Jul, 2024 2 commits
  2. 25 Jul, 2024 5 commits
  3. 24 Jul, 2024 1 commit
  4. 23 Jul, 2024 1 commit
  5. 22 Jul, 2024 2 commits
  6. 18 Jul, 2024 4 commits
  7. 15 Jul, 2024 3 commits
  8. 14 Jul, 2024 1 commit
  9. 11 Jul, 2024 4 commits
  10. 10 Jul, 2024 3 commits
  11. 09 Jul, 2024 1 commit
  12. 07 Jul, 2024 1 commit
  13. 04 Jul, 2024 1 commit
  14. 03 Jul, 2024 2 commits
  15. 02 Jul, 2024 2 commits
  16. 01 Jul, 2024 6 commits
  17. 27 Jun, 2024 1 commit
    • Fix absl::NoDestructor documentation about its use as a global · a7c5f985
      It is not possible to have a constant-initialized object of type
      absl::NoDestructor<T>. Fix the documentation so that it doesn't
      mention this possibility. Only recommend it use as a function-scope
      static variable, and discourage its use as a global variable.
      PiperOrigin-RevId: 647488395
      Change-Id: Ifee052fce07609d3de72cddc30e86de67706cd91
      Derek Mauro committed