aboutsummaryrefslogtreecommitdiff
path: root/javatests
AgeCommit message (Expand)Author
2021-04-13Fix handling of `isDefault()` for symbols loaded from the classpathLiam Miller-Cushon
2021-03-02Don't read `<clinit>`s from class filesLiam Miller-Cushon
2021-02-26Allow turbine to parse JavaBuilder command linesLiam 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-02-02Include all simple names present in source for error typesLiam Miller-Cushon
2021-01-22Update to latest ASM API levelLiam Miller-Cushon
2021-01-21Log and continue past more errorsLiam Miller-Cushon
2021-01-19Add private constructors for classes that aren't intended to be instantiatedLiam Miller-Cushon
2020-12-10Configure turbine's bootclasspath in integration tests to match javacLiam Miller-Cushon
2020-12-09Fix `ct.sym` handling for Java versions >= 10Liam Miller-Cushon
2020-12-09Report a better error if the order of `extends` and `implements` is swappedLiam Miller-Cushon
2020-12-08Clean up `-source` parsingLiam Miller-Cushon
2020-12-08Allow `--gensrc_output` and `--resource_output` to be directoriesLiam Miller-Cushon
2020-12-07Report more diagnostics for invalid annotations at onceLiam Miller-Cushon
2020-12-04Fix an invalid castLiam 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-09-20Imitate javac's handling of type annotations on derived typesLiam Miller-Cushon
2020-07-23Preserve erroneous supertypes during type canonicalizationLiam Miller-Cushon
2020-07-14Fix a crash parsing typesLiam 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-06-13Fix an infinite loopLiam Miller-Cushon
2020-04-20Always run the final processing roundLiam Miller-Cushon
2020-04-14Fix NonCanonicalType warnings.Eddie Aftandilian
2020-04-10Stop passing SKIP_DEBUG in javac-turbineLiam Miller-Cushon
2020-04-09Project import generated by Copybara.Javac Team
2020-03-26Improve error reporting for constant expressionscushon
2020-02-28Fix a javadoc parsing bug, and emit errors for unclosed block commentscushon
2020-02-04Detect trivially circular hierarchiescushon
2020-01-16Include .class resources in --resource_outputcushon
2020-01-16Make a list immutablecushon
2020-01-16Allow sources to be empty with annotation processing enabledcushon
2020-01-16Add support for writing 'manifest' protos to turbinecushon
2020-01-16Implement TurbineElements.printElementscushon
2020-01-13Allow --sources to be emptycushon
2019-11-13Don't crash on invalid annotation literalscushon
2019-11-13Fix annotation processing error reportingcushon
2019-10-17Fix newline handling in testcushon
2019-10-16Emit manifests for srcjar jarscushon
2019-10-15getAllElementsAnnotatedWith should support @Inheritedcushon
2019-10-10Don't crash on ill-formed annotationscushon
2019-10-04Add --resource_outputcushon
2019-10-04Make --javacopts have merge semantics instead of last-option-winscushon
2019-10-02Fix handling of generated resource outputscushon
2019-10-02Fix an expected exception testcushon
2019-10-02Long-overdue AutoValue conversion of TurbineOptionscushon