1. d8e921f [Efficiency] Modifies testToNumericFormatV6 to parse the input String in place. by astabile · 3 years, 10 months ago
  2. 6193884 Bring back previously deleted SerializedForms so that old data can still be read. by martinellia · 3 years, 10 months ago
  3. b6b4dc4 Remove `@Beta` from `Multimaps.toMultimap`. by cpovirk · 3 years, 10 months ago
  4. aa18c74 Avoid boxing in Doubles.constrainToRange() and Floats.constrainToRange(). by kak · 3 years, 10 months ago
  5. 081c486 [Efficiency] Modifies textToNumericFormatV4 to parse the input String in place. by astabile · 3 years, 10 months ago
  6. 70ed7f8 [Efficiency] Creates a variant of parseHextet and parseOctet that can work on a larger string with start and end indices. by astabile · 3 years, 10 months ago
  7. 5e519d9 Fix memory-leaks in LocalCache on iOS, caused by: by micapolos · 3 years, 10 months ago
  8. f5a69c3 Ensure that the set returned by ImmutableMap<K, V>.keySet() is serializable when K is serializable, and similarly for values(). by dobkin · 3 years, 10 months ago
  9. 0f9977b De-beta toImmutable* methods in GWT variants("emulated") of common.collect. by raghsriniv · 3 years, 11 months ago
  10. 3a3ebc9 Shorten toString for AbstractFuture implementations inside util.concurrent. by cpovirk · 3 years, 11 months ago
  11. f07b954 Add awaitTerminationUninterruptibly. by cpovirk · 3 years, 11 months ago
  12. 0281163 Warn about stack overflows from directExecutor, add more warnings (including on AbstractFuture.set* and cancel), and move warnings to directExecutor itself. by cpovirk · 3 years, 11 months ago
  13. 6410f18 Add @DoNotMock to Traverser. by benyu · 4 years ago
  14. da93601 Unconditionally call setException for RejectedExecutionException. by cpovirk · 4 years ago
  15. 32f2d77 Make breadth-first iterators consume the successor iterators lazily, and refactor to cut about 150 lines of code. by benyu · 4 years ago
  16. ea4e950 Add toString() for SequentialExecutor's worker runnable by clm · 4 years ago
  17. b5210ca Speed up Traverser and cut about 30 lines of code. by benyu · 4 years ago
  18. a47ab01 Declare static types as Queue instead of Deque. by cpovirk · 4 years ago
  19. d7a2641 Update Public Suffix data. by erikv · 4 years ago
  20. 90c9b9e Fix annotation positions in Guava. by ghm · 4 years ago
  21. a5ddc61 Hint with the type that `oldFuture` / `newFuture` / `ref`'s `Future` never contains a value. by cpovirk · 4 years ago
  22. 03f4322 Remove unnecessary comment. by kevinb · 4 years ago
  23. e352076 Fix Converter.java by moving @RetainedWith annotation to the correct side of the cycle. by micapolos · 4 years ago
  24. bee4f3c Implement BigDecimalMath.roundToDouble. by lowasser · 4 years ago
  25. 689d2b3 In ImmutableDoubleArray and ImmutableLongArray, use Arrays.copyOf when expanding the internal array. by emcmanus · 4 years ago
  26. 2814650 Correct LongMath.roundToDouble for values at and near Long.MAX_VALUE by lowasser · 4 years ago
  27. 0ad38b8 Fix memory leak in SingletonImmutableBiMap which would appear in transpiled J2ObjC code. by micapolos · 4 years ago
  28. 6cc0bb9 Avoid reentrancy in ExecutionSequencer. by clm · 4 years ago
  29. ac0c342 Add a test for the bug introduced by CL 316779471. by cpovirk · 4 years ago
  30. 633abf2 Add LongMath.roundToDouble. by lowasser · 4 years ago
  31. bbf3e1b Revert db53357fea477695deeaa32746660bf86d6d51c1 by clm · 4 years ago
  32. 31ca01f Avoid reentrancy in ExecutionSequencer. by clm · 4 years ago
  33. e51aba1 Add a Guava wiki entry about finding the min/max for various circumstances. by kak · 4 years ago
  34. e839f94 Revert a1e9a0bd1260a657f7502e5b81d38dfb818cd1d4 by cgdecker · 4 years ago
  35. a1e9a0b Upgraded ByteStreams#copy(InputStream, OutputStream) to use the faster FileChannel if possible. by mruppaner · 4 years ago
  36. 14dd8fe Inline `ByteStreamsTest#assertEquals(byte[], byte[])` by mruppaner · 4 years ago
  37. 89e6773 Cleanup ByteStreamsTest.java to fix a couple of IntelliJ warnings/suggestions. by mruppaner · 4 years ago
  38. a602bbe Break retain-cycle in Converter.java, when used in J2ObjC target. by micapolos · 4 years ago
  39. 9ff8d4a Suppress IdentityHashMapBoxing check by bhagwani · 4 years ago
  40. 04997b1 Discourage Ordering.min(E, E) and max(E, E) in favor of Comparators.min(E, E, Comparator) and max(E, E, Comparator). by kak · 4 years ago
  41. 958186c Add Comparators.min/max by chrisn · 4 years ago
  42. 2d34685 Efficient UnmodifiableMultimap forEach by Carter Kozak · 4 years ago
  43. 2b5c096 Implement BigIntegerMath.roundToDouble, which rounds to the nearest representable double value. by lowasser · 4 years ago
  44. f87596b Update Public Suffix data. by erikv · 4 years ago
  45. eee079f Remove @DoNotCall from FluentIterable.from(FluentIterable). by kak · 4 years ago
  46. 592202a guava: disavow VisibleForTesting by adonovan · 4 years ago
  47. 571cf66 Added support for the "font" Top-Level Media Type (https://tools.ietf.org/html/rfc8081) by earyee · 4 years ago
  48. abea458 Document that Ranges are immutable. by kak · 4 years, 1 month ago
  49. 4595894 Adding the rest of the client-hints headers (besides Arch which I don't think we need). by nweiskirch · 4 years, 1 month ago
  50. 71974ba Merge "Add a host-only build module for guava-testlib" am: 63c7741c50 am: 76e1cfd9dd am: a468927028 am: 5c5395a84a am: 5f2d5cf90f by Hadrien Zalek · 4 years, 1 month ago
  51. 5f2d5cf Merge "Add a host-only build module for guava-testlib" am: 63c7741c50 am: 76e1cfd9dd am: a468927028 am: 5c5395a84a by Hadrien Zalek · 4 years, 1 month ago
  52. 5c5395a Merge "Add a host-only build module for guava-testlib" am: 63c7741c50 am: 76e1cfd9dd am: a468927028 by Hadrien Zalek · 4 years, 1 month ago
  53. a468927 Merge "Add a host-only build module for guava-testlib" am: 63c7741c50 am: 76e1cfd9dd by Hadrien Zalek · 4 years, 1 month ago
  54. 76e1cfd Merge "Add a host-only build module for guava-testlib" am: 63c7741c50 by Hadrien Zalek · 4 years, 1 month ago
  55. 63c7741 Merge "Add a host-only build module for guava-testlib" by Hadrien Zalek · 4 years, 1 month ago
  56. 1926d72 Adding the Sec-CH-UA header. Ignore ClangTidy. It has to do with the constant naming scheme for httputils.h. by nweiskirch · 4 years, 1 month ago
  57. 6484ca8 Suppress IdentityHashMapBoxing check by bhagwani · 4 years, 1 month ago
  58. eaa57d3 Add a host-only build module for guava-testlib by Hadrien Zalek · 4 years, 1 month ago
  59. 48c7cfd Implemented lastIndexOf in CartesianList by George Rautenbach · 4 years, 1 month ago
  60. d39d219 In ImmutableIntArray, use Arrays.copyOf when expanding the internal array. by emcmanus · 4 years, 1 month ago
  61. cbe0980 Ensure QueueWorker does not outlive SequentialExecutor on iOS. by lukhnos · 4 years, 1 month ago
  62. 181807f Implement tryLockUninterruptibly by Andrii Rosa · 4 years, 1 month ago
  63. c3bf731 Adds constants for `Cross-Origin-Embedder-Policy(-Report-Only)?` headers ([W3](https://wicg.github.io/cross-origin-embedder-policy/#COEP)). by mikispag · 4 years, 1 month ago
  64. 215b1f0 Fix PowerSet.equals() when comparing to another PowerSet whose items are the same, but in a different iteration order. by Ryan Skonnord · 4 years, 1 month ago
  65. 24fe5d9 Fixed TreeRangeMap.SubRangeMap.putCoalescing by Sebastian Zarnekow · 4 years, 2 months ago
  66. 1f55c42 Move comment to a more appropriate location by Sebastian Zarnekow · 4 years, 2 months ago
  67. e2a1de2 Merge "Add license type: Apache2 is a NOTICE license" am: e00a08f7de am: cc5e897c23 am: 44edbc4f77 am: 9c9d24429a am: fe35d6c4e8 by Treehugger Robot · 4 years, 2 months ago
  68. fe35d6c Merge "Add license type: Apache2 is a NOTICE license" am: e00a08f7de am: cc5e897c23 am: 44edbc4f77 am: 9c9d24429a by Treehugger Robot · 4 years, 2 months ago
  69. 9c9d244 Merge "Add license type: Apache2 is a NOTICE license" am: e00a08f7de am: cc5e897c23 am: 44edbc4f77 by Treehugger Robot · 4 years, 2 months ago
  70. 44edbc4 Merge "Add license type: Apache2 is a NOTICE license" am: e00a08f7de am: cc5e897c23 by Treehugger Robot · 4 years, 2 months ago
  71. cc5e897 Merge "Add license type: Apache2 is a NOTICE license" am: e00a08f7de by Treehugger Robot · 4 years, 2 months ago
  72. e00a08f Merge "Add license type: Apache2 is a NOTICE license" by Treehugger Robot · 4 years, 2 months ago
  73. ab2ca74 Add license type: Apache2 is a NOTICE license by Bob Badour · 4 years, 2 months ago
  74. bc7248b Fix GitHub #3873 by reimplementing Cartesian{Set,List}.contains. by lowasser · 4 years, 2 months ago
  75. 13d288a Update Public Suffix data. by erikv · 4 years, 2 months ago
  76. 42013c5 Hide InternetDomainName.region() from GWT/j2cl. by cpovirk · 4 years, 2 months ago
  77. 7afcafb Update readme with some grammar corrections. by Rohit Potdukhe · 4 years, 2 months ago
  78. 1f5ae90 [automerger skipped] Set apex_available property am: c3dc70d161 am: 9a22dc9364 am: f68acb20fe am: f675b622c9 -s ours am: 29e32db5b8 -s ours by Jiyong Park · 4 years, 2 months ago
  79. 29e32db [automerger skipped] Set apex_available property am: c3dc70d161 am: 9a22dc9364 am: f68acb20fe am: f675b622c9 -s ours by Jiyong Park · 4 years, 2 months ago
  80. 44f3d97 [automerger skipped] Set apex_available property am: c3dc70d161 am: 9a22dc9364 -s ours am: 9b4ef32fd2 -s ours am: c158b73041 -s ours by Jiyong Park · 4 years, 2 months ago
  81. f675b62 Set apex_available property am: c3dc70d161 am: 9a22dc9364 am: f68acb20fe by Jiyong Park · 4 years, 2 months ago
  82. c158b73 [automerger skipped] Set apex_available property am: c3dc70d161 am: 9a22dc9364 -s ours am: 9b4ef32fd2 -s ours by Jiyong Park · 4 years, 2 months ago
  83. f68acb2 Set apex_available property am: c3dc70d161 am: 9a22dc9364 by Jiyong Park · 4 years, 2 months ago
  84. 9b4ef32 [automerger skipped] Set apex_available property am: c3dc70d161 am: 9a22dc9364 -s ours by Jiyong Park · 4 years, 2 months ago
  85. 9a22dc9 Set apex_available property am: c3dc70d161 by Jiyong Park · 4 years, 2 months ago
  86. 2fccb09 [automerger skipped] Set apex_available property am: c3dc70d161 -s ours am: 9af826ec25 -s ours am: a12c53d9ee -s ours am: 6e8516e99e -s ours by Jiyong Park · 4 years, 2 months ago
  87. 6e8516e [automerger skipped] Set apex_available property am: c3dc70d161 -s ours am: 9af826ec25 -s ours am: a12c53d9ee -s ours by Jiyong Park · 4 years, 2 months ago
  88. a12c53d [automerger skipped] Set apex_available property am: c3dc70d161 -s ours am: 9af826ec25 -s ours by Jiyong Park · 4 years, 2 months ago
  89. 9af826e [automerger skipped] Set apex_available property am: c3dc70d161 -s ours by Jiyong Park · 4 years, 2 months ago
  90. 7fcdfa5 This change suppresses DefaultPackage check for any java class which uses the default java package, in preparation for enabling a compiler error that will prevent new instances of the bug. by bhagwani · 4 years, 2 months ago
  91. c3dc70d Set apex_available property by Jiyong Park · 4 years, 3 months ago
  92. caa3ce8 Exclude Vim swap files from the jar we build. by cpovirk · 4 years, 2 months ago
  93. 1f6bbc1 Remove duplicate assumption. by jnyman · 4 years, 2 months ago
  94. 5cee4f7 Fix typo. by cpovirk · 4 years, 2 months ago
  95. 510021e Prepare for release 29.0. by cpovirk · 4 years, 2 months ago
  96. ae63c19 Add `@since NEXT` for recently added `graph` APIs. by cpovirk · 4 years, 2 months ago
  97. dc46627 Remove `@Beta` from `Service` and `ServiceManager`. by Jesse Wilson · 4 years, 2 months ago
  98. e3e9b39 [automerger skipped] DO NOT MERGE - Empty merge qt-qpr1-dev-plus-aosp into stag-aosp-master am: 0290eaa00e -s ours am: 7cc2536347 am: e581590e2a am: a56a1c9d57 -s ours by Xin Li · 4 years, 2 months ago
  99. a56a1c9 [automerger skipped] DO NOT MERGE - Empty merge qt-qpr1-dev-plus-aosp into stag-aosp-master am: 0290eaa00e -s ours am: 7cc2536347 am: e581590e2a by Xin Li · 4 years, 2 months ago
  100. e581590 [automerger skipped] DO NOT MERGE - Empty merge qt-qpr1-dev-plus-aosp into stag-aosp-master am: 0290eaa00e -s ours am: 7cc2536347 by Xin Li · 4 years, 2 months ago