aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-15Add test case for https://github.com/bazelbuild/bazel/issues/15053Gunnar Wagenknecht
2022-03-15Fix parsing of qualified names in array literalsLiam Miller-Cushon
2022-03-10Fix handling of type variable bounds in `isSameSignature`Liam Miller-Cushon
2022-02-10Don't crash on missing annotation argumentsLiam Miller-Cushon
2022-02-02Update versionsLiam Miller-Cushon
2022-02-02Update dependabot.ymlLiam Miller-Cushon
2022-02-01Remove reflective workaround for accessing `ClassLoader.getPlatformClassLoader`Liam Miller-Cushon
2022-02-01Automatic code cleanup.Kurt Alfred Kluever
2022-01-27Automatic code cleanup.Liam Miller-Cushon
2022-01-27Bump maven-gpg-plugin from 1.6 to 3.0.1dependabot[bot]
2022-01-25Update protobuf versionLiam Miller-Cushon
2022-01-25Bump more deps.Chris Povirk
2022-01-22Update dependency versionsLiam Miller-Cushon
2022-01-14Bump error_prone_annotations from 2.9.0 to 2.10.0dependabot[bot]
2022-01-14Bump maven-compiler-plugin from 3.8.0 to 3.9.0dependabot[bot]
2022-01-14Bump protobuf-java from 3.10.0 to 3.19.3dependabot[bot]
2022-01-14Bump protobuf-maven-plugin from 0.5.0 to 0.6.1dependabot[bot]
2022-01-12Bump protobuf-java from 3.10.0 to 3.16.1dependabot[bot]
2022-01-12Bump truth from 1.1 to 1.1.3dependabot[bot]
2022-01-12Bump junit from 4.13.1 to 4.13.2dependabot[bot]
2022-01-12Bump styfle/cancel-workflow-action from 0.8.0 to 0.9.1dependabot[bot]
2022-01-12Enable dependabotLiam Miller-Cushon
2022-01-11Don't crash on `module-info.java`s is we can't load `java.base`Liam Miller-Cushon
2021-12-29Specify JVM flags required by turbine using `.mvn/jvm.config`Liam Miller-Cushon
2021-12-28Remove references to `com.google.errorprone:javac`Liam Miller-Cushon
2021-12-23Remove uses of reflection now that we're testing on JDK 11+Liam Miller-Cushon
2021-12-23Remove uses of reflection now that we're testing on JDK 11+Liam Miller-Cushon
2021-12-23Stop testing turbine on JDK 8Liam Miller-Cushon
2021-12-07Don't crash on constant dynamic constant pool entriesLiam Miller-Cushon
2021-11-10Handle compact record constructorsLiam Miller-Cushon
2021-10-25Add support for `Elements#hides` to turbineLiam Miller-Cushon
2021-10-04Fix `TypeElement.getSuperclass` for recordsLiam Miller-Cushon
2021-10-01Initial support for sealed classesLiam Miller-Cushon
2021-09-30Extra a method for parsing a class member starting at the identifierLiam Miller-Cushon
2021-09-30Handle record pseudo-keywords earlierLiam Miller-Cushon
2021-09-28Initial support for records in annotation processingLiam Miller-Cushon
2021-09-28Update to non-EA JDK 17 buildsLiam Miller-Cushon
2021-09-27Update asm versionLiam Miller-Cushon
2021-09-27Initial support for recordsLiam Miller-Cushon
2021-09-27Use Java 8 bytecode at minimumLiam Miller-Cushon
2021-09-23Update Error Prone versionLiam Miller-Cushon
2021-09-23Improve major version handlingLiam Miller-Cushon
2021-09-21Normalize records and nestsLiam Miller-Cushon
2021-09-21Clean up accidentally duplicated codeLiam Miller-Cushon
2021-09-21Don't assume synthetic contructors don't need signature attributesLiam Miller-Cushon
2021-09-21Extract a helper methodLiam Miller-Cushon
2021-09-17Add parser support for recordsLiam Miller-Cushon
2021-09-17Add class writing support for record and nest attributesLiam Miller-Cushon
2021-09-17Fix position of type annotationsLiam Miller-Cushon
2021-09-16Fix an infinite loop in pretty-printingLiam Miller-Cushon