1. 86a7c8a Perform best-effort unescaping of command line options by cushon · 6 years ago
  2. bf93493 Fix error reporting for resolution failures on nested annotations by cushon · 6 years ago
  3. c612ef9 Don't crash on type variables used as qualifiers in const exprs by cushon · 6 years ago
  4. 5f06705 Use a newer version of guava by cushon · 6 years ago
  5. 54a187e Fix an NPE in constant expression binding of malformed annotations by cushon · 6 years ago
  6. 6f4bab1 Reformat with google-java-format by cushon · 6 years ago
  7. 4897f9e Miscellaneous cleanups by cushon · 6 years ago
  8. 49fc8ea Report diagnostics for unterminated expressions at the beginning of the expression instead of at the end of the file, which is probably farther from the problem. by cushon · 6 years ago
  9. 31a1bf1 Fix error reporting for import resolution errors on nested types by cushon · 6 years ago
  10. 090f905 Add flag control for the reduced classpath optimization by cushon · 6 years ago
  11. 5a26f8c Accumulate diagnostics during hierarchy and type binding by cushon · 6 years ago
  12. 180ba7e Model intersection types directly by cushon · 6 years ago
  13. d60a47d Update to ASM 7.0 by cushon · 6 years ago
  14. 1886e28 Remove redundant calls to hashCode() by cushon · 6 years ago
  15. 424f451 Implement ClassValue equals and hashCode by cushon · 6 years ago
  16. 483f08e Make a switch exhaustive by cushon · 6 years ago
  17. 3224bbc Add a JDK 11 build by Liam Miller-Cushon · 6 years ago
  18. 247394a Update travis config by Liam Miller-Cushon · 6 years ago
  19. 3945405 Use AutoValue for Type module objects by cushon · 6 years ago
  20. 7ef8412 Fix class literal-valued annotation defaults by cushon · 6 years ago
  21. 7867013 Implement equals, hashCode, and toString for `Const` model objects by cushon · 6 years ago
  22. db60838 Enable javac -parameters by Liam Miller-Cushon · 6 years ago
  23. 0f63464 Fill in more of classes bound from bytecode by cushon · 6 years ago
  24. d20ab95 Avoid containsKey calls by cushon · 6 years ago
  25. 4f643a2 Optimize top-level index construction by cushon · 6 years ago
  26. 8265038 Remove an unused 'throws' clause by cushon · 6 years ago
  27. 74070a2 Improve diagnostics for empty and unterminated char literals by cushon · 6 years ago
  28. b767ead Improve resolution error diagnostics by cushon · 6 years ago
  29. 0af44c7 Don't crash on explicit boxing casts by cushon · 6 years ago
  30. 51b0ce5 Add a regression test for JDK-8054064 (?) by cushon · 6 years ago
  31. 4b6a14f Report better errors for unterminated string literals by cushon · 6 years ago
  32. 72e07cb Don't print a stack trace for top-level TurbineErrors by cushon · 6 years ago
  33. 1b2b7ff Update a link by cushon · 6 years ago
  34. 6f715d0 Canonicalization error handling by cushon · 6 years ago
  35. c7e0985 Improve parsing of type-annotated c-style array declarations by cushon · 6 years ago
  36. f9e413b Improve usage errors by cushon · 6 years ago
  37. e098b2a Add a shaded -all-deps.jar target by Liam Miller-Cushon · 6 years ago
  38. b594e4b Re-enable JDK 8 build by Liam Miller-Cushon · 6 years ago
  39. b5ca7db Handle assignment expression parse errors by cushon · 6 years ago
  40. 7c2c7fb Improve diagnostics for missing annotation members by cushon · 6 years ago
  41. 02a8ec4 Don't depend on the JDK's ElementType enum by cushon · 6 years ago
  42. de88247 Don't crash on duplicate annotation arguments by cushon · 6 years ago
  43. 48f298a Fix exit code if annotation processing is requested by cushon · 6 years ago
  44. 8eab64c Add a dep on the Java 8 Truth extension by cushon · 6 years ago
  45. c5d2787 Don't crash on circular hierarchies by cushon · 6 years ago
  46. ddbf002 Don't crash on invalid constant casts by cushon · 6 years ago
  47. 6fc009c Use java.util.Optional instead of guava's Optional by cushon · 6 years ago
  48. 04ebb17 Update to ASM 6.2.1 by cushon · 6 years ago
  49. 598b467 Add JDK 9 and 10 appveyor builds by Liam Miller-Cushon · 6 years ago
  50. 97f8372 Prepare turbine for JDK 10 by cushon · 6 years ago
  51. 695f2b6 Add JDK 10 and EA builds by Liam Miller-Cushon · 6 years ago
  52. 2877e20 Don't hang if we run out of input while seeking for matching `)` or `}` by cushon · 6 years ago
  53. 45f1a55 Improve diagnostics for unresolvable fields inside constant expressions by cushon · 6 years ago
  54. 64e4457 Don't crash on multiple visibility modifiers by cushon · 6 years ago
  55. 7e5cf9a Fix a crash reporting missing symbols in constant expressions by cushon · 6 years ago
  56. c1f59b1 Don't report an error if a static type import cannot be resolved by cushon · 6 years ago
  57. 822abec Make missing symbol diagnostics more consistent by cushon · 6 years ago
  58. d0fcced Migrate off jsr305 annotations by cushon · 6 years ago
  59. db00737 Improve diagnostics for missing enclosing classes by cushon · 6 years ago
  60. be7c38d Remove unused options by cushon · 7 years ago
  61. 7c89da8 Support empty bootclasspaths by cushon · 7 years ago
  62. e63869b Tolerate empty params files in turbine by cushon · 7 years ago
  63. af3b644 Don't crash on private interface methods by cushon · 7 years ago
  64. ca43580 Change the strict deps plugin to read jar owner from manifest. by tomlu · 7 years ago
  65. 6001880 Remove support for --rule_kind by cushon · 7 years ago
  66. 482871b Remove deprecated rule_kind argument from Turbine by cushon · 7 years ago
  67. fdf5ba9 Use a different date time when normalizing zip entries by cushon · 7 years ago
  68. 2c7d119 Accept --target_label, --injecting_rule_kind in Turbine. by tomlu · 7 years ago
  69. 5c62aeb Stop skipping module-infos by cushon · 7 years ago
  70. 34b4668 Don't error out if modules can't be resolved by cushon · 7 years ago
  71. 3cf4e7a Refactor TurbineOptions to make jarToTarget/directJars the source of truth by cushon · 7 years ago
  72. 8b6e986 Change Turbine command lines to not require CustomMultiArgv. by tomlu · 7 years ago
  73. 0536e27 Initial end-to-end support for module-infos by cushon · 7 years ago
  74. ff321b3 Class writing support for module attributes by cushon · 7 years ago
  75. 4ca94e4 Reduce coupling between ConstBinder and SourceTypeBoundClass by cushon · 7 years ago
  76. 94c18bd Class reading support for module attributes by cushon · 7 years ago
  77. 24cbe6e Initial support for parsing module-infos. by cushon · 7 years ago
  78. 31f0de1 Allow --bootclasspath and --release to be used together by cushon · 7 years ago
  79. c8511d3 Propagate --release flags from --javacopts to turbine's --release flag by cushon · 7 years ago
  80. b3e7503 Add JDK 9 travis build by Liam Miller-Cushon · 7 years ago
  81. 89fae8d Require --javacopts to be terminated with -- by cushon · 7 years ago
  82. d1ff9fc JDK 9 bootclasspath support: add support for --release and --system by cushon · 7 years ago
  83. 0584fc9 Get more turbine tests running on JDK 9 by cushon · 7 years ago
  84. e2ff0b8 Initial support for reading platform class data using jrtfs/jimage by cushon · 7 years ago
  85. 6cd5db4 Refactor 'top-level index' handing by cushon · 7 years ago
  86. aa53635 Update the IntelliJ project file by cushon · 7 years ago
  87. 8032a85 Fix infinite recursion in canonicalize by cushon · 7 years ago
  88. 3dd7b4b Fix parsing of strict deps flags by cushon · 7 years ago
  89. c23c801 Add support for --javacopt flags terminated by `--` to turbine by cushon · 7 years ago
  90. f7ed089 Fix parsing of unknown options by cushon · 7 years ago
  91. df74a46 Better diagnostics for duplicate type declarations by cushon · 7 years ago
  92. f770fdd Stop splitting classpath arguments by cushon · 7 years ago
  93. d81d8ff Add some params file validation to turbine options handling by cushon · 7 years ago
  94. d5e7c86 Improve parse errors for invalid annotation arguments by cushon · 7 years ago
  95. 3d542b8 Update to ASM 6.0 by cushon · 7 years ago
  96. f98ed6d Turn travis JDK 9 build back off by Liam Miller-Cushon · 7 years ago
  97. 8cbf94d Add appveyor build, and a JDK9 travis build by cushon · 7 years ago
  98. 91e14ff Get tests passing on windows by cushon · 7 years ago
  99. 8ca127b Fix turbine build by cushon · 7 years ago
  100. 525b0ff Record package-infos as explicit dependencies in Strict Java Deps by cushon · 7 years ago