aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-28Fix a lexing bug affecting ends of block commentsmirror-aosp-mastercushon
2017-07-28Fix transitive supertype collection for childrencushon
2017-07-28Weed out types used as annotations that aren't annotationscushon
2017-07-28Use prettier names for tokens in parse errorscushon
2017-07-28Make import error handling less aggressivecushon
2017-07-28Improve error reporting for missing importscushon
2017-05-03Add a flag to control fallback to javac-turbinecushon
2017-05-03Create a 'preprocessing' passcushon
2017-05-03Add a test for top level declarations in package-info'scushon
2017-05-03Don't crash on unexpected end of inputcushon
2017-04-27Add an option to disable the reduced classpath optimizationcushon
2017-04-27Break turbine integration test dependency on javapcushon
2017-04-13Fix escaping of '@' in turbine command linescushon
2017-04-13Fix top-level constant expression evaluationcushon
2017-04-13Fix parser bug with mixed array dimensions and type annotationscushon
2017-04-13Refactor test for invalid constants now that javac has been fixedcushon
2017-03-18Don't declare parameters of type Iterable<Path>cushon
2017-03-18Fix an import resolution bugcushon
2017-03-18Handle another symbol resolution errorcushon
2017-03-09Support non-canonical static type importscushon
2017-03-09Update to latest javacLiam Miller-Cushon
2017-03-09Disallow duplicate srcjars in javac-turbinecushon
2017-03-01Fix "fall through" comments in switchescushon
2017-03-01Remove javac-turbine hack to support a non-standard annotation processorcushon
2017-02-03Fix handling of unnamed inner classescushon
2017-01-27Repackage supertypes of compiled classes in the output jarcushon
2017-01-27Remove support for overlapping sourcescushon
2017-01-27Report an error for missing annotation symbolscushon
2017-01-27Make an assertion more usefulcushon
2017-01-21travis configLiam Miller-Cushon
2017-01-10Remove redundant super type symbols from SourceTypeBoundClasscushon
2017-01-01Fix a class reading bugcushon
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-12-08Crash more gracefully if the classpath contains files that aren't jarscushon
2016-12-06Refactor diagnostic handling to use diagnostic codescushon
2016-11-30Match javac's method and field ordercushon
2016-11-30Fix resolution order of type parameters and member typescushon
2016-11-30Resume emitting deprecated attributescushon
2016-11-30Improve anonymous class removal for integration testscushon
2016-11-30Don't assume file names are binary class names during canonicalizationcushon
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-16Emit MethodParameters attributescushon
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