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
path:
root
/
src
/
core
/
lombok
/
eclipse
/
handlers
Age
Commit message (
Expand
)
Author
2021-06-03
[fixes #2838] Handle anonymous classes properly
Rawi01
2021-04-23
Change owner lombok GitHub repository
Roel Spilker
2021-04-18
Merge pull request #2809 from Rawi01/eclipse-javadoc-performance
Reinier Zwitserloot
2021-04-18
[StandardException] generate an error if the annotation is on a class that ex...
Reinier Zwitserloot
2021-04-16
[trivial]
Reinier Zwitserloot
2021-04-16
[pr 2702] finishing the `@StandardException` feature.
Reinier Zwitserloot
2021-04-06
Avoid reading file from disk by reusing the parser source
Rawi01
2021-03-24
@StandardException feature working draft
ttzn
2021-03-24
@StandardException feature working draft
ttzn
2021-03-24
Merge pull request #2687 from janrieke/superBuilderConfigBuilderClassName
Reinier Zwitserloot
2021-03-24
[records] [`@NonNull`] eclipse impl onfthe `@NonNull` on record components fe...
Reinier Zwitserloot
2021-03-22
Merge branch 'records'
Reinier Zwitserloot
2021-03-21
Merge pull request #2770 from janrieke/superBuilderNPEinConstructorExists
Reinier Zwitserloot
2021-03-16
[build] sped up the build considerable.
Reinier Zwitserloot
2021-03-13
[superbuilder] toBuilder + singular + javac6 was broken
Reinier Zwitserloot
2021-03-12
rename method; use null instead of empty string [eclipse]
Jan Rieke
2021-03-12
rename method; use null instead of empty string
Jan Rieke
2021-03-12
[fixes #2704] SuperBuilder: avoid NPE on existing constructors
Jan Rieke
2021-02-25
[fixes #2756] Mark generated UtilityClass constructor as generated
Rawi01
2021-02-04
Merge pull request #2719 from Rawi01/superbuilder-initializer-npe
Reinier Zwitserloot
2021-02-04
Merge pull request #2733 from Rawi01/checker-superbuilder
Reinier Zwitserloot
2021-01-31
[fixes #1064] Only show super()-warning if lombok generates a method
Rawi01
2021-01-31
[fixes #2692] Add missing checker annotations in SuperBuilder
Rawi01
2021-01-21
[fixes #2716] SuperBuilder now skips initializers while gathering types
Rawi01
2021-01-14
[fixes #2443] Remove multiline Javadoc tags
Rawi01
2020-12-30
[fixes #2647] consider lombok.builder.className for builder extends
Jan Rieke
2020-12-27
Merge pull request #2684 from Rawi01/npe-javadoc
Reinier Zwitserloot
2020-12-23
[refactor] Replace duplicate code with new method, add null check
Rawi01
2020-12-21
[fixes #2682] Fix NPE, always add Javadoc return statement
Rawi01
2020-12-20
[tests] Support javadoc in ecj tests
Rawi01
2020-11-13
[refactor] reflection code streamlined by sending it through the Permit class
Reinier Zwitserloot
2020-10-03
Merge 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
Untangling patches to classes that only exist in eclipse, not ecj
Reinier Zwitserloot
2020-09-25
Cache hashCode:
Roel Spilker
2020-09-24
Remove warning for final classes
Andre Brait
2020-09-24
Allow non-final types, use Integer.MIN_VALUE
Andre Brait
2020-09-24
Generate Pure annotation for cached hashCode
Andre Brait
2020-09-24
Undo unnecessary change, add TODO
Andre Brait
2020-09-24
Add missing set source/statement start/end
Andre Brait
2020-09-24
Fix using source start instead of source end
Andre Brait
2020-09-24
Change documentation to reflect code
Andre Brait
2020-09-24
Readd line removed by Eclipse
Andre Brait
2020-09-24
Removed unused imports
Andre Brait
2020-09-24
Finish implementation, add tests
Andre Brait
2020-09-24
Eclipse impl and tests
Andre Brait
2020-09-20
[builder] [refactor] # of params was growing to ridiculous proportions.
Reinier Zwitserloot
2020-09-18
Merge branch 'eclipse-javadoc' of git://github.com/Rawi01/lombok into Rawi01-...
Reinier Zwitserloot
2020-09-12
Support With(By) on records and record components
Rawi01
2020-09-10
Add record support
Rawi01
[next]