aboutsummaryrefslogtreecommitdiff
path: root/java
AgeCommit message (Expand)Author
2018-04-10Remove unused optionscushon
2018-03-13Support empty bootclasspathscushon
2018-03-12Tolerate empty params files in turbinecushon
2018-03-08Don't crash on private interface methodscushon
2018-03-08Change the strict deps plugin to read jar owner from manifest.tomlu
2018-03-08Remove support for --rule_kindcushon
2018-03-08Remove deprecated rule_kind argument from Turbinecushon
2018-02-14Use a different date time when normalizing zip entriescushon
2018-02-08Accept --target_label, --injecting_rule_kind in Turbine.tomlu
2018-02-08Stop skipping module-infoscushon
2018-02-08Don't error out if modules can't be resolvedcushon
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-19Reduce coupling between ConstBinder and SourceTypeBoundClasscushon
2018-01-18Class reading support for module attributescushon
2018-01-17Initial support for parsing module-infos.cushon
2018-01-17Allow --bootclasspath and --release to be used togethercushon
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-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