aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-08Merge branch 'superToBuilder' of git://github.com/janrieke/lombok into ↵Reinier Zwitserloot
janrieke-superToBuilder
2018-10-08Added instructions for the GWT/Eclipse plugin.Reinier Zwitserloot
2018-10-02[tests] all tests involving ‘var’ should not be run on j10+.Reinier Zwitserloot
2018-10-02Fixed: command line testing with Javac9+ would fail on all tests that are ↵Reinier Zwitserloot
testing that the compiler emits warning/error messages.
2018-10-02[buildscript] addition of a test task that runs faster; don’t use it ↵Reinier Zwitserloot
unless you know what you’re doing as it skips a few important steps.
2018-10-01[buildscript] Compiling the scaffolding for the test suite was failing due ↵Reinier Zwitserloot
to an error in the build file.
2018-09-24SuperBuilder: fixed ecj tests (params are now final)Jan Rieke
2018-09-24SuperBuilder toBuilder documentationJan Rieke
2018-09-24make BuilderFieldData package-private, so that SuperBuilder can use itJan Rieke
2018-09-24Merge remote-tracking branch 'upstream/master' into superToBuilderJan Rieke
2018-09-24SuperBuilder toBuilder fix with no generics (ecj)Jan Rieke
2018-09-24SuperBuilder toBuilder with generics (ecj)Jan Rieke
2018-09-21SuperBuilder toBuilder with generics (javac)Jan Rieke
2018-09-18updated docs to reflect change to copyable annotationsReinier Zwitserloot
2018-09-18Finishing work on making lombok do sensible things with TYPE_USE annotations ↵Reinier Zwitserloot
and for example their use on the typearg in a collection type which is being `@Singular`-ized.
2018-09-16SuperBuilder toBuilder: test with genericsJan Rieke
2018-09-16SuperBuilder toBuilder: moved static helper method to builder implJan Rieke
2018-09-16SuperBuilder: removed unnecessary method paramsJan Rieke
2018-09-16SuperBuilder toBuilder: generate static toBuilder helper method (javac)Jan Rieke
2018-09-14SuperBuilder toBuilder: generate static toBuilder helper method (ecj)Jan Rieke
2018-09-14SuperBuilder toBuilder: renamed generated static helper methodJan Rieke
2018-09-12Merge remote-tracking branch 'upstream/master' into superToBuilderJan Rieke
2018-09-11adjusted toBuilder tests to cover private variables (impl not yet done)Jan Rieke
2018-09-11SuperBuilder: fixed ObtainViaJan Rieke
2018-09-11SuperBuilder: generate toBuilder method (ecj)Jan Rieke
2018-09-11SuperBuilder: generate fillValuesFrom method (ecj)Jan Rieke
2018-09-11SuperBuilder: generate fillValuesFrom method (javac)Jan Rieke
2018-09-11SuperBuilder: generate toBuilder method (javac)Jan Rieke
2018-09-11Replaced the notion of ‘nullable’ and ‘nonnull’ get copied to ‘any ↵Reinier Zwitserloot
‘copyable’ annotations get copied’, with ‘copyable’ defined as a specific FQN-style list of well-known nullity-indicating annotations, plus whatever you configured in lombok.config. Also some work on the notion of TYPE_USE annotations.
2018-09-11code review and fixes for the ‘copyable annotations’ setting concept.Reinier Zwitserloot
2018-09-11Eclipse expected output.Werner Dietl
2018-09-11Handle null annotation array correctly.Werner Dietl
2018-09-11Test cases for remaining features.Werner Dietl
2018-09-11Fix whitespace.Werner Dietl
2018-09-11First attempt at adding Getter test cases.Werner Dietl
2018-09-11Copy annotations in Eclipse HandleBuilder.Werner Dietl
2018-09-11Add configuration key, handle whereever NULLABLE is handled, support Eclipse.Werner Dietl
2018-09-11Copy all field annotations to the corresponding builder parameter.Werner Dietl
Maybe some filtering is necessary and should be added later.
2018-09-11[website] force-align pre blocks to the leftReinier Zwitserloot
2018-09-11website 404 on image loadRoel Spilker
2018-09-11layout delombok pageRoel Spilker
2018-09-10update changelogRoel Spilker
2018-09-10update website documentationRoel Spilker
2018-09-10[trivial]Reinier Zwitserloot
2018-09-10Fully integrating ‘ant edge-release’ to include updating the site, our ↵Reinier Zwitserloot
mavenrepo on projectlombok.org, and the branch on git.
2018-09-10[website] some work on releasing edge and updating git.Reinier Zwitserloot
2018-09-10toBuilder() with singular should force the typeargs on the ↵Reinier Zwitserloot
Collections.emptyList call.
2018-09-10Upgraded our objectweb ASM dep and moved API level up to 6, to avoid a ↵Reinier Zwitserloot
‘this feature requires ASM5’ error that occurs when patching recent eclipse releases.
2018-09-10create edge-SNAPSHOT maven artifactsRoel Spilker
2018-09-09SuperBuilder toBuilder; test casesJan Rieke