aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-08Merge branch 'superToBuilder' of git://github.com/janrieke/lombok into janrie...Reinier Zwitserloot
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 tes...Reinier Zwitserloot
2018-10-02[buildscript] addition of a test task that runs faster; don’t use it unless...Reinier Zwitserloot
2018-10-01[buildscript] Compiling the scaffolding for the test suite was failing due to...Reinier Zwitserloot
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
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
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
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 ma...Reinier Zwitserloot
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 Collections.emptyL...Reinier Zwitserloot
2018-09-10Upgraded our objectweb ASM dep and moved API level up to 6, to avoid a ‘thi...Reinier Zwitserloot
2018-09-10create edge-SNAPSHOT maven artifactsRoel Spilker
2018-09-09SuperBuilder toBuilder; test casesJan Rieke