Age | Commit message (Expand) | Author |
2011-06-20 | Javac/EclipseAnnotationHandler are now abstract classes instead of interfaces... | Reinier Zwitserloot |
2011-06-20 | SpiLoadUtil's findAnnotationClass didn't work with extends Foo<T>, only with ... | Reinier Zwitserloot |
2011-06-20 | as lombok never runs as AP anymore in ecj, the 'show some more info for bug 1... | Reinier Zwitserloot |
2011-06-13 | Fixed PrintAST, and separately SneakyThrows/Synchronized which failed because... | Reinier Zwitserloot |
2011-06-07 | Updated to ASM 4.0RC1 so that we can deal with java7, | Reinier Zwitserloot |
2011-06-06 | Issue 188: add class file pool constants for methodhandles and invokedynamic ... | Roel Spilker |
2011-06-02 | Eclipse handlers can now opt out of being run in diet-parse mode. Fixes Synch... | Reinier Zwitserloot |
2011-06-02 | Trivial fixes. | Reinier Zwitserloot |
2011-05-30 | Whoops, ecj was broken due to half work on a previous commit to take ecj anno... | Reinier Zwitserloot |
2011-05-30 | The EclipseAST was incomplete when it came to ConstructorCalls. This lead to ... | peichhorn |
2011-05-30 | Whoops, we broke @Delegate with the last update. Now the CAS check on handled... | Reinier Zwitserloot |
2011-05-30 | tracking if an annotation has been handled or not is now no longer done | Reinier Zwitserloot |
2011-05-30 | HandleDelegate did not remove the annotation @Delegate from javac's AST, so H... | peichhorn |
2011-05-30 | Removed the ability of lombok to run as ecj annotation processor, because | Reinier Zwitserloot |
2011-05-17 | Added a layer of indirection between the patched calls for delegate to guard ... | grootjans |
2011-05-16 | Fixes issue 205: NullPointerException in javac's Check$Validator with val | Philipp Eichhorn |
2011-05-13 | Updated copyright on javac HandleDelegate | Reinier Zwitserloot |
2011-05-13 | @Delegate in javac on the new types/excludes model without autoexclusion now ... | Reinier Zwitserloot |
2011-05-03 | Changed how @Delegate works in ecj - methods already present do NOT | Reinier Zwitserloot |
2011-05-03 | Merge branch 'master' of git@github.com:rzwitserloot/lombok | Roel Spilker |
2011-05-03 | Eclipse 3.7 updated some internal AST classes, causing: | Roel Spilker |
2011-04-01 | Now logging a warning with diagnostic info so that the next time | Reinier Zwitserloot |
2011-04-01 | Added ability to log warnings in eclipse error log. | Reinier Zwitserloot |
2011-03-18 | Rewritten @Cleanup's new null analysis prevention to not use | Reinier Zwitserloot |
2011-02-21 | Issue 194: Javac gives and error when lombok.jar is on the classpath | Roel Spilker |
2011-02-15 | Should be a fix for issue #177: NoClassDefFoundErrors for JavacProcessingEnvi... | Roel Spilker |
2011-02-14 | Added annotation for handleconstructor: issue 172 | grootjans |
2011-02-07 | Presence of isFoo(), hasFoo(), and getFoo(), as well as properties named 'isF... | Reinier Zwitserloot |
2011-01-31 | Changed internal call for resolution to method support in javac7 | grootjans |
2011-01-24 | NPE fix | Reinier Zwitserloot |
2011-01-24 | In javac, @XArgsConstructor on enums was not forcing the generated constructo... | Philipp Eichhorn |
2011-01-10 | In javac7 the BaseFileObject and JavacFileManager have been moved from | Roel Spilker |
2011-01-02 | Added debug feature (disabled in this commit) to print types of nodes printed... | Reinier Zwitserloot |
2010-12-31 | Using annotation processors with lombok sometimes results in a 'Not Supported... | Reinier Zwitserloot |
2010-12-31 | Starting eclipse with an open file containing an enum with @Getter on it woul... | Reinier Zwitserloot |
2010-12-31 | Resolve-phase transformers in eclipse need to force a rebuild of the EclipseA... | Reinier Zwitserloot |
2010-12-31 | Presence of i.e. getABC() stops lombok from generating getAbc, but lombok wil... | Reinier Zwitserloot |
2010-12-31 | calls to canEqual and equals are now fored to go to the version that has 1 Ob... | Reinier Zwitserloot |
2010-12-28 | @ToString, @Getter, and @XArgsConstructor now work on, and are legal on, enum... | Reinier Zwitserloot |
2010-12-24 | Added detection of type var naming conflicts to eclipse's @Delegate support. | Reinier Zwitserloot |
2010-12-22 | val x = foo; is now desugared into "@val type x = foo;" (the @val is added), ... | Reinier Zwitserloot |
2010-12-22 | After 2 weeks of debugging, finally figured out val in eclipse using lombok.v... | Reinier Zwitserloot |
2010-12-18 | Moved all the Compile time constants from the Javac handlers and supporting c... | grootjans |
2010-12-01 | @Delegate in eclipse now uses more of the standard infrastructure to inject m... | Reinier Zwitserloot |
2010-11-29 | lombok.val import now gets removed. Only adding lombok.val flags the compilat... | Roel Spilker |
2010-11-29 | some more work on why delombok isn't tracking changes due to val alone. | Reinier Zwitserloot |
2010-11-29 | Make compilable under JDK 7's javac (thus also removing an error mark in NetB... | Jesse Glick |
2010-11-29 | 'val' now only works if its a reference to lombok.val on javac. | Reinier Zwitserloot |
2010-11-29 | Added 'val' as a type which the 'val' fake keyword must resolve to before val... | Reinier Zwitserloot |
2010-11-29 | The somewhat rare conflict in typevar names problem has now been solved in ja... | Reinier Zwitserloot |