Age | Commit message (Expand) | Author |
2022-02-23 | Fixes #3120 | JohnPaulTaylorII |
2022-02-08 | [implements #1456] accessors can now be made final via `@Accessors`. | Reinier Zwitserloot |
2022-01-14 | Fix for defaulting behaviour for lombok annotations. | Reinier Zwitserloot |
2022-01-09 | [fixes #3081] make CheckerFramework's This a type annotation | Jan Rieke |
2022-01-07 | [fixes #2908] don't generate checkerframework's @NotCalledMethods | Jan Rieke |
2021-12-30 | [fixes #3070] fix guava type name for SuperBuilder's toBuilder | Jan Rieke |
2021-12-21 | [fixes #2849] Make ToString's onlyExplicitlyIncluded a config key. | Reinier Zwitserloot |
2021-12-12 | [fixes #3040] Support array initializer in onX | Rawi01 |
2021-10-22 | [fixes #2995] Skip records for field defaults via config | Rawi01 |
2021-10-18 | [#2693] Review and updates for javabeans-style capitalization lombok.config | Reinier Zwitserloot |
2021-09-28 | Support javadoc copying in ecj language server | Rawi01 |
2021-09-27 | [fixes #2972] Use simple type, move code to patch method | Rawi01 |
2021-09-16 | Merge pull request #2866 from Rawi01/anonymous-inner-class | Reinier Zwitserloot |
2021-09-06 | Replace val with native final var in Java >= 10 | Rawi01 |
2021-06-03 | [fixes #2838] Handle anonymous classes properly | Rawi01 |
2021-04-27 | Fix @CustomLog-key in lombok.config for some error messages. Issue #2821 | MOUYSSET Florent |
2021-04-23 | Change owner lombok GitHub repository | Roel Spilker |
2021-04-18 | Merge pull request #2809 from Rawi01/eclipse-javadoc-performance | Reinier Zwitserloot |
2021-04-18 | [StandardException] generate an error if the annotation is on a class that ex... | Reinier Zwitserloot |
2021-04-16 | [trivial] | Reinier Zwitserloot |
2021-04-16 | [pr 2702] finishing the `@StandardException` feature. | Reinier Zwitserloot |
2021-04-06 | Avoid reading file from disk by reusing the parser source | Rawi01 |
2021-03-24 | @StandardException feature working draft | ttzn |
2021-03-24 | @StandardException feature working draft | ttzn |
2021-03-24 | Merge pull request #2687 from janrieke/superBuilderConfigBuilderClassName | Reinier Zwitserloot |
2021-03-24 | [records] [`@NonNull`] eclipse impl onfthe `@NonNull` on record components fe... | Reinier Zwitserloot |
2021-03-22 | Merge branch 'records' | Reinier Zwitserloot |
2021-03-21 | Merge pull request #2770 from janrieke/superBuilderNPEinConstructorExists | Reinier Zwitserloot |
2021-03-16 | [build] sped up the build considerable. | Reinier Zwitserloot |
2021-03-13 | [superbuilder] toBuilder + singular + javac6 was broken | Reinier Zwitserloot |
2021-03-12 | rename method; use null instead of empty string [eclipse] | Jan Rieke |
2021-03-12 | rename method; use null instead of empty string | Jan Rieke |
2021-03-12 | [fixes #2704] SuperBuilder: avoid NPE on existing constructors | Jan Rieke |
2021-02-25 | [fixes #2756] Mark generated UtilityClass constructor as generated | Rawi01 |
2021-02-04 | Merge pull request #2719 from Rawi01/superbuilder-initializer-npe | Reinier Zwitserloot |
2021-02-04 | Merge pull request #2733 from Rawi01/checker-superbuilder | Reinier Zwitserloot |
2021-01-31 | [fixes #1064] Only show super()-warning if lombok generates a method | Rawi01 |
2021-01-31 | [fixes #2692] Add missing checker annotations in SuperBuilder | Rawi01 |
2021-01-21 | [fixes #2716] SuperBuilder now skips initializers while gathering types | Rawi01 |
2021-01-14 | [fixes #2443] Remove multiline Javadoc tags | Rawi01 |
2020-12-30 | [fixes #2647] consider lombok.builder.className for builder extends | Jan Rieke |
2020-12-27 | Merge pull request #2684 from Rawi01/npe-javadoc | Reinier Zwitserloot |
2020-12-23 | [refactor] Replace duplicate code with new method, add null check | Rawi01 |
2020-12-21 | [fixes #2682] Fix NPE, always add Javadoc return statement | Rawi01 |
2020-12-20 | [tests] Support javadoc in ecj tests | Rawi01 |
2020-11-13 | [refactor] reflection code streamlined by sending it through the Permit class | Reinier Zwitserloot |
2020-10-03 | Merge remote-tracking branch 'origin/master' | Reinier Zwitserloot |
2020-10-03 | [builder] big refactor: Fixing CheckerFramework features + all params now in ... | Reinier Zwitserloot |
2020-10-03 | Untangling patches to classes that only exist in eclipse, not ecj | Reinier Zwitserloot |
2020-09-25 | Cache hashCode: | Roel Spilker |