aboutsummaryrefslogtreecommitdiff
path: root/java
AgeCommit message (Expand)Author
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
2021-06-08Test invalid annotation element values are weeded outLiam Miller-Cushon
2021-06-08Satisfy the nullness checker.cpovirk
2021-05-24Don't require an argument for `--compress_jar`Liam Miller-Cushon
2021-05-21Fix NPEs in options parsingLiam Miller-Cushon
2021-05-21Remove deprecated buildersLiam Miller-Cushon
2021-05-20Never class-load `TurbineProcessingEnvironment` from the `-processor`Liam Miller-Cushon
2021-05-13Improve `--builtin_processors` handlingLiam Miller-Cushon
2021-04-13Fix handling of `isDefault()` for symbols loaded from the classpathLiam Miller-Cushon
2021-03-23Eliminate `core.transform` wrapper.cpovirk
2021-03-16Fix copybara configLiam Miller-Cushon
2021-03-15Try out more null-checkingLiam Miller-Cushon