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