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