1. b7e9ed4 Verify Enum against upstream OpenJDK 8u121-b13. by Paul Duffin · 6 years ago
  2. b08c0f9 Merge "Add enumValues() method to retrieve an Enum's values" by Paul Duffin · 6 years ago
  3. d2d3cdd Update tests for Conscrypt update by Adam Vartanian · 6 years ago
  4. 9552447 Merge "Enable and demonstrate Java 9 language features in libcore." by Treehugger Robot · 6 years ago
  5. 8e1ef51 Enable and demonstrate Java 9 language features in libcore. by Tobias Thierer · 7 years ago
  6. 5ed5e02 Merge "For metalava target, use droidstubs instead of droiddoc" by Nan Zhang · 6 years ago
  7. ec262bc Merge "Demo associated with java_library build change" by Neil Fuller · 6 years ago
  8. c5a7225 Demo associated with java_library build change by Neil Fuller · 6 years ago
  9. f020760 For metalava target, use droidstubs instead of droiddoc by Nan Zhang · 6 years ago
  10. 0a4a4d8 Merge "Rename coreapi -> core_platform_api" by Neil Fuller · 6 years ago
  11. 1ba2934 Merge "Fix malformed change markers." by Treehugger Robot · 6 years ago
  12. 79a864c Merge "Fix GZIPInputStream ctor leaking an un-end()ed Inflater when it throws." by Treehugger Robot · 6 years ago
  13. b769596 Add enumValues() method to retrieve an Enum's values by Paul Duffin · 6 years ago
  14. bca6d88 Fix malformed change markers. by Tobias Thierer · 6 years ago
  15. 319075f Rename coreapi -> core_platform_api by Neil Fuller · 6 years ago
  16. 1889c90 Merge "Move api build rules under subdirs" by Neil Fuller · 6 years ago
  17. 6bf280b Move api build rules under subdirs by Neil Fuller · 6 years ago
  18. 3be01e0 core-tests: Add test xml. by Simran Basi · 6 years ago
  19. 8d07638 Merge "Introduce proper intra-core dependency checks" by Neil Fuller · 6 years ago
  20. 2b3c1be Fix GZIPInputStream ctor leaking an un-end()ed Inflater when it throws. by Tobias Thierer · 6 years ago
  21. c724c5b Introduce proper intra-core dependency checks by Neil Fuller · 6 years ago
  22. a4a7b60 Merge "Add a core API / split out mmodule/libart" by Treehugger Robot · 6 years ago
  23. 866ed4a Add a core API / split out mmodule/libart by Neil Fuller · 6 years ago
  24. 3ebdf59 Merge "Regression test for HttpsURLConnection.setSSLSocketFactory(null)." by Treehugger Robot · 6 years ago
  25. cd5588a Merge "Pull out a file_group for javadoc/stubs files" by Neil Fuller · 6 years ago
  26. 6b6c61e Merge "Verify j.l.invoke.MethodHandleInfo/Natives against OpenJDK 8u121-b13" by Paul Duffin · 6 years ago
  27. 266d217 Verify j.l.invoke.MethodHandleInfo/Natives against OpenJDK 8u121-b13 by Paul Duffin · 6 years ago
  28. 1c29e03 Merge "Verify j.l.invoke.MethodType[Form] against OpenJDK 8u121-b13" by Paul Duffin · 6 years ago
  29. 2f49d69 Pull out a file_group for javadoc/stubs files by Neil Fuller · 6 years ago
  30. f742745 Merge "Build file tidy ups" by Neil Fuller · 6 years ago
  31. 4f82060 Merge "Remove workaround for jack bug" by Treehugger Robot · 6 years ago
  32. eaea4af Verify j.l.invoke.MethodType[Form] against OpenJDK 8u121-b13 by Paul Duffin · 6 years ago
  33. b7d2102 Build file tidy ups by Neil Fuller · 6 years ago
  34. 6a0b237 Merge "Remove a target to see who complains" by Treehugger Robot · 6 years ago
  35. 13567ab Remove workaround for jack bug by Paul Duffin · 6 years ago
  36. 5fb6d75 Merge "Add vmarko to libcore OWNERS file." by Vladimir Marko · 6 years ago
  37. fc67073 Merge "Remove PIC option from oat files." by Vladimir Marko · 6 years ago
  38. b974e54 Add vmarko to libcore OWNERS file. by Vladimir Marko · 6 years ago
  39. 6f16b46 Remove a target to see who complains by Neil Fuller · 6 years ago
  40. 8da8000 Merge "Mark out an mmodule API surface / add bi-dir deps" by Neil Fuller · 6 years ago
  41. cf75688 Mark out an mmodule API surface / add bi-dir deps by Neil Fuller · 6 years ago
  42. da328cf Merge "Verify j.l.invoke.Mutable/VolatileCallSite against OpenJDK 8u121-b13" by Paul Duffin · 6 years ago
  43. 5a05d60 Remove PIC option from oat files. by Vladimir Marko · 6 years ago
  44. 17162a1 Verify j.l.invoke.Mutable/VolatileCallSite against OpenJDK 8u121-b13 by Paul Duffin · 6 years ago
  45. 6b8f9d0 Disable vfork under HWASan (same as ASan). by Evgenii Stepanov · 6 years ago
  46. 0dc339a Merge "Remove nullability annotations on primitives in libcore stubs." by Treehugger Robot · 6 years ago
  47. 41b1035 Remove nullability annotations on primitives in libcore stubs. by Pete Gillin · 6 years ago
  48. f51e840 Merge "Verify java.lang.invoke.MethodHandle/Impl against OpenJDK 8u121-b13" by Treehugger Robot · 6 years ago
  49. 75d30bc Merge "Fix generic and array nullability annotations in ojluni stubs." by Treehugger Robot · 6 years ago
  50. d7d2217 Fix generic and array nullability annotations in ojluni stubs. by Pete Gillin · 6 years ago
  51. 0769c13 Merge "Android feels strongly about .rtx files." by Jeff Sharkey · 6 years ago
  52. 9cecc44 Verify java.lang.invoke.MethodHandle/Impl against OpenJDK 8u121-b13 by Paul Duffin · 6 years ago
  53. aeb8524 Merge "Add null checks in ZipFile.finalize." by Nicolas Geoffray · 6 years ago
  54. 9b38c6a Merge "Improve FdsanTest comment." by Treehugger Robot · 6 years ago
  55. 745bcc1 Merge changes from topic "bionic_fdsan_java" by Treehugger Robot · 6 years ago
  56. 8b26729 Improve FdsanTest comment. by Josh Gao · 6 years ago
  57. 199d852 fdsan: encode well-known types into the owner tag. by Josh Gao · 6 years ago
  58. e51a43a Android feels strongly about .rtx files. by Jeff Sharkey · 6 years ago
  59. 7f4b1d0 Merge "Track changes to add core-simple to the boot cp" by Neil Fuller · 6 years ago
  60. 4978b42 Track changes to add core-simple to the boot cp by Neil Fuller · 6 years ago
  61. 662fb34 Add null checks in ZipFile.finalize. by Nicolas Geoffray · 6 years ago
  62. d70c7f9 Merge "Code for a trivial installable module" by Neil Fuller · 6 years ago
  63. 7be76eb Merge "Move libcore/include to point of use" by Treehugger Robot · 6 years ago
  64. 9da87c9 Code for a trivial installable module by Neil Fuller · 6 years ago
  65. 85bd129 Merge "Localize pattern separator" by Treehugger Robot · 6 years ago
  66. 6a00184 Localize pattern separator by Victor Chang · 6 years ago
  67. 12f8550 Merge "Remove unmaintained script" by Neil Fuller · 6 years ago
  68. 154dcf6 Merge "Rename ojluni annotation files to .annotated.java." by Treehugger Robot · 6 years ago
  69. 66f8bcb Remove unmaintained script by Neil Fuller · 6 years ago
  70. 564c7e8 Add wrappers for fdsan tag querying functions. by Josh Gao · 6 years ago
  71. f82eef0 Rename ojluni annotation files to .annotated.java. by Pete Gillin · 6 years ago
  72. a5030a5 Merge "Revert "Revert "Switch to Metalava to generate libcore docs""" by Treehugger Robot · 6 years ago
  73. 049fc16 Merge "Clean up MIME type mappings." by Jeff Sharkey · 6 years ago
  74. 68c55b4 Revert "Revert "Switch to Metalava to generate libcore docs"" by Nan Zhang · 6 years ago
  75. d5e73ac Clean up MIME type mappings. by Jeff Sharkey · 6 years ago
  76. c9b1c31 Merge "Remove ojluni.jaif and associated machinery." by Pete Gillin · 6 years ago
  77. 8858f69 Regression test for HttpsURLConnection.setSSLSocketFactory(null). by Tobias Thierer · 6 years ago
  78. 5dfab19 Merge "Remove config for libjavacore-benchmarks" by Treehugger Robot · 6 years ago
  79. 1336055 Merge "OsTest style fix." by Treehugger Robot · 6 years ago
  80. ad3cd16 Merge "Revert "Switch to Metalava to generate libcore docs"" by Treehugger Robot · 6 years ago
  81. 1dd1f61 Revert "Switch to Metalava to generate libcore docs" by Fan Zhang · 6 years ago
  82. 291272f Remove config for libjavacore-benchmarks by Simran Basi · 6 years ago
  83. 5b5ebf3 Remove ojluni.jaif and associated machinery. by Pete Gillin · 6 years ago
  84. 4b9fd68 Merge "Migrate remaining content from ojluni.jaif to stub files." by Pete Gillin · 6 years ago
  85. 5be8a63 OsTest style fix. by Pete Bentley · 6 years ago
  86. 68d52b7 Merge "Switch to Metalava to generate libcore docs" by Nan Zhang · 6 years ago
  87. 972cf66 Merge "Handle null FileDescriptors passed to native methods." by Pete Bentley · 6 years ago
  88. bb5b04a Merge "Verify sun.nio.ch.Util against upstream OpenJDK 8u121-b13." by Pete Bentley · 6 years ago
  89. 31f0f2a Merge "Remove localAddress race from DatagramChannelImpl." by Pete Bentley · 6 years ago
  90. a454a61 Merge "Add metalava dokka target for libcore droiddoc." by Treehugger Robot · 6 years ago
  91. 3e70a82 Switch to Metalava to generate libcore docs by Nan Zhang · 6 years ago
  92. b151076 Add metalava dokka target for libcore droiddoc. by Nan Zhang · 6 years ago
  93. 73efdd7 Merge "Remove dependency of some libcore modules on framework libraries." by Roland Levillain · 6 years ago
  94. 5e028a2 Remove dependency of some libcore modules on framework libraries. by Roland Levillain · 6 years ago
  95. ddd408f Remove localAddress race from DatagramChannelImpl. by Pete Bentley · 6 years ago
  96. 6d860ca Merge "Verify sun.nio.ch.DatagramChannelImpl against OpenJDK 8u121-b13." by Pete Bentley · 6 years ago
  97. a6c156b Verify sun.nio.ch.DatagramChannelImpl against OpenJDK 8u121-b13. by Pete Bentley · 6 years ago
  98. ad5523e Merge "Convert libcore tests to Android.bp" by Colin Cross · 6 years ago
  99. d629194 Merge "Update StandardNames for BoringSSL update" by Adam Vartanian · 6 years ago
  100. 4056125 Verify sun.nio.ch.Util against upstream OpenJDK 8u121-b13. by Pete Bentley · 6 years ago