1. 38ec4ec Suppress nullness warnings in `LocalCache` so that we can include it in the list of files that we pass to the nullness checker. by cpovirk · 3 years, 4 months ago
  2. ddc7ef0 Annotate `Table` classes for nullness. by cpovirk · 3 years, 4 months ago
  3. ac034f6 Annotate the core `Range` classes for nullness. by cpovirk · 3 years, 4 months ago
  4. 689ea62 - Annotate some `Iterator` classes for nullness. by cpovirk · 3 years, 4 months ago
  5. 0c40611 Annotate remaining immutable map classes for nullness, updating callers as needed. by cpovirk · 3 years, 4 months ago
  6. c1cc9df Fix javadoc lint by Liam Miller-Cushon · 3 years, 4 months ago
  7. 888789e Fix Javadoc links in c.g.common. by Google Java Core Libraries · 3 years, 4 months ago
  8. dbeebef Annotate bimaps for nullness. by cpovirk · 3 years, 5 months ago
  9. a75d0f0 Annotate `collect` static utilities for nullness. by cpovirk · 3 years, 5 months ago
  10. 6c23d7a Annotate some forwarding classes for nullness. by cpovirk · 3 years, 5 months ago
  11. 904d567 Annotate some "sorted" types for nullness. by cpovirk · 3 years, 5 months ago
  12. 6ad72dd Fix BloomFilter tutorial URL. by George Gastaldi · 3 years, 5 months ago
  13. ac7b30c Fix an incorrect javadoc tag. Thanks to @1993heqiang for the bug report. by Éamonn McManus · 3 years, 5 months ago
  14. b23b277 Add `HttpHeaders` constant for `Sec-CH-Prefers-Color-Scheme`. by Google Java Core Libraries · 3 years, 5 months ago
  15. ac4c56b Add an explicit project URL to Guava's main `pom.xml`. by Jakob Braun · 3 years, 5 months ago
  16. be95256 Annotate `RangeSet` classes for nullness. by cpovirk · 3 years, 5 months ago
  17. f9447bc Annotate `Ordering` classes for nullness. by cpovirk · 3 years, 5 months ago
  18. be9a814 Annotate the rest of `util.concurrent` for nullness. by cpovirk · 3 years, 5 months ago
  19. bd26a8c Annotate `Multimap` classes for nullness. by cpovirk · 3 years, 5 months ago
  20. fbf7b96 Add CheckForNull to Throwables.getCauseAs. by cpovirk · 3 years, 5 months ago
  21. a902c9e Annotate most of `cache` for nullness. by cpovirk · 3 years, 5 months ago
  22. 8802d35 Finish annotating `io` for nullness. by cpovirk · 3 years, 5 months ago
  23. 16c4412 Annotate a few more classes in `base`. by cpovirk · 3 years, 5 months ago
  24. a663a2a Finish annotating `SortedMultiset` for nullness. by cpovirk · 3 years, 5 months ago
  25. b1350a6 Annotate `ImmutableMap.get`, `Table.get`, and similar methods as potentially returning `null`. by cpovirk · 3 years, 5 months ago
  26. 572d39f Annotate Function for nullness. by cpovirk · 3 years, 5 months ago
  27. cf31f3a Remove `@Beta` from `Interner` and `Interners`. by Éamonn McManus · 3 years, 5 months ago
  28. 7505107 Internal change. by David P. Baker · 3 years, 5 months ago
  29. 9c88f9a Add Keep-Alive to `HttpHeaders`. by Google Java Core Libraries · 3 years, 5 months ago
  30. a95717c Widen acceptable exception type for code path that currently throws IllegalCharsetException by Nick Glorioso · 3 years, 5 months ago
  31. a2e84d7 Update Public Suffix data. by Google Java Core Libraries · 3 years, 5 months ago
  32. 132f206 Finish annotating `AbstractInvocationHandler`. by cpovirk · 3 years, 5 months ago
  33. 820aeef Optimize ImmutableSet hash flooding detection. by lowasser · 3 years, 5 months ago
  34. e89afcc Fix typo noted by @ben-manes in https://github.com/google/guava/commit/ce4bad32a3f15ffb21cc2a13e6db4ad03f915033#r51511526. by cpovirk · 3 years, 6 months ago
  35. 42c84db Use `<? extends @Nullable Object>` instead of `<?>`. by cpovirk · 3 years, 6 months ago
  36. 37a7c77 Include toString() of delegate executor with listening decorator by Google Java Core Libraries · 3 years, 6 months ago
  37. ea0e0d6 Annotate `Multiset` classes for nullness. by cpovirk · 3 years, 6 months ago
  38. 574710c Remove `Service.State.isTerminal()`. by Éamonn McManus · 3 years, 6 months ago
  39. 0cd9aaf Split `java.time` tests out of `StopwatchTest`. by cpovirk · 3 years, 6 months ago
  40. bac4f85 Bump actions/cache from 2.1.5 to 2.1.6. Closes #5579. by Éamonn McManus · 3 years, 6 months ago
  41. aaeeac7 Annotate `ImmutableCollection`, `ImmutableList`, `ImmutableSet`, and supporting classes for nullness. by cpovirk · 3 years, 6 months ago
  42. 281edd4 Add Sec-CH-UA-Bitness to `HttpHeaders`. by Google Java Core Libraries · 3 years, 6 months ago
  43. 357db07 Remove suppressions for `ShouldNotSubclass`. by cpovirk · 3 years, 6 months ago
  44. e1cc195 Remove @Beta from HashFunction. https://github.com/google/guava/issues/3284 by Google Java Core Libraries · 3 years, 6 months ago
  45. ab3090d Clarify comments discussed in https://github.com/google/guava/pull/5546#discussion_r626856415. by cpovirk · 3 years, 6 months ago
  46. ce4bad3 Expand docs about Caffeine. by cpovirk · 3 years, 6 months ago
  47. 12af215 `Invokable` no longer inherits from `java.lang.reflect.AccessibleObject`. by Éamonn McManus · 3 years, 6 months ago
  48. 10f1853 Use `Class.isPrimitive()` to avoid doing any work in `Defaults` for reference types. by Éamonn McManus · 3 years, 6 months ago
  49. 5e6e041 Update pom.xml CI info. by cpovirk · 3 years, 6 months ago
  50. 6db09f9 Document the safe cycle in AbstractScheduledService. by cpovirk · 3 years, 6 months ago
  51. f9e4c4d add `@InlineMe` to deprecated, inlineable APIs in Guava. by Kurt Alfred Kluever · 3 years, 6 months ago
  52. a4baad3 Nearly finish annotating `base` for nullness. by cpovirk · 3 years, 6 months ago
  53. 33b4182 Fix (or suppress) soon to be compile errors where the result of a method invocation for certain `Map` APIs _must_ be either used or assigned to a variable. by Kurt Alfred Kluever · 3 years, 6 months ago
  54. a2d7222 Internal change. by Google Java Core Libraries · 3 years, 6 months ago
  55. 75110e9 Generalize `Function` and `Predicate` factories to let callers specify the desired input type. by cpovirk · 3 years, 6 months ago
  56. 9ccb937 Make generator methods visible within the package. by cpovirk · 3 years, 6 months ago
  57. ec52d8d Bump actions/checkout from 2 to 2.3.4. by cpovirk · 3 years, 6 months ago
  58. 1e2c806 Fix (or suppress) soon to be compile errors where the result of a method invocation for certain `Collection`, `Iterable`, and `Iterator` APIs _must_ be either used or assigned to a variable. by Kurt Alfred Kluever · 3 years, 6 months ago
  59. f7fd83f Update Public Suffix data. by Google Java Core Libraries · 3 years, 6 months ago
  60. 4b02d3c Annotate much of `util.concurrent` for nullness. by cpovirk · 3 years, 6 months ago
  61. 5fec0ff Document when `EndpointPair.adjacentNode` changed signature. by cpovirk · 3 years, 6 months ago
  62. 1799bc3 Add explicit null checks. by cpovirk · 3 years, 6 months ago
  63. 571bd57 Instead of partially implementing `Future`, fully implement a custom `Cancellable` interface, and ensure that `cancel` and `isCancelled` always work. by cpovirk · 3 years, 6 months ago
  64. 8c003ad Minor tweaks to CacheBuilder docs. by Google Java Core Libraries · 3 years, 7 months ago
  65. 1cf7a56 Split afterRanInterruptibly into afterRanInterruptiblySuccess and afterRanInterruptiblyFailure. by cpovirk · 3 years, 7 months ago
  66. b0be21d EndpointPair.java: s/adjacentNode(Object Node)/adjacentNode(N node)/ by Google Java Core Libraries · 3 years, 7 months ago
  67. 4cacc0e Comment out @ElementTypesAreNonnullByDefault in classes that are missing `@CheckReturnValue` for at least one location. by cpovirk · 3 years, 7 months ago
  68. 1933615 Annotate `math` for nullness. by cpovirk · 3 years, 7 months ago
  69. 2972a10 Annotate `net` for nullness. by cpovirk · 3 years, 7 months ago
  70. 5137f99 Annotate `io` for nullness. by cpovirk · 3 years, 7 months ago
  71. 50dffd9 Deflake `HashingTest`. by Éamonn McManus · 3 years, 7 months ago
  72. db6580e Avoid unlikely NullPointerException in deleteDirectoryContents and deleteRecursively. by cpovirk · 3 years, 7 months ago
  73. 50e7ddd Reject `null` in `CharStreams.asWriter(appendable).write(string[, ...])`. by cpovirk · 3 years, 7 months ago
  74. 38112eb Annotate `graph` for nullness. by cpovirk · 3 years, 7 months ago
  75. 4e5be74 Add warnings to documentation of some multimaps and `Multiset` that modifying a value with respect to `equals()` is dangerous. by David P. Baker · 3 years, 7 months ago
  76. 0806647 Make `MapIteratorCache` and `MapRetrievalCache` mostly hostile to nulls. by cpovirk · 3 years, 7 months ago
  77. 19c08f9 Use ConcurrentHashMap.newKeySet() in Sets.newConcurrentHashSet() by Liam Miller-Cushon · 3 years, 7 months ago
  78. ecbbcc5 Annotate `primitives` for nullness. by cpovirk · 3 years, 7 months ago
  79. e92de2d Annotate `eventbus` for nullness. by cpovirk · 3 years, 7 months ago
  80. b1a8679 Make `MoreFiles.deleteRecursively()` throw `NoSuchFileException` when the `path` argument itself doesn't exist. by David P. Baker · 3 years, 7 months ago
  81. 769e1e9 Annotate `hash` for nullness. by cpovirk · 3 years, 7 months ago
  82. 6e054ce Delete the `FileBackedOutputStream` temp file if writing to it fails. by Éamonn McManus · 3 years, 7 months ago
  83. 9acb9a0 Discourage use of `ArrayTable`. by Kurt Alfred Kluever · 3 years, 7 months ago
  84. 12a3d4f Clarify what "different equivalence relations" means. by Éamonn McManus · 3 years, 7 months ago
  85. 6f76467 Fix typo. by cpovirk · 3 years, 7 months ago
  86. 4885fca Replace old-style loops with enhanced for loops by Alan Malloy · 3 years, 7 months ago
  87. 781ac8a Remove `@Beta` from `EventBus` and related classes. by Colin Decker · 3 years, 7 months ago
  88. 48b72fc Fix exception message in `CacheBuilderSpec`. by Kurt Alfred Kluever · 3 years, 7 months ago
  89. c27d91c Clarify LRU behavior of `CacheBuilder`. by Kurt Alfred Kluever · 3 years, 7 months ago
  90. fe20304 fix javadoc typos by Andrey Turbanov · 3 years, 7 months ago
  91. 82a3ecf Discourage usage of EventBus. by cpovirk · 3 years, 7 months ago
  92. f7ca4a9 Bump deps. by cpovirk · 3 years, 7 months ago
  93. 5883279 Document that `ImmutableType.of()` returns a singleton instance. by Kurt Alfred Kluever · 3 years, 7 months ago
  94. 8a71f2b fix `CacheBuilder` javadoc error. by Kurt Alfred Kluever · 3 years, 7 months ago
  95. fb5e365 Add some documentation to `ByteSource` and `CharSource` about the general expectations for source behavior and what the behavior might be if those expectations aren't met. by Colin Decker · 3 years, 7 months ago
  96. 3480d8f clarify `AtomicDoubleArray.set()` javadocs. by Kurt Alfred Kluever · 3 years, 7 months ago
  97. 0ea7ced Document issues with `ClassPath`, and recommend ClassGraph. by cpovirk · 3 years, 7 months ago
  98. 418224d Link to the immutable collectors from the utility classes. by Kurt Alfred Kluever · 3 years, 7 months ago
  99. f141c8e Recommend Caffeine over common.cache. by cpovirk · 3 years, 7 months ago
  100. 37ca3e3 Presize list builder for inCompletionOrder by Google Java Core Libraries · 3 years, 7 months ago