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
/
javac
/
handlers
Age
Commit message (
Expand
)
Author
2023-03-22
Reduce allocations from JavacHandlerUtil.typeMatches()
Christoph Dreis
2023-03-22
[fixes #3364] Generate JCTree clones to prevent duplicate nodes
Rawi01
2023-03-21
[fixes #3366] Handle @NonNull type annotations on record components
Rawi01
2023-03-21
Merge pull request #3356 from dreis2211/reduce-allocations-typematch
Reinier Zwitserloot
2023-03-21
[jdk20] Adds support for updated JCEnhancedForLoop
Rawi01
2023-02-21
Reduce allocations from JavacHandlerUtil.typeMatches()
Christoph Dreis
2023-01-12
Merge pull request #3326 from Rawi01/utilityclass-npe
Reinier Zwitserloot
2023-01-12
Merge pull request #3325 from Rawi01/builder-default-array
Reinier Zwitserloot
2023-01-12
Merge pull request #3312 from Rawi01/extensionmethod-nonstatic
Reinier Zwitserloot
2023-01-12
Merge pull request #3262 from marc-guenther/extension-methods-for-interfaces
Reinier Zwitserloot
2023-01-12
Merge pull request #3250 from mernst/typos-typos
Reinier Zwitserloot
2023-01-12
Merge pull request #3232 from janrieke/superBuilderFixMethodExistsChecks
Reinier Zwitserloot
2023-01-09
[fixes #3274] Reset erasure_field of symbol
Rawi01
2023-01-07
[fixes #3306] Convert short array initializers to long version
Rawi01
2022-12-11
[fixes #3310] Ignore non-static/non-public extension methods
Rawi01
2022-09-14
fixes ...: allow @ExtensionMethod on interfaces
Marc Guenther
2022-08-25
Fix typos
Michael Ernst
2022-07-15
[fix #3230] switch setter and self/build methods to allow overloaded
Jan Rieke
2022-06-17
(SuperBuilder) fix javac type params on conflicting names
Jan Rieke
2022-06-17
(fixes #3202) check extends/implements for collisions (SuperBuilder)
Jan Rieke
2022-03-17
[fixes #2990] Treat records and enums as places where `static` is allowed.
Reinier Zwitserloot
2022-02-17
[fixes #2990, #3069] allow logging on enums
varkart
2022-02-08
[implements #1456] accessors can now be made final via `@Accessors`.
Reinier Zwitserloot
2022-01-31
[fixes #3053] Delay default annotation removal
Rawi01
2022-01-30
[fixes #3097] Update inner class type when creating a static class
Rawi01
2022-01-09
[fixes #3081] make CheckerFramework's This a type annotation
Jan Rieke
2022-01-07
[fixes #2908] don't generate checkerframework's @NotCalledMethods
Jan Rieke
2021-12-30
[fixes #3070] fix guava type name for SuperBuilder's toBuilder
Jan Rieke
2021-12-21
[fixes #2849] Make ToString's onlyExplicitlyIncluded a config key.
Reinier Zwitserloot
2021-12-12
[fixes #3036] Keep builder default initializer position
Rawi01
2021-12-12
[fixes #3040] Support array initializer in onX
Rawi01
2021-10-22
[fixes #2995] Skip records for field defaults via config
Rawi01
2021-10-18
[#2693] Review and updates for javabeans-style capitalization lombok.config
Reinier Zwitserloot
2021-09-16
Merge pull request #2932 from Rawi01/record-nonnull-symbols
Reinier Zwitserloot
2021-09-16
Merge pull request #2868 from Rawi01/clone-primitive-type
Reinier Zwitserloot
2021-09-16
Merge pull request #2866 from Rawi01/anonymous-inner-class
Reinier Zwitserloot
2021-09-15
[trivial] remove unused import
Reinier Zwitserloot
2021-09-06
Replace val with native final var in Java >= 10
Rawi01
2021-08-17
[fixes #2907] Keep record compact constructor parameters
Rawi01
2021-06-05
[fixes #2863] Clone primitive types
Rawi01
2021-06-03
[fixes #2838] Handle anonymous classes properly
Rawi01
2021-04-27
Fix @CustomLog-key in lombok.config for some error messages. Issue #2821
MOUYSSET Florent
2021-04-18
[records] [@NonNull] slight refactor to ensure any generated canonical constr...
Reinier Zwitserloot
2021-04-18
[StandardExceptions] fix for javac
Reinier Zwitserloot
2021-04-18
[review] Use javac's internals to update type mirrors
Reinier Zwitserloot
2021-04-18
Merge branch 'enter-types-methods-fields' of git://github.com/Rawi01/lombok i...
Reinier Zwitserloot
2021-04-18
[StandardException] generate an error if the annotation is on a class that ex...
Reinier Zwitserloot
2021-04-16
[pr 2702] finishing the `@StandardException` feature.
Reinier Zwitserloot
2021-04-16
Merge branch 'standard-exception' of git://github.com/ttzn/lombok into ttzn-s...
Reinier Zwitserloot
2021-04-01
[fixes #2787] Handle right hand side of assignment first
Rawi01
[next]