Age | Commit message (Expand) | Author |
2023-03-21 | [fixes #3366] Handle @NonNull type annotations on record components | Rawi01 |
2023-01-15 | [fixes #3327] Inject fields after generated record fields | Rawi01 |
2023-01-12 | Merge pull request #3325 from Rawi01/builder-default-array | Reinier Zwitserloot |
2023-01-12 | Merge pull request #3262 from marc-guenther/extension-methods-for-interfaces | Reinier Zwitserloot |
2023-01-12 | Merge pull request #3250 from mernst/typos-typos | Reinier Zwitserloot |
2023-01-12 | Merge pull request #3232 from janrieke/superBuilderFixMethodExistsChecks | Reinier Zwitserloot |
2023-01-12 | Merge pull request #3215 from janrieke/superBuilderExtendsClauseCollisions | Reinier Zwitserloot |
2023-01-07 | [fixes #3306] Convert short array initializers to long version | Rawi01 |
2022-09-14 | fixes ...: allow @ExtensionMethod on interfaces | Marc Guenther |
2022-08-25 | Fix typos | Michael Ernst |
2022-07-15 | [fix #3230] switch setter and self/build methods to allow overloaded | Jan Rieke |
2022-06-17 | (fixes #3202) check extends/implements for collisions (SuperBuilder) | Jan Rieke |
2022-05-20 | [fixes #3181] Copy field name arrays in (Super)Builder | Rawi01 |
2022-03-17 | Merge pull request #3137 from JohnPaulTaylorII/master | Reinier Zwitserloot |
2022-03-17 | [fixes #2990] Treat records and enums as places where `static` is allowed. | Reinier Zwitserloot |
2022-03-14 | [fixes #3133] Additional bits setting when creating type annotations | JohnPaulTaylorII |
2022-03-13 | [fixes #3133] Add annotation bits to annotation copy targets | Rawi01 |
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-26 | [fixes #3014] Detecting whether inner classes are static wouldn't work if pla... | Reinier Zwitserloot |
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-13 | [trivial] style and removing unused imports | Reinier Zwitserloot |
2021-03-12 | rename method; use null instead of empty string [eclipse] | Jan Rieke |