aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok
AgeCommit message (Expand)Author
2020-09-24Allow non-final types, use Integer.MIN_VALUEAndre Brait
2020-09-24Remove CacheStrategy compilation unit for javacAndre Brait
2020-09-24Generate Pure annotation for cached hashCodeAndre Brait
2020-09-24Undo unnecessary change, add TODOAndre Brait
2020-09-24Add missing set source/statement start/endAndre Brait
2020-09-24Fix using source start instead of source endAndre Brait
2020-09-24Change documentation to reflect codeAndre Brait
2020-09-24Fix typoAndre Brait
2020-09-24Readd line removed by EclipseAndre Brait
2020-09-24Removed unused importsAndre Brait
2020-09-24Revert unnecessary changesAndre Brait
2020-09-24Finish implementation, add testsAndre Brait
2020-09-24Eclipse impl and testsAndre Brait
2020-09-24Restore some missing white spaces removed by IDEAAndre Brait
2020-09-24Attempt to implement cacheHashCodeAndre Brait
2020-09-18Merge pull request #2560 from Rawi01/extensionmethod-namesReinier Zwitserloot
2020-09-18Merge branch 'delegate-methods-outline' of git://github.com/Rawi01/lombok int...Reinier Zwitserloot
2020-09-18Merge branch 'eclipse-javadoc' of git://github.com/Rawi01/lombok into Rawi01-...Reinier Zwitserloot
2020-08-31Merge branch 'master' into eclipse-javadocRawi01
2020-08-29[tests] Fix CustomLog testsRawi01
2020-08-29[tests] Fix SuperBuilder testRawi01
2020-08-29[docs] confkey addConstructorProperties had wrong docs about its default valueReinier Zwitserloot
2020-08-28Merge pull request #2548 from rosti-il/masterReinier Zwitserloot
2020-08-27Issue 2552 - generate class initializer body only after field member injectionKay Schubert
2020-08-27trivial - Only assign variable onceRoel Spilker
2020-08-27Fix missing parameter names, annotations in following annotation processors 2Denis Stepanov
2020-08-27Use enum instead of Boolean; switch to synchronized mapRawi01
2020-08-27Handle each Eclipse ASTs not more than two times (diet + full)Rawi01
2020-08-27Skip PostCompiler for empty byte arraysRawi01
2020-08-20[fixes #2261] Detect static method access properlyRawi01
2020-08-18Fix tests under Windows, fix test.javac11 and test.javac14, fix issue #1745Rostislav Krasny
2020-08-16Add generated delegate methods to eclipse outlineRawi01
2020-07-29Support javadoc copying in eclipseRawi01
2020-07-24[trivial] I broke 'ant dist' earlier todayReinier Zwitserloot
2020-07-24[trivial] update javadoc on Builder.javainherithandle
2020-07-23[bugfix] [javac] LUB types + valReinier Zwitserloot
2020-07-23[fixes #2300] Keep method argument positions for lazy getter initializerRawi01
2020-07-10[test] more flexible options for limiting your tests.Reinier Zwitserloot
2020-07-10[bugfix] eclipse version differences in constants for registering operator typeReinier Zwitserloot
2020-07-10[bugfix] eclipse version differences for weird LUB typesReinier Zwitserloot
2020-07-09fix assertion error if the param.sym is nullRoel Spilker
2020-07-09Remove unnecessary list copyRawi01
2020-07-09Replace JavacAst list with single object iteration to save some memoryRawi01
2020-07-02[fixes #2433] Add config key to turn off @SuppressWarnings("all")Rawi01
2020-07-02[fixes #2469] Support static reference as logger topicRawi01
2020-07-02Fix missing parameter names, annotations in following annotation processorsDenis Stepanov
2020-06-26Potential fix for #2412Roel Spilker
2020-06-25Merge branch 'newbuild'Reinier Zwitserloot
2020-06-25[bugfix] building would failReinier Zwitserloot
2020-06-25Fix broken test casesRawi01