aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/binder/CompUnitPreprocessor.java
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
2022-02-01Automatic code cleanup.Kurt Alfred Kluever
2021-10-01Initial support for sealed classesLiam Miller-Cushon
2021-09-27Initial support for recordsLiam Miller-Cushon
2021-09-17Add parser support for recordsLiam Miller-Cushon
2021-01-19Add private constructors for classes that aren't intended to be instantiatedLiam Miller-Cushon
2019-07-11Initial support for preserving javadoc comments in the parsercushon
2018-10-17Improve resolution error diagnosticscushon
2018-09-09Use java.util.Optional instead of guava's Optionalcushon
2018-01-22Initial end-to-end support for module-infoscushon
2017-12-05Better diagnostics for duplicate type declarationscushon
2017-05-03Create a 'preprocessing' passcushon