1. 18 Mar, 2024 5 commits
  2. 15 Mar, 2024 4 commits
  3. 14 Mar, 2024 2 commits
  4. 13 Mar, 2024 5 commits
  5. 12 Mar, 2024 8 commits
  6. 11 Mar, 2024 3 commits
  7. 07 Mar, 2024 2 commits
  8. 06 Mar, 2024 4 commits
  9. 04 Mar, 2024 3 commits
  10. 03 Mar, 2024 1 commit
  11. 29 Feb, 2024 2 commits
  12. 28 Feb, 2024 1 commit
    • Rework casting in raw_hash_set's `IsFull()`. · b7372748
      Instead of casting an int to the enum type where the int does not have an associated enum value, cast the enum to its underlying type. This should be no functional change but make some linters happier.
      
      PiperOrigin-RevId: 611172311
      Change-Id: I9ae10f8fa2029014236f60a90ee2ab2273c66fa5
      Paul Rigge committed