1. 74967a9 Remove Dalvik logger classes. by Nicolas Geoffray · 4 years, 3 months ago
  2. 972664f Move libcore.timezone classes to I18n module by Victor Chang · 4 years, 3 months ago
  3. 4d45041 Pass in callsite of SurfaceControl constructor explicitly (2/3) by Jorim Jaggi · 4 years, 3 months ago
  4. 50b0b02 (cherry-pick from downstream) by Daulet Zhanguzin · 4 years, 3 months ago
  5. 436f55a Remove RuntimeHooks.getThreadPrioritySetter from CorePlatformApi by Daulet Zhanguzin · 4 years, 3 months ago
  6. 45415cf Remove redundant @CorePlatformApi from DexFile. by Pete Gillin · 4 years, 5 months ago
  7. 4cbb52f Preload zone rules in zygote hook by Nikita Iashchenko · 4 years, 7 months ago
  8. 2a95446 Revert "Preload zone rules in zygote hook" by Tobias Thierer · 4 years, 6 months ago
  9. 4e32f4d Preload zone rules in zygote hook by Nikita Iashchenko · 4 years, 7 months ago
  10. 32ea49e Reland "libcore: Remove native calls in FileDescriptor <clinit>" by Orion Hodson · 4 years, 7 months ago
  11. 1282d04 Revert "libcore: Remove native calls in FileDescriptor <clinit>" by Orion Hodson · 4 years, 7 months ago
  12. 6d0c244 libcore: Remove native calls in FileDescriptor <clinit> by Orion Hodson · 4 years, 7 months ago
  13. e050375 Reland "Fix shared libraries not being reported" by Calin Juravle · 4 years, 7 months ago
  14. c491b71 Revert "Fix shared libraries not being reported via Reporter" by Nicolas Geoffray · 4 years, 7 months ago
  15. aa00683 Fix shared libraries not being reported via Reporter by Dan Zimmerman · 4 years, 8 months ago
  16. 37ae1f2 Introduce BaseDexClassLoader#computeClassLoaderContextsNative by Dan Zimmerman · 4 years, 8 months ago
  17. ce1f6cc Remove unused UnsupportedAppUsage annotations. by Artur Satayev · 4 years, 8 months ago
  18. de63e06 Use ThreadPrioritySetter to set thread priority by Rick Yiu · 4 years, 9 months ago
  19. 812d2e2 Merge "Revert "Libcore: Improve BaseDexClassLoader.toString"" by Treehugger Robot · 4 years, 9 months ago
  20. 9349ac5 Revert "Libcore: Improve BaseDexClassLoader.toString" by Orion Hodson · 4 years, 9 months ago
  21. 562bd33 Revert "Use ThreadPrioritySetter to set thread priority" by Rick Yiu · 4 years, 9 months ago
  22. 85e8c8f Use ThreadPrioritySetter to set thread priority by Rick Yiu · 4 years, 9 months ago
  23. a88ca24 [libcore][DexPathList] Ensure dexElements doesn't contain null entries in addDexPath by Dan Zimmerman · 4 years, 9 months ago
  24. 552da5a Use new UnsupportedAppUsage annotation. by Artur Satayev · 4 years, 10 months ago
  25. 2fdb0f3 Fix MethodHandles.explicitCastArguments for transforms by Orion Hodson · 4 years, 11 months ago
  26. 9c49982 Add overrideSourcePosition to UnsupportedAppUsage. by Mathew Inwood · 4 years, 10 months ago
  27. 4767979 Pass runtimeFlags to postForkSystemServer by Mathieu Chartier · 4 years, 10 months ago
  28. 53a930d Don't change the behavior of findLibrary by Jiyong Park · 5 years ago
  29. 66f7c9d [jitzygote] Notify post fork to the runtime before creating new threads. by Nicolas Geoffray · 5 years ago
  30. cdf8bd7 Merge "Fix docs to be clearer and more maintainable" by Neil Fuller · 5 years ago
  31. 57bcbff Move dalvik.system.VersionCodes to dalvik.annotation.compat by Paul Duffin · 5 years ago
  32. 2cdb0c8 Fix docs to be clearer and more maintainable by Neil Fuller · 5 years ago
  33. e432968 Move native code of ICU4C regex usage into external/icu by Victor Chang · 5 years ago
  34. 2de721c Clarify restrictions of @FastNative methods by Daniel Colascione · 5 years ago
  35. d145ca9 Add TEST_MAPPINGs for miscellaneous libcore packages. by Pete Gillin · 5 years ago
  36. 1d35d84 Merge "Add @CovariantReturnType annotation to @CorePlatformApi." by Treehugger Robot · 5 years ago
  37. 5e88b09 Don't give up when loader.findLibrary() fails by Jiyong Park · 5 years ago
  38. d333cbd Add @CovariantReturnType annotation to @CorePlatformApi. by Tobias Thierer · 5 years ago
  39. 100fd82 Libcore: Improve BaseDexClassLoader.toString by Andreas Gampe · 5 years ago
  40. 4027f78 Add trackingBug to heavily used CloseGuard APIs. by Mathew Inwood · 5 years ago
  41. d93ac54 Add publicAlternatives to @UnsupportedAppUsage by Andrei Onea · 5 years ago
  42. 5429911 Add VersionCodes.Q by David Brazdil · 5 years ago
  43. 8be2a6a Adjust in-memory dex loading logic when backed by oat by David Brazdil · 6 years ago
  44. 2fb58ae Provide class loader context to DexFile.verifyInBackground by David Brazdil · 6 years ago
  45. d1aa7cd Revert^2: Spawn background verification for InMemoryDexClassLoader by David Brazdil · 5 years ago
  46. 57d69bd Merge "Revert "Spawn background verification for InMemoryDexClassLoader"" by David Brazdil · 5 years ago
  47. f501b12 Revert "Spawn background verification for InMemoryDexClassLoader" by David Brazdil · 5 years ago
  48. 61acff1 Merge "Spawn background verification for InMemoryDexClassLoader" by David Brazdil · 5 years ago
  49. 0b3a54e Add VMDebug.setAllocTrackerStackDepth API by Mathieu Chartier · 6 years ago
  50. 35935a5 Spawn background verification for InMemoryDexClassLoader by David Brazdil · 6 years ago
  51. be49683 Load in-memory dex into a single DexFile/Element object by David Brazdil · 6 years ago
  52. 2b0f6d7 Add Nullable annotations to DelegateLastClassLoader new API. by Nicolas Geoffray · 6 years ago
  53. e2034ed Move CLIENT_PROTOCOL_VERSION to point of use by Orion Hodson · 6 years ago
  54. 54d244d Make the ZygoteHooks API more consistent by Neil Fuller · 6 years ago
  55. 35353cb Merge "Add DeadReferenceSafe annotation" by Hans Boehm · 6 years ago
  56. 9e34bf2 Add DeadReferenceSafe annotation by Hans Boehm · 6 years ago
  57. 17bc2ed Move JniConstants from libnativehelper to libcore by Orion Hodson · 6 years ago
  58. b46216a Remove unnecessary constants and improve JavaDoc by Paul Duffin · 6 years ago
  59. 18f0441 Add hiddenapi entries from bugbot scrape of bug reports by Paul Duffin · 6 years ago
  60. 7668132 DexPathList.Element.toString(): Fix unintended behavior change. by Tobias Thierer · 6 years ago
  61. 66b2b00 Disallow construction of DexPathList.Element with path == dexFile == null. by Tobias Thierer · 6 years ago
  62. d853723 Avoid I/O during DexPathList.Element.toString(). by Tobias Thierer · 6 years ago
  63. fb84f1d UnsupportedAppUsage - support implicit member signatures by Paul Duffin · 6 years ago
  64. e6594c6 Merge "Add native hooks for zygote pre and post fork." by Nicolas Geoffray · 6 years ago
  65. 54be7bf Merge "Re-order assignments in BaseDexClassLoader constructor." by Nicolas Geoffray · 6 years ago
  66. df09ad3 Add native hooks for zygote pre and post fork. by Nicolas Geoffray · 6 years ago
  67. 0d715bc Re-order assignments in BaseDexClassLoader constructor. by Nicolas Geoffray · 6 years ago
  68. 8c2b207 Add stubs for remaining libcore classes in hiddenapi by Paul Duffin · 6 years ago
  69. 61bfdce Merge "Add missing default constructors" by Treehugger Robot · 6 years ago
  70. 560c24a Add missing default constructors by Paul Duffin · 6 years ago
  71. 4e6b16d Support libSearchPath for InMemoryDexClassLoader by David Brazdil · 6 years ago
  72. 57b68eb Add shared libraries to BaseDexClassLoader. by Nicolas Geoffray · 6 years ago
  73. e3e5752 Add UnsupportedAppUsage annotation to core platform and intra core apis by Paul Duffin · 6 years ago
  74. 3c1d60d Call Reporter even if there are unknown classloaders. by Alan Stokes · 6 years ago
  75. 9bdf3ab Merge "Add ZygoteHooks.postForkForSystemServer" by Orion Hodson · 6 years ago
  76. 1fedaeb Make VERSION_CODES fields constants for use in annotations by Paul Duffin · 6 years ago
  77. 2b35ef2 Add ZygoteHooks.postForkForSystemServer by Orion Hodson · 6 years ago
  78. 3b0456b Add @UnsupportedAppUsage to non-ojluni classes by Paul Duffin · 6 years ago
  79. 4575d7e Add default constructor so it can be annotated. by Paul Duffin · 6 years ago
  80. f4e65e6 Merge "Add more APIs to CorePlatformApi for internal" by Treehugger Robot · 6 years ago
  81. 9beff52 Add dalvik.annotation.compat.UnsupportedAppUsage by Paul Duffin · 6 years ago
  82. b7840ab Add more APIs to CorePlatformApi for internal by Neil Fuller · 6 years ago
  83. 9fce4a8 More @CorePlatformApi annotations for libcore by Neil Fuller · 6 years ago
  84. 9997b52 Add libcore API needed by framework to core.platform.api.stubs by Paul Duffin · 6 years ago
  85. 2afe35f Dependencies needed by CTS tests by Neil Fuller · 6 years ago
  86. 0df7056 Tag assorted CorePlatformApi APIs (2) by Neil Fuller · 6 years ago
  87. 1a6015c Tag assorted CorePlatformApi APIs by Neil Fuller · 6 years ago
  88. 6f57071 Merge "Add a flag on whether to delegate resource loading." by Nicolas Geoffray · 6 years ago
  89. be9258e Add intra-core API required by conscrypt by Neil Fuller · 6 years ago
  90. 2f6d631 Add a flag on whether to delegate resource loading. by Nicolas Geoffray · 6 years ago
  91. 5a05d60 Remove PIC option from oat files. by Vladimir Marko · 6 years ago
  92. 08ca9a7 Merge "Add a RuntimeHooks facade / use ZygoteHooks more" am: 6d5df391a6 by Neil Fuller · 6 years ago
  93. 4a3e77d Add a RuntimeHooks facade / use ZygoteHooks more by Neil Fuller · 6 years ago
  94. 54b07d4 Merge "Follow-up BlockGuard polish." am: 3c939eed22 by Jeff Sharkey · 6 years ago
  95. 5fb46ee Merge "Add VmPolicy to monitor path access." am: bfc3455e49 by Jeff Sharkey · 6 years ago
  96. de13f10 Follow-up BlockGuard polish. by Jeff Sharkey · 6 years ago
  97. 553f548 Add VmPolicy to monitor path access. by Jeff Sharkey · 6 years ago
  98. d4a4f11 Merge "Introduce the CovariantReturnType annotation" am: f84d25b173 by Neil Fuller · 6 years ago
  99. 0e8b937 Introduce the CovariantReturnType annotation by Neil Fuller · 6 years ago
  100. be8ca8b Merge "Add VMDebug method for allowing reflection from a specific class" am: 5e3354c504 by David Brazdil · 6 years ago