1. caf6196 robolectric requires autobuilder to build. by Rex Hoffman · 1 year, 8 months ago
  2. 76a5a39 Add auto_oneof_plugin by Colin Cross · 2 years, 3 months ago
  3. 85e5c17 Merge commit 'auto-value-1.8.2^' by Colin Cross · 2 years, 3 months ago
  4. 04ebf9c Bump kotlin.version from 1.5.20 to 1.5.21 in /value by dependabot[bot] · 2 years, 11 months ago
  5. 4f6f782 Internal change by dependabot[bot] · 3 years ago
  6. 2ee7f62 Rewrite some references to JSpecify `@Nullable` to prevent their being rewritten. by Éamonn McManus · 3 years ago
  7. c68b2ff Use more fluent streams constructs. by Éamonn McManus · 3 years ago
  8. ba9f110 Bump kotlin.version from 1.5.10 to 1.5.20 in /value by dependabot[bot] · 3 years ago
  9. 05ea135 Ensure that AutoBuilder works with property builders. by Éamonn McManus · 3 years ago
  10. e688dd7 Bump mockito-core from 3.11.1 to 3.11.2 in /value by dependabot[bot] · 3 years ago
  11. 91b6bf1 Bump mockito-core from 3.11.0 to 3.11.1 in /value by dependabot[bot] · 3 years ago
  12. 7ec6b28 Bump mockito-core from 3.10.0 to 3.11.0 in /value by dependabot[bot] · 3 years ago
  13. aae56b7 Apply a few automated suggestions. by Éamonn McManus · 3 years ago
  14. 57fdeb9 Reformat all the Auto projects using google-java-format. For now, javadoc reformatting is excluded. by Éamonn McManus · 3 years ago
  15. 2a66d35 Restrict autovalue apex availability to extservices only. by Chang Li · 3 years ago
  16. de40332 Upgrade dependencies to auto-common 1.0.1 and replace Guava toImmutable* usages with auto-common alternatives. by Brad Corso · 3 years ago
  17. 7d3aa66 Implicitly exclude Kotlin `@Metadata` annotations from `@CopyAnnotations` by Zac Sweers · 3 years ago
  18. 1384857 Allow auto value to be used for mainline modules. by Chang Li · 3 years ago
  19. 2b77e44 Bump kotlin.version from 1.5.0 to 1.5.10 in /value by dependabot[bot] · 3 years ago
  20. 31eeb67 Bump truth.version from 1.1.2 to 1.1.3 in /value by dependabot[bot] · 3 years ago
  21. 54baeb3 Update an AutoValue test to the newer compile-testing API. by Éamonn McManus · 3 years, 1 month ago
  22. c84e6af Add the [JSpecify](http://jspecify.org) `@Nullable` to `equals(Object)` if it is available. by Éamonn McManus · 3 years, 1 month ago
  23. 6688819 Clarify that `Optional` values can be set from `@Nullable` parameters. by Éamonn McManus · 3 years, 1 month ago
  24. f00c32a Generate missing-property checks in a way that is easier for null-analysis to understand. by Éamonn McManus · 3 years, 1 month ago
  25. cd55f63 Add a test for building annotation values with `@AutoBuilder` and `@AutoAnnotation`. by Éamonn McManus · 3 years, 1 month ago
  26. e06893c Bump errorprone.version from 2.6.0 to 2.7.1 in /value by dependabot[bot] · 3 years, 1 month ago
  27. a51c837 Bump mockito-core from 3.9.0 to 3.10.0 in /value by dependabot[bot] · 3 years, 1 month ago
  28. 4fa79cc Fix inconsistent quoting in `@ToPrettyString` example by Ron Shapiro · 3 years, 1 month ago
  29. aaf39f6 Use the correct `package` in the generated `AutoBuilder_Foo` class. by Éamonn McManus · 3 years, 1 month ago
  30. 8cb93ed Bump kotlin.version from 1.4.32 to 1.5.0 in /value by dependabot[bot] · 3 years, 1 month ago
  31. 689c8d4 Fix a problem where `@SerializableAutoValue` could generate incorrect code for complex types. by Éamonn McManus · 3 years, 2 months ago
  32. 6b25c21 Add method name to getterMustMatch error by Zeke · 3 years, 2 months ago
  33. c8a5c19 Add a test for Gradle incremental compilation with AutoValue. by Éamonn McManus · 3 years, 2 months ago
  34. 20ab154 Document AutoBuilder. by Éamonn McManus · 3 years, 2 months ago
  35. 8f17e4c Fix Gradle incremental compilation for AutoValue and AutoFactory. by Éamonn McManus · 3 years, 2 months ago
  36. ad8add1 Fix Gradle incremental compilation. Fixes https://github.com/google/auto/issues/1071. by Éamonn McManus · 3 years, 2 months ago
  37. 4bdd64b Update the AutoBuilder documentation about stability by Éamonn McManus · 3 years, 2 months ago
  38. a722616 Respect `@Nullable` annotations when determining required properties in AutoBuilder. by Éamonn McManus · 3 years, 2 months ago
  39. 15b7ec2 Allow more general kinds of method in `callMethod`. by Éamonn McManus · 3 years, 2 months ago
  40. 6fa21a4 Add support for builder-getters to AutoBuilder. by Éamonn McManus · 3 years, 2 months ago
  41. 7548274 Handle AutoBuilder parameter names that are reserved words in Java. by Éamonn McManus · 3 years, 2 months ago
  42. 27bc525 Add support for generics to AutoBuilder. by Éamonn McManus · 3 years, 2 months ago
  43. 4cf9f07 Change the minimum Java language level from 6 to 7 in CompileWithEclipseTest. AutoBuilder code can use the diamond operator `<>` in generated code and at this point there's no point in trying to work around that. by Éamonn McManus · 3 years, 2 months ago
  44. 09d3d20 Compilation error tests for further errors in `BuilderMethodClassifier`. by Éamonn McManus · 3 years, 2 months ago
  45. e234a84 Further compilation error tests for AutoBuilder. by Éamonn McManus · 3 years, 2 months ago
  46. d22cc63 Add some compilation error tests for AutoBuilder. by Éamonn McManus · 3 years, 2 months ago
  47. ea0a418 Allow an AutoBuilder builder to call static methods. by Éamonn McManus · 3 years, 2 months ago
  48. b825771 Bump mockito-core from 3.8.0 to 3.9.0 in /value by dependabot[bot] · 3 years, 2 months ago
  49. 417a758 Add overload-resolution logic to AutoBuilder. by Éamonn McManus · 3 years, 2 months ago
  50. 322cdae Update dependencies on AutoService from 1.0-rc7 to 1.0. by Éamonn McManus · 3 years, 2 months ago
  51. 89189f0 Update dependencies on Auto Common from 0.11 to 1.0. by Éamonn McManus · 3 years, 2 months ago
  52. 0f1dcc9 Have AutoBuilder determine property names and types from the parameters of the `callMethod`. by Éamonn McManus · 3 years, 2 months ago
  53. 09ec190 Use `${project.version}` as suggested by @tbroyer. by Éamonn McManus · 3 years, 2 months ago
  54. a2f647f When building AutoValue, pick up AutoService via `<annotationProcessorPaths>`. by Éamonn McManus · 3 years, 2 months ago
  55. 2b5d8b8 Move knowledge of getter methods from `BuilderMethodClassifier` to a new subclass. by Éamonn McManus · 3 years, 2 months ago
  56. 79d7e9c Move the AutoBuilder tests for Kotlin data classes to a separate test class. by Éamonn McManus · 3 years, 2 months ago
  57. 0076afb Initial prototype of `@AutoBuilder`. by Éamonn McManus · 3 years, 2 months ago
  58. 40f3039 Use a property for Error Prone dependency versions. by David P. Baker · 3 years, 2 months ago
  59. 51e3453 Bump error_prone_type_annotations from 2.5.1 to 2.6.0 in /value by dependabot[bot] · 3 years, 2 months ago
  60. 6679425 Bump error_prone_annotations from 2.5.1 to 2.6.0 in /value by dependabot[bot] · 3 years, 2 months ago
  61. 6302518 Bump plexus-java from 1.0.6 to 1.0.7 in /value by dependabot[bot] · 3 years, 2 months ago
  62. 0b4fd6a Directly return an `AnnotationMirror` for `@Nullable`, rather than a `DeclaredType`. by Éamonn McManus · 3 years, 3 months ago
  63. 4d01ce6 If any method signature in an `@AutoValue` class mentions `@Nullable`, copy that `@Nullable` to the parameter of `equals(Object)`. by Éamonn McManus · 3 years, 3 months ago
  64. 71d8121 Copy explicit `serialVersionUID` from `@AutoOneOf` classes to their generated subclasses. by Éamonn McManus · 3 years, 3 months ago
  65. f14d633 Reduce the number of warnings from `CompileWithEclipseTest`. by Éamonn McManus · 3 years, 3 months ago
  66. e5368f7 Add a `@CopyAnnotations` to an `AutoValueTest` class to suppress warnings in generated code. by Éamonn McManus · 3 years, 3 months ago
  67. 21c6334 Bump guava.version from 30.1-jre to 30.1.1-jre in /value by dependabot[bot] · 3 years, 3 months ago
  68. af23e84 Restructure PropertyBuilderClassifier to use more general types. by Éamonn McManus · 3 years, 3 months ago
  69. 89c0e53 Sync "How do I..." between builders.md and builders-howto.md. by Michał Sobkiewicz · 3 years, 3 months ago
  70. ef8b4a3 Fix a javadoc issues the last javadoc change introduced. by Colin Decker · 3 years, 3 months ago
  71. 31e71a5 Split the template for AutoValue builders into its own file. by Éamonn McManus · 3 years, 3 months ago
  72. e3228ea Fix Javadoc errors (not warnings) and set javadoc generation script to fail if any command it runs fails. by Colin Decker · 3 years, 3 months ago
  73. 56f1170 Bump ecj from 3.24.0 to 3.25.0 in /value by dependabot[bot] · 3 years, 3 months ago
  74. 5ac55fd Add a simple ad-hoc indentation engine to the reformatting pass. by Éamonn McManus · 3 years, 3 months ago
  75. 6fc8074 Suggest `compileOnlyApi` rather than `compile` for AutoValue with Gradle. by Éamonn McManus · 3 years, 3 months ago
  76. cdbae35 Ensure compilation tests will run on JDK 16+. by Éamonn McManus · 3 years, 3 months ago
  77. 984e893 Document how to create a "step builder" with AutoValue. by Éamonn McManus · 3 years, 3 months ago
  78. 2f1cef9 Add spacing after the simple name when generating a `@ToPrettyString` representation. by Ron Shapiro · 3 years, 3 months ago
  79. 8906740 Add documentation for `@ToPrettyString` by Ron Shapiro · 3 years, 3 months ago
  80. 9e9be9f Implement `@ToPrettyString` to generate pretty `String` versions for AutoValue types. by Ron Shapiro · 3 years, 3 months ago
  81. 8e5f765 Add some clarifications on the implicit default value for "AutoValue collection property". by Google Java Core Libraries · 3 years, 3 months ago
  82. 3ce5d36 Bump mockito-core from 3.7.7 to 3.8.0 in /value by dependabot[bot] · 3 years, 4 months ago
  83. ea4523d Bump maven-invoker-plugin from 3.2.1 to 3.2.2 in /value by dependabot[bot] · 3 years, 4 months ago
  84. f19117a Allow an AutoValue property builder to have a parameter. by Pawel Labaj · 3 years, 4 months ago
  85. 2598f48 Bump junit from 4.13.1 to 4.13.2 in /value by dependabot[bot] · 3 years, 4 months ago
  86. cd109d2 [LSC] Add LOCAL_LICENSE_KINDS to external/auto by Bob Badour · 3 years, 4 months ago
  87. 67c123b Add a Maven dependency needed for a newly-added test to compile. by Éamonn McManus · 3 years, 4 months ago
  88. 4e965ce Compile with Java 8 in the `gwtserializer` integration tests. by Éamonn McManus · 3 years, 4 months ago
  89. f09a142 Update the Mockito version in a couple of AutoValue POMs. by Éamonn McManus · 3 years, 4 months ago
  90. 77de95c Copy annotations from type parameters of an `@AutoValue` class to the subclass generated by the `@Memoized` extension. by Éamonn McManus · 3 years, 4 months ago
  91. 0a9e45f Bump truth.version from 1.1 to 1.1.2 in /value by dependabot[bot] · 3 years, 4 months ago
  92. 65600f2 Improve the error message for a missing `build()` method. by Éamonn McManus · 3 years, 5 months ago
  93. abf9ad7 Bump plexus-java from 1.0.5 to 1.0.6 in /value by dependabot[bot] · 3 years, 5 months ago
  94. 75c5d95 Strip the whole "More information" section; there is no sidebar/top-left on GitHub where this appears. by Colin Decker · 3 years, 5 months ago
  95. 58047b1 Bump error_prone_annotations from 2.4.0 to 2.5.1 in /value by dependabot[bot] · 3 years, 5 months ago
  96. dbb398b Adjust IgnoreExample of AutoValue doc for thread safety by Google Java Core Libraries · 3 years, 5 months ago
  97. 1bfc3b5 If a getter is `getOAuth()`, allow the setter to be `oAuth(T)`. by Éamonn McManus · 3 years, 5 months ago
  98. a7cef3f Bump mockito-core from 3.6.28 to 3.7.0 in /value by dependabot[bot] · 3 years, 5 months ago
  99. c2e53e1 Update `auto` POMs with version upgrades made on GitHub by Dependabot. by Éamonn McManus · 3 years, 5 months ago
  100. 56b8869 Bump guava.version from 30.0-jre to 30.1-jre in /value by dependabot[bot] · 3 years, 6 months ago