Age | Commit message (Expand) | Author |
2023-03-22 | [fixes #3364] Generate JCTree clones to prevent duplicate nodes | Rawi01 |
2021-04-18 | Merge branch 'enter-types-methods-fields' of git://github.com/Rawi01/lombok i... | Reinier Zwitserloot |
2021-03-22 | Merge branch 'records' | Reinier Zwitserloot |
2021-03-16 | [build] sped up the build considerable. | Reinier Zwitserloot |
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-09-10 | Add record support | Rawi01 |
2020-06-25 | Avoid class.getSimpleName except in static initializers or error messages | Roel Spilker |
2020-02-14 | [trivial] improving consistency between javac vs. ecj output | Reinier Zwitserloot |
2020-01-31 | [issue #788] Add more nullity annotations where relevant | 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 |
2019-07-16 | [Fixes #2115] builder fields tracking a property that has a default set is no... | Reinier Zwitserloot |
2019-05-07 | [Feature] staticConstructor should use already defined private constructor if... | daliclass |
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-07-03 | [issue #1347] When lombok generates constructors, it should call the `@Builde... | Reinier Zwitserloot |
2018-06-04 | Make `extraPrivate` opt-in instead of opt-out. Fixes #1708 | Roel Spilker |
2018-06-04 | Do not generate a private no-args constructor if: | Roel Spilker |
2018-05-28 | Generate default no-args constructor | Roel Spilker |
2018-03-27 | [trivial] some memoryload improvements by not making a new instance but using... | Reinier Zwitserloot |
2017-12-04 | for lombok v2, make generation of ConstructorProperties an optional extra, in... | Reinier Zwitserloot |
2017-09-18 | Merge branch 'master' of https://github.com/kchirls/lombok into kchirls-master | Roel Spilker |
2017-03-23 | [i1180] generate ConstructorProperties also for (package) private constructors | Roel Spilker |
2017-03-15 | Merge remote-tracking branch 'rzwitserloot/master' | Kevin Chirls |
2017-03-07 | [wip] reworking how builder works with initialized fields. | Reinier Zwitserloot |
2017-03-07 | removed the suppressConstructorProperties param. | Reinier Zwitserloot |
2017-03-07 | Fixed issue #778: problems with onX if the annotation to be added has named a... | Reinier Zwitserloot |
2017-01-31 | Fix for issues #869 and #1018 | Kevin Chirls |
2017-01-20 | If field resolution isn’t available, don’t try to make a symbol for the c... | Reinier Zwitserloot |
2017-01-19 | added type mirror fixing for `@XConstructor` and `@Wither`. | Reinier Zwitserloot |
2015-07-22 | Support for @NoArgsConstructor(force = true). | Reinier Zwitserloot |
2014-12-08 | moved builder to core package (deprecated old one, created new one, added ali... | Reinier Zwitserloot |
2014-05-23 | Added confkey to make @NonNull generate a different exception because of the ... | Reinier Zwitserloot |
2014-03-26 | [i659] suppression of @ConstructorProperties should use config instead. Also ... | Roel Spilker |
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 |
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-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-06 | added Flags.PARAMETER to all the parameters we generate in javac. | Reinier Zwitserloot |