aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-21Added ability to create new instances of AnnotationValues with all default va...Reinier Zwitserloot
2012-03-21Documentation for new @Accessors feature as well as the API (the annotation i...Reinier Zwitserloot
2012-03-19Added documentation (and a minor tidbit of support) for android.Reinier Zwitserloot
2012-03-05Merge branch 'master' of github.com:rzwitserloot/lombokRobbert Jan Grootjans
2012-03-05PrettyCommentsPrinter now prints default clause of annotation methods. Fixes ...Robbert Jan Grootjans
2012-03-05Updated changelogRoel Spilker
2012-03-05Issue 349: Test failed in some environmentsRoel Spilker
2012-03-05Merge branch 'issue349-test-failed' of https://github.com/buzztaiki/lombok in...Roel Spilker
2012-03-05Issue 348: @Delegate should also generate @Deprecated when the interface meth...Roel Spilker
2012-02-27Update changelogSander Koning
2012-02-27Consistent use of JavacResolution.typeToJCTree instead of TreeMaker.Types - f...Sander Koning
2012-02-27Update credits page to reflect AUTHORSSander Koning
2012-02-27Alphabetize AUTHORSSander Koning
2012-02-27Fix note on @Getter wrt hasX fields: prefix is actually generated (conforming...Sander Koning
2012-02-25Use english locale on test via delombok for using english message catalog.Taiki Sugawara
2012-02-25Handle deprecated by ordinary usage.Taiki Sugawara
2012-02-25Add my name to AUTHORSTaiki Sugawara
2012-02-24Add deprecated comment support for eclipse.Taiki Sugawara
2012-02-24Remove spaces in after files.Taiki Sugawara
2012-02-23Make the unittests for ecj work on windowsRoel Spilker
2012-02-22support delegate with deprecated comment.Taiki Sugawara
2012-02-15Couple more tests for valReinier Zwitserloot
2012-02-15Updated changelog with the recent changes.Reinier Zwitserloot
2012-02-15'val' is no longer legal in basic for loops now. Fixes issue #346Reinier Zwitserloot
2012-02-14ecj tests and eclipse tests are now effectively doing the same thing, except ...Reinier Zwitserloot
2012-02-14More test files, test files updated to be valid java, and ecj test now goes t...Reinier Zwitserloot
2012-02-14Update to error messages of @Log annotations.Reinier Zwitserloot
2012-02-14Bumped copyright years on recently (in 2012) changed sources.Reinier Zwitserloot
2012-02-14No more autobox/type coercion issues with @Getter(lazy=true) and primitive ty...Reinier Zwitserloot
2012-02-14'val' now works for member types whose outers have generics. (issue #343)Reinier Zwitserloot
2012-02-13Smart ATHROW reducer removed because that can at least in theory go wrong, an...Reinier Zwitserloot
2012-02-11whitespace onlyReinier Zwitserloot
2012-01-31Updated copyright notice in command line tool help, made debug tool=true suba...Reinier Zwitserloot
2012-01-31Merge branch 'master' into constantpoolReinier Zwitserloot
2012-01-31Fix for publish target in build file.Reinier Zwitserloot
2012-01-30Added a tool to display the constant pool for a list of class filesRoel Spilker
2012-01-30Made LombokApp an abstract class and added isDebugTool.Roel Spilker
2012-01-30Merge branch 'master' of github.com:rzwitserloot/lombokRoel Spilker
2012-01-24Updated changelogRoel Spilker
2012-01-24Added test for @Getter(AccessLevel.NONE)Roel Spilker
2012-01-24Fix for issue 328: @Delegate on a field for which we also generate a getter w...Roel Spilker
2012-01-23Added null-check to prevent errors in eclipse when working on incomplete filesRoel Spilker
2012-01-23Give the LombokizedEclipse a bit more permgen spaceRoel Spilker
2012-01-23Fixed bug in reading long and double valuesRoel Spilker
2012-01-23further fixes to the build script. I think it's good now....Reinier Zwitserloot
2012-01-23Okay, now the build should be truly fixed again... at least, if you're runni...Reinier Zwitserloot
2012-01-23Test script fixesRoel Spilker
2012-01-23Post-release version bump to 0.10.9Roel Spilker
2012-01-19prerelease bump to 0.10.8Reinier Zwitserloot
2012-01-19Updated changelog to reflect issue 325 fixes.Reinier Zwitserloot