1. 70e88d6 Merge "Move hidden API warnings into resolvers" by Treehugger Robot · 8 years ago
  2. a02cb11 Move hidden API warnings into resolvers by David Brazdil · 8 years ago
  3. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 8 years ago
  4. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 8 years ago
  5. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 8 years ago
  6. ee7d2fd Start warning on hidden API greylist by David Brazdil · 8 years ago
  7. 5a61bb7 Start enforcing hidden API blacklist by David Brazdil · 8 years ago
  8. 9e734c7 Create dex subdirectory by David Sehr · 8 years ago
  9. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 8 years ago
  10. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 8 years ago
  11. e431e27 art: use proper nativehelper headers by Steven Moreland · 8 years ago
  12. 87583b3 ART: Move RegisterNatives helper by Andreas Gampe · 8 years ago
  13. a14100c ART: More header cleanup - jni_internal.h by Andreas Gampe · 8 years ago
  14. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 9 years ago
  15. 6b2dc31 ART: Get rid of most of java.lang.DexCache. by Narayan Kamath · 8 years ago
  16. 3b6f440 jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI. by Igor Murashkin · 8 years ago
  17. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  18. a35510d Fix missing OOME check in reflection. by Vladimir Marko · 9 years ago
  19. 19a4d37 Clean up Class::GetDirectInterface(). by Vladimir Marko · 9 years ago
  20. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  21. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 9 years ago
  22. 1a5337f Move mirror::ObjectArray to ObjPtr by Mathieu Chartier · 9 years ago
  23. 28bd2e4 Move mirror::Class to use ObjPtr by Mathieu Chartier · 9 years ago
  24. f8ac97f ObjPtr misc cleanup by Mathieu Chartier · 9 years ago
  25. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 9 years ago
  26. 9d07414 Move two dangling mirror objects into handles. by Nicolas Geoffray · 9 years ago
  27. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago
  28. a59d9b2 Use ObjPtr for reflection.cc/h/inl by Mathieu Chartier · 9 years ago
  29. 26ead49 Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug" by Mathieu Chartier · 9 years ago
  30. 9323e6e Separate annotations from dexfile reading. by David Sehr · 9 years ago
  31. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 9 years ago
  32. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  33. 3aaa37b creating workflow for mirror::String compression by jessicahandojo · 9 years ago
  34. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
  35. e01e364 ART: Add pointer-size template to some reflection functions by Andreas Gampe · 9 years ago
  36. a96f316 Put a handle on the String object. by Nicolas Geoffray · 9 years ago
  37. 715fdc2 ART: Add some reflection cutouts by Andreas Gampe · 9 years ago
  38. 2c6760a Merge "Remove AnnotationAccess and its remaining uses." by Jeff Hao · 9 years ago
  39. 6039e56 ART: Add getDeclaredConstructor cutout for unstarted runtime by Andreas Gampe · 9 years ago
  40. 1133db7 Remove AnnotationAccess and its remaining uses. by Jeff Hao · 9 years ago
  41. bc4d218 ART: Add unstarted-runtime functions by Andreas Gampe · 9 years ago
  42. 64fdc80 Default methods should not be found by getDeclaredMethod by Alex Light · 9 years ago
  43. df187e4 Revert "Revert "reflection: Add new 1.8 AnnotatedElement methods and tests"" by Igor Murashkin · 10 years ago
  44. 28a2a18 Revert "reflection: Add new 1.8 AnnotatedElement methods and tests" by Nicolas Geoffray · 10 years ago
  45. c167ee9 reflection: Add new 1.8 AnnotatedElement methods and tests by Igor Murashkin · 10 years ago
  46. 0e7fa6b Also print to error stream. by Nicolas Geoffray · 10 years ago
  47. 7ea4c09 Emit an error message when looking for String#offset. by Nicolas Geoffray · 10 years ago
  48. 9865bde Rename NullHandle to ScopedNullHandle by Mathieu Chartier · 10 years ago
  49. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 10 years ago
  50. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 10 years ago
  51. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 10 years ago
  52. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 10 years ago
  53. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 10 years ago
  54. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 10 years ago
  55. 6cfc2c0 Avoid visiting find array class cache as roots by Mathieu Chartier · 10 years ago
  56. 72f9075 Move getPublicFieldRecursive to native JNI by Alex Light · 10 years ago
  57. 2a5892f Move more Class annotations to native. by Jeff Hao · 10 years ago
  58. 13e748b Revert "Revert "Move annotations to native."" by Jeff Hao · 10 years ago
  59. 7db6dd7 Revert "Move annotations to native." by Roland Levillain · 10 years ago
  60. 0042c6d Move annotations to native. by Jeff Hao · 10 years ago
  61. cf36d49 ART: Compress LengthPrefixedArray on 32-bit targets. by Vladimir Marko · 10 years ago
  62. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 10 years ago
  63. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  64. 05b7226 Fix some java_lang_Class related moving GC bugs by Mathieu Chartier · 10 years ago
  65. 281e500 Fix compaction bug in Class_getDeclaredMethodsUnchecked by Mathieu Chartier · 10 years ago
  66. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  67. 4e06778 Also print class for NoSuchFieldException by Mathieu Chartier · 10 years ago
  68. 69bdcb2 Fix java_lang_Class newInstance for strings; also quick entrypoints. by Jeff Hao · 10 years ago
  69. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 12 years ago
  70. f36cb5f Move Class.newInstance to native by Mathieu Chartier · 10 years ago
  71. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  72. fc58af4 Add AbstractMethod, Constructor, Method by Mathieu Chartier · 10 years ago
  73. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  74. c136312 Avoid using dex cache array pointers in libart. by Vladimir Marko · 10 years ago
  75. 02d2f29 Fix the read barrier builds. by Hiroshi Yamauchi · 10 years ago
  76. ca239af Fix some reflection errors by Mathieu Chartier · 10 years ago
  77. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 10 years ago
  78. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 10 years ago
  79. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  80. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 11 years ago
  81. c114b5f Fix erroneous behaviors with OOME present. by Ian Rogers · 11 years ago
  82. 22d5e73 Remove object_utils.h. by Ian Rogers · 11 years ago
  83. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 11 years ago
  84. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 11 years ago
  85. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  86. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 11 years ago
  87. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  88. c528dba Enable moving classes. by Mathieu Chartier · 12 years ago
  89. 590fee9 Compacting collector. by Mathieu Chartier · 12 years ago
  90. 1eb512d Fast JNI support. by Ian Rogers · 12 years ago
  91. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 12 years ago
  92. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/native/java_lang_Class.cc]
  93. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  94. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  95. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  96. 4445a7e Class clean-up. by Ian Rogers · 13 years ago
  97. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 13 years ago
  98. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 13 years ago
  99. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  100. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago