Age | Commit message (Expand) | Author |
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 |
2010-11-18 | In javac, use ListBuffer to append | Roel Spilker |
2010-11-11 | Merge branch 'master' into lazyinit | Roel Spilker |
2010-11-11 | @Getter(lazy=true) support for javac | Roel Spilker |
2010-11-11 | trivial - removed some unused imports | Reinier Zwitserloot |
2010-11-10 | Merge branch 'fixDelombok' | Reinier Zwitserloot |
2010-11-10 | Delombok has been fixed to work more like a true javac run now. As a result, ... | Reinier Zwitserloot |
2010-11-10 | Fix for javac: 'val x = null;' is now valid, and results in x being of type O... | Reinier Zwitserloot |
2010-11-10 | Merge branch 'master' into annoGetSet | Roel Spilker |
2010-11-10 | From now on it is possible to specify annotations to be placed on the method | Roel Spilker |
2010-11-10 | 'val' now fully works on javac, even when referring to lombok-generated code,... | Reinier Zwitserloot |
2010-11-10 | Undone something that'll never work anyway | Reinier Zwitserloot |
2010-11-09 | EqualsAndHashCode no longer worked right when working on a class with 0 filed... | Reinier Zwitserloot |
2010-11-09 | EqualsAndHashCode no longer worked right when working on a class with 0 filed... | Reinier Zwitserloot |
2010-11-09 | Merge branch 'master' into javaChickenAndEgg | Reinier Zwitserloot |
2010-11-09 | Merge branch 'master' into annoGetSet | Reinier Zwitserloot |
2010-11-09 | Experiment to try and make java 'self referential' by deleting the Enter and ... | Reinier Zwitserloot |
2010-11-09 | Added lombok.Lombok.preventNullAnalysis to the null test in @Cleanup to suppress | Roel Spilker |
2010-11-08 | 'val' now also works in foreach loops, on both javac and ecj / eclipse. | Reinier Zwitserloot |
2010-11-08 | Added support for canEqual in ecj | Roel Spilker |
2010-11-08 | Merge branch 'master' of github.com:rzwitserloot/lombok | Reinier Zwitserloot |
2010-11-08 | Delombok on files with only 'val' in them, without --force, didn't do anythin... | Reinier Zwitserloot |
2010-11-08 | 'val' in javac now errors out with an appropriate message on val x = { .. }, ... | Reinier Zwitserloot |
2010-11-08 | Added support for canEquals in javac | Roel Spilker |
2010-11-07 | Use the actual annotation value to process the @Log annotations instead of th... | Roel Spilker |
2010-11-07 | Provide access to the actual annotation values | Roel Spilker |
2010-11-06 | Updated documentation on @Log and moved them all to lombok.extern.* | Roel Spilker |
2010-11-06 | Have j.u.l. be invoked with TargetType.class.getName() instead of "TargetType" | Roel Spilker |
2010-11-06 | Reorder parameters | Roel Spilker |
2010-11-06 | Use an annotation instead of implementations of interfaces | Roel Spilker |
2010-11-06 | Added support for Log4J, Commons and JUL in the javac handler | Roel Spilker |
2010-11-03 | Intial support for @Log, for now only slf4j | Roel Spilker |
2010-11-03 | Merge branch 'master' of github.com:rzwitserloot/lombok | Reinier Zwitserloot |
2010-11-03 | val in java, including tests and javac resolution utilities. | Reinier Zwitserloot |
2010-11-03 | Some small framework updates to accomodate resolution. | Reinier Zwitserloot |
2010-11-02 | Issue 154: Add null-check to @Cleanup | Roel Spilker |
2010-10-04 | The previous commit (fix for ZIP closed errors) actually breaks lombok on sys... | Reinier Zwitserloot |
2010-10-01 | Setter now supports 'onMethod=@Annotations' and 'onParam=@Annotations' for ja... | Reinier Zwitserloot |
2010-10-01 | Fix for "ZIP file closed" errors caused by the postprocessor trying to load m... | Reinier Zwitserloot |