aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-23Improve major version handlingLiam Miller-Cushon
2021-09-21Normalize records and nestsLiam Miller-Cushon
2021-09-21Clean up accidentally duplicated codeLiam 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-15Enable maven caching in setup-javaLiam Miller-Cushon
2021-09-02Explicitly represent parenthesized expressions in the ASTLiam Miller-Cushon
2021-09-02Migrate from adoptLiam 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-19Automatic code cleanup.Liam 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-21Fix pom to meet sonatype requirementsLiam 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-16Merge remote-tracking branch 'aosp/upstream-main' am: 54111aedb4 am: aef8ef46...Colin Cross
2021-07-16Merge remote-tracking branch 'aosp/upstream-main' am: 54111aedb4 am: aef8ef46...Colin Cross
2021-07-16Merge remote-tracking branch 'aosp/upstream-main' am: 54111aedb4 am: aef8ef46bbandroid-t-preview-2android-t-preview-1android-t-beta-3android-s-v2-preview-2android-s-v2-preview-1android-s-v2-beta-3android-s-v2-beta-2android-s-qpr3-beta-1android-t-preview-1android-s-v2-preview-1android-s-v2-beta-3android-s-qpr3-beta-1Colin Cross
2021-07-16Merge remote-tracking branch 'aosp/upstream-main' am: 54111aedb4Colin Cross
2021-07-15Merge remote-tracking branch 'aosp/upstream-main'android-s-beta-5android-s-beta-5Colin Cross
2021-07-14Handle unicode characters that require two UTF-16 code unitsLiam Miller-Cushon
2021-07-14Sort test inputsLiam Miller-Cushon
2021-07-14Update to setup-java v2, and use adopt buildsLiam Miller-Cushon
2021-07-01Address compile errors that would appear when `ImmutableMap` is annotated for...cpovirk
2021-06-21Remove obsolete parent per https://github.com/sonatype/oss-parentsLiam Miller-Cushon
2021-06-17Fix handling of repackaged transitive classes in jdepsLiam Miller-Cushon
2021-06-16Inline a single-use abstract test classLiam Miller-Cushon
2021-06-15Fix javadocLiam Miller-Cushon
2021-06-15Inherit from the sonatype oss parent artifactLiam Miller-Cushon
2021-06-08Test invalid annotation element values are weeded outLiam Miller-Cushon
2021-06-08Satisfy the nullness checker.cpovirk
2021-06-02Merge sc-mainline-prodXin Li