aboutsummaryrefslogtreecommitdiff
path: root/java
AgeCommit message (Expand)Author
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
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-16Extract a local variableLiam 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
2021-08-19Optimize a loopLiam Miller-Cushon
2021-08-05Create the output directory for jdeps if it doesn't already existLiam Miller-Cushon
2021-07-30Suppress errors that will be generated once our checker respects the `@Nullab...cpovirk
2021-07-29Consolidate `@Nullable` annotationsLiam Miller-Cushon
2021-07-23Apply some `EqualsMissingNullable` fixesLiam Miller-Cushon
2021-07-23Apply some `ReturnMissingNullable` fixesLiam Miller-Cushon
2021-07-21Annotate tree package for nullnessLiam Miller-Cushon
2021-07-21Annotate bytecode packages for nullnessLiam Miller-Cushon
2021-07-21Add @CheckReturnValue to turbine packagesLiam Miller-Cushon
2021-07-21Improve error handling for string conversionsLiam Miller-Cushon
2021-07-21Fix handling of `package-info.java`s for empty packagesLiam Miller-Cushon
2021-07-20Report diagnostics for type conversionsLiam Miller-Cushon
2021-07-20Report an error for annotation element values without a nameLiam Miller-Cushon
2021-07-20Pass position into `ConstExpressionParser`Liam Miller-Cushon
2021-07-18Annotate binder and related packages for nullnessLiam Miller-Cushon
2021-07-14Handle unicode characters that require two UTF-16 code unitsLiam Miller-Cushon
2021-07-01Address compile errors that would appear when `ImmutableMap` is annotated for...cpovirk
2021-06-17Fix handling of repackaged transitive classes in jdepsLiam Miller-Cushon
2021-06-15Fix javadocLiam Miller-Cushon