aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac
AgeCommit message (Expand)Author
2021-02-04Merge pull request #2733 from Rawi01/checker-superbuilderReinier Zwitserloot
2021-01-31[fixes #1064] Only show super()-warning if lombok generates a methodRawi01
2021-01-31[fixes #2692] Add missing checker annotations in SuperBuilderRawi01
2021-01-28[fixes #2691] Add end positions to all generated nodesRawi01
2021-01-15Improve Javadoc and consistently use SourceVersion.latest().Christian Schlichtherle
2021-01-14[fixes #2443] Remove multiline Javadoc tagsRawi01
2021-01-14[fixes #2695] Create void literal properlyRawi01
2021-01-01Do not lose generic arguments when adding annotations #2689Mattias Grönlund
2020-12-21[fixes #2682] Fix NPE, always add Javadoc return statementRawi01
2020-12-05Fixing reading files in sbt 1.4+ subprojectsMatthias Kurz
2020-12-03[fixes #2657] Use the correct field to query parent type parametersRawi01
2020-11-13[#2645] Fixing the reading of lombok.config on sbt 1.4+Reinier Zwitserloot
2020-11-13[refactor] reflection code streamlined by sending it through the Permit classReinier Zwitserloot
2020-10-29[#2612] Set VarSymbol.ownerRawi01
2020-10-29[#2612] VarSymbol.adr is a bit fieldRawi01
2020-10-29[#2612] VarSymbol.adr is required for flow analysis in NetbeansRawi01
2020-10-08[fixes #2592] Find ProcessingEnvironment in InteliJ 2020.3 and KotlinRawi01
2020-10-03Merge remote-tracking branch 'origin/master'Reinier Zwitserloot
2020-10-03[builder] big refactor: Fixing CheckerFramework features + all params now in ...Reinier Zwitserloot
2020-10-03[javac] Added/improved support for the 'receiver parameter' featureReinier Zwitserloot
2020-10-03Untangling patches to classes that only exist in eclipse, not ecjReinier Zwitserloot
2020-09-25Cache hashCode:Roel Spilker
2020-09-24Remove warning for final classesAndre Brait
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-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-08-31Merge branch 'master' into eclipse-javadocRawi01
2020-08-28Merge pull request #2548 from rosti-il/masterReinier Zwitserloot
2020-08-27trivial - Only assign variable onceRoel Spilker
2020-08-27Fix missing parameter names, annotations in following annotation processors 2Denis Stepanov
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-07-29Support javadoc copying in eclipseRawi01
2020-07-24[trivial] I broke 'ant dist' earlier todayReinier Zwitserloot
2020-07-23[bugfix] [javac] LUB types + valReinier Zwitserloot
2020-07-23[fixes #2300] Keep method argument positions for lazy getter initializerRawi01
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-25Merge branch 'newbuild'Reinier Zwitserloot
2020-06-25Avoid class.getSimpleName except in static initializers or error messagesRoel Spilker