aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-10Potential fix for #1604Roel Spilker
2018-04-10Merge pull request #886 from balta3/annotationarraysReinier Zwitserloot
2018-04-10[website] Added a section on contributing to lombok, with documentation on ho...Reinier Zwitserloot
2018-04-10[website] Whoops we had 2 copies of usage_examples. Fixed that by deleting th...Reinier Zwitserloot
2018-04-09update changelogRoel Spilker
2018-04-09Update delombok cmd example. Fixes #1643Roel Spilker
2018-04-06added author, (c) grantedJan Rieke
2018-04-05build class names not configurable any more; removed toBuilderJan Rieke
2018-04-05wildcards for the constructor parameterJan Rieke
2018-04-05wildcards for the builder() methodJan Rieke
2018-04-05more generics; return getInstance() instead of thisJan Rieke
2018-04-05generics for the Builder class; generate abstract methodsJan Rieke
2018-04-05add javac handlerJan Rieke
2018-04-05Merge branch 'cheelio-FieldNameConstants'Reinier Zwitserloot
2018-04-05[fieldNameConstants] code review, docs, tests, fixup.Reinier Zwitserloot
2018-04-04Merge branch 'FieldNameConstants' of https://github.com/cheelio/lombok into c...Reinier Zwitserloot
2018-04-04Merge pull request #1626 from victorwss/masterReinier Zwitserloot
2018-04-04Merge pull request #1627 from nuessgens/masterReinier Zwitserloot
2018-04-04Merge pull request #1639 from tmurakam/feature/1632-jdk11Reinier Zwitserloot
2018-04-04introduction of `@SuperBuilder` and a testcase.Reinier Zwitserloot
2018-04-04[build] Clean checkouts wouldnt build correctly.Reinier Zwitserloot
2018-03-31fix #1632: JavacAST: use new Log method for jdk11Takuya Murakami
2018-03-29[trivial] build script fix for website-only: It was adding an & to the fu...Reinier Zwitserloot
2018-03-29[builderParentClass] test casesReinier Zwitserloot
2018-03-28add self to authors [Issue #879]mateusz-matela
2018-03-28add self to authorsChristian Nüssgens
2018-03-28Merge remote-tracking branch 'remotes/upstream/master'Christian Nüssgens
2018-03-28[builderParentClass] Code to handle builder on enums removed; that doesn’t ...Reinier Zwitserloot
2018-03-28Merge branch 'master' of https://github.com/janrieke/lombok into janrieke-masterReinier Zwitserloot
2018-03-27add subresource integrity to external resources on webpageRoel Spilker
2018-03-27Previous add to the build system to verify checksums is not really workable i...Roel Spilker
2018-03-27Adding my name to the AUTHORS file.Victor Williams Stafusa da Silva
2018-03-27[trivial] eclipse patches are loaded from Class50 even if you override the sh...Reinier Zwitserloot
2018-03-27fix javadoc warningsRoel Spilker
2018-03-27Fixes #1608: give pages a titleRoel Spilker
2018-03-27Merge branch 'adding-java10-provision' of https://github.com/krzyk/lombok int...Reinier Zwitserloot
2018-03-27[trivial] some memoryload improvements by not making a new instance but using...Reinier Zwitserloot
2018-03-27Merge pull request #1583 from jramosf/masterReinier Zwitserloot
2018-03-27Merge pull request #1622 from danieltaub96/masterReinier Zwitserloot
2018-03-27Merge pull request #1589 from tmurakam/feature/1572-jdk10Reinier Zwitserloot
2018-03-27Merge pull request #1620 from tmurakam/feautre/1572-intellij-jdk10Reinier Zwitserloot
2018-03-27[JDK10] Building lombok on JDK10 now works fine.Reinier Zwitserloot
2018-03-27Fixes #1613: add support for STS4Roel Spilker
2018-03-27rt-openjdk6 is downloaded from the lombok site, we had a weird version up the...Reinier Zwitserloot
2018-03-24improve compiler detection for jdk9 later.Takuya Murakami
2018-03-24Fix for #1617.Victor Williams Stafusa da Silva
2018-03-22Merge remote-tracking branch 'remotes/upstream/master'cnuessgens
2018-03-22removed inet4 enforcementKrzysztof Krason
2018-03-22using GA java 10Krzysztof Krason
2018-03-21fixed ExtensionMethod example to return T (generic type) , seem to remove or ...Daniel