aboutsummaryrefslogtreecommitdiff
path: root/java
AgeCommit message (Expand)Author
2 daysAutomatic code cleanup.upstream-mainKurt Alfred Kluever
2 daysAutomatic code cleanup.Kurt Alfred Kluever
2 daysAutomatic code cleanup.Kurt Alfred Kluever
2 daysAutomatic code cleanup.Kurt Alfred Kluever
2024-06-04Accept (and ignore) JavaBuilder --post_processor flagsLiam Miller-Cushon
2024-05-29Mark enums that cannot be extended as finalLiam Miller-Cushon
2024-05-16Remove support for the String Templates preview featureLiam Miller-Cushon
2024-04-24Don't emit duplicate record component gettersLiam Miller-Cushon
2024-04-12No-op refactor after unknown commitLiam Miller-Cushon
2024-04-09Check ct.sym first before falling back to jrtStig Rohde Døssing
2024-04-03Add partial zip64 support to turbine's zip implementationLiam Miller-Cushon
2024-03-27Don't crash on unresolvable types in the `permits` listLiam Miller-Cushon
2024-03-08Fix parsing of `open module ... {}` module declarationsLiam Miller-Cushon
2024-02-29Consider visibility when resolving wildcard importsLiam Miller-Cushon
2024-02-23Update turbine's JSpecify versionLiam Miller-Cushon
2024-02-04Write `META-INF/MANIFEST.MF` entries at the beginning of jarsLiam Miller-Cushon
2024-01-29Handle string templatesLiam Miller-Cushon
2024-01-19Fix deannotation of wildcard typesLiam Miller-Cushon
2024-01-17Fix removal of type annotations from derived types in `javax.lang.model.util....Liam Miller-Cushon
2023-12-01Model types of elements that are missing from the classpath as ERROR typesLiam Miller-Cushon
2023-11-21Allow path to `ct.sym` to be specified via a system propertyFabian Meumertzheim
2023-11-02Attach type annotations read from bytecode to typesLiam Miller-Cushon
2023-11-01Fix modelling of array types for annotation processingLiam Miller-Cushon
2023-11-01Remove an obsolete TODOLiam Miller-Cushon
2023-10-30Automatic code cleanup.Javac Team
2023-10-30Fix a crash lexing text blocksLiam Miller-Cushon
2023-10-27Class file parsing for type annotationsLiam Miller-Cushon
2023-10-26Use a two-element enum for annotation visibilityLiam Miller-Cushon
2023-10-26Test that integration test class files round-trip through turbine's class fil...Liam Miller-Cushon
2023-10-26Fix a long-standing bug with type annotation paths on raw inner class typesLiam Miller-Cushon
2023-10-26Improve text block handlingLiam Miller-Cushon
2023-10-24Migrate some type annotation implementation classes to AutoValueLiam Miller-Cushon
2023-10-23Reformat with the latest google-java-format changesLiam Miller-Cushon
2023-10-12Add an overload of `bind` that accepts a logLiam Miller-Cushon
2023-09-16Fix class reading on inner class attributes containing local classesLiam Miller-Cushon
2023-09-11Add test case for annotation processor option with spaceGunnar Wagenknecht
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