1. b02fbe1 Detect constructors by type instead of by name. by cpovirk · 2 days ago master
  2. 9a97bed Suppress a forthcoming https://errorprone.info/bugpattern/NullNeedsCastForVarargs error. by cpovirk · 7 days ago
  3. 87117a3 Remove annotations that say that varargs arrays themselves can be null. by cpovirk · 8 days ago
  4. eb7c034 Suppress a forthcoming http://errorprone.info/bugpattern/InvalidPatternSyntax error. by cpovirk · 12 days ago
  5. 7071ef0 Bump com.google.errorprone:error_prone_annotations from 2.48.0 to 2.49.0 in the dependencies group by dependabot[bot] · 4 weeks ago
  6. fc54b9e Bump com.google.protobuf:protobuf-java from 4.34.0 to 4.34.1 in the dependencies group by dependabot[bot] · 7 weeks ago
  7. b80b3ca Upgrade GitHub Actions to latest versions by Salman Chishti · 7 weeks ago
  8. fedd48b Increase `-jvm-target` for Kotlin JVM targets in g3 from 11 to 21. by Google Java Core Libraries · 8 weeks ago
  9. 8bb449d Internal change by Chaoren Lin · 9 weeks ago
  10. 4a3c3c2 Bump the dependencies group with 2 updates by dependabot[bot] · 10 weeks ago
  11. f430a3b Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.4 to 3.5.5 in the dependencies group by dependabot[bot] · 2 months ago
  12. b093bcb Bump com.google.errorprone:error_prone_annotations from 2.46.0 to 2.47.0 in the dependencies group by dependabot[bot] · 3 months ago
  13. d7ca138 Bump the dependencies group with 2 updates by dependabot[bot] · 3 months ago
  14. c8a78e3 Bump the github-actions group with 3 updates by dependabot[bot] · 3 months ago
  15. 9b4627b Skip bytecode inference of the actual value for `assume`. by cpovirk · 3 months ago
  16. feb3bee Bump the dependencies group with 2 updates by dependabot[bot] · 4 months ago
  17. 2ce8c01 Automated Code Change by Google Java Core Libraries · 4 months ago
  18. 9025e42 Bump the dependencies group with 3 updates by dependabot[bot] · 4 months ago
  19. f23fd9d Automatically reformat, manually intervening to fix a few more doc issues. by cpovirk · 4 months ago
  20. 94e2794 Bump the github-actions group with 2 updates by dependabot[bot] · 4 months ago
  21. 5189bb1 Bump org.ow2.asm:asm from 9.9 to 9.9.1 in the dependencies group by dependabot[bot] · 5 months ago
  22. bffc0bb Bump com.google.protobuf:protobuf-java from 4.33.1 to 4.33.2 in the dependencies group by dependabot[bot] · 5 months ago
  23. 9ba2249 Add static analysis to prevent calling `liteProtoSubject.isEqualTo(Builder)` (and un-deprecate those methods at the same time since they're now uncallable). by Kurt Alfred Kluever · 5 months ago
  24. 657ecbd Bump the dependencies group with 2 updates by dependabot[bot] · 5 months ago
  25. 0f730eb Bump actions/checkout from 5.0.0 to 6.0.0 in the github-actions group by dependabot[bot] · 5 months ago
  26. 55d3fa7 Bump the dependencies group with 4 updates by dependabot[bot] · 6 months ago
  27. eff5654 Bump com.google.errorprone:error_prone_annotations from 2.43.0 to 2.44.0 in the dependencies group by dependabot[bot] · 6 months ago
  28. 35246cc Bump the dependencies group with 2 updates by dependabot[bot] · 6 months ago
  29. 8d25ede Bump com.google.protobuf:protobuf-java from 4.32.1 to 4.33.0 in the dependencies group by dependabot[bot] · 7 months ago
  30. 611972f Suppress or address errors from a forthcoming Error Prone check that looks for calls like `containsExactly(null)` that always throw NPE. by cpovirk · 7 months ago
  31. 68bd0a9 Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.24 to 1.26 in the dependencies group by dependabot[bot] · 7 months ago
  32. e631b6a Restore the `NullPointerTester` usage that I seem to have inadvertently removed in https://github.com/google/truth/commit/23fbc1ef5f62cf2d585d439816d15c82847af7cd. by cpovirk · 7 months ago
  33. e953e78 Bump the dependencies group with 2 updates by dependabot[bot] · 7 months ago
  34. ed2ce70 Standardize on the ID "`attach-javadocs`" for `maven-javadoc-plugin`. by cpovirk · 7 months ago
  35. e5251d7 Use Temurin over Zulu. by cpovirk · 7 months ago
  36. b8ba7bc Bump org.sonatype.central:central-publishing-maven-plugin from 0.8.0 to 0.9.0 in the dependencies group by dependabot[bot] · 7 months ago
  37. 22a4601 Bump the dependencies group with 3 updates by dependabot[bot] · 8 months ago
  38. 714d1ce Document tradeoffs between `isInstanceOf` and `as`/`assertIs`. by cpovirk · 8 months ago
  39. ac02aad Implement LiteProto Truth extension for J2CL by Kevin O'Connor · 8 months ago
  40. da88d68 Update `server-id` from the value required by `maven-deploy-plugin` to the value required by `central-publishing-maven-plugin`: by cpovirk · 8 months ago
  41. fc57e07 Stop explicitly requesting Javadoc and source jars. by cpovirk · 8 months ago
  42. ed794aa Document tradeoffs between `isNotNull()` and `!!`/`assertNotNull`. by cpovirk · 8 months ago
  43. c7b6eed Improve some links: by cpovirk · 8 months ago
  44. 0e4d97b Add J2ObjC and J2KT Native support for Truth LiteProto extensions. by Kevin O'Connor · 8 months ago
  45. 18f0b55 Move the proto extension `package-info` to `liteproto` by Kevin O'Connor · 8 months ago
  46. 8476baa Bump the dependencies group with 2 updates by dependabot[bot] · 8 months ago
  47. e134936 Stop requesting frames for Javadoc. by cpovirk · 8 months ago
  48. e25f2e2 Use `central-publishing-maven-plugin` for snapshot deployment, too. by cpovirk · 8 months ago
  49. 47d58a9 Remove explicit configuration of https://central.sonatype.com/repository/maven-snapshots. by cpovirk · 8 months ago
  50. 24b5a31 Fix TODO style. by cpovirk · 8 months ago
  51. 7261f72 Make `ActualValueInference` see through casts and also recognize some of Kotlin's collection-factory methods as having names that are "boring." by cpovirk · 8 months ago
  52. 3caa0e8 In `ExpectFailure`, never generate "value of" lines based on bytecode. by cpovirk · 8 months ago
  53. a29e1b2 Attempt to fix Javadoc snapshots: by cpovirk · 8 months ago
  54. 3a0cf9a Bump the github-actions group with 2 updates by dependabot[bot] · 8 months ago
  55. 3053945 Use the standard parameter name ("`expected`") in `MultimapSubject.isEqualTo`. by cpovirk · 8 months ago
  56. 079b919 Add a TODO to `containsNoDuplicates`. by cpovirk · 9 months ago
  57. b515e71 Show only the duplicate keys in the exception message, not all keys. by cpovirk · 9 months ago
  58. 534518e Don't bother to explicitly set [`publishingServerId`](https://central.sonatype.org/publish/publish-portal-maven/#publishingserverid) to its default value. by cpovirk · 9 months ago
  59. 2395d99 Trivial simplifications to `GraphMatchingTest`. by cpovirk · 9 months ago
  60. d3a917e Internal change. by cpovirk · 9 months ago
  61. 5f4c0d4 Modernize and improve `TruthAssertThatTest.java`. by Éamonn McManus · 9 months ago
  62. 0b5b6db Fix a small documentation error. In `usingTolerance`, the `tolerance` parameter is a `double`. by Éamonn McManus · 9 months ago
  63. 5e7264c Tweak a comment. by cpovirk · 9 months ago
  64. f0a3241 Fix an accidental reference to Guava `Optional` in `OptionalSubjectTest`. by Éamonn McManus · 9 months ago
  65. 958d895 Remove an obsolete Android restriction in `StackTraceCleanerTest`. by Éamonn McManus · 9 months ago
  66. ad5a021 Remove special handling for old versions of Android. by cpovirk · 9 months ago
  67. 5803bb6 Bump the dependencies group with 2 updates by dependabot[bot] · 9 months ago
  68. 96d29c6 Tweak documentation of `JUnitTestRule`. by cpovirk · 9 months ago
  69. 3110196 Add tests (and improve error messages) for specific cases that are harder to handle in JavaScript environments in which `String.matches` is not available. by cpovirk · 9 months ago
  70. 23589db Extract a `Platform` method for string regex matching. by cpovirk · 9 months ago
  71. 14c0011 Adjust an assertion about null in `LongSubjectTest`. by Éamonn McManus · 9 months ago
  72. dce5c05 Fix a typo in the name of a method and slightly simplify some logic. by Éamonn McManus · 9 months ago
  73. d0d81a6 Replace nonsense with a wall of text. by cpovirk · 9 months ago
  74. 29d3fbc Remove `<groupId>org.apache.maven.plugins</groupId>`. by cpovirk · 9 months ago
  75. bdd62eb internal change by Google Java Core Libraries · 9 months ago
  76. b9c4021 Tweaks, mostly around `Platform`: by cpovirk · 9 months ago
  77. ab7a5e4 Internal change. by cpovirk · 9 months ago
  78. ceba552 Move `isAndroid()` from `Platform` to `TestPlatform`. by cpovirk · 9 months ago
  79. 1f6f180 Fix some weird Javadoc in `TruthJUnit`. by cpovirk · 9 months ago
  80. 88238a9 Tweak annotation declarations: by cpovirk · 9 months ago
  81. c85c75c Bump minSdkVersion to 23 (Marshmallow). by cpovirk · 9 months ago
  82. bf15a67 Make `ComparableSubject` no longer be `abstract`. by cpovirk · 9 months ago
  83. 51e87b3 Annotate `ActualValueInference` as `@J2ObjCIncompatible`. by cpovirk · 9 months ago
  84. 072c126 Be less strict about requiring `ImmutableList` specifically. by cpovirk · 9 months ago
  85. 9ca936b Minor tweaks: by cpovirk · 9 months ago
  86. c24d253 Remove some unnecessary copies and improve a failure message. by Éamonn McManus · 9 months ago
  87. dcde76d Bump the dependencies group with 2 updates by dependabot[bot] · 9 months ago
  88. 6db013d Migrate to `central-publishing-maven-plugin`. by cpovirk · 10 months ago
  89. b14fb41 Loosen a test on the number of stack frames. by cpovirk · 10 months ago
  90. ffe1027 Adjust some edge cases in further tests, concerning null and varargs. by Éamonn McManus · 10 months ago
  91. 4428ee6 Make package-private fields private. by Éamonn McManus · 10 months ago
  92. ab42bb0 Apply the EffectivelyPrivate refactoring. by cpovirk · 10 months ago
  93. 3265fb8 Bump com.google.errorprone:error_prone_annotations from 2.39.0 to 2.40.0 in the dependencies group by dependabot[bot] · 10 months ago
  94. 79d3b60 Document why `PathSubject` exists even though it adds no assertions. by Éamonn McManus · 10 months ago
  95. 2452c3c Fix a persistent typo in the `BigDecimalSubject` javadoc. by Éamonn McManus · 10 months ago
  96. 79915a5 Adjust some edge cases in tests, concerning null and varargs. by Éamonn McManus · 10 months ago
  97. 1c70d83 Remove obsolete suppressions from b/122617528. by cpovirk · 10 months ago
  98. 11afb59 Simplify the `StreamSubject` constructor. by Éamonn McManus · 10 months ago
  99. f9ef285 Update AssertJ URL by Stefano Cordio · 10 months ago
  100. 465e1d9 Internal change by Éamonn McManus · 10 months ago