aboutsummaryrefslogtreecommitdiff
path: root/javatests/com/google/turbine/lower/LowerIntegrationTest.java
AgeCommit message (Expand)Author
2021-07-14Handle unicode characters that require two UTF-16 code unitsLiam Miller-Cushon
2021-07-14Sort test inputsLiam Miller-Cushon
2021-05-21Satisfy the nullness checkerLiam Miller-Cushon
2021-03-02Don't read `<clinit>`s from class filesLiam Miller-Cushon
2019-07-31Fix normalization of local classescushon
2019-06-27Fix InnerClass attribute computation for type annotationscushon
2019-06-15Fix handling of type annotations on varargs parameterscushon
2018-10-22Fix class literal-valued annotation defaultscushon
2018-10-17Don't crash on explicit boxing castscushon
2018-10-17Add a regression test for JDK-8054064 (?)cushon
2018-09-27Update a linkcushon
2018-09-11Improve parsing of type-annotated c-style array declarationscushon
2018-06-12Don't report an error if a static type import cannot be resolvedcushon
2018-03-08Don't crash on private interface methodscushon
2018-01-10Get more turbine tests running on JDK 9cushon
2017-12-23Fix infinite recursion in canonicalizecushon
2017-07-28Make import error handling less aggressivecushon
2017-05-03Add a test for top level declarations in package-info'scushon
2017-04-13Fix top-level constant expression evaluationcushon
2017-04-13Fix parser bug with mixed array dimensions and type annotationscushon
2017-03-18Fix an import resolution bugcushon
2017-03-09Support non-canonical static type importscushon
2016-12-14Check visibility of static on-demand type importscushon
2016-12-14Fix handling of static on-demand type imports where the named type is a neste...cushon
2016-12-14Update javac versioncushon
2016-11-30Fix resolution order of type parameters and member typescushon
2016-11-30Improve anonymous class removal for integration testscushon
2016-11-22Fix an integration test bytecode normalization bugcushon
2016-11-22Canonicalize types in receiver parameterscushon
2016-11-22Fix a type resolution and canonicalization bugcushon
2016-11-16Better type annotation disambiguationcushon
2016-11-16Fix class declaration annotation-context constant bindingcushon
2016-11-16Fix formal parameter type path indicescushon
2016-11-16Emit InnerClass attributes for types referenced in annotationscushon
2016-11-16Fix handling of implicit static typescushon
2016-11-16Don't lose annotations on types erased during canonicalizationcushon
2016-11-15Implement the strictfp modifiercushon
2016-11-15Stop emitting Deprecated attributescushon
2016-11-15Fix interface member visibilitycushon
2016-11-15Don't evaluate constant values for boxed primitive fieldscushon
2016-11-15Fix underscore handling in octal literalscushon
2016-11-15Coerce annotation array values to the appropriate element typecushon
2016-11-15Fix disambiguation of constructor declaration annotationscushon
2016-11-09Fix class reading of deficient constant typescushon
2016-11-04Never mark enums as abstractcushon
2016-11-03Don't evaluate initializers of non-final fieldscushon
2016-11-02Perform implicit narrowing and widening on field initializer valuescushon
2016-11-02Support repeatable annotationscushon
2016-11-02Fix simple name lookup of fieldscushon
2016-11-01Fix handling of source-retention type annotationscushon