1. d32a049 Stop rejecting nulls in `EvictingQueue.contains` and `remove`. by cpovirk · 2 years, 10 months ago
  2. 3a86a13 Annotate the remaining public classes under `collect` for nullness. by cpovirk · 2 years, 10 months ago
  3. e1ec696 Add text to `CompactHashMap` to explain its internal workings in more detail. by Éamonn McManus · 2 years, 10 months ago
  4. 203a315 Bump styfle/cancel-workflow-action from 0.9.0 to 0.9.1 by Colin Decker · 2 years, 10 months ago
  5. a35a8e0 Suppress errorprone warnings for unit tests by Google Java Core Libraries · 2 years, 10 months ago
  6. 24bda4d Remove redundant bit masking. by Piotr Findeisen · 2 years, 10 months ago
  7. 9851ee4 Annotate the compact collections for nullness. by cpovirk · 2 years, 10 months ago
  8. 2263236 Annotate most remaining static utility APIs for nullness. by cpovirk · 2 years, 11 months ago
  9. a491b1a Internal change. by David P. Baker · 2 years, 11 months ago
  10. 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 · 2 years, 11 months ago
  11. ddc7ef0 Annotate `Table` classes for nullness. by cpovirk · 2 years, 11 months ago
  12. ac034f6 Annotate the core `Range` classes for nullness. by cpovirk · 2 years, 11 months ago
  13. 689ea62 - Annotate some `Iterator` classes for nullness. by cpovirk · 2 years, 11 months ago
  14. 0c40611 Annotate remaining immutable map classes for nullness, updating callers as needed. by cpovirk · 2 years, 11 months ago
  15. c1cc9df Fix javadoc lint by Liam Miller-Cushon · 2 years, 11 months ago
  16. 888789e Fix Javadoc links in c.g.common. by Google Java Core Libraries · 2 years, 11 months ago
  17. dbeebef Annotate bimaps for nullness. by cpovirk · 3 years ago
  18. a75d0f0 Annotate `collect` static utilities for nullness. by cpovirk · 3 years ago
  19. 6c23d7a Annotate some forwarding classes for nullness. by cpovirk · 3 years ago
  20. 904d567 Annotate some "sorted" types for nullness. by cpovirk · 3 years ago
  21. 6ad72dd Fix BloomFilter tutorial URL. by George Gastaldi · 3 years ago
  22. ac7b30c Fix an incorrect javadoc tag. Thanks to @1993heqiang for the bug report. by Éamonn McManus · 3 years ago
  23. b23b277 Add `HttpHeaders` constant for `Sec-CH-Prefers-Color-Scheme`. by Google Java Core Libraries · 3 years ago
  24. ac4c56b Add an explicit project URL to Guava's main `pom.xml`. by Jakob Braun · 3 years ago
  25. be95256 Annotate `RangeSet` classes for nullness. by cpovirk · 3 years ago
  26. f9447bc Annotate `Ordering` classes for nullness. by cpovirk · 3 years ago
  27. be9a814 Annotate the rest of `util.concurrent` for nullness. by cpovirk · 3 years ago
  28. bd26a8c Annotate `Multimap` classes for nullness. by cpovirk · 3 years ago
  29. fbf7b96 Add CheckForNull to Throwables.getCauseAs. by cpovirk · 3 years ago
  30. a902c9e Annotate most of `cache` for nullness. by cpovirk · 3 years ago
  31. 8802d35 Finish annotating `io` for nullness. by cpovirk · 3 years ago
  32. 16c4412 Annotate a few more classes in `base`. by cpovirk · 3 years ago
  33. a663a2a Finish annotating `SortedMultiset` for nullness. by cpovirk · 3 years ago
  34. b1350a6 Annotate `ImmutableMap.get`, `Table.get`, and similar methods as potentially returning `null`. by cpovirk · 3 years ago
  35. 572d39f Annotate Function for nullness. by cpovirk · 3 years ago
  36. cf31f3a Remove `@Beta` from `Interner` and `Interners`. by Éamonn McManus · 3 years ago
  37. 7505107 Internal change. by David P. Baker · 3 years ago
  38. 9c88f9a Add Keep-Alive to `HttpHeaders`. by Google Java Core Libraries · 3 years ago
  39. a95717c Widen acceptable exception type for code path that currently throws IllegalCharsetException by Nick Glorioso · 3 years ago
  40. a2e84d7 Update Public Suffix data. by Google Java Core Libraries · 3 years ago
  41. 132f206 Finish annotating `AbstractInvocationHandler`. by cpovirk · 3 years ago
  42. 820aeef Optimize ImmutableSet hash flooding detection. by lowasser · 3 years ago
  43. 1e180de Snap for 7418644 from 8d6507ab27a052acd549c744c8a844b719e3a509 to tm-release by android-build-team Robot · 3 years ago
  44. e89afcc Fix typo noted by @ben-manes in https://github.com/google/guava/commit/ce4bad32a3f15ffb21cc2a13e6db4ad03f915033#r51511526. by cpovirk · 3 years ago
  45. 42c84db Use `<? extends @Nullable Object>` instead of `<?>`. by cpovirk · 3 years ago
  46. 8d6507a Merge sc-mainline-prod by Xin Li · 3 years ago
  47. 37a7c77 Include toString() of delegate executor with listening decorator by Google Java Core Libraries · 3 years ago
  48. ea0e0d6 Annotate `Multiset` classes for nullness. by cpovirk · 3 years ago
  49. 574710c Remove `Service.State.isTerminal()`. by Éamonn McManus · 3 years ago
  50. 0cd9aaf Split `java.time` tests out of `StopwatchTest`. by cpovirk · 3 years ago
  51. bac4f85 Bump actions/cache from 2.1.5 to 2.1.6. Closes #5579. by Éamonn McManus · 3 years ago
  52. aaeeac7 Annotate `ImmutableCollection`, `ImmutableList`, `ImmutableSet`, and supporting classes for nullness. by cpovirk · 3 years ago
  53. 281edd4 Add Sec-CH-UA-Bitness to `HttpHeaders`. by Google Java Core Libraries · 3 years ago
  54. 357db07 Remove suppressions for `ShouldNotSubclass`. by cpovirk · 3 years ago
  55. e1cc195 Remove @Beta from HashFunction. https://github.com/google/guava/issues/3284 by Google Java Core Libraries · 3 years ago
  56. ab3090d Clarify comments discussed in https://github.com/google/guava/pull/5546#discussion_r626856415. by cpovirk · 3 years ago
  57. ce4bad3 Expand docs about Caffeine. by cpovirk · 3 years ago
  58. 12af215 `Invokable` no longer inherits from `java.lang.reflect.AccessibleObject`. by Éamonn McManus · 3 years ago
  59. 10f1853 Use `Class.isPrimitive()` to avoid doing any work in `Defaults` for reference types. by Éamonn McManus · 3 years ago
  60. 5e6e041 Update pom.xml CI info. by cpovirk · 3 years ago
  61. 6db09f9 Document the safe cycle in AbstractScheduledService. by cpovirk · 3 years, 1 month ago
  62. f9e4c4d add `@InlineMe` to deprecated, inlineable APIs in Guava. by Kurt Alfred Kluever · 3 years, 1 month ago
  63. a4baad3 Nearly finish annotating `base` for nullness. by cpovirk · 3 years, 1 month ago
  64. 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, 1 month ago
  65. a2d7222 Internal change. by Google Java Core Libraries · 3 years, 1 month ago
  66. 75110e9 Generalize `Function` and `Predicate` factories to let callers specify the desired input type. by cpovirk · 3 years, 1 month ago
  67. 9ccb937 Make generator methods visible within the package. by cpovirk · 3 years, 1 month ago
  68. ec52d8d Bump actions/checkout from 2 to 2.3.4. by cpovirk · 3 years, 1 month ago
  69. 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, 1 month ago
  70. f7fd83f Update Public Suffix data. by Google Java Core Libraries · 3 years, 1 month ago
  71. 4b02d3c Annotate much of `util.concurrent` for nullness. by cpovirk · 3 years, 1 month ago
  72. 5fec0ff Document when `EndpointPair.adjacentNode` changed signature. by cpovirk · 3 years, 1 month ago
  73. 1799bc3 Add explicit null checks. by cpovirk · 3 years, 1 month ago
  74. 571bd57 Instead of partially implementing `Future`, fully implement a custom `Cancellable` interface, and ensure that `cancel` and `isCancelled` always work. by cpovirk · 3 years, 1 month ago
  75. 8c003ad Minor tweaks to CacheBuilder docs. by Google Java Core Libraries · 3 years, 1 month ago
  76. 1cf7a56 Split afterRanInterruptibly into afterRanInterruptiblySuccess and afterRanInterruptiblyFailure. by cpovirk · 3 years, 1 month ago
  77. b0be21d EndpointPair.java: s/adjacentNode(Object Node)/adjacentNode(N node)/ by Google Java Core Libraries · 3 years, 1 month ago
  78. 4cacc0e Comment out @ElementTypesAreNonnullByDefault in classes that are missing `@CheckReturnValue` for at least one location. by cpovirk · 3 years, 1 month ago
  79. 1933615 Annotate `math` for nullness. by cpovirk · 3 years, 1 month ago
  80. 2972a10 Annotate `net` for nullness. by cpovirk · 3 years, 1 month ago
  81. 5137f99 Annotate `io` for nullness. by cpovirk · 3 years, 1 month ago
  82. 50dffd9 Deflake `HashingTest`. by Éamonn McManus · 3 years, 1 month ago
  83. db6580e Avoid unlikely NullPointerException in deleteDirectoryContents and deleteRecursively. by cpovirk · 3 years, 1 month ago
  84. 50e7ddd Reject `null` in `CharStreams.asWriter(appendable).write(string[, ...])`. by cpovirk · 3 years, 1 month ago
  85. 38112eb Annotate `graph` for nullness. by cpovirk · 3 years, 1 month ago
  86. 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, 1 month ago
  87. 0806647 Make `MapIteratorCache` and `MapRetrievalCache` mostly hostile to nulls. by cpovirk · 3 years, 1 month ago
  88. 19c08f9 Use ConcurrentHashMap.newKeySet() in Sets.newConcurrentHashSet() by Liam Miller-Cushon · 3 years, 1 month ago
  89. ecbbcc5 Annotate `primitives` for nullness. by cpovirk · 3 years, 1 month ago
  90. e92de2d Annotate `eventbus` for nullness. by cpovirk · 3 years, 1 month ago
  91. b1a8679 Make `MoreFiles.deleteRecursively()` throw `NoSuchFileException` when the `path` argument itself doesn't exist. by David P. Baker · 3 years, 1 month ago
  92. 769e1e9 Annotate `hash` for nullness. by cpovirk · 3 years, 1 month ago
  93. 6e054ce Delete the `FileBackedOutputStream` temp file if writing to it fails. by Éamonn McManus · 3 years, 1 month ago
  94. 9acb9a0 Discourage use of `ArrayTable`. by Kurt Alfred Kluever · 3 years, 1 month ago
  95. 12a3d4f Clarify what "different equivalence relations" means. by Éamonn McManus · 3 years, 1 month ago
  96. 6f76467 Fix typo. by cpovirk · 3 years, 1 month ago
  97. 4885fca Replace old-style loops with enhanced for loops by Alan Malloy · 3 years, 1 month ago
  98. 781ac8a Remove `@Beta` from `EventBus` and related classes. by Colin Decker · 3 years, 1 month ago
  99. 48b72fc Fix exception message in `CacheBuilderSpec`. by Kurt Alfred Kluever · 3 years, 1 month ago
  100. c27d91c Clarify LRU behavior of `CacheBuilder`. by Kurt Alfred Kluever · 3 years, 1 month ago