aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-08-21[#1808] Probable fix: Using module names with dots in them was causing issues...Reinier Zwitserloot
2018-08-21[fixes #1812] `@Singular` marked collections which nevertheless somehow ended...Reinier Zwitserloot
2018-08-21bugfix for the new ‘find the next priority’ system committed earlier; it ...Reinier Zwitserloot
2018-08-20use delared ast Type instead of generic one saves a lot of "checkcasts" in th...Roland Praml
2018-08-20[fixes #1813] erroneous message on eclipse that lombok ‘can’t get the del...Reinier Zwitserloot
2018-08-20[fixes #1759] ‘flag usage’ check on builder for eclipseJan Rieke
2018-08-20replace Collection<FieldAccess> by FieldAccess[] array (saves iterator instance)Roland Praml
2018-08-20FIX: omit warning "Can't get the delegate of the gradle IncrementalProcessing...Roland Praml
2018-08-20Share the same class loaderRoland Praml
2018-08-20Do not use reflection to check if annotation is presentRoland Praml
2018-08-20using map.get instead of searching for entryRoland Praml
2018-08-20do not scan classes from java or sun package for extensionsRoland Praml
2018-08-20optimized the to/fromQualifiedName methodRoland Praml
2018-08-20reduced calls of traverse invocationsRoland Praml
2018-07-29Printing missing gradle integration would print for any non-javac, non-gradle...Reinier Zwitserloot
2018-07-29A few upgrades for the printers used with @lombok.core.PrintAST.Reinier Zwitserloot
2018-07-29code impl of FieldNameConstants rewrite + test updates for itReinier Zwitserloot
2018-07-26post-release version bumpReinier Zwitserloot
2018-07-26pre-release version bumpReinier Zwitserloot
2018-07-25Added key ‘dangerousconfig.lombok.disable’.Reinier Zwitserloot
2018-07-25[Fixes issue #1783] lombok.var / lombok.experimental.var import would be remo...Reinier Zwitserloot
2018-07-25[fixes issue #1759] We removed the ‘flag usage’ check on builder instead ...Reinier Zwitserloot
2018-07-25Fixes issue #1789 - picking another workspace duplicates the ‘lombok is ins...Reinier Zwitserloot
2018-07-20Replaced StringBuilder by simple char array in "hotspot" methodRoland Praml
2018-07-17Attempting to fix issues with integration with mapstruct; issue #1359Reinier Zwitserloot
2018-07-03[issue #1347] When lombok generates constructors, it should call the `@Builde...Reinier Zwitserloot
2018-07-03[issue #1347] When lombok generates constructors, it should call the `@Builde...Reinier Zwitserloot
2018-06-19Merge branch 'sclExpansionUpdate'Reinier Zwitserloot
2018-06-19[SCL] update that should make it a little easier to add custom lombok handlers.Reinier Zwitserloot
2018-06-18Transient fields should by default be excluded from equals and hashCode. Fixe...Roel Spilker
2018-06-13Merge branch 'janrieke-superBuilder'Reinier Zwitserloot
2018-06-13[SuperBuilder] code review, style update, making it JDK1.6 compatible, docume...Reinier Zwitserloot
2018-06-13forgot to update Version.java in the post-release version bump.Reinier Zwitserloot
2018-06-07Also generify AnnotationProcessor logicmszabo-wikia
2018-06-07Generify logic to obtain JavacFiler and JavacProcessingEnvironmentmszabo-wikia
2018-06-06Fix #1716: Update for Gradle incremental compilation API change in Gradle 4.8...mszabo-wikia
2018-06-05pre-release version bumpReinier Zwitserloot
2018-06-05Fixes #1676 at least for eclipse: You can now use java10 var in an eclipse th...Reinier Zwitserloot
2018-06-04`@NonNull` now uses a slightly longer exception message.Reinier Zwitserloot
2018-06-04Merge pull request #1698 from hubrick/feature/explicit-npe-messageReinier Zwitserloot
2018-06-04Make `extraPrivate` opt-in instead of opt-out. Fixes #1708Roel Spilker
2018-06-04FieldNameConstants now defaults to having a prefix ‘FIELD_’, which can be...Reinier Zwitserloot
2018-06-04Do not generate a private no-args constructor if:Roel Spilker
2018-06-04Fixex #1697: google’s FluentLogger (Flogger) now available as one of lombok...Reinier Zwitserloot
2018-06-04fixes #1709 – boolean properties in lombok annotations, such as onlyExplici...Reinier Zwitserloot
2018-06-04Remove delombok shorthand for onlyChanged, fixes #1705Roel Spilker
2018-06-04SuperBuilder support for abstract classesJan Rieke
2018-06-01reverted unnecessary import reorderingJan Rieke
2018-06-01support @Builder.DefaultJan Rieke
2018-06-01handle experimental flag usageJan Rieke