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
/
utils
Age
Commit message (
Expand
)
Author
2023-01-19
to be JDK6-buildable, replace SafeVarargs with SuppressWarnings
Reinier Zwitserloot
2023-01-19
Replace JDK11 code with JDK6 compatible code to avoid warns/errs during dev o...
Reinier Zwitserloot
2022-08-26
[jdk19] Add support for JCConstantCaseLabel
Rawi01
2022-03-13
[fixes #3133] Add annotation bits to annotation copy targets
Rawi01
2021-12-12
[fixes #3043] Add null check for end positions
Rawi01
2021-09-16
Merge pull request #2936 from Rawi01/jdk-17
Reinier Zwitserloot
2021-09-16
Merge pull request #2840 from Rawi01/copy-vartype
Reinier Zwitserloot
2021-09-06
Replace val with native final var in Java >= 10
Rawi01
2021-08-18
[jdk17] Add support for sealed classes
Rawi01
2021-08-18
[jdk17] Add support for default cases
Rawi01
2021-06-04
Merge pull request #2816 from Rawi01/val-switch-expression
Reinier Zwitserloot
2021-05-14
Copy reference types properly
Rawi01
2021-05-12
[fixes #2420] Copy vartype.type
Rawi01
2021-04-23
Change owner lombok GitHub repository
Roel Spilker
2021-04-22
[fixes #2624] Resolve variables in switch expressions
Rawi01
2021-04-18
[StandardExceptions] fix for javac
Reinier Zwitserloot
2021-04-18
[review] Use javac's internals to update type mirrors
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-19
[ecj] [bug-workarounds]
Reinier Zwitserloot
2021-03-19
[jdk16] TypeSymbol.isLocal has been renamed
Roel Spilker
2021-03-19
[jdk16] forget optimization...
Roel Spilker
2021-03-19
[jdk16] delombok
Roel Spilker
2021-03-19
[jdk16] docker
Roel Spilker
2021-03-16
[fixes #2681] [jdk16] support jdk16
Reinier Zwitserloot
2021-03-05
[javac6] replacing calls to ListBuffer add/addAll to the append variants; add...
Reinier Zwitserloot
2021-02-04
[issue #2730] Javadoc generated by lombok in javac now gets its position set.
Reinier Zwitserloot
2020-12-21
[fixes #2682] Fix NPE, always add Javadoc return statement
Rawi01
2020-12-20
[tests] Support javadoc in ecj tests
Rawi01
2020-12-15
fix #2679
murphy-li
2020-12-04
[build] The 'utils' source files had a dep on main which is not okay; I need ...
Reinier Zwitserloot
2020-11-13
[refactor] reflection code streamlined by sending it through the Permit class
Reinier Zwitserloot
2020-10-03
[javac] Added/improved support for the 'receiver parameter' feature
Reinier Zwitserloot
2020-09-10
Add record support
Rawi01
2020-06-25
Merge branch 'newbuild'
Reinier Zwitserloot
2020-06-25
[bugfix] building would fail
Reinier Zwitserloot
2020-06-25
Avoid class.getSimpleName except in static initializers or error messages
Roel Spilker
2020-06-23
[build] rewriting the build system
Reinier Zwitserloot
2020-06-19
#1543: First primitives, then primitive wrappers, then other references
Roel Spilker
2020-05-28
Update Fake.class to support OpenJ9 Field Layout
Jack Lu
2020-01-08
[fixes #788] lombok generated equals method plus a non-null-by-default annota...
Reinier Zwitserloot
2019-09-25
[jdk13] Added support for printing text blocks (triple quoted strings) in tex...
Reinier Zwitserloot
2019-07-15
[fixes #2169] Eclipse 2019-06 + JDK12 + `@Singular` caused a cavalcade of err...
Reinier Zwitserloot
2019-05-06
[trivial] replacing all calls to Class.newInstance() with Class.getConstructo...
Reinier Zwitserloot
2019-04-24
[trivial] adding a comment to give context to the fix for delombok being over...
Reinier Zwitserloot
2019-04-24
[jdk11] delombok was printing most variable declarations that are generated b...
Reinier Zwitserloot
2019-04-24
[fixes #2085] JDK12 compatibility. Also acknowledging @nqzero for the permit-...
Reinier Zwitserloot
2019-01-22
[fixes #2019] Lombok now properly deals with `@NonNull` specifically on the â...
Reinier Zwitserloot
2019-01-08
[#1033] steps on the way to issue 1033: You can add cleanup tasks which are d...
Reinier Zwitserloot
2018-11-06
[fixes #1888] [jdk12] lombok can deal with the changes to case/break nodes in...
Reinier Zwitserloot
[next]