index
:
github/lombok.git
feat/memoize
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-10-08
Merge branch 'superToBuilder' of git://github.com/janrieke/lombok into janrie...
Reinier Zwitserloot
2018-10-08
Added 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-02
Fixed: 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-24
SuperBuilder: fixed ecj tests (params are now final)
Jan Rieke
2018-09-24
SuperBuilder toBuilder documentation
Jan Rieke
2018-09-24
make BuilderFieldData package-private, so that SuperBuilder can use it
Jan Rieke
2018-09-24
Merge remote-tracking branch 'upstream/master' into superToBuilder
Jan Rieke
2018-09-24
SuperBuilder toBuilder fix with no generics (ecj)
Jan Rieke
2018-09-24
SuperBuilder toBuilder with generics (ecj)
Jan Rieke
2018-09-21
SuperBuilder toBuilder with generics (javac)
Jan Rieke
2018-09-18
updated docs to reflect change to copyable annotations
Reinier Zwitserloot
2018-09-18
Finishing work on making lombok do sensible things with TYPE_USE annotations ...
Reinier Zwitserloot
2018-09-16
SuperBuilder toBuilder: test with generics
Jan Rieke
2018-09-16
SuperBuilder toBuilder: moved static helper method to builder impl
Jan Rieke
2018-09-16
SuperBuilder: removed unnecessary method params
Jan Rieke
2018-09-16
SuperBuilder toBuilder: generate static toBuilder helper method (javac)
Jan Rieke
2018-09-14
SuperBuilder toBuilder: generate static toBuilder helper method (ecj)
Jan Rieke
2018-09-14
SuperBuilder toBuilder: renamed generated static helper method
Jan Rieke
2018-09-12
Merge remote-tracking branch 'upstream/master' into superToBuilder
Jan Rieke
2018-09-11
adjusted toBuilder tests to cover private variables (impl not yet done)
Jan Rieke
2018-09-11
SuperBuilder: fixed ObtainVia
Jan Rieke
2018-09-11
SuperBuilder: generate toBuilder method (ecj)
Jan Rieke
2018-09-11
SuperBuilder: generate fillValuesFrom method (ecj)
Jan Rieke
2018-09-11
SuperBuilder: generate fillValuesFrom method (javac)
Jan Rieke
2018-09-11
SuperBuilder: generate toBuilder method (javac)
Jan Rieke
2018-09-11
Replaced the notion of ‘nullable’ and ‘nonnull’ get copied to ‘any ...
Reinier Zwitserloot
2018-09-11
code review and fixes for the ‘copyable annotations’ setting concept.
Reinier Zwitserloot
2018-09-11
Eclipse expected output.
Werner Dietl
2018-09-11
Handle null annotation array correctly.
Werner Dietl
2018-09-11
Test cases for remaining features.
Werner Dietl
2018-09-11
Fix whitespace.
Werner Dietl
2018-09-11
First attempt at adding Getter test cases.
Werner Dietl
2018-09-11
Copy annotations in Eclipse HandleBuilder.
Werner Dietl
2018-09-11
Add configuration key, handle whereever NULLABLE is handled, support Eclipse.
Werner Dietl
2018-09-11
Copy all field annotations to the corresponding builder parameter.
Werner Dietl
2018-09-11
[website] force-align pre blocks to the left
Reinier Zwitserloot
2018-09-11
website 404 on image load
Roel Spilker
2018-09-11
layout delombok page
Roel Spilker
2018-09-10
update changelog
Roel Spilker
2018-09-10
update website documentation
Roel Spilker
2018-09-10
[trivial]
Reinier Zwitserloot
2018-09-10
Fully 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-10
toBuilder() with singular should force the typeargs on the Collections.emptyL...
Reinier Zwitserloot
2018-09-10
Upgraded our objectweb ASM dep and moved API level up to 6, to avoid a ‘thi...
Reinier Zwitserloot
2018-09-10
create edge-SNAPSHOT maven artifacts
Roel Spilker
2018-09-09
SuperBuilder toBuilder; test cases
Jan Rieke
[next]