Age | Commit message (Expand) | Author |
2021-04-18 | [fixes #2460][fixes #2462] Cleanup internal argument cache | Rawi01 |
2021-04-18 | Merge pull request #2809 from Rawi01/eclipse-javadoc-performance | Reinier Zwitserloot |
2021-04-18 | [records] [@NonNull] slight refactor to ensure any generated canonical constr... | Reinier Zwitserloot |
2021-04-18 | [StandardExceptions] fix for javac | Reinier Zwitserloot |
2021-04-18 | [review] Use javac's internals to update type mirrors | Reinier Zwitserloot |
2021-04-18 | Merge branch 'enter-types-methods-fields' of git://github.com/Rawi01/lombok i... | 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-16 | Merge branch 'standard-exception' of git://github.com/ttzn/lombok into ttzn-s... | Reinier Zwitserloot |
2021-04-06 | Avoid reading file from disk by reusing the parser source | Rawi01 |
2021-04-02 | [versioning] post-release version bump | Reinier Zwitserloot |
2021-04-02 | [versioning] pre-release version bump | Reinier Zwitserloot |
2021-04-01 | [fixes #2787] Handle right hand side of assignment first | 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-23 | [records] [javac] Putting `@NonNull` on a 'field' of a record now affects the... | Reinier Zwitserloot |
2021-03-22 | [javac] defer removal of `import lombok.x;` nodes until delombok | Reinier Zwitserloot |
2021-03-22 | [deps] pushing ASM to 9.1, and ASM opcode compat levels to ASM9, as we need t... | Reinier Zwitserloot |
2021-03-22 | Merge branch 'records' | Reinier Zwitserloot |
2021-03-21 | Merge pull request #2725 from md-5/master | Reinier Zwitserloot |
2021-03-21 | Merge pull request #2771 from janrieke/copyMoreJacksonAnnotations | Reinier Zwitserloot |
2021-03-21 | Merge pull request #2772 from janrieke/superBuilderNPEwithSingular | Reinier Zwitserloot |
2021-03-21 | Merge pull request #2770 from janrieke/superBuilderNPEinConstructorExists | Reinier Zwitserloot |
2021-03-20 | [fixes #2724] Increase priority of Builder annotation removal | md_5 |
2021-03-19 | [jdk16] fix delombok (and the test suite, which depends on it) for jdk16. | Reinier Zwitserloot |
2021-03-19 | [jdk16] TypeSymbol.isLocal has been renamed | Roel Spilker |
2021-03-16 | [fixes #2681] [jdk16] support jdk16 | 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 |
2021-03-12 | [fixes #2701] fix NPE on customized SuperBuilder with Singular | Jan Rieke |
2021-03-12 | [fixes #2654] add more Jackson annotations to the copy-to-setter list | 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-03-05 | [javac6] replacing calls to ListBuffer add/addAll to the append variants; add... | Reinier Zwitserloot |
2021-03-04 | Merge pull request #2762 from Rawi01/utility-class-rename | Reinier Zwitserloot |
2021-02-25 | [fixes #2756] Mark generated UtilityClass constructor as generated | Rawi01 |
2021-02-07 | [fixes #2741] Handle inner method invocations first | Rawi01 |
2021-02-04 | Merge pull request #2719 from Rawi01/superbuilder-initializer-npe | Reinier Zwitserloot |
2021-02-04 | [fixes #2714] Detect turbine and fail harder than usual. | Reinier Zwitserloot |
2021-02-04 | Merge pull request #2733 from Rawi01/checker-superbuilder | Reinier Zwitserloot |
2021-02-01 | Clear invalid types of unboxed annotations | Rawi01 |
2021-02-01 | [fixes #1538] Use Enter and MemberEnter to update type mirrors | Rawi01 |
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-28 | [versioning] post-release version bump | Reinier Zwitserloot |