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
2018-04-09
Update delombok cmd example. Fixes #1643
Roel Spilker
2018-02-07
[trivial] copyright header year bump to 2018
Reinier Zwitserloot
2018-02-07
Keep indentations in javadoc. Fixes #1571
Roel Spilker
2017-12-05
[JDK9] fixing delombok’s comment integration in JDK9.
Reinier Zwitserloot
2017-12-04
delombok no longer prints generated outer-instance constructor parameters, fi...
Roel Spilker
2017-12-04
delombok no longer prints generated outer-instance constructor parameters, fi...
Roel Spilker
2017-11-29
delombok in JDK9 now almost works. Some cases of ‘val’ don’t work yet.
Reinier Zwitserloot
2017-11-29
some bugfixes for JDK9 support involving the Options system of javac.
Reinier Zwitserloot
2017-11-29
The classpath and bootclasspath params passed to delombok did not apply javac...
Reinier Zwitserloot
2017-11-28
JDK9 support for delombok (and thus, for running the tests under JDK9).
Reinier Zwitserloot
2016-07-19
[trivial] typo in changelog and comment in PrettyPrinter.java
Reinier Zwitserloot
2016-07-19
Fix for issue #1076
Roel Spilker
2016-05-11
Clarify which @Generated annotation is generated
Roel Spilker
2015-12-02
rename the old Processor to make room for a bug-chase version.
Roel Spilker
2015-11-22
[Fixes #970] Eclipse would generate some internal IDE errors if using ‘valâ...
Reinier Zwitserloot
2015-11-22
[Fixes #972] 1-arg lambdas with explicit typing on the argument did not prett...
Reinier Zwitserloot
2015-11-17
add the capability to the testing framework to verify that delombok actually ...
Roel Spilker
2015-11-16
Added a prettyprinter test case with some exotic java constructs, and fixed a...
Reinier Zwitserloot
2015-11-16
bugfix for comments near start of nodes (it would throw off alignment in pret...
Reinier Zwitserloot
2015-11-16
The bulk of the effort for a new pretty printer.
Reinier Zwitserloot
2015-08-18
[Closes #855] [jdk8] annotations are now legit on types and type parameters i...
Reinier Zwitserloot
2015-02-10
[delombok] [bugfix] lambdas with anything but exactly 1 arg would get an extr...
Reinier Zwitserloot
2015-02-08
improved the way lambdas are printed to conform better to style standards (no...
Reinier Zwitserloot
2015-01-30
* Added config key ‘lombok.addGeneratedAnnotation’.
Reinier Zwitserloot
2015-01-30
[i623] added eclipse code for generating @javax.annotation.Generated, and ref...
Reinier Zwitserloot
2015-01-30
Merge branch 'master' of https://github.com/petercgrant/lombok into i623
Reinier Zwitserloot
2015-01-30
[i775] We broke the ant task with shadowloader; fixed again.
Reinier Zwitserloot
2015-01-26
[i623] Added javac impl of javax.annotation.Generated
Peter Grant
2014-12-10
[issue #759] delombok now plays nicely with exotic characters, encodings, and...
Roel Spilker
2014-09-30
first take on the shadow classloader. All seems to be in order, but we still ...
Reinier Zwitserloot
2014-05-01
[java8] Support in delombok for default methods in interfaces
Roel Spilker
2014-05-01
[java8] Support in delombok for method references.
Roel Spilker
2014-05-01
javac does not understand @SuppressWarnings("all")
Roel Spilker
2014-05-01
[java8] Support in delombok for intersection typecast and lambdas
Roel Spilker
2014-05-01
Changed whitespace
Roel Spilker
2014-03-04
[configuration] Merge branch 'master' as we work on configuration.
Reinier Zwitserloot
2014-01-19
Issue 629: have delombok respect the emptyLines derecotry inside enum bodies ...
Roel Spilker
2014-01-18
compiling lombok with javac gives 1 warning. fixed this.
Reinier Zwitserloot
2014-01-14
[#626] introduction of formatting options triggered a longer standing bug abo...
Reinier Zwitserloot
2013-12-11
Updated web docs and added format options support to delombok ant task.
Reinier Zwitserloot
2013-12-11
Added complete support for delombok's 'pretty' format options; covering all o...
Reinier Zwitserloot
2013-12-11
fixed a bug where called LombokOptionsFactory.getLombokOptions() would actual...
Reinier Zwitserloot
2013-12-11
Added format preferences: Suppress @SuppressWarnings, suppress needless appli...
Reinier Zwitserloot
2013-12-11
[pretty] Make the tests work with the new delombok formatting options.
Roel Spilker
2013-12-11
[Pretty] Delombok prettyprinter now adheres to whitspace formatting rules
Roel Spilker
2013-12-11
[Pretty] Suppress final en last semicolon in try-with-resources. Do not inden...
Roel Spilker
2013-12-11
added contingency case in format pref scanning if there is no input
Reinier Zwitserloot
2013-12-11
added support for CharSequences
Reinier Zwitserloot
2013-12-11
finished API for setting format prefs via command line.
Reinier Zwitserloot
2013-12-11
formatpreferences system v1
Reinier Zwitserloot
[next]