1. 2ef0110 Replace StringPiece with std::string_view in HashSet. by Vladimir Marko · 7 years ago
  2. 6aec6d9 Document HashSet::erase() behavior by Mathieu Chartier · 8 years ago
  3. 54159c6 Use HashSet<std::string> instead of unordered_set<>. by Vladimir Marko · 8 years ago
  4. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 8 years ago[Renamed (99%) from runtime/base/hash_set.h]
  5. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 8 years ago
  6. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 9 years ago
  7. ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 9 years ago
  8. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 9 years ago
  9. 21f2364 Fix incorrect string hash value extension during cross-compilation. by Alexey Grebenkin · 10 years ago
  10. 1a1de67 Do not write empty class table and intern table to image. by Vladimir Marko · 10 years ago
  11. 5ef868c Change hash set to use noexcept by Mathieu Chartier · 10 years ago
  12. 208a5cb Store class tables in the image by Mathieu Chartier · 11 years ago
  13. c482d38 Add HashSet::Reserve by Mathieu Chartier · 11 years ago
  14. 32cc9ee Change hash table load factors by Mathieu Chartier · 11 years ago
  15. 1f49764 ART: Use arena allocator with HashSet/HashMap. by Vladimir Marko · 11 years ago
  16. 88b6b05 Fix hash set memory leaks by Mathieu Chartier · 11 years ago
  17. e2facc5 runtime: Add lambda box/unbox object equality by Igor Murashkin · 11 years ago
  18. 3552d96 base: Fix an infinite loop in HashSet::Insert by Igor Murashkin · 11 years ago
  19. d39645e Move image intern table into image by Mathieu Chartier · 11 years ago
  20. 47f867a Clean up hash set by Mathieu Chartier · 11 years ago
  21. c2e2062 Add hash set by Mathieu Chartier · 12 years ago