1. 4f99071 Modernize typedefs with `using`. by Vladimir Marko · 3 years, 6 months ago
  2. 9974e3c Clean up generated operator<<(os, enum). by Vladimir Marko · 4 years, 7 months ago
  3. 1979c64 Clean up include paths by David Sehr · 7 years ago
  4. 698aa16 Make atomics use for allocator counters consistent. by Hans Boehm · 7 years ago
  5. 88591fe ART: Simplify atomic.h by Orion Hodson · 7 years ago
  6. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago[Renamed (96%) from runtime/base/allocator.h]
  7. ca420e4 Replace TypeStaticIf<> with std::conditional<> (C++11). by Vladimir Marko · 7 years ago
  8. 5573c37 cpplint: Remove many unnecessary NOLINT by Igor Murashkin · 7 years ago
  9. 3b7dc35 ART: Clean up allocator.h by Andreas Gampe · 8 years ago
  10. a593118 Fix google-explicit-constructor warnings in art. by Chih-Hung Hsieh · 8 years ago
  11. 14832ef Revert experimental lambda feature. by Narayan Kamath · 8 years ago
  12. afeb309 Correct value_type for some TrackingAllocators. by Dan Albert · 9 years ago
  13. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 9 years ago
  14. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 9 years ago
  15. 0f8e072 Use HashMap for DexFileVerifier by Mathieu Chartier · 9 years ago
  16. 7b05e17 Add ArenaUniquePtr by Mathieu Chartier · 9 years ago
  17. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 9 years ago
  18. e2facc5 runtime: Add lambda box/unbox object equality by Igor Murashkin · 10 years ago
  19. 758a801 ART: Enable Clang's -Wdeprecated by Andreas Gampe · 10 years ago
  20. 627f917 Include what we use. by Dan Albert · 10 years ago
  21. 0a7993e ART: Fix typo by Andreas Gampe · 10 years ago
  22. c2e2062 Add hash set by Mathieu Chartier · 10 years ago
  23. 575e78c ART: Replace COMPILE_ASSERT with static_assert (runtime) by Andreas Gampe · 10 years ago
  24. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  25. 7e70b00 Header file clean up. by Ian Rogers · 10 years ago
  26. 58553c7 Add allocation tracking allocators to ROSAlloc by Mathieu Chartier · 10 years ago
  27. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  28. ba150c3 Omit OatMethodOffsets for classes without compiled code by Brian Carlstrom · 11 years ago[Renamed (88%) from compiler/utils/allocator.h]
  29. 413e89f Refactor ArenaBitVector to create more general BitVector by Brian Carlstrom · 11 years ago