aboutsummaryrefslogtreecommitdiff
path: root/javatests/com/google/turbine/lower/LowerIntegrationTest.java
AgeCommit message (Expand)Author
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
2016-10-31Handle c-style array parameter declarationscushon
2016-10-31Improve handling of '_' in numeric literalscushon
2016-10-31Handle array class literals, which can appear in annotationscushon
2016-10-31Fix handling of type annotation on nested type namescushon
2016-10-31Best effort static on-demand type import handlingcushon
2016-10-31Initial implementation of receiver parameterscushon
2016-10-31Fix package private accessibility check for top-level classescushon
2016-10-31Fix scope handling during annotation bindingcushon
2016-10-31Handle non-ascii characters in identifierscushon
2016-10-31Disambiguate type annotations on fields, parameters, and methodscushon
2016-10-31Don't crash on non-constant unary expressionscushon
2016-10-31Fix a type annotation parsing bugcushon
2016-10-28Initial type annotation supportcushon
2016-10-28Add a test for type variables bounded by intersection typescushon
2016-10-26Fix class reading of boolean constantscushon
2016-10-25Handle string literals that contain ASCII_SUBcushon