aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-20Defer processing in `@AutoValue` classes if any abstract method has an undefi...emcmanus
2020-05-17Demonstrate a static copy function instead of .clone()diamondm
2020-05-13Fix 3 ErrorProneStyle findings:clshepherd
2020-05-08Have SerializableAutoValueExtension declare that it is "isolating".emcmanus
2020-05-01Allow boxed @AutoValue properties to be set from the corresponding primitive ...emcmanus
2020-04-28Upgrade AutoValue tests to more recent compile-testing APIs.emcmanus
2020-04-27Generalize the logic for determining if we can make a BarBuilder out of a Bar.emcmanus
2020-04-22[AutoValue] Add serializable extension's g3doc to the opensource filegroup.alvinlao
2020-04-15Update versions of Truth and Compile-testing.Sean Sullivan
2020-04-10Warn if an @AutoValue.Builder class contains a static builder method.emcmanus
2020-04-10Fix the SerializableAutoValueExtension from crashing if an AutoValue contains...alvinlao
2020-04-10Release the SerializableAutoValue extension.alvinlao
2020-04-01Fix broken link in howto.mdcpovirk
2020-03-16Refactor BasicAnnotationProcessor (3 of 3)bcorso
2020-03-16 Use try-with-resources for Files.walk. Otherwise the Stream is not closed c...emcmanus
2020-03-13Apply a hack to OverridesTest so that it will work with newer versions of ecj.emcmanus
2020-03-13Refactor BasicAnnotationProcessor (2 of 3)bcorso
2020-03-12Migrate CompileWithEclipseTest to open source.emcmanus
2020-03-11Update auto-factory dependencies.emcmanus
2020-03-10Refactor BasicAnnotationProcessor (1 of 3)bcorso
2020-03-04Minor reformatting of markdowncpovirk
2020-03-04Omit java7_compat_test.sh from open-source codebase.cpovirk
2020-02-11If AutoValue detects an error, don't invoke extensions or generate code.emcmanus
2020-02-10Add type parameters to void AutoOneOf values.grahamrogers
2020-01-16AutoValue best practices: mention that subclassing is now prevented.ghm
2020-01-13Make it an error if a setter has a @Nullable parameter when the property bein...emcmanus
2020-01-10Delete Auto-Parent pom.xml entirely.cpovirk
2020-01-10Add MoreTypes.isConversionFromObjectUnchecked. This method tells, for a given...emcmanus
2020-01-02Improve toString alignment in AutoValue's toString.ghm
2020-01-02When checking builder setter parameters, use the final type. The final type i...emcmanus
2019-12-18Fix 1 ErrorProneStyle finding:clshepherd
2019-12-16Suggest calling out a misuse in AutoValue regarding @Nullable fields.yunqin
2019-12-06Simplify CastingUncheckedVisitor by passing the default value to the supercla...dpb
2019-12-06Fix spacing in generated toString() for @AutoOneOf.emcmanus
2019-12-02Use CLASS retention for @AutoService.emcmanus
2019-12-02In TemplateVars, check that getResource returns non-null. This check is redun...emcmanus
2019-12-02Improve Maven instructions for AutoValue.emcmanus
2019-11-26Rollback 28a2c791575a7e4545293169bea0921b81363a3dludo
2019-11-25Use CLASS retention for @AutoServiceemberrose
2019-11-21Fix a merge conflictghm
2019-11-21Clarify the documentation of MoreTypes.nonObjectSuperclass.dpb
2019-11-21AutoOneOfProcessor: use Arrays#toString for stringifying arrays, as AutoValue...ghm
2019-11-20Rename the static factory methods in the Pet AutoOneOf examples to avoid bein...kak
2019-11-14Automated g4 rollback of changelist 279369564.bcorso
2019-11-13Optimize MoreTypes.nonObjectSuperclassbcorso
2019-11-11Fix 1 ErrorProneStyle finding:clshepherd
2019-11-11Roll forward of CL 264613939: Use ElementVisitor rather than Element#getKind(...bcorso
2019-11-08Make @Memoized have class-level retentionmattbender
2019-11-08Be more explicit about which Java versions AutoValue supports. The compiler m...emcmanus
2019-10-30Improved AutoFactory error messagemartinsimpson