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
/
delombok
Age
Commit message (
Expand
)
Author
2022-08-26
[jdk19] Add support for record pattern
Rawi01
2022-08-26
[jdk19] Add support for new guard pattern
Rawi01
2022-08-26
[jdk19] Add support for JCConstantCaseLabel
Rawi01
2021-12-21
Make javadoc generation platform independent
Roel Spilker
2021-09-16
Merge pull request #2936 from Rawi01/jdk-17
Reinier Zwitserloot
2021-08-18
[jdk17] Add support for sealed classes
Rawi01
2021-08-18
[jdk17] Add support for guard/parenthesized pattern
Rawi01
2021-08-18
[jdk17] Add support for default cases
Rawi01
2021-08-17
[fixes #2907] Keep record compact constructor parameters
Rawi01
2021-04-01
[record] Print compact constructor after class name
Rawi01
2021-03-24
[records] [`@NonNull`] eclipse impl onfthe `@NonNull` on record components fe...
Reinier Zwitserloot
2021-03-23
[delombok] [prettyprinter] add support for the compact record constructor
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-03-20
[jdk16] Add lombok opens in single location
md_5
2021-03-19
[jdk16] fix delombok (and the test suite, which depends on it) for jdk16.
Reinier Zwitserloot
2021-03-19
[jdk16] JCBindingPattern now has a field names var instead of separate fields
Roel Spilker
2021-03-19
[testing] restore the printing of the actual/expected when tests fail.
Reinier Zwitserloot
2021-03-16
[build] sped up the build considerable.
Reinier Zwitserloot
2021-03-13
[trivial] style and removing unused imports
Reinier Zwitserloot
2021-02-04
[issue #2730] Javadoc generated by lombok in javac now gets its position set.
Reinier Zwitserloot
2021-01-28
Validate positions during tests
Rawi01
2020-11-13
[refactor] reflection code streamlined by sending it through the Permit class
Reinier Zwitserloot
2020-09-24
[fixes #2586] Add Java 15 support for delombok
Rawi01
2020-09-10
Add record support
Rawi01
2020-08-18
Fix tests under Windows, fix test.javac11 and test.javac14, fix issue #1745
Rostislav Krasny
2020-07-09
fix typo in printing switch expressions
Roel Spilker
2020-06-25
Avoid class.getSimpleName except in static initializers or error messages
Roel Spilker
2020-05-07
Delombok prints the ReceiverParameter (this), fixes #2444.
Roel Spilker
2020-01-29
[Fixes #2349] Support for JDK 14
Reinier Zwitserloot
2020-01-20
Close more inputstreams
Roel Spilker
2019-09-25
[jdk13] support for switch expression's yield keyword.
Reinier Zwitserloot
2019-09-25
[jdk13] Added support for printing text blocks (triple quoted strings) in tex...
Reinier Zwitserloot
2019-09-12
Refactored how the type resolver deals with aliases; fixes star import issues.
Reinier Zwitserloot
2019-06-18
[fixes #2140] when pretty-printing (delombok) varargs, only turn array bracke...
Reinier Zwitserloot
2019-05-06
[trivial] replacing all calls to Class.newInstance() with Class.getConstructo...
Reinier Zwitserloot
2019-04-24
[jdk12] adding support for the new nodes introduced for the improvements to s...
Reinier Zwitserloot
2019-04-18
#1040 remove createFormat() method
monosoul
2019-03-26
[fixes #2049] Delombok now figures out usages of ‘var’ and delomboks them...
Reinier Zwitserloot
2019-02-19
[fixes #1997] try-with-resources where the thing you’re guarding is just a ...
Reinier Zwitserloot
2019-01-28
Replace sized array in toArray with 0
Robert Wertman
2019-01-22
[fixes #2019] Lombok now properly deals with `@NonNull` specifically on the â...
Reinier Zwitserloot
2019-01-21
Delombok now also prints explicit no-arg super constructor calls, fixes #2023.
Roel Spilker
2018-11-01
[fixes #1932] We broke the delombok ant task.
Reinier Zwitserloot
2018-10-29
eliminate ‘you are using private API’ warnings by streamlining all reflec...
Reinier Zwitserloot
2018-10-16
[fixes #1795] you can now pass arguments to delombok via file in the same way...
Reinier Zwitserloot
2018-10-16
[Fixes #1848] Added support to delombok for properly handling jigsaw (module-...
Reinier Zwitserloot
2018-10-02
Fixed: command line testing with Javac9+ would fail on all tests that are tes...
Reinier Zwitserloot
2018-06-04
Remove delombok shorthand for onlyChanged, fixes #1705
Roel Spilker
2018-04-10
[delombok] Added an option to emit only changed files.
Reinier Zwitserloot
[next]