Age | Commit message (Expand) | Author |
2011-01-10 | In javac7 the BaseFileObject and JavacFileManager have been moved from | Roel Spilker |
2011-01-02 | Should fix issue #175, where annotations mysteriously appear to be copied to ... | Reinier Zwitserloot |
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-28 | Using @Delegate to add a varargs method now works in eclipse (the varargs nat... | 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-22 | @Delegate in eclipse works when delegating parameterized types now, and will ... | Reinier Zwitserloot |
2010-12-18 | Moved all the Compile time constants from the Javac handlers and supporting c... | grootjans |
2010-12-01 | Parameter names are now 'arg0', 'arg1', etc, unless the delegated type is sou... | Reinier Zwitserloot |
2010-12-01 | @Deprecated is now copied across for eclipse's @Delegate | Reinier Zwitserloot |
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 |
2010-11-28 | bugfixes for typeToJCTree. HandleDelegate (javac) is working better. | Reinier Zwitserloot |
2010-11-26 | Fixed @PrintAST, which wouldn't do anything at all in javac mode since resolu... | Reinier Zwitserloot |
2010-11-25 | Documented @Delegate with javadoc. | Reinier Zwitserloot |
2010-11-25 | @Delegate, at least without value=, seems to work great in javac now! | Reinier Zwitserloot |
2010-11-22 | Updated version name - should have done that after pushing 0.10.0-BETA2. | Reinier Zwitserloot |
2010-11-22 | Merge branch 'master' of git@github.com:rzwitserloot/lombok | Roel Spilker |
2010-11-22 | - Renamed the diverse @Log annotations to give them distinct names | Roel Spilker |
2010-11-22 | Cleaned up the patch fixes in eclipse for finding end of identifier and start... | Reinier Zwitserloot |
2010-11-22 | Added storing instanceof JavacTypes in JavacAST, and renamed JavacResolution'... | Reinier Zwitserloot |
2010-11-19 | Fix for reported NPEs by Stephen Haberman. | Reinier Zwitserloot |
2010-11-18 | Merge branch 'master' of github.com:rzwitserloot/lombok | Reinier Zwitserloot |
2010-11-18 | Pre-beta-release | Reinier Zwitserloot |
2010-11-18 | Fixed @AllArgsConstructor screwing up with final fields that have been initia... | Reinier Zwitserloot |
2010-11-18 | In javac, use ListBuffer to append | Roel Spilker |
2010-11-16 | Added extra javadoc links | Roel Spilker |
2010-11-15 | Merge branch 'master' of github.com:rzwitserloot/lombok | Reinier Zwitserloot |
2010-11-15 | Added copyright notices to PatchVal and PatchDelegate [trivial] | Reinier Zwitserloot |
2010-11-15 | eclipse @Delegate: Whoops; earlier fixes meant methods that existed explicitl... | Reinier Zwitserloot |
2010-11-15 | In javac, use ListBuffer to append | Roel Spilker |
2010-11-14 | eclipse: @Delegate now no longer generates methods that you already wrote. | Reinier Zwitserloot |
2010-11-14 | Removed the brainfart where final methods aren't delegated. | Reinier Zwitserloot |
2010-11-14 | Merge branch 'master' of github.com:rzwitserloot/lombok | Reinier Zwitserloot |
2010-11-14 | eclipse: methods with their own type variables can now be delegated. | Reinier Zwitserloot |
2010-11-14 | Added meta-annotations | Roel Spilker |
2010-11-14 | Make @AnyAnnotation illegal to use | Roel Spilker |
2010-11-14 | Moved patch code specific to val and delegate to their own class. | Reinier Zwitserloot |