1. 98ad95b Introduce in-memory structure for tzlookup.xml by Neil Fuller · 7 years ago
  2. cd0d036 Build core.current.stubs without framework libraries by Jiyong Park · 7 years ago
  3. eb7be69 Merge "Fix ClassLoader.getSystemClassLoader() javadoc" by Treehugger Robot · 7 years ago
  4. e2cdabe Merge "Fix incorrect reference in java.lang.Character" by Przemyslaw Szczepaniak · 7 years ago
  5. 42bee24 [libcore] Expose the optimization status of a dex file by Calin Juravle · 7 years ago
  6. 0a03476 Merge "Libcore: Suppress FormatString warnings in tests" by Treehugger Robot · 7 years ago
  7. e09f203 Fix incorrect reference in java.lang.Character by Przemyslaw Szczepaniak · 7 years ago
  8. 87b4460 Fix ClassLoader.getSystemClassLoader() javadoc by Przemyslaw Szczepaniak · 7 years ago
  9. 06baf72 Revert Android changes in PrintStream.java on top of OpenJDK8u121-b13. by Tobias Thierer · 7 years ago
  10. 526cd91 Merge "Update java.net.URL to OpenJDK 8u121-b13." by Tobias Thierer · 7 years ago
  11. 7dbee73 Update java.net.URL to OpenJDK 8u121-b13. by Tobias Thierer · 7 years ago
  12. 0c0afb8 Libcore: Suppress FormatString warnings in tests by Andreas Gampe · 7 years ago
  13. 37f102a Merge "Make NetworkInterface.isUp() test for IFF_RUNNING." by Pete Gillin · 7 years ago
  14. 3e8ed63 Make NetworkInterface.isUp() test for IFF_RUNNING. by Pete Gillin · 7 years ago
  15. f7a5f98 Merge "Add method to retrieve a list of country iso codes" by Neil Fuller · 7 years ago
  16. d2b3c13 Add method to retrieve a list of country iso codes by Neil Fuller · 7 years ago
  17. 0692a13 Merge "Add NullFromTypeParam annotation" by Przemyslaw Szczepaniak · 7 years ago
  18. b6a4486 Merge "core.current.stubs: add LOCAL_PATCH_MODULE := java.base" by Tobias Thierer · 7 years ago
  19. 4080a99 Add NullFromTypeParam annotation by Przemyslaw Szczepaniak · 7 years ago
  20. 492c64a core.current.stubs: add LOCAL_PATCH_MODULE := java.base by Tobias Thierer · 7 years ago
  21. 985f8cd Merge "Clean up a couple test oddities." by Adam Vartanian · 7 years ago
  22. 79d1109 Merge "Update automated documentation tool." by Adam Vartanian · 7 years ago
  23. 2aae183 Clean up a couple test oddities. by Adam Vartanian · 7 years ago
  24. 31c566a Merge "Change UTC handling in libcore.icu.TimeZoneNames" by Neil Fuller · 7 years ago
  25. 1179672 Update automated documentation tool. by Adam Vartanian · 7 years ago
  26. 17cf289 Merge "Null annotations for java.lang.(Double|Float)" by Treehugger Robot · 7 years ago
  27. 93bd76f Null annotations for java.lang.(Double|Float) by Przemyslaw Szczepaniak · 7 years ago
  28. 4433735 Merge "Have CloseGuard report by default" by Hans Boehm · 7 years ago
  29. 00846d8 Have CloseGuard report by default by Hans Boehm · 7 years ago
  30. 7313e57 Merge "Add reachabilityFence, ReachabilitySensitive" by Hans Boehm · 7 years ago
  31. 2251d03 Merge "Null annotations for java.lang.Long" by Treehugger Robot · 7 years ago
  32. 6b94d71 Null annotations for java.lang.Long by Przemyslaw Szczepaniak · 7 years ago
  33. 211ceb7 Merge "Null annotations for java.lang.Integer" by Przemyslaw Szczepaniak · 7 years ago
  34. 12e0918 Null annotations for java.lang.Integer by Przemyslaw Szczepaniak · 7 years ago
  35. e31b378 Add reachabilityFence, ReachabilitySensitive by Hans Boehm · 7 years ago
  36. 7fb5183 Merge "Remove special UTC handling in SimpleDateFormat" by Treehugger Robot · 7 years ago
  37. 7f2eacb Change UTC handling in libcore.icu.TimeZoneNames by Neil Fuller · 7 years ago
  38. fb1a78d Remove special UTC handling in SimpleDateFormat by Neil Fuller · 7 years ago
  39. 9fb1935 Merge "8u121-b13 integration for java.net.URI/URL - Document Android changes" by vichang · 7 years ago
  40. 87d2214 Merge "Add core.current.stubs" by Treehugger Robot · 7 years ago
  41. 4321db4 Add core.current.stubs by Paul Duffin · 7 years ago
  42. 1435dc3 Merge "Null annotations for java.util.List" by Przemyslaw Szczepaniak · 7 years ago
  43. e376c07 8u121-b13 integration for java.net.URI/URL - Document Android changes by Victor Chang · 7 years ago
  44. 931a167 Merge "Remove test handling of Asia/Hanoi" by Neil Fuller · 7 years ago
  45. ce68841 Merge "@hide Os.waitpid()." by Tobias Thierer · 7 years ago
  46. b53e069 Null annotations for java.util.List by Przemyslaw Szczepaniak · 7 years ago
  47. 5d12920 Merge "Libcore: Fix or suppress EqualsNaN warning in tests" by Treehugger Robot · 7 years ago
  48. 3f05aaf Merge "Add native method hasUsedHiddenApi to VMRuntime" by David Brazdil · 7 years ago
  49. 64aee2b Merge "Libcore: Suppress InvalidPatternSyntax warning in tests" by Treehugger Robot · 7 years ago
  50. 35c90ce Remove test handling of Asia/Hanoi by Neil Fuller · 7 years ago
  51. 0239cd8 Libcore: Fix or suppress EqualsNaN warning in tests by Andreas Gampe · 7 years ago
  52. 25ebaa0 Libcore: Suppress InvalidPatternSyntax warning in tests by Andreas Gampe · 7 years ago
  53. 00b7d3b Add native method hasUsedHiddenApi to VMRuntime by David Brazdil · 7 years ago
  54. 4bbec76 Merge "Fix android.system.Os.waitpid() for status == null." by Tobias Thierer · 7 years ago
  55. 49292b8 @hide Os.waitpid(). by Tobias Thierer · 7 years ago
  56. 50e20da Fix android.system.Os.waitpid() for status == null. by Tobias Thierer · 7 years ago
  57. 31c2a38 Merge "Update supported VarHandle accessor modes" by Orion Hodson · 7 years ago
  58. 1fe05c1 Update supported VarHandle accessor modes by Orion Hodson · 7 years ago
  59. cc4e5fd Merge "Change Math method from @FastNative to @CriticalNative." by Vladimir Marko · 7 years ago
  60. 2e7e629 Merge "Remove DeflateRegressionTest from known failures" by Przemyslaw Szczepaniak · 7 years ago
  61. 78507e1 Merge "Migrate java.time / ICU integration to public ICU" by Treehugger Robot · 7 years ago
  62. d021f1d Change Math method from @FastNative to @CriticalNative. by Vladimir Marko · 7 years ago
  63. e77094f Merge "Add splice(2) syscall support" by Treehugger Robot · 7 years ago
  64. febf52c Migrate java.time / ICU integration to public ICU by Neil Fuller · 7 years ago
  65. 1ba860b Merge "Fix core-ojtests-hostdex compilation for -target 1.9" by Tobias Thierer · 7 years ago
  66. e689c96 Merge "Refactor package-private SimpleDateFormat(int, int, Locale) constructor" by vichang · 7 years ago
  67. 5310ea4 Add splice(2) syscall support by Przemyslaw Szczepaniak · 7 years ago
  68. c0c05710 Merge "Merge "Merge "Add additional checks to multicast tests" into oreo-cts-dev am: d7ab0877dc" into oreo-mr1-cts-dev am: e1d35d1a3e -s ours" by Android Merger · 7 years ago
  69. a712d68 Merge "Merge "Add additional checks to multicast tests" into oreo-cts-dev am: d7ab0877dc" into oreo-mr1-cts-dev by Android Merger · 7 years ago
  70. e1d35d1 Merge "Merge "Add additional checks to multicast tests" into oreo-cts-dev am: d7ab0877dc" into oreo-mr1-cts-dev by Android Merger · 7 years ago
  71. a6169c3 Merge "Add additional checks to multicast tests" into oreo-cts-dev by Neil Fuller · 7 years ago
  72. d7ab087 Merge "Add additional checks to multicast tests" into oreo-cts-dev by Treehugger Robot · 7 years ago
  73. 0abc2c8 Merge "Make caching of CountryTimeZones easier" by Treehugger Robot · 7 years ago
  74. d042dbe Fix core-ojtests-hostdex compilation for -target 1.9 by Tobias Thierer · 7 years ago
  75. 59f1a7d Refactor package-private SimpleDateFormat(int, int, Locale) constructor by Victor Chang · 7 years ago
  76. 2a19cdf Merge "Fix negative DST bug in ZoneInfo.getDSTSavings()" by Neil Fuller · 7 years ago
  77. f7ee683 Fix negative DST bug in ZoneInfo.getDSTSavings() by Neil Fuller · 7 years ago
  78. f261cb2 Remove DeflateRegressionTest from known failures by Przemyslaw Szczepaniak · 7 years ago
  79. fbe9c25 Make caching of CountryTimeZones easier by Neil Fuller · 7 years ago
  80. 066b042 Merge "Avoid duplicate free in CharsetXcoderICU on OOME" by Hans Boehm · 7 years ago
  81. 391a3ca Merge "Start to use the everutc hint in tzlookup.xml" by Treehugger Robot · 7 years ago
  82. 612d916 Start to use the everutc hint in tzlookup.xml by Neil Fuller · 7 years ago
  83. 265c16a Merge "Drop unused test support class MockOs." by Tobias Thierer · 7 years ago
  84. d422100 Merge "Close ZoneInfoDB during tests" by Treehugger Robot · 7 years ago
  85. 1a5bbf7 Drop unused test support class MockOs. by Tobias Thierer · 7 years ago
  86. caf886c Merge "8u121-b13 integration for java.net.URL/URI - Update Javadoc" by vichang · 7 years ago
  87. 59b140d Avoid duplicate free in CharsetXcoderICU on OOME by Hans Boehm · 7 years ago
  88. d7d040d Close ZoneInfoDB during tests by Neil Fuller · 7 years ago
  89. aaf97a5 8u121-b13 integration for java.net.URL/URI - Update Javadoc by Victor Chang · 7 years ago
  90. 8781244 Merge "Add a better searching for timezone by offset" by Neil Fuller · 7 years ago
  91. c02b741 Add a better searching for timezone by offset by Neil Fuller · 7 years ago
  92. f203acd Merge "Extend the offset matching in CountryTimeZones" by Treehugger Robot · 7 years ago
  93. de3f009 Extend the offset matching in CountryTimeZones by Neil Fuller · 7 years ago
  94. 08c3145 Merge "Tweaks to CountryTimeZones" by Treehugger Robot · 7 years ago
  95. 53f373c Tweaks to CountryTimeZones by Neil Fuller · 7 years ago
  96. 2cf9887 Merge "Libcore: Add VMStack.getAnnotatedStackTrace" by Treehugger Robot · 7 years ago
  97. acd3bea Add additional checks to multicast tests by Neil Fuller · 7 years ago
  98. ea6650b Merge "Add additional checks to multicast tests" by Treehugger Robot · 7 years ago
  99. 7ee2cb4 Merge "Test for android.icu.util.LocaleData" by vichang · 7 years ago
  100. b9de38d Add additional checks to multicast tests by Neil Fuller · 7 years ago