1. feba264 Make HashSet behave like std::unordered_set... by Vladimir Marko · 5 years ago
  2. 2ef0110 Replace StringPiece with std::string_view in HashSet. by Vladimir Marko · 6 years ago
  3. 54159c6 Use HashSet<std::string> instead of unordered_set<>. by Vladimir Marko · 7 years ago
  4. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago[Renamed from runtime/base/hash_set_test.cc]
  5. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  6. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  7. c482d38 Add HashSet::Reserve by Mathieu Chartier · 9 years ago
  8. 32cc9ee Change hash table load factors by Mathieu Chartier · 9 years ago
  9. cf7792d Test HashSet lookup by alternate key type. by Richard Uhler · 9 years ago
  10. e2facc5 runtime: Add lambda box/unbox object equality by Igor Murashkin · 10 years ago
  11. 3552d96 base: Fix an infinite loop in HashSet::Insert by Igor Murashkin · 10 years ago
  12. 47f867a Clean up hash set by Mathieu Chartier · 10 years ago
  13. e7c9a8c Add hash map, reduce excessive hashing by Mathieu Chartier · 10 years ago
  14. c2e2062 Add hash set by Mathieu Chartier · 10 years ago