aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-14Make @AnyAnnotation illegal to useRoel Spilker
2010-11-14Moved patch code specific to val and delegate to their own class.Reinier Zwitserloot
2010-11-13Jiggered the hook point a bit for eclipse 'delegate' support and it looks lik...Reinier Zwitserloot
2010-11-11Merge branch 'master' into delegateReinier Zwitserloot
2010-11-11Mostly fruitless work on making delegate work in eclipse.Reinier Zwitserloot
2010-11-11@Getter(lazy=true) now also works in EclipseRoel Spilker
2010-11-11Set generated on all created ASTNodesRoel Spilker
2010-11-11Merge branch 'master' into lazyinitRoel Spilker
2010-11-11@Getter(lazy=true) support for javacRoel Spilker
2010-11-11trivial - removed some unused importsReinier Zwitserloot
2010-11-10Tests were failing due to a bug in the compare error output part of the test ...Reinier Zwitserloot
2010-11-10Merge branch 'fixDelombok'Reinier Zwitserloot
2010-11-10All tests pass! - The test framework has been updated a bit to fit with the n...Reinier Zwitserloot
2010-11-10Delombok has been fixed to work more like a true javac run now. As a result, ...Reinier Zwitserloot
2010-11-10Fix for javac: 'val x = null;' is now valid, and results in x being of type O...Reinier Zwitserloot
2010-11-10Made AnyAnnotation deprecatedRoel Spilker
2010-11-10Merge branch 'master' into annoGetSetRoel Spilker
2010-11-10From now on it is possible to specify annotations to be placed on the methodRoel Spilker
2010-11-10'val' now fully works on javac, even when referring to lombok-generated code,...Reinier Zwitserloot
2010-11-10deleted netbeans agent. With the new resolution features it'll never work, an...Reinier Zwitserloot
2010-11-10Undone something that'll never work anywayReinier Zwitserloot
2010-11-09Merge branch 'master' into javaChickenAndEggReinier Zwitserloot
2010-11-09EqualsAndHashCode no longer worked right when working on a class with 0 filed...Reinier Zwitserloot
2010-11-09EqualsAndHashCode no longer worked right when working on a class with 0 filed...Reinier Zwitserloot
2010-11-09Merge branch 'master' into javaChickenAndEggReinier Zwitserloot
2010-11-09Due to an evident screwup at github.com about their https certs, downloads fr...Reinier Zwitserloot
2010-11-09Merge branch 'master' into annoGetSetReinier Zwitserloot
2010-11-09Experiment to try and make java 'self referential' by deleting the Enter and ...Reinier Zwitserloot
2010-11-09Delegate annotationReinier Zwitserloot
2010-11-09Added lombok.Lombok.preventNullAnalysis to the null test in @Cleanup to suppressRoel Spilker
2010-11-09'val' didn't work on ecj/eclipse when referring to types in the default packa...Reinier Zwitserloot
2010-11-08reverted the deletion of SneakyThrowsDependencyInfo. It's still a runtime dep...Reinier Zwitserloot
2010-11-08Ran into a one-off, non-repeatable problem involving arguments not binding co...Reinier Zwitserloot
2010-11-08Updated to lombok.patcher, which basically only means that the "PATCHING: ......Reinier Zwitserloot
2010-11-08'val' now also works in foreach loops, on both javac and ecj / eclipse.Reinier Zwitserloot
2010-11-08Added support for canEqual in ecjRoel Spilker
2010-11-08Add diverse logging frameworks for the tests.Roel Spilker
2010-11-08Merge branch 'master' of github.com:rzwitserloot/lombokReinier Zwitserloot
2010-11-08'val' with an array on the initializer didn't work in eclipse.Reinier Zwitserloot
2010-11-08Delombok 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-08Added support for canEquals in javacRoel Spilker
2010-11-08Little cleanupRoel Spilker
2010-11-07Merge branch 'eclipseReso'Reinier Zwitserloot
2010-11-07'val' support for eclipse.Reinier Zwitserloot
2010-11-07Updated changelogRoel Spilker
2010-11-07Solved issue 155: "Eclipse constructor generation not in class body" http://c...Roel Spilker
2010-11-07Now generated nodes can also be detected in ecjRoel Spilker
2010-11-07Use the actual annotation value to process the @Log annotations instead of th...Roel Spilker
2010-11-07Provide access to the actual annotation valuesRoel Spilker