Age | Commit message (Expand) | Author |
2011-10-24 | pretty big refactor; introduced a new source package which should be (and is)... | Reinier Zwitserloot |
2011-10-10 | Added missing copyright header and bumped version number to xHEAD. | Reinier Zwitserloot |
2011-10-07 | Accept JCCatch as 'statement' (issue #281) | Sander Koning |
2011-09-20 | toString() of various delegates to interop with javac (FileObjectWrapper and ... | Michail Plushnikov |
2011-08-16 | Merge branch 'master' of github.com:rzwitserloot/lombok | Reinier Zwitserloot |
2011-08-16 | This fixes 'val' not working in javac7. The LogDisabler used to simply suppre... | Reinier Zwitserloot |
2011-08-16 | Renamed Javac.getCTCint to getCtcInt | Roel Spilker |
2011-08-15 | Merge branch 'delombok_java7' | Reinier Zwitserloot |
2011-08-15 | fixed a warning during the ant compile process | Reinier Zwitserloot |
2011-08-15 | Removed support for onMethod, onParam and onConstructor due to javac7 type in... | Roel Spilker |
2011-08-10 | Made delomboks processor 'work' on java6 and java7 without any warnings | peichhorn |
2011-08-08 | Made the annotation processor 'work' on java6 and java7 without any warnings | Roel Spilker |
2011-07-30 | fixed Issue 243: | peichhorn |
2011-07-30 | fixed Issue 244: | peichhorn |
2011-07-24 | Fixes issue 176 more thoroughly; even if both javac6 and javac7 are on the cl... | Reinier Zwitserloot |
2011-07-18 | Changes to the lombok annotations processor, forcing the java processing envi... | Jan Lahoda |
2011-07-18 | Now either all or none of equals/hashCode/canEqual is generated. Fixes issue ... | Roel Spilker |
2011-06-20 | Minor tweaks to documentation updates (javadocs, website). | Reinier Zwitserloot |
2011-06-20 | Javac/EclipseAnnotationHandler are now abstract classes instead of interfaces... | Reinier Zwitserloot |
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-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-03-18 | Rewritten @Cleanup's new null analysis prevention to not use | Reinier Zwitserloot |
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 |
2010-12-31 | Using annotation processors with lombok sometimes results in a 'Not Supported... | 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-18 | Moved all the Compile time constants from the Javac handlers and supporting c... | grootjans |
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 | 'val' now only works if its a reference to lombok.val on javac. | 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 | - Renamed the diverse @Log annotations to give them distinct names | Roel Spilker |
2010-11-22 | Added storing instanceof JavacTypes in JavacAST, and renamed JavacResolution'... | Reinier Zwitserloot |
2010-11-18 | Fixed @AllArgsConstructor screwing up with final fields that have been initia... | Reinier Zwitserloot |