aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/deps
AgeCommit message (Expand)Author
2022-02-01Automatic code cleanup.Kurt Alfred Kluever
2021-10-01Initial support for sealed classesLiam Miller-Cushon
2021-09-23Improve major version handlingLiam Miller-Cushon
2021-09-17Add class writing support for record and nest attributesLiam Miller-Cushon
2021-09-16Finish migrating to JSpecify annotationsLiam Miller-Cushon
2021-07-21Add @CheckReturnValue to turbine packagesLiam Miller-Cushon
2021-07-18Annotate binder and related packages for nullnessLiam Miller-Cushon
2021-06-17Fix handling of repackaged transitive classes in jdepsLiam Miller-Cushon
2021-01-19Add private constructors for classes that aren't intended to be instantiatedLiam Miller-Cushon
2019-08-14Make reduced classpath computation more lenientcushon
2019-08-14Implement reduced classpaths in turbinecushon
2019-08-07Record classes referenced in annotations in .jdeps outputcushon
2019-06-15Fix lintcushon
2019-04-29Consolidate class simple name and package name handlingcushon
2018-09-09Use java.util.Optional instead of guava's Optionalcushon
2018-03-08Change the strict deps plugin to read jar owner from manifest.tomlu
2018-01-18Class reading support for module attributescushon
2018-01-10Get more turbine tests running on JDK 9cushon
2017-11-17Record package-infos as explicit dependencies in Strict Java Depscushon
2017-08-24Pre-factoringcushon
2017-07-28Fix transitive supertype collection for childrencushon
2017-01-27Repackage supertypes of compiled classes in the output jarcushon
2016-11-09Implement the reduced classpath optimization in turbinecushon
2016-11-09Include the supertype closure of used types in jdepscushon
2016-10-21Initial jdeps outputcushon