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
Age
Commit message (
Expand
)
Author
2021-03-24
[records] [`@NonNull`] eclipse impl onfthe `@NonNull` on record components fe...
Reinier Zwitserloot
2021-03-23
[testing] wahey, ecj testing works again, and now we can test JDK16 features ...
Reinier Zwitserloot
2021-03-23
[records] [javac] Putting `@NonNull` on a 'field' of a record now affects the...
Reinier Zwitserloot
2021-03-23
[delombok] [prettyprinter] add support for the compact record constructor
Reinier Zwitserloot
2021-03-22
[javac] defer removal of `import lombok.x;` nodes until delombok
Reinier Zwitserloot
2021-03-22
[deps] pushing ASM to 9.1, and ASM opcode compat levels to ASM9, as we need t...
Reinier Zwitserloot
2021-03-22
Merge branch 'records'
Reinier Zwitserloot
2021-03-21
Merge pull request #2725 from md-5/master
Reinier Zwitserloot
2021-03-21
Merge pull request #2771 from janrieke/copyMoreJacksonAnnotations
Reinier Zwitserloot
2021-03-21
Merge pull request #2772 from janrieke/superBuilderNPEwithSingular
Reinier Zwitserloot
2021-03-21
Merge pull request #2770 from janrieke/superBuilderNPEinConstructorExists
Reinier Zwitserloot
2021-03-20
[jdk16] Add lombok opens in single location
md_5
2021-03-20
[fixes #2724] Increase priority of Builder annotation removal
md_5
2021-03-19
[ecj] [bug-workarounds]
Reinier Zwitserloot
2021-03-19
[jdk16] fix delombok (and the test suite, which depends on it) for jdk16.
Reinier Zwitserloot
2021-03-19
[jdk16] JCBindingPattern now has a field names var instead of separate fields
Roel Spilker
2021-03-19
[jdk16] TypeSymbol.isLocal has been renamed
Roel Spilker
2021-03-19
[testing] restore the printing of the actual/expected when tests fail.
Reinier Zwitserloot
2021-03-19
[testing] improve the output of `ant test`.
Reinier Zwitserloot
2021-03-19
[jdk16] forget optimization...
Roel Spilker
2021-03-19
[jdk16] delombok
Roel Spilker
2021-03-19
[jdk16] docker
Roel Spilker
2021-03-18
[build] the new spi processor didn't handle inner types used as SPI targets.
Reinier Zwitserloot
2021-03-16
[fixes #2681] [jdk16] support jdk16
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-13
[trivial] style and removing unused imports
Reinier Zwitserloot
2021-03-12
[fixes #2701] fix NPE on customized SuperBuilder with Singular
Jan Rieke
2021-03-12
[fixes #2654] add more Jackson annotations to the copy-to-setter list
Jan Rieke
2021-03-12
[fixes #2704] SuperBuilder: avoid NPE on existing constructors
Jan Rieke
2021-03-05
[javac6] replacing calls to ListBuffer add/addAll to the append variants; add...
Reinier Zwitserloot
2021-03-04
Merge pull request #2762 from Rawi01/utility-class-rename
Reinier Zwitserloot
2021-03-04
Merge pull request #2754 from Rawi01/npe-nonStaticAccess
Reinier Zwitserloot
2021-03-04
Merge pull request #2742 from Rawi01/ecj-fixes
Reinier Zwitserloot
2021-02-25
[fixes #2756] Mark generated UtilityClass constructor as generated
Rawi01
2021-02-17
[fixes #2752] Save problem handler state for postponed error handling
Rawi01
2021-02-07
[fixes #2741] Handle inner method invocations first
Rawi01
2021-02-07
Fix ecj classloading
Rawi01
2021-02-07
Move eclipse only code for Delegate into own class
Rawi01
2021-02-04
Merge pull request #2719 from Rawi01/superbuilder-initializer-npe
Reinier Zwitserloot
2021-02-04
[fixes #2714] Detect turbine and fail harder than usual.
Reinier Zwitserloot
2021-02-04
Merge pull request #2733 from Rawi01/checker-superbuilder
Reinier Zwitserloot
2021-02-04
Merge pull request #2734 from Rawi01/data-equals-warning
Reinier Zwitserloot
2021-02-04
[issue #2730] Javadoc generated by lombok in javac now gets its position set.
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-28
[versioning] post-release version bump
Reinier Zwitserloot
2021-01-28
[versioning] pre-release version bump
Reinier Zwitserloot
2021-01-28
Validate positions during tests
Rawi01
2021-01-28
[fixes #2691] Add end positions to all generated nodes
Rawi01
[next]