aboutsummaryrefslogtreecommitdiff
path: root/java/com/google
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-06-02Prepare for stricter nullness stub for `Files.createDirectories`.cpovirk
2023-05-31Add a debug option to enable emitting private fieldsLiam Miller-Cushon
2023-05-17Add support for source jars to `OverlayCompiler`.Éamonn McManus
2023-05-17Ensure that source jars are closed after being read.Éamonn McManus
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-27Automatic code cleanup.Kurt Alfred Kluever
2022-12-27Remove workaround for b/188833569 - AutoValue is supposed to add `@Nullable` ...Liam Miller-Cushon
2022-11-30turbine: attach javadoc to enum membersJavac Team
2022-11-08Improve implementation of `asMemberOf`Liam 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-30Use `JarEntry#setTimeLocal`Liam 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-07Follow-up to https://github.com/google/turbine/commit/9bf393cbcfc281bbac6e3d3...Liam Miller-Cushon
2022-04-07Support zip64 extensible data sectorsLiam Miller-Cushon
2022-03-23Initial support for text blocksLiam Miller-Cushon
2022-03-15Fix a typoLiam Miller-Cushon
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-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-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-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-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-21Don't assume synthetic contructors don't need signature attributesLiam Miller-Cushon
2021-09-21Extract a helper methodLiam Miller-Cushon