Age | Commit message (Expand) | Author |
2021-02-01 | [fixes #1538] Use Enter and MemberEnter to update type mirrors | Rawi01 |
2021-01-28 | [fixes #2691] Add end positions to all generated nodes | Rawi01 |
2020-10-03 | [builder] big refactor: Fixing CheckerFramework features + all params now in ... | Reinier Zwitserloot |
2020-07-23 | [fixes #2300] Keep method argument positions for lazy getter initializer | Rawi01 |
2020-07-02 | [fixes #2433] Add config key to turn off @SuppressWarnings("all") | Rawi01 |
2020-03-15 | [fixes #2386] [checkerframework] | Reinier Zwitserloot |
2020-02-06 | [fixes #880] get rid of an unchecked cast warning for `@Getter(lazy=true)` | Reinier Zwitserloot |
2019-08-22 | Merge branch 'master' into clone-type | Reinier Zwitserloot |
2019-08-22 | [checkerframework] | Reinier Zwitserloot |
2019-08-08 | [Fixes #2189] Clone type to correctly set annotated type on constructor, gett... | Jacob Middag |
2018-09-11 | Replaced the notion of ‘nullable’ and ‘nonnull’ get copied to ‘any ... | Reinier Zwitserloot |
2018-09-11 | code review and fixes for the ‘copyable annotations’ setting concept. | Reinier Zwitserloot |
2018-09-11 | Add configuration key, handle whereever NULLABLE is handled, support Eclipse. | Werner Dietl |
2018-05-14 | [annotation based ToString] hey.. we have annotation based ToString now, wher... | Reinier Zwitserloot |
2018-04-23 | Allow onMethod and onParam in @Getter and @Setter if it is put on a type | Roel Spilker |
2018-03-27 | [trivial] some memoryload improvements by not making a new instance but using... | Reinier Zwitserloot |
2017-03-07 | Fixed issue #778: problems with onX if the annotation to be added has named a... | Reinier Zwitserloot |
2017-01-19 | Lombok will now also fix the typemirror info when generating bean-related met... | Reinier Zwitserloot |
2016-12-05 | Fixes #1236: Getter(lazy=true) now emits an error when used on a transient field | Roel Spilker |
2014-05-22 | added conf keys (and implementation to make them work) for lombok.getter.lazy... | Reinier Zwitserloot |
2014-05-20 | @Delegate has moved to lombok.experimental. | Reinier Zwitserloot |
2014-03-04 | [configuration] Merge branch 'master' as we work on configuration. | Reinier Zwitserloot |
2014-01-20 | [configuration] Added all the @Accessors stuff as a configuration key. | Reinier Zwitserloot |
2014-01-18 | [configuration] Moved ALL ConfigurationKey constants into 'ConfigurationKeys'... | Reinier Zwitserloot |
2014-01-18 | [configuration] implementation of flagUsage for all handlers. | Reinier Zwitserloot |
2014-01-15 | added package-infos to lots of packages, updated the javadoc in these, and ma... | Reinier Zwitserloot |
2014-01-15 | #627: Fix for refactoring when @Getter(lazy=true) | Tumi |
2013-12-11 | Added complete support for delombok's 'pretty' format options; covering all o... | Reinier Zwitserloot |
2013-12-03 | Fix for Issue #591: v1.12.2 doesn't well with netbeans. | Roel Spilker |
2013-09-25 | Pre-emptive fix for the anticipated removal of ListBuffer.lb() in javac8 | Roel Spilker |
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-22 | Merge branch 'master' into jdk8. Also added some major fixes whilst merging. | Reinier Zwitserloot |
2013-07-08 | Support for javadoc copying in Getter/Setter generation for javac, as well as... | Reinier Zwitserloot |
2013-07-07 | eclipse support for the new @Getter(lazy=true) desugaring. | Reinier Zwitserloot |
2013-07-07 | @Getter(lazy=true) now uses a different, more efficient desugaring. Implement... | Reinier Zwitserloot |
2013-03-22 | Refactored out references to TypeTags. | Robbert Jan Grootjans |
2013-02-11 | BIG commit: | 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-06-18 | Fix for issue 376 for javac. | Roel Spilker |
2012-03-26 | Merge branch 'acc2' into accessors | Reinier Zwitserloot |
2012-03-26 | Updated findMethod with paramcount. | Reinier Zwitserloot |
2012-03-21 | Implementation of @Accessors. | Reinier Zwitserloot |
2012-03-19 | Fix for issue 342: @Deprecated annotation not propagated to generated getter... | Roel Spilker |
2012-02-14 | No more autobox/type coercion issues with @Getter(lazy=true) and primitive ty... | Reinier Zwitserloot |
2012-01-24 | Fix for issue 328: @Delegate on a field for which we also generate a getter w... | Roel Spilker |
2011-11-07 | Changed copyright notices | Roel Spilker |
2011-10-24 | pretty big refactor; introduced a new source package which should be (and is)... | Reinier Zwitserloot |
2011-08-16 | Renamed Javac.getCTCint to getCtcInt | Roel Spilker |