aboutsummaryrefslogtreecommitdiff
path: root/javatests
AgeCommit message (Expand)Author
2023-07-04Only emit package-info's if the source file's path is 'package-info.java'Liam Miller-Cushon
2023-06-26Write `package-info`s even if the package info doesn't contain any annotationsLiam Miller-Cushon
2023-05-31Add a debug option to enable emitting private fieldsLiam Miller-Cushon
2023-05-08Handle synthetic method parameters entries that don't have namesLiam Miller-Cushon
2023-04-07Use `java.util.function.Function` instead of `com.google.common.base.Function`.Éamonn McManus
2023-01-23Check interface and non-interface types in `extends` and `implements` listsLiam Miller-Cushon
2023-01-23Don't crash on duplicate type parameter declarationsLiam Miller-Cushon
2023-01-19Fix handling of implicit record constructorsLiam Miller-Cushon
2023-01-12Don't emit duplicate `toString`, `equals`, and `hashCode` methods in recordsLiam Miller-Cushon
2023-01-05Fix a bug with javadoc comments followed by unicode escapesLiam Miller-Cushon
2022-12-16Update ASM API levelLiam Miller-Cushon
2022-11-30turbine: attach javadoc to enum membersJavac Team
2022-11-08Improve implementation of `asMemberOf`Liam Miller-Cushon
2022-10-25Update Error Prone versionLiam Miller-Cushon
2022-10-25Default to `SourceVersion.latestSupported()` if an unrecognized source versio...Liam Miller-Cushon
2022-09-06Fix a CCELiam Miller-Cushon
2022-08-18Update string representation of annotated typesLiam Miller-Cushon
2022-08-15Use `InputStream#readAllBytes` instead of `ByteStreams#toByteArray`Liam Miller-Cushon
2022-06-15Automatic code cleanup.Kurt Alfred Kluever
2022-05-31Handle `sealed` psuedo-modifier on nested classesLiam Miller-Cushon
2022-04-30Use well-formed URIs for `FileObject#toURI`Liam Miller-Cushon
2022-04-07Support zip64 extensible data sectorsLiam Miller-Cushon
2022-03-23Initial support for text blocksLiam Miller-Cushon
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-01Automatic code cleanup.Kurt Alfred Kluever
2022-01-27Automatic code cleanup.Liam Miller-Cushon
2022-01-11Don't crash on `module-info.java`s is we can't load `java.base`Liam Miller-Cushon
2021-12-23Remove uses of reflection now that we're testing on JDK 11+Liam 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-28Initial support for records in annotation processingLiam Miller-Cushon
2021-09-27Initial support for recordsLiam Miller-Cushon
2021-09-27Use Java 8 bytecode at minimumLiam 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-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
2021-09-16Finish migrating to JSpecify annotationsLiam Miller-Cushon
2021-09-02Explicitly represent parenthesized expressions in the ASTLiam Miller-Cushon
2021-08-27Flatten `BinaryTree`s to avoid recursing into themLiam Miller-Cushon
2021-08-23Fix an NPELiam Miller-Cushon