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
Age
Commit message (
Expand
)
Author
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-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-03-22
Merge branch 'records'
Reinier Zwitserloot
2021-03-19
[ecj] [bug-workarounds]
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-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-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-19
#1543: First primitives, then primitive wrappers, then other references
Roel Spilker
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-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-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
2018-10-29
eliminate ‘you are using private API’ warnings by streamlining all reflec...
Reinier Zwitserloot
2018-04-20
move ClassLiteral and FieldSelect from core/lombok/core/AnnotationValues.java...
Dmitry Kurelchuk
2018-04-17
[Fixes #1656] Lombok would silently do the wrong thing when using references ...
Reinier Zwitserloot
2018-02-07
[trivial] copyright header year bump to 2018
Reinier Zwitserloot
2018-02-07
Fix version parsing for jdk10.
Roel Spilker
2017-12-05
[JDK9] fixing delombok’s comment integration in JDK9.
Reinier Zwitserloot
2017-11-29
bugfix for delomboking source that does not compile; it should just emit comp...
Reinier Zwitserloot
2017-11-28
JDK9 support for delombok (and thus, for running the tests under JDK9).
Reinier Zwitserloot
2017-03-22
update references to issue numbers
Roel Spilker
2017-01-19
refactor of how creating void types works, also cleaned up some syntax.
Reinier Zwitserloot
2015-02-04
@UtilityClass handlers now more intelligent about inner types of implicitly s...
Reinier Zwitserloot
2015-02-01
Fixed issues with val in inner classes, and re-enabled a test that caught it ...
Reinier Zwitserloot
2015-01-31
updated some copyright headers and reverted a change to use a TreeMap to forc...
Reinier Zwitserloot
2015-01-31
[i694] When we resolve anything with inner classes, supertype references in t...
Reinier Zwitserloot
2015-01-11
Set @Singularize code for javac improved, Map @Singularize added.
Reinier Zwitserloot
2015-01-05
@Singleton for j.u.Sets works in javac.
Reinier Zwitserloot
2014-06-05
Finished refactor of FieldAugment; there's no longer a separate variant for b...
Roel Spilker
2014-03-17
[#590][refactor] Fix for deadlock in WeakHashMap. Refactored all code that us...
Roel Spilker
2014-02-04
#471: @SneakyThrows should work in NetBeans
Jan Lahoda
2013-10-10
Whoops, Classload errors running lombok on javac with backing JVM 7 or below;...
Reinier Zwitserloot
2013-09-25
[jdk8support] ... and javadoc copying support is back for javac8. Also fixed ...
Roel Spilker
2013-09-25
Pre-emptive fix for the anticipated removal of ListBuffer.lb() in javac8
Roel Spilker
2013-09-24
Fixed netbeans 7.4RC1 issue (JavaCompiler.version() was returning bogus value...
Reinier Zwitserloot
[next]