1. ecaf7d1 Fix double close in dex2oat when BCP is passed as FDs by Victor Hsieh · 5 years ago
  2. a09d8b7 Add runtime option -Xbootclasspathfds: for pre-opened fds by Victor Hsieh · 5 years ago
  3. 0685b98 Abort transaction when Class.forName() fails. by Vladimir Marko · 5 years ago
  4. ec7b194 Fix UnstartedRunime leaking local reference. by Vladimir Marko · 5 years ago
  5. ec38967 Implement Reference.refersTo() in UnstartedRuntime. by Vladimir Marko · 5 years ago
  6. 8388148 Rewrite method matching in UnstartedRuntime. by Vladimir Marko · 5 years ago
  7. fff1d8f Fix incorrect image pointer size for unstarted runtime by liulvping · 5 years ago
  8. 0a6063a Clean up Field::CreateFromArtField(). by Vladimir Marko · 6 years ago
  9. d34b73b Clean up internal stack trace construction. by Vladimir Marko · 6 years ago
  10. b6f4c79 Clean up Constructor/Method/Field construction. by Vladimir Marko · 6 years ago
  11. 4d7b689 Fix Transaction constraint validation... by Vladimir Marko · 6 years ago
  12. 3068d58 Clean up creating handles from `this`. by Vladimir Marko · 7 years ago
  13. 9b81ac3 Add default argument kIsInstrumented=true. by Vladimir Marko · 7 years ago
  14. dfc0de7 Partially ObjPtr<>-ify Object, fix stale ref in test. by Vladimir Marko · 7 years ago
  15. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 7 years ago
  16. 0984e48 Style cleanup for ObjPtr<>-ify changes. by Vladimir Marko · 7 years ago
  17. 0eefb9b ObjPtr<>-ify mirror::Field and mirror::Executable. by Vladimir Marko · 7 years ago
  18. 4bcd657 Take hidden API into account during getDeclaredMethod() by David Brazdil · 7 years ago
  19. e768182 hiddenapi: Print warnings for @CorePlatformApi violations by David Brazdil · 7 years ago
  20. 91f1032 Revert^2 "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 7 years ago
  21. db4b1de Revert "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 7 years ago
  22. d190851 Pass boot class path to ImageSpace::LoadBootImage. by Vladimir Marko · 8 years ago
  23. f50ac10 Simplify hidden_api.h logic by David Brazdil · 8 years ago
  24. fd63bbf ART: Add string-alloc-inl.h by Andreas Gampe · 8 years ago
  25. 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 8 years ago
  26. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 8 years ago
  27. 8e0f043 ART: Add array-alloc-inl.h by Andreas Gampe · 8 years ago
  28. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 8 years ago
  29. 78baed5 ART: Use reinterpret_cast{32,64}<> when appropriate. by Vladimir Marko · 8 years ago
  30. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 8 years ago
  31. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 8 years ago
  32. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 8 years ago
  33. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 8 years ago
  34. ca701c3 Merge "Modernize codebase by replacing NULL with nullptr" by Treehugger Robot · 8 years ago
  35. 7ec95c5 Update expected call stack for caller of Thread.currentThread() by Paul Duffin · 8 years ago
  36. 4b22b34 Modernize codebase by replacing NULL with nullptr by Yi Kong · 8 years ago
  37. a9746b9 Refactor Object CAS with and without write barrier by Mathieu Chartier · 8 years ago
  38. 42c2e50 Refactor CasField32 by Mathieu Chartier · 8 years ago
  39. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 8 years ago
  40. 6ec2a1b ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses. by Vladimir Marko · 8 years ago
  41. 2d3065e ObjPtr<>-ify annotation processing. by Vladimir Marko · 8 years ago
  42. 79e2607 Move profile dependent modules to libartbase by David Sehr · 8 years ago
  43. f5f1f80 Revert^2 "hidden_api: Call back into libcore on hidden api detection"" by Narayan Kamath · 8 years ago
  44. 27b9676 ART: Simplify quasi_atomic.h by Orion Hodson · 8 years ago
  45. 8e1a7cb Revert "Revert "Allow hidden API access from system libraries"" by David Brazdil · 8 years ago
  46. 0127b71 Revert "Allow hidden API access from system libraries" by Nicolas Geoffray · 8 years ago
  47. eefabd2 Allow hidden API access from system libraries by David Brazdil · 8 years ago
  48. 8ce3bfa Refactor enforcement of hidden API policy when linking by David Brazdil · 8 years ago
  49. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 8 years ago
  50. b2ec9f5 Remove duplication, split tests by David Sehr · 8 years ago
  51. 7287c4d Add Class.getPrimitiveClass(). by Vladimir Marko · 8 years ago
  52. a02cb11 Move hidden API warnings into resolvers by David Brazdil · 8 years ago
  53. 5a61bb7 Start enforcing hidden API blacklist by David Brazdil · 8 years ago
  54. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 8 years ago
  55. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 8 years ago
  56. 43f0cdb ART: Intrinsify polymorphic signature methods by Orion Hodson · 9 years ago
  57. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 9 years ago
  58. c6194f0 Remove unused method String.fastIndexOf by Przemyslaw Szczepaniak · 9 years ago
  59. cc55e1d Don't use fences to implement volatiles by Hans Boehm · 9 years ago
  60. 331f4c4 Merge "ART: Change method lookup to be more consistent to JLS and the RI." by Treehugger Robot · 9 years ago
  61. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 9 years ago
  62. e431e27 art: use proper nativehelper headers by Steven Moreland · 9 years ago
  63. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 9 years ago
  64. eac4f28 ART: Fix UnstartedRuntime unique_ptr braino by Andreas Gampe · 9 years ago
  65. 8f2b925 Merge "ART: Get rid of most of java.lang.DexCache." by Narayan Kamath · 9 years ago
  66. 6b2dc31 ART: Get rid of most of java.lang.DexCache. by Narayan Kamath · 9 years ago
  67. 9e57aba Fix String::DoReplace() using obsolete `this`. by Vladimir Marko · 9 years ago
  68. ece2f7c Update UnstartedRuntime for System.identityHashCode. by Nicolas Geoffray · 9 years ago
  69. 92907f3 Remove String.setCharAt(). by Vladimir Marko · 9 years ago
  70. 85bef7e ART: Add constructor support to unstarted runtime by Andreas Gampe · 9 years ago
  71. 9486a16 ART: Add GetSignatureAnnotation to unstarted runtime by Andreas Gampe · 9 years ago
  72. 47de0fa ART: Fix Unstarted Runtime Class.forName by Andreas Gampe · 9 years ago
  73. 70dc86b ART: Remove unintended debug logging by Andreas Gampe · 9 years ago
  74. 45d9426 Merge "ART: Add currentThread cutout to Unstarted Runtime" by Treehugger Robot · 9 years ago
  75. bad529d ART: Add currentThread cutout to Unstarted Runtime by Andreas Gampe · 9 years ago
  76. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 9 years ago
  77. 3d2fcaa ART: Update unstarted runtime for changed libcore by Andreas Gampe · 9 years ago
  78. ae78c26 ART: Add UnstartedRuntime support for Class.getSimpleName by Andreas Gampe · 9 years ago
  79. 5e8d5f0 Fix some typos in ART. by Roland Levillain · 10 years ago
  80. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 9 years ago
  81. 6beced4 Change iftable to never be null by Mathieu Chartier · 10 years ago
  82. fdaf0f4 Change string compression encoding. by Vladimir Marko · 10 years ago
  83. c369f6b Merge "Add support for Baker read barriers in UnsafeCASObject intrinsics." by Roland Levillain · 10 years ago
  84. ef41db7 Move interpreter to ObjPtr by Mathieu Chartier · 10 years ago
  85. a1aa3b1 Add support for Baker read barriers in UnsafeCASObject intrinsics. by Roland Levillain · 10 years ago
  86. ec32b91 Remove read barrier in UnstartedUnsafeCompareAndSwapLong. by Roland Levillain · 10 years ago
  87. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 10 years ago
  88. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 10 years ago
  89. 5d3f73a Move reference processor and mirror::Reference to ObjPtr by Mathieu Chartier · 10 years ago
  90. 1a5337f Move mirror::ObjectArray to ObjPtr by Mathieu Chartier · 10 years ago
  91. 28bd2e4 Move mirror::Class to use ObjPtr by Mathieu Chartier · 10 years ago
  92. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 10 years ago
  93. 8778c52 Change indirect reference table to use ObjPtr by Mathieu Chartier · 10 years ago
  94. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 10 years ago
  95. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 10 years ago
  96. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 10 years ago
  97. 3fec9ac ART: Use libbase logging by Andreas Gampe · 10 years ago
  98. 9323e6e Separate annotations from dexfile reading. by David Sehr · 10 years ago
  99. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 10 years ago
  100. 14832ef Revert experimental lambda feature. by Narayan Kamath · 10 years ago