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
/
lombok
/
javac
/
JavacTreeMaker.java
Age
Commit message (
Expand
)
Author
2022-08-26
[jdk19] Add support for JCConstantCaseLabel
Rawi01
2021-08-18
[jdk17] Add support for default cases
Rawi01
2020-10-03
[javac] Added/improved support for the 'receiver parameter' feature
Reinier Zwitserloot
2020-06-25
Avoid class.getSimpleName except in static initializers or error messages
Roel Spilker
2020-01-08
[fixes #788] lombok generated equals method plus a non-null-by-default annota...
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
2018-11-06
[fixes #1888] [jdk12] lombok can deal with the changes to case/break nodes in...
Reinier Zwitserloot
2018-10-29
eliminate ‘you are using private API’ warnings by streamlining all reflec...
Reinier Zwitserloot
2017-11-29
bugfix for delomboking source that does not compile; it should just emit comp...
Reinier Zwitserloot
2013-07-28
Some work on actually making lombok work on JDK8's javac.
Reinier Zwitserloot
2013-07-28
more progress. This one is less JDK8 compatible, but
Reinier Zwitserloot
2013-07-26
experiment: Can we wrap TreeMaker and remove a heck of a lot of opportunity t...
Reinier Zwitserloot