Age | Commit message (Expand) | Author |
2018-08-20 | use delared ast Type instead of generic one saves a lot of "checkcasts" in th... | Roland Praml |
2018-05-14 | [annotation based ToString] hey.. we have annotation based ToString now, wher... | Reinier Zwitserloot |
2017-01-19 | Lombok will now also fix the typemirror info when generating bean-related met... | Reinier Zwitserloot |
2015-01-03 | [wip] @Singular support. | Reinier Zwitserloot |
2013-07-28 | Some work on actually making lombok work on JDK8's javac. | Reinier Zwitserloot |
2013-07-26 | experiment: Can we wrap TreeMaker and remove a heck of a lot of opportunity t... | Reinier Zwitserloot |
2013-02-11 | BIG commit: | Reinier Zwitserloot |
2011-11-21 | Made an API for creating a (oracle javac) JavaCompiler which tracks comments ... | Reinier Zwitserloot |
2011-11-07 | Changed copyright notices | Roel Spilker |
2010-11-29 | lombok.val import now gets removed. Only adding lombok.val flags the compilat... | Roel Spilker |
2010-11-22 | Added storing instanceof JavacTypes in JavacAST, and renamed JavacResolution'... | Reinier Zwitserloot |
2010-07-25 | Bugfix: in JavacNode intintializers were not structurally significant | Roel Spilker |
2010-07-22 | Updated copyright statements and version release name. | Reinier Zwitserloot |
2010-07-20 | @Getter int x, y; used to only apply to 'x', now it applies to both x and y. | Reinier Zwitserloot |
2010-07-20 | Moved DeleteLombokAnnotations to the proper package and source dir. | Reinier Zwitserloot |
2010-07-20 | import lombok.AccessLevel is now also removed during delomboking. | Reinier Zwitserloot |
2009-11-25 | Refactored the source folders. | Reinier Zwitserloot |