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
/
JavacHandlerUtil.java
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
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
2022-09-14
fixes ...: allow @ExtensionMethod on interfaces
Marc Guenther
2022-03-17
[fixes #2990] Treat records and enums as places where `static` is allowed.
Reinier Zwitserloot
2022-02-08
[implements #1456] accessors can now be made final via `@Accessors`.
Reinier Zwitserloot
2022-01-09
[fixes #3081] make CheckerFramework's This a type annotation
Jan Rieke
2021-12-12
[fixes #3040] Support array initializer in onX
Rawi01
2021-09-16
Merge pull request #2868 from Rawi01/clone-primitive-type
Reinier Zwitserloot
2021-06-05
[fixes #2863] Clone primitive types
Rawi01
2021-06-03
[fixes #2838] Handle anonymous classes properly
Rawi01
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-03-23
[records] [javac] Putting `@NonNull` on a 'field' of a record now affects the...
Reinier Zwitserloot
2021-03-22
[javac] defer removal of `import lombok.x;` nodes until delombok
Reinier Zwitserloot
2021-03-22
Merge branch 'records'
Reinier Zwitserloot
2021-02-01
Clear invalid types of unboxed annotations
Rawi01
2021-02-01
[fixes #1538] Use Enter and MemberEnter to update type mirrors
Rawi01
2021-01-28
[fixes #2691] Add end positions to all generated nodes
Rawi01
2021-01-14
[fixes #2443] Remove multiline Javadoc tags
Rawi01
2021-01-01
Do not lose generic arguments when adding annotations #2689
Mattias Grönlund
2020-12-21
[fixes #2682] Fix NPE, always add Javadoc return statement
Rawi01
2020-11-13
[refactor] reflection code streamlined by sending it through the Permit class
Reinier Zwitserloot
2020-10-29
[#2612] Set VarSymbol.owner
Rawi01
2020-10-29
[#2612] VarSymbol.adr is a bit field
Rawi01
2020-10-29
[#2612] VarSymbol.adr is required for flow analysis in Netbeans
Rawi01
2020-10-03
Untangling patches to classes that only exist in eclipse, not ecj
Reinier Zwitserloot
2020-09-10
Add record support
Rawi01
2020-08-31
Merge branch 'master' into eclipse-javadoc
Rawi01
2020-08-28
Merge pull request #2548 from rosti-il/master
Reinier Zwitserloot
2020-08-27
trivial - Only assign variable once
Roel Spilker
2020-08-27
Fix missing parameter names, annotations in following annotation processors 2
Denis Stepanov
2020-08-18
Fix tests under Windows, fix test.javac11 and test.javac14, fix issue #1745
Rostislav Krasny
2020-07-29
Support javadoc copying in eclipse
Rawi01
2020-07-09
fix assertion error if the param.sym is null
Roel Spilker
2020-07-02
[fixes #2433] Add config key to turn off @SuppressWarnings("all")
Rawi01
2020-07-02
Fix missing parameter names, annotations in following annotation processors
Denis Stepanov
2020-04-16
copy more Jackson annotation to the builder, also for @Singular methods
Jan Rieke
2020-02-15
[issue #2368] [withBy] support for javac
Reinier Zwitserloot
2020-02-06
[fixes #880] get rid of an unchecked cast warning for `@Getter(lazy=true)`
Reinier Zwitserloot
2020-01-31
[issue #2221] simplified configuration for `@Singular`-generated plural form ...
Reinier Zwitserloot
2020-01-28
[issue #2221] [issue #788] Lombok now adds nullity annotations.
Reinier Zwitserloot
2020-01-08
[fixes #788] lombok generated equals method plus a non-null-by-default annota...
Reinier Zwitserloot
2020-01-07
[fixes #2323] javadoc `@return` generation updated.
Reinier Zwitserloot
2020-01-07
[fixes #2327] mostly trivial: Added this. for field access and unified code g...
Reinier Zwitserloot
2020-01-06
[fixes #2268] make lombok generate qualified types in order to avoid name cla...
Reinier Zwitserloot
2019-08-27
[With] renaming lombok.experimental.Wither to lombok.experimental.With
Reinier Zwitserloot
2019-08-22
[checkerframework]
Reinier Zwitserloot
[next]