Age | Commit message (Expand) | Author |
2014-03-18 | Merge branch 'master' into configuration | Roel Spilker |
2014-03-17 | [#590][refactor] Fix for deadlock in WeakHashMap. Refactored all code that us... | Roel Spilker |
2014-03-04 | [configuration] Merge branch 'master' as we work on configuration. | Reinier Zwitserloot |
2014-01-23 | [#585] Copying of javadoc to getters / setters / withers woudl copy non-relev... | Reinier Zwitserloot |
2014-01-20 | [configuration] Added all the @Accessors stuff as a configuration key. | Reinier Zwitserloot |
2014-01-18 | [configuration] Reduced the range around which all already flagged errors/war... | Reinier Zwitserloot |
2014-01-15 | added package-infos to lots of packages, updated the javadoc in these, and ma... | Reinier Zwitserloot |
2014-01-09 | Added code to NOT add @SuppressWarnings to things if a @SuppressWarnings is a... | Reinier Zwitserloot |
2014-01-02 | 591: setting positions for parameters even when running in NB editor, to avoi... | Jan Lahoda |
2013-12-11 | Added complete support for delombok's 'pretty' format options; covering all o... | Reinier Zwitserloot |
2013-12-11 | Added format preferences: Suppress @SuppressWarnings, suppress needless appli... | Reinier Zwitserloot |
2013-12-03 | Fix for Issue #591: v1.12.2 doesn't well with netbeans. | Roel Spilker |
2013-10-10 | Whoops, Classload errors running lombok on javac with backing JVM 7 or below;... | Reinier Zwitserloot |
2013-09-25 | [jdk8support] ... and javadoc copying support is back for javac8. Also fixed ... | Roel Spilker |
2013-09-25 | Pre-emptive fix for the anticipated removal of ListBuffer.lb() in javac8 | Roel Spilker |
2013-09-24 | Merge branch 'master' into jdk8check | Reinier Zwitserloot |
2013-08-14 | * Fixed 553: @XArgsConstructor (and @Builder on a class) did not look at @Acc... | Reinier Zwitserloot |
2013-08-12 | replaced double underscore as new standard way of writing the dummy annotatio... | Reinier Zwitserloot |
2013-08-06 | position now set for all code generated by javac handlers; | Reinier Zwitserloot |
2013-07-28 | Some work on actually making lombok work on JDK8's javac. | Reinier Zwitserloot |
2013-07-28 | more progress. This one is less JDK8 compatible, but | Reinier Zwitserloot |
2013-07-26 | experiment: Can we wrap TreeMaker and remove a heck of a lot of opportunity t... | Reinier Zwitserloot |
2013-07-23 | A source file with just @Getter in it now compiles in javac8, but there is st... | Reinier Zwitserloot |
2013-07-22 | Merge branch 'master' into jdk8. Also added some major fixes whilst merging. | Reinier Zwitserloot |
2013-07-16 | * Fixed issues with @FieldDefaults and @Value (you can NOT override | Reinier Zwitserloot |
2013-07-08 | Fixed value's snippet integration (it hadn't been updated yet now that Value ... | Reinier Zwitserloot |
2013-07-08 | gave up on adding support for moving javadoc to getter/setter in eclipse. Ecl... | Reinier Zwitserloot |
2013-07-08 | Support for javadoc copying in Getter/Setter generation for javac, as well as... | Reinier Zwitserloot |
2013-06-25 | Value has been promoted to the main package. | Reinier Zwitserloot |
2013-06-18 | Added a ClassDef wrapper, because its signature changed between javac1.6 and ... | Reinier Zwitserloot |
2013-06-16 | Most of the javac implementation for HandleBuilder, plus | Reinier Zwitserloot |
2013-06-16 | Added injectType methods to Eclipse/JavacHandlerUtil, which we'll need to inj... | Reinier Zwitserloot |
2013-05-31 | Added @NonNull on parameters feature (issue 514), | Reinier Zwitserloot |
2013-03-26 | Massive performance improvements, and a few potentially breaking changes for ... | Roel Spilker |
2013-03-22 | Refactored out references to TypeTags. | Robbert Jan Grootjans |
2013-03-12 | In delombok, we mark the AST as changed if we remove an annotation; this fixe... | Reinier Zwitserloot |
2013-02-11 | BIG commit: | Reinier Zwitserloot |
2012-11-17 | Added all documentation for the onX feature and updated changelog. | Reinier Zwitserloot |
2012-11-12 | [refactor] Cleaned up static imports (always use *), and refactored out getCt... | Reinier Zwitserloot |
2012-08-06 | Added @Value and @FieldDefaults implementations for javac and ecj, the annota... | Reinier Zwitserloot |
2012-08-06 | Merge branch 'master' into wither | Reinier Zwitserloot |
2012-07-18 | Lombok not longer removes the feature annotations and the import declarations... | Philipp Eichhorn |
2012-07-17 | Fix for issue 396: Static constructors generated for classes with type parame... | Reinier Zwitserloot |
2012-07-16 | Added setting position of generated nodes in javac's @Synchronized as a 'pilo... | Reinier Zwitserloot |
2012-07-12 | Wither support + tests (javac only; ecj tests are currently set to ignore). | Reinier Zwitserloot |
2012-07-11 | Fielding a request to make some stuff public. The things made public are alre... | Reinier Zwitserloot |
2012-07-11 | Made lombok more stable in netbeans based on some smart observations by Jan L... | Jan Lahoda |
2012-05-22 | Javac implementation of @ExtensionMethod. | Robbert Jan Grootjans |
2012-03-27 | Merge branch 'master' into accessors | Reinier Zwitserloot |
2012-03-27 | Fixes issue 326: In NetBeans, the generated default constructor was compiled ... | Roel Spilker |