aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-09-14fixes ...: allow @ExtensionMethod on interfacesMarc Guenther
2022-08-25Fix typosMichael Ernst
2022-07-15[fix #3230] switch setter and self/build methods to allow overloadedJan Rieke
2022-06-17(SuperBuilder) fix javac type params on conflicting namesJan Rieke
2022-06-17(fixes #3202) check extends/implements for collisions (SuperBuilder)Jan Rieke
2022-05-20Add support for eclipse feature testsRawi01
2022-05-20[fixes #3181] Copy field name arrays in (Super)BuilderRawi01
2022-05-07[extern-annotations] Together with @rspilker, checked the list of base copyab...Reinier Zwitserloot
2022-05-07[extern-annotations] Together with @rspilker, checked the list of 'annotation...Reinier Zwitserloot
2022-04-18[versioning] post-release version bump 1.18.24Reinier Zwitserloot
2022-04-18[versioning] pre-release version bump 1.18.24Reinier Zwitserloot
2022-04-02Merge pull request #3155 from Rawi01/extensionmethod-conditional-methodrefReinier Zwitserloot
2022-04-02[#3143] Review and update jopatai's work on the maven/ecj agent jarReinier Zwitserloot
2022-03-29[fixes #3153] Improve the handling of ExtensionMethod argumentsRawi01
2022-03-18[fixes #3143] Maven+ECJ Agent BootstrapJohnPaulTaylorII
2022-03-17Merge pull request #3137 from JohnPaulTaylorII/masterReinier Zwitserloot
2022-03-17[fixes #2990] Treat records and enums as places where `static` is allowed.Reinier Zwitserloot
2022-03-17Merge branch 'fix-enum-logging' of https://github.com/varkart/lombok into var...Reinier Zwitserloot
2022-03-14[fixes #3133] Additional bits setting when creating type annotationsJohnPaulTaylorII
2022-03-13Merge pull request #3136 from Rawi01/eclipse-renameReinier Zwitserloot
2022-03-13[fixes #3134] Search patched method also by parametersRawi01
2022-03-13[fixes #3133] Add annotation bits to annotation copy targetsRawi01
2022-02-23Fixes #3120JohnPaulTaylorII
2022-02-17[fixes #2990, #3069] allow logging on enumsvarkart
2022-02-08[implements #1456] accessors can now be made final via `@Accessors`.Reinier Zwitserloot
2022-01-31[fixes #3053] Delay default annotation removalRawi01
2022-01-30[fixes #3097] Update inner class type when creating a static classRawi01
2022-01-27rename main.html to index.htmlRoel Spilker
2022-01-25Removed double semicolonMatteo Baccan
2022-01-21Merge pull request #2904 from mernst/nullness-annotationsReinier Zwitserloot
2022-01-14Fix for defaulting behaviour for lombok annotations.Reinier Zwitserloot
2022-01-09[fixes #3081] make CheckerFramework's This a type annotationJan Rieke
2022-01-07[fixes #2908] don't generate checkerframework's @NotCalledMethodsJan Rieke
2022-01-07[fixes projectlombok/lombok#1036] Exclude the classloader forMartin O'Connor
2021-12-30[fixes #3070] fix guava type name for SuperBuilder's toBuilderJan Rieke
2021-12-21[fixes #2849] Make ToString's onlyExplicitlyIncluded a config key.Reinier Zwitserloot
2021-12-21Make javadoc generation platform independentRoel Spilker
2021-12-13configuration app returns non-zero value (2) if the configuration contains an...Roel Spilker
2021-12-12[fixes #3000] Generate new type reference for val marker annotationRawi01
2021-12-12[fixes #3036] Keep builder default initializer positionRawi01
2021-12-12Patch getMethodDeclarationNode method instead of individual callsRawi01
2021-12-12[fixes #3040] Support array initializer in onXRawi01
2021-12-12[fixes #3043] Add null check for end positionsRawi01
2021-12-07Merge ../lombok-branch-master into nullness-annotationsMichael Ernst
2021-10-26Merge pull request #3015 from Rawi01/extract-pull-upReinier Zwitserloot
2021-10-26[fixes #1309] Extract interface + pull upRawi01
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 configRawi01
2021-10-22[fixes #2985] Resolve var/val only once in eclipseRawi01
2021-10-19Add an annotationMichael Ernst