aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-10-22Helper Methods in AnnotationValuesmahsabadian
2019-10-17Document that <annotationProcessorPaths> is the preferred way to use auto-val...dpb
2019-10-14Fix 4 ErrorProneStyle findings:clshepherd
2019-10-09Add a way for extensions to retrieve the name of the final AutoValue_Foo class.emcmanus
2019-10-08Update to Truth 1.0.Elliotte Rusty Harold
2019-10-08Document the annotationProcessorPaths approach to using AutoService.cpovirk
2019-10-04Update dependencies:cpovirk
2019-10-04Set an Automatic-Module-Name.cpovirk
2019-10-03Add build status badge to the README.Misha Brukman
2019-10-03Try to explain better what happens to callers when you offer both set-at-once...kevinb
2019-09-30Add an API to allow extensions to find out about builders.emcmanus
2019-09-30Ensure that types are substituted correctly in property builders.emcmanus
2019-09-27Allow @AutoValue getters to define properties that are not valid Java identif...emcmanus
2019-09-23Suppress emitting errors about unprocessed elements when there are already er...clayb
2019-09-10Change a couple of test extensions to use the new propertyTypes() method. Thi...emcmanus
2019-09-10Add a missing brace to close a {@code...} block.emcmanus
2019-09-10Add a propertyTypes() method to AutoValueExtension.Context, to allow extensio...emcmanus
2019-09-04Rename the LICENSE.txt file to LICENSE.ronshapiro
2019-08-27Don't declare the AutoValue builder implementation final if there are extensi...emcmanus
2019-08-26Grammar correctionnitinsurana
2019-08-23Replace FooVisitor6 and FooVisitor7 with FooVisitor8 throughout auto-common. ...emcmanus
2019-08-20Update the AutoValue release mentioned in the docs from 1.6.5 to 1.6.6.emcmanus
2019-08-19Add relative directories to integration tests.glorioso
2019-08-19Changing oraclejdk8 to openjdk8 in hopes that it will fix our Travis builds.dpb
2019-08-19Shade org.checkerframework in the auto-value jar. Fixes https://github.com/go...emcmanus
2019-08-19Switch from oraclejdk9 to openjdk9 in Travis builds, per https://travis-ci.co...dpb
2019-08-19Prevent stack overflow caused by self referencing types (ex: E extends Enum<E>).gsaul
2019-08-19Add support for type parameters to @AutoFactory.gsaul
2019-08-19Don't crash processing classes in the default packagescushon
2019-08-19Update live version of auto-value from 1.6.2 to 1.6.5glorioso
2019-08-19Clarify the FAQ on interfaces.jasonmbaker
2019-08-19Replace new T[dim].getClass() with class literals: T[].classawturner
2019-08-19Actually include the Gradle Incap processor so that the right manifest files ...ronshapiro
2019-08-19Fix PeerBaseMethod to not rely on implicit ordering of Elements.getAllMethods.bcorso
2019-08-19Suppress warnings about TypeMirror.equals in some cases where we are calling ...bhagwani
2019-08-19Add @SuppressWarnings to a test that deliberately calls TypeMirror.equals.bhagwani
2019-08-19Fix a template bug concerning @AutoOneOf arrays. Like AutoValue, AutoOneOf al...emcmanus
2019-08-19Document the order of properties in @AutoValue classes. This matters when a c...emcmanus
2019-08-19Rewrite AutoValue's Reformatter so it only does one pass instead of three. Th...emcmanus