1. 42a8f88 Update javac version by cushon · 8 years ago
  2. ee4a0bb Crash more gracefully if the classpath contains files that aren't jars by cushon · 8 years ago
  3. b25a536 Refactor diagnostic handling to use diagnostic codes by cushon · 8 years ago
  4. d6310c5 Match javac's method and field order by cushon · 8 years ago
  5. 4d8df55 Fix resolution order of type parameters and member types by cushon · 8 years ago
  6. 9278ff2 Resume emitting deprecated attributes by cushon · 8 years ago
  7. 2f04f22 Improve anonymous class removal for integration tests by cushon · 8 years ago
  8. 8bd8898 Don't assume file names are binary class names during canonicalization by cushon · 8 years ago
  9. b349a78 Fix an integration test bytecode normalization bug by cushon · 8 years ago
  10. d3435df Canonicalize types in receiver parameters by cushon · 8 years ago
  11. 4f0d475 Fix a type resolution and canonicalization bug by cushon · 8 years ago
  12. 0ddf140 Better type annotation disambiguation by cushon · 8 years ago
  13. 3d2df35 Emit MethodParameters attributes by cushon · 8 years ago
  14. cdefacd Fix class declaration annotation-context constant binding by cushon · 8 years ago
  15. a23149a Fix formal parameter type path indices by cushon · 8 years ago
  16. 9a87e5d Emit InnerClass attributes for types referenced in annotations by cushon · 8 years ago
  17. 2a7758a Fix handling of implicit static types by cushon · 8 years ago
  18. 68a80a6 Fix handling of type annotations on fully-qualified types names by cushon · 8 years ago
  19. 7e2d4ae Don't lose annotations on types erased during canonicalization by cushon · 8 years ago
  20. 6dfccec Normalize annotation order for integration tests by cushon · 8 years ago
  21. 1df19cd Implement the strictfp modifier by cushon · 8 years ago
  22. 5f9257d Make constant expression evaluation FP-strict by cushon · 8 years ago
  23. 46527d9 Stop emitting Deprecated attributes by cushon · 8 years ago
  24. 1510d42 Fix interface member visibility by cushon · 8 years ago
  25. f7d31e1 Don't evaluate constant values for boxed primitive fields by cushon · 8 years ago
  26. 587b75d Fix underscore handling in octal literals by cushon · 8 years ago
  27. d161fb6 Coerce annotation array values to the appropriate element type by cushon · 8 years ago
  28. 7e4d209 Fix disambiguation of constructor declaration annotations by cushon · 8 years ago
  29. 48d2050 Don't emit private constructors by cushon · 8 years ago
  30. 3bb297a Tolerate missing symbols when resolving fields by cushon · 8 years ago
  31. ceff20c Implement the reduced classpath optimization in turbine by cushon · 8 years ago
  32. 64ef4fd Include the supertype closure of used types in jdeps by cushon · 8 years ago
  33. 9d7f8c0 Don't crash if an on-demand imported package doesn't exist by cushon · 8 years ago
  34. 950c6e2 Remove unused imports by cushon · 8 years ago
  35. aa81f60 Fix class reading of deficient constant types by cushon · 8 years ago
  36. 87a6546 Never mark enums as abstract by cushon · 8 years ago
  37. 27a3228 Don't evaluate initializers of non-final fields by cushon · 8 years ago
  38. e28f4cd Don't normalize the actual bytecode in integration tests by cushon · 8 years ago
  39. 9f3e44c Perform implicit narrowing and widening on field initializer values by cushon · 8 years ago
  40. 86eb6f1 Support repeatable annotations by cushon · 8 years ago
  41. 125eca7 Fix simple name lookup of fields by cushon · 8 years ago
  42. 9e5f962 Fix unicode escape handling bug by cushon · 8 years ago
  43. 537ed3f Fix handling of source-retention type annotations by cushon · 8 years ago
  44. 60919ab Handle c-style array parameter declarations by cushon · 8 years ago
  45. de35d90 Improve handling of '_' in numeric literals by cushon · 8 years ago
  46. c4b9629 Handle array class literals, which can appear in annotations by cushon · 8 years ago
  47. 4383ac2 Fix handling of type annotation on nested type names by cushon · 8 years ago
  48. 00f8a2d Best effort static on-demand type import handling by cushon · 8 years ago
  49. 57c8dbf Initial implementation of receiver parameters by cushon · 8 years ago
  50. cb5c2b2 Set type_argument_index to zero for non-type argument type_path_kinds by cushon · 8 years ago
  51. 475258a Fix package private accessibility check for top-level classes by cushon · 8 years ago
  52. 16d4fb6 Fix scope handling during annotation binding by cushon · 8 years ago
  53. bb2c7dd Handle non-ascii characters in identifiers by cushon · 8 years ago
  54. 5317ebf Fix precendence of chained conditional expressions by cushon · 8 years ago
  55. ecb791c Disambiguate type annotations on fields, parameters, and methods by cushon · 8 years ago
  56. f4cd668 Don't crash on non-constant unary expressions by cushon · 8 years ago
  57. 4e8f3d4 Stop filtering package-info.java entries out of srcjars by cushon · 8 years ago
  58. 6acdb6c Fix a type annotation parsing bug by cushon · 8 years ago
  59. 3e5b0c4 Initial type annotation support by cushon · 8 years ago
  60. 5460a3b Add a test for type variables bounded by intersection types by cushon · 8 years ago
  61. 41d1f6b Overwrite duplicate srcjar entries by cushon · 8 years ago
  62. 05878b6 Refactor in preparation for type annotation support by cushon · 8 years ago
  63. 84213d0 Type annotation parsing by cushon · 8 years ago
  64. ff89d1f Fix class reading of boolean constants by cushon · 8 years ago
  65. cd175ab Handle string literals that contain ASCII_SUB by cushon · 8 years ago
  66. c4fcb03 Consider visibility during member resolution by cushon · 8 years ago
  67. d8ea288 Don't crash when compiling java.lang.Object by cushon · 8 years ago
  68. 146641a Unbreak test by cushon · 8 years ago
  69. 8cc7876 Improve handling of invalid double and float literals by cushon · 8 years ago
  70. e8d589f Fix another floating point lexer bug by cushon · 8 years ago
  71. 4b69277 Fix type canonicalization of recursive types, and wildcards by cushon · 8 years ago
  72. dbcf5bd Fix wildcard import resolution by cushon · 8 years ago
  73. 0037bd9 Initial package-info.java support by cushon · 8 years ago
  74. b58f168 Update intellij project definition by cushon · 8 years ago
  75. 947bfcf Only emit constant values for fields of primitive or string type by cushon · 8 years ago
  76. f2b680d Fix float literal lexing by cushon · 8 years ago
  77. 294740d Erase raw types during canonicalization by cushon · 8 years ago
  78. a0d2521 Don't set ACC_ABSTRACT on static interface methods by cushon · 8 years ago
  79. 87b4e7d Enable parser test for wildcard imports by cushon · 8 years ago
  80. 3e432e6 Refactor Main entry point by cushon · 8 years ago
  81. 5cd1196 Initial jdeps output by cushon · 8 years ago
  82. f3df8fd Upgrade to the debug version of ASM, which includes generic signatures by cushon · 8 years ago
  83. e75cc32 Bump protoc version by cushon · 8 years ago
  84. 667facf Import deps proto into turbine by cushon · 8 years ago
  85. b622e5e Fix a crash in constant expression evaluation by cushon · 8 years ago
  86. 6426b66 Fix parsing of marker annotations with optional parens by cushon · 8 years ago
  87. a086f7d Fix another non-const expression binding crash by cushon · 8 years ago
  88. 0c10305 Fix a constant expression parsing crash by cushon · 8 years ago
  89. 9f1fb3f Fix integer literal bounds checks, again by cushon · 8 years ago
  90. 396bce5 Delete empty file by cushon · 8 years ago
  91. 806d6a5 Don't crash when evaluating non-constant expressions by cushon · 8 years ago
  92. 76c6542 Best-effort static type import handling by cushon · 8 years ago
  93. 223d1d3 Add InnerClass attributes for enclosing declarations first by cushon · 8 years ago
  94. 10cea42 Fix annotation-context binding of constants in class files by cushon · 8 years ago
  95. b0445ae Diagnostic improvements by cushon · 8 years ago
  96. 75946a8 Fix lookup of fields in interfaces by cushon · 8 years ago
  97. 5a010f8 Best-effort wildcard import handling by cushon · 8 years ago
  98. 5bd3422 Avoid unnecessary joining and splitting of qualified names by cushon · 8 years ago
  99. c38ee7a Handle primitive and void class literals by cushon · 8 years ago
  100. 5288723 Handle generic methods in annotation interfaces by cushon · 8 years ago