aboutsummaryrefslogtreecommitdiff
path: root/javatests/com/google
AgeCommit message (Expand)Author
2022-05-31Handle `sealed` psuedo-modifier on nested classesLiam Miller-Cushon
2022-04-30Use well-formed URIs for `FileObject#toURI`Liam Miller-Cushon
2022-04-07Support zip64 extensible data sectorsLiam Miller-Cushon
2022-03-23Initial support for text blocksLiam Miller-Cushon
2022-03-15Add test case for https://github.com/bazelbuild/bazel/issues/15053Gunnar Wagenknecht
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-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-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-21Normalize records and nestsLiam Miller-Cushon
2021-09-21Clean up accidentally duplicated codeLiam 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-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-19Automatic code cleanup.Liam 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-14Sort test inputsLiam 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-08Test invalid annotation element values are weeded outLiam Miller-Cushon
2021-06-08Satisfy the nullness checker.cpovirk
2021-05-25Use `assertThrows` for expected exception testsLiam Miller-Cushon
2021-05-24Don't require an argument for `--compress_jar`Liam Miller-Cushon
2021-05-21Satisfy the nullness checkerLiam Miller-Cushon
2021-05-21Fix NPEs in options parsingLiam Miller-Cushon
2021-04-13Fix handling of `isDefault()` for symbols loaded from the classpathLiam Miller-Cushon