aboutsummaryrefslogtreecommitdiff
path: root/javatests
AgeCommit message (Expand)Author
2018-01-26Refactor TurbineOptions to make jarToTarget/directJars the source ofcushon
2018-01-26Change Turbine command lines to not require CustomMultiArgv.tomlu
2018-01-22Initial end-to-end support for module-infoscushon
2018-01-19Class writing support for module attributescushon
2018-01-18Class reading support for module attributescushon
2018-01-17Initial support for parsing module-infos.cushon
2018-01-12Propagate --release flags from --javacopts to turbine's --release flagcushon
2018-01-11Require --javacopts to be terminated with --cushon
2018-01-11JDK 9 bootclasspath support: add support for --release and --systemcushon
2018-01-10Get more turbine tests running on JDK 9cushon
2018-01-04Initial support for reading platform class data using jrtfs/jimagecushon
2018-01-04Refactor 'top-level index' handingcushon
2017-12-23Fix infinite recursion in canonicalizecushon
2017-12-20Fix parsing of strict deps flagscushon
2017-12-19Add support for --javacopt flags terminated by `--` to turbinecushon
2017-12-19Fix parsing of unknown optionscushon
2017-12-05Better diagnostics for duplicate type declarationscushon
2017-12-05Stop splitting classpath argumentscushon
2017-12-05Add some params file validation to turbine options handlingcushon
2017-12-05Improve parse errors for invalid annotation argumentscushon
2017-12-05Update to ASM 6.0cushon
2017-11-20Get tests passing on windowscushon
2017-11-17Record package-infos as explicit dependencies in Strict Java Depscushon
2017-11-17Don't crash on duplicate field declarationscushon
2017-11-17Don't reject v53 class filescushon
2017-09-29Fix a crash in constant expression bindingcushon
2017-09-29Fix diagnostics for annotation binding errorscushon
2017-09-29Improve diagnostics for repeated unrepeatable annotationscushon
2017-09-15Skip module-info.java files in turbinecushon
2017-08-28Support zip file commentscushon
2017-08-28Short-circuit import based name resolution for the enclosing typecushon
2017-08-24Pre-factoringcushon
2017-08-24Zip improvementscushon
2017-08-24Write yet another zip implementationcushon
2017-08-24Fix a constant pool reading bugcushon
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-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-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