1. 9c5de45 Previous commit was unfinished by Michael Ernst · 8 years ago
  2. b4a35b9 Don't use non-ASCII characters by Michael Ernst · 8 years ago
  3. 3aff85d Remove mentions of IGJ and Javari by Michael Ernst · 8 years ago
  4. a632e4c Remove out-of-date scene-lib version and superfluous Eclipse projects. by Werner Dietl · 9 years ago
  5. 51769d5 Fixes loop index overwrite bug. by Dan Brown · 9 years ago
  6. 1cd0673 Automated merge with https://annotation-tools.googlecode.com/hg/ by Werner Dietl · 9 years ago
  7. e5fa80e Clean up tab usage. by Werner Dietl · 9 years ago
  8. 68d919b Corrects field offset calculation and adds missing INVOKEDYNAMIC case to switch statement. by Dan Brown · 9 years ago
  9. 358ddbb Adds previously ignored BootstrapMethods attribute to output. by Dan Brown · 9 years ago
  10. 8bf23c6 Uses consistent format for constant declarations. by Dan Brown · 9 years ago
  11. 105c556 Corrects INVOKEDYNAMIC opcode and adds more from ASM 5. by Dan Brown · 9 years ago
  12. 6517952 Better supports Java 8 class file format. by Dan Brown · 9 years ago
  13. 37a2c55 A node that represents an INVOKEDYNAMIC instruction. by Dan Brown · 9 years ago
  14. 857823e Adds support for invokedynamic instruction. by Dan Brown · 9 years ago
  15. cbea8ae Remove unused imports; small automatic fixes. by Werner Dietl · 10 years ago
  16. 8d7db66 Eliminates Java 1.5 support (as JDK 9 has done). by Dan Brown · 10 years ago
  17. c2997f5 Accounts for MethodHandle and InvokeDynamic in constant pool. by Dan Brown · 10 years ago
  18. f6c21ec Adds support for annotation target type EXCEPTION_PARAMETER. by Dan Brown · 10 years ago
  19. 7e36383 Use 0xFFFF for -1 in u2. by Werner Dietl · 11 years ago
  20. 3bcfe7a For insertions into bytecode, put "local" type annotations into the Code attribute, not the Method attribute. by Eric Spishak · 11 years ago
  21. 71c4f7f Whitespace and comment fixes only. by Eric Spishak · 11 years ago
  22. c527602 Also read type annotations from the Code attribute of a classfile. by Eric Spishak · 11 years ago
  23. 93245cf Adapt to renaming in langtools. by Werner Dietl · 11 years ago
  24. 2399443 Support annotating casts with intersection types - read offset and type index, adapt storage format, and storage in RelativeLocation. by Werner Dietl · 11 years ago
  25. f6dadfc Remove dead code and out-of-date comments. by Werner Dietl · 11 years ago
  26. 422c005 Don't use _ as identifier to remove two warnings in Java 8 build. by Werner Dietl · 11 years ago
  27. 0d27b8f Fix bug where inserting an annotation into a classfile wouldn't work if there was already an annotation in the classfile at the same location. by Eric Spishak · 11 years ago
  28. 3f2820c Adapt to renaming of METHOD_PARAMETER to METHOD_FORMAL_PARAMETER in langtools. by Werner Dietl · 11 years ago
  29. d4b5e8d More adaptations to the new JSR 308 bytecode representation. by Eric Spishak · 11 years ago
  30. 41d8946 Handle resource variables wherever we handle local variables. by Werner Dietl · 11 years ago
  31. 3d6f1c5 Dear Eclipse, those files were not selected. Undo that change. by Werner Dietl · 11 years ago
  32. 16df225 First set of adaptations to the new JSR 308 bytecode representation. Doesn't quite work yet, but compiles :-) by Werner Dietl · 11 years ago
  33. fb7de69 Remove WILDCARD_BOUND target type. by Werner Dietl · 12 years ago
  34. c3abc14 Use global and local build configuration files. by Werner Dietl · 12 years ago
  35. b4f09ef Whitespace changes only to make jaime code fit into the surrounding source. by Werner Dietl · 12 years ago
  36. 38d3c7a Whitespace changes only to make jaime code fit into the surrounding source. by Werner Dietl · 12 years ago
  37. a0fe39b Whitespace changes only to make jaime code fit into the surrounding source. by Werner Dietl · 12 years ago
  38. 7325f23 Write an unsigned short for the TargetType instead of a byte. by Werner Dietl · 12 years ago
  39. 119f741 Read an unsigned short for the TargetType instead of a byte. by Werner Dietl · 12 years ago
  40. 244aadb Use TargetType enums instead of constants (the constants changed). by Werner Dietl · 12 years ago
  41. eb54424 Rename _GENERIC_OR_ARRAY to _COMPONENT. by wdietl · 12 years ago
  42. 78fd0eb First changes to allow generic method receiver annotations. by wdietl · 12 years ago
  43. fda0677 Whitespace/typo fixes. by wdietl · 12 years ago
  44. d395198 There are no more type annotations on class literals. by wdietl · 12 years ago
  45. 784c190 Remove the additional copies of class TargetType that were defined in asmx and scene-lib. Instead, directly use com.sun.tools.javac.code.TargetType. This adds a dependency on jsr308-langtools, which however already basically existed (for test cases and in scene-lib). by wdietl · 13 years ago
  46. 683303b Rename all occurrences of ExtendedAnnotation to TypeAnnotation. by wdietl · 13 years ago
  47. 4c31f0f Synchronized with com.sun.tools.javac.code.TargetType. by wdietl · 13 years ago
  48. 4785fee Fix a bug related to parsing parameter index form classfile by notnoop · 14 years ago
  49. 921cce0 Add includeantruntime flag to quiet Ant warnings by Michael Ernst · 14 years ago
  50. 003371b treat class extends and throws as u2 size by notnoop · 14 years ago
  51. fd55fb0 convert file to utf8 by Mahmood Ali · 15 years ago
  52. b4b2536 handle type annotations targetting method returns/params and fields by Mahmood Ali · 15 years ago
  53. 929cf22 update TargetTypes by Mahmood Ali · 15 years ago
  54. 6156877 Automated merge with https://annotation-tools.googlecode.com/hg/ by Michael Ernst · 15 years ago
  55. 5baa457 Enable assertions when testing by Michael Ernst · 15 years ago
  56. 099c239 Use terminology 'declaration annotation' for old Java 5 annotations by Michael Ernst · 15 years ago
  57. 210d5ab Convert a couple missed instances of ExtendedAnnotations to TypeAnnotations by Michael Ernst · 15 years ago
  58. 2e3ae1e rename ExtendedAnnotations -> TypeAnnotations by mali · 15 years ago
  59. 10353ed initial import by Mahmood Ali · 15 years ago