1. 023d256 Append annotations from multiple calls to TypeName#annotated by Ron Shapiro · 9 years ago
  2. 2d21ad7 Allow TypeNames to be annotated twice by Ron Shapiro · 9 years ago
  3. e66ed45 Merge pull request #414 from caplan/master by Jesse Wilson · 9 years ago
  4. d19fee4 make TypeSpec.Kind enum public by Roger Caplan · 9 years ago
  5. bbdaa34 Merge branch 'sockeqwe-master' by jwilson · 9 years ago
  6. 191787d Added support for initializer blocks; Bugfix in TypeSpec.toBuilder() for static initializer block by Hannes Dorfmann · 9 years ago
  7. e3e7652 Merge pull request #405 from square/jwilson_0117_statics_fail by Jake Wharton · 9 years ago
  8. 4dd5349 Add a test to show a limitation of static imports. by jwilson · 9 years ago
  9. fc9d2ec Merge pull request #403 from sormuras/escape_character by Jesse Wilson · 9 years ago
  10. c810627 Literal conversion clean up. by Christian Stein · 9 years ago
  11. 830751c 1.5.1 is the latest release. by jwilson · 9 years ago
  12. 62764fa Update changelog for 1.5.1. by jwilson · 9 years ago
  13. 1488b84 Merge pull request #401 from sormuras/typename_equality by Jesse Wilson · 9 years ago
  14. 9ffa01c TypeName.equals() and .hashCode() now respect attached annotations. by Christian Stein · 9 years ago
  15. fcdb088 JavaPoet 1.5.0 is out. by jwilson · 9 years ago
  16. 7035337 [maven-release-plugin] prepare for next development iteration by jwilson · 9 years ago
  17. d04195e [maven-release-plugin] prepare release javapoet-1.5.0 by jwilson · 9 years ago
  18. 5f68b2c Prepare for 1.5.0 release. by jwilson · 9 years ago
  19. 7d22a5c Merge pull request #399 from sormuras/static_polish by Jesse Wilson · 9 years ago
  20. e28883e Static import corner case tests and README/CHANGELOG updates. by Christian Stein · 9 years ago
  21. b07f520 Merge pull request #398 from sormuras/static_import by Jesse Wilson · 9 years ago
  22. caabf2c Static import support added. by Christian Stein · 9 years ago
  23. 512e216 Merge pull request #397 from sormuras/annotation_character_fix by Jesse Wilson · 9 years ago
  24. 757e123 Escape special char values. by Christian Stein · 9 years ago
  25. 8a7842b Merge pull request #395 from sormuras/annotation_character_fix by Jake Wharton · 9 years ago
  26. 9eec3e9 Added char/Character to AnnotationSpec.Builder.addValue logic by Christian Stein · 9 years ago
  27. 6e8b62a Merge pull request #393 from sormuras/sor_using_public_api by Jesse Wilson · 9 years ago
  28. b162ce2 Private source file object used, instead of com.sun.tools.javac types by Christian Stein · 9 years ago
  29. 19b8ecd Merge pull request #392 from sormuras/sor_checkstyle_upgrade by Jesse Wilson · 9 years ago
  30. 97f4044 Upgrade Maven Checkstyle Plugin to 2.17 using Checkstyle 6.11.2 by Christian Stein · 9 years ago
  31. 0a08c07 Merge pull request #385 from sormuras/master by Jesse Wilson · 9 years ago
  32. 5141a94 Internal AnnotationSpec clean up. by Christian Stein · 9 years ago
  33. 3471d03 Merge pull request #383 from sormuras/master by Jake Wharton · 9 years ago
  34. 408388c TypeName#annotated clean up. by Christian Stein · 9 years ago
  35. c635835 Merge pull request #379 from square/jw/new-name-no-tag by Jesse Wilson · 9 years ago
  36. 633e4ac Overload for creating a one-off name without a tag. by Jake Wharton · 9 years ago
  37. 251cb9a Merge pull request #375 from sormuras/master by Jesse Wilson · 9 years ago
  38. 4ce8e42 Too many indexed arguments does fail now. by Christian Stein · 9 years ago
  39. 4522c42 Merge pull request #370 from sormuras/master by Jesse Wilson · 9 years ago
  40. 6980db0 Prevent import of types located in the default package. #369 by Christian Stein · 9 years ago
  41. 29727b0 Merge pull request #368 from sormuras/patch-1 by Jesse Wilson · 9 years ago
  42. e51d394 Updated download section to 1.4.0 by Christian Stein · 9 years ago
  43. cf4b9a0 [maven-release-plugin] prepare for next development iteration by jwilson · 9 years ago
  44. 27ddf37 [maven-release-plugin] prepare release javapoet-1.4.0 by jwilson · 9 years ago
  45. f70958f Changelog for 1.4.0. by jwilson · 9 years ago
  46. 1f07dd4 Merge pull request #367 from square/jwilson_1113_imports_test by Jake Wharton · 9 years ago
  47. 006a54b Test to confirm nested annotation imports work. by jwilson · 9 years ago
  48. b59cde5 Merge pull request #361 from square/jwilson_1027_handle_package_conflict by Jake Wharton · 9 years ago
  49. bb8e4fc Fix a bug when a nested class and sibling class have the same name. by jwilson · 9 years ago
  50. 77e89f0 Update Javadoc link. by Jesse Wilson · 9 years ago
  51. c5109fa Merge pull request #357 from sormuras/master by Jesse Wilson · 9 years ago
  52. 942a04f Merge pull request #360 from square/jwilson_1026_delete_deploy_javadoc by Jake Wharton · 9 years ago
  53. 74e7ea9 Delete the deploy_javadoc script. by jwilson · 9 years ago
  54. 969d639 StackOverflowError fixed in TypeName.get(Type) by Christian Stein · 9 years ago
  55. e7534b9 Merge pull request #359 from sormuras/annotype by Jesse Wilson · 9 years ago
  56. 9d49d10 Enhanced TypeName(s) with List<AnnotationSpec> #136 by Christian Stein · 9 years ago
  57. 3bdc6b5 Merge pull request #358 from square/jwilson_1023_rollback by Jesse Wilson · 9 years ago
  58. 43db567 Revert "AnnotationTypeName added." by jwilson · 9 years ago
  59. 852b1bb Merge pull request #354 from sormuras/anno by Jesse Wilson · 9 years ago
  60. a671668 AnnotationTypeName added. by Christian Stein · 9 years ago
  61. c8b9d01 Merge pull request #351 from square/jwilson_1016_safe by Jake Wharton · 9 years ago
  62. 55f8bb8 Change around how we handle null package names. by jwilson · 9 years ago
  63. 44c2788 Merge pull request #349 from sormuras/spec by Jesse Wilson · 9 years ago
  64. 9dd1e4c equals() and hashCode() implemented. by Christian Stein · 9 years ago
  65. 50e0cbb Merge pull request #346 from sormuras/master by Jesse Wilson · 9 years ago
  66. 4d23554 Enum::name() usage forced. by Christian Stein · 9 years ago
  67. 72c7414 Merge pull request #340 from sormuras/master by Jesse Wilson · 9 years ago
  68. 5588188 AnnotationSpec.get(Annotation) added. by Christian Stein · 9 years ago
  69. 150b196 Merge pull request #338 from jbgi/nameallocator-clone by Jesse Wilson · 9 years ago
  70. 00e7258 Add clone() method on NameAllocator by Jean-Baptiste Giraudeau · 9 years ago
  71. a81264c Merge pull request #335 from sormuras/master by Jesse Wilson · 9 years ago
  72. 4dbeee0 Added test for static methods in an interface. by Christian Stein · 9 years ago
  73. 4ee84e2 Merge pull request #331 from square/jwilson_0929_resolve_based_imports by Jake Wharton · 9 years ago
  74. f96704d Resolve-based import resolution. by jwilson · 9 years ago
  75. ebde08a Merge pull request #330 from a11n/master by Jesse Wilson · 9 years ago
  76. a18a39e Update README.md by André Diermann · 9 years ago
  77. 74ed324 Merge pull request #328 from square/jwilson_0920_sigh_javadoc by Jake Wharton · 9 years ago
  78. aecf1d5 Javadoc can't handle annotations in code samples. by jwilson · 9 years ago
  79. b71a8d6 [maven-release-plugin] prepare for next development iteration by jwilson · 9 years ago
  80. 725eed1 [maven-release-plugin] prepare release javapoet-1.3.0 by jwilson · 9 years ago
  81. 5f349c8 Merge pull request #327 from square/jwilson_0920_avoid_get_package by Jesse Wilson · 9 years ago
  82. c8d5666 Merge pull request #326 from square/jwilson_0920_enter_enter_and_exit by Jesse Wilson · 9 years ago
  83. d597130 Update changelog for JavaPoet 1.3.0. by jwilson · 9 years ago
  84. c115519 Avoid Class.getPackage(). by jwilson · 9 years ago
  85. ebcbf38 Revert "Avoid Class.getPackage()." by jwilson · 9 years ago
  86. f6ad309 Avoid Class.getPackage(). by jwilson · 9 years ago
  87. 38abbc1 Try to improve the errors on statement enter/exit matching. by jwilson · 9 years ago
  88. 6a07eec Merge pull request #325 from sormuras/master by Jesse Wilson · 9 years ago
  89. 62a8b20 Removed not need import statements. by Christian Stein · 9 years ago
  90. ec8c5d5 t push origin masterMerge branch 'eamonnmcmanus-recursion' by jwilson · 9 years ago
  91. 6551850 Add logic to avoid infinite recursion in TypeName.get(TypeMirror) when the TypeMirror includes a recursive type bound. by Éamonn McManus · 9 years ago
  92. 9973945 Merge pull request #320 from auke-/master by Jesse Wilson · 9 years ago
  93. dc836e4 Use a more qualified name for conflicting simple names in the same file by Auke Schrijnen · 9 years ago
  94. beebe46 Merge pull request #318 from sormuras/master by Jesse Wilson · 9 years ago
  95. 5dff6c5 Removed unused import statements. by Christian Stein · 9 years ago
  96. 0b0e5d8 Merge pull request #314 from cutsnake-net/annotated_enums by Jesse Wilson · 9 years ago
  97. ee9e4da Squashed commit of the following: by Jamie · 9 years ago
  98. c2a686d Merge pull request #313 from square/jwilson_0722_name_allocator by Jake Wharton · 9 years ago
  99. a5f49c2 NameAllocator. by jwilson · 9 years ago
  100. 66b156f Merge pull request #312 from square/jwilson_0722_parameter_validation by Jake Wharton · 9 years ago