aboutsummaryrefslogtreecommitdiff
path: root/javatests/com/google/turbine/binder
AgeCommit message (Expand)Author
2023-01-23Check interface and non-interface types in `extends` and `implements` listsLiam Miller-Cushon
2023-01-23Don't crash on duplicate type parameter declarationsLiam Miller-Cushon
2022-08-15Use `InputStream#readAllBytes` instead of `ByteStreams#toByteArray`Liam Miller-Cushon
2022-02-10Don't crash on missing annotation argumentsLiam Miller-Cushon
2021-09-23Improve major version handlingLiam Miller-Cushon
2021-09-16Finish migrating to JSpecify annotationsLiam Miller-Cushon
2021-07-21Improve error handling for string conversionsLiam 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-06-08Satisfy the nullness checker.cpovirk
2021-05-25Use `assertThrows` for expected exception testsLiam Miller-Cushon
2021-05-21Satisfy the nullness checkerLiam Miller-Cushon
2021-04-13Fix handling of `isDefault()` for symbols loaded from the classpathLiam Miller-Cushon
2021-02-16Weed out non-annotation types appearing as nested annotation valuesLiam Miller-Cushon
2021-02-08Don't include type annotations in a turbine diagnosticLiam Miller-Cushon
2021-01-21Log and continue past more errorsLiam Miller-Cushon
2020-12-09Fix `ct.sym` handling for Java versions >= 10Liam Miller-Cushon
2020-12-08Clean up `-source` parsingLiam Miller-Cushon
2020-12-07Report more diagnostics for invalid annotations at onceLiam Miller-Cushon
2020-11-02Weed out `final` interface methodsLiam Miller-Cushon
2020-10-03Add a ClassPath binder that adapts a StandardJavaFileManagerLiam Miller-Cushon
2020-09-21Report errors for required annotation argumentsLiam Miller-Cushon
2020-07-08Fix a crash in annotation bindingLiam Miller-Cushon
2020-07-06Weed out uses of primitives in genericsLiam Miller-Cushon
2020-07-01Fix parsing of -sourceLiam Miller-Cushon
2020-03-26Improve error reporting for constant expressionscushon
2020-02-04Detect trivially circular hierarchiescushon
2020-01-16Make a list immutablecushon
2019-11-13Don't crash on invalid annotation literalscushon
2019-11-13Fix annotation processing error reportingcushon
2019-08-23Fix an NPE involving unresolvable meta-annotationseaftan
2019-08-23Don't attempt to evaluate constants in annotation arguments if theeaftan
2019-08-14Fix an NPE in type annotation disambiguationcushon
2019-08-07Finish implementing Messagercushon
2019-07-31Drop bridge methods when reading classes from the classpathcushon
2019-07-31Save non-class resources from the classpathcushon
2019-07-31Handle exceptions for non-generic methodscushon
2019-07-31Pass a log in to constant bindingcushon
2019-06-15Load field signatures and annotations from bytecodecushon
2019-01-28Fix error reporting for resolution failures on nested annotationscushon
2019-01-28Don't crash on type variables used as qualifiers in const exprscushon
2019-01-28Fix an NPE in constant expression binding of malformed annotationscushon
2019-01-28Miscellaneous cleanupscushon
2019-01-28Fix error reporting for import resolution errors on nested typescushon
2018-11-13Accumulate diagnostics during hierarchy and type bindingcushon
2018-10-23Use AutoValue for Type module objectscushon
2018-10-22Fix class literal-valued annotation defaultscushon
2018-10-17Fill in more of classes bound from bytecodecushon
2018-10-17Improve resolution error diagnosticscushon
2018-09-09Handle assignment expression parse errorscushon