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
Age
Commit message (
Expand
)
Author
2018-01-09
Potential fix for #1555
Roel Spilker
2018-01-09
post-release version bump
Reinier Zwitserloot
2018-01-09
pre-release version bump
Reinier Zwitserloot
2018-01-09
Updated copyright notices to 2018.
Reinier Zwitserloot
2018-01-09
[fixes #1554] javac9 now caches type lookups based on ‘position’ which is...
Reinier Zwitserloot
2018-01-09
[fixes #1553] attriber of JDK9 checks the enclosing class’s type, which we ...
Reinier Zwitserloot
2018-01-08
Update tests for new Builder.Default handling #1547
Roel Spilker
2018-01-08
jdk9 Builder.Default works again. Fixes #1547
Roel Spilker
2018-01-06
Whitelist a JavacFileManager implementation
Liam Miller-Cushon
2018-01-03
Update changelog: 1.16.[1]6 typo
tingstad
2017-12-12
update doc
Roel Spilker
2017-12-12
build script for edge release updated
Reinier Zwitserloot
2017-12-12
Updated to new in ivy++ scp/ssh tasks.
Reinier Zwitserloot
2017-12-12
support for @Builder on methods with a generified return type. Fixes #1420
Roel Spilker
2017-12-12
handle @Builder.Default on generic fields. Fixes #1527
Roel Spilker
2017-12-11
getName call it self result in stackoverflow
skyupward
2017-12-11
document deprecation of the config key lombok.addGeneratedAnnotation. Fixes #...
Roel Spilker
2017-12-11
installer now defaults to inserting an absolute path into eclipse.ini
Roel Spilker
2017-12-11
make incremental compilation work
Roel Spilker
2017-12-11
fix target description
Jan Matèrne
2017-12-11
‘fixed’ ecj testing on JDK9 by requiring that you download the Oracle8 rt...
Reinier Zwitserloot
2017-12-11
[changelog] Add a note about changing the behaviour of ConstructorProperties ...
Reinier Zwitserloot
2017-12-05
errors generated during compilation by lombok weren’t being conveyed in Jav...
Reinier Zwitserloot
2017-12-05
[JDK9] fixing delombok’s comment integration in JDK9.
Reinier Zwitserloot
2017-12-05
Working around newly introduced lint errors in javac9.
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-12-04
bugfix to the stubs for ‘Symbol’.
Reinier Zwitserloot
2017-12-04
fixing tests to account for generation of javax.annotation.Generated and Cons...
Reinier Zwitserloot
2017-12-04
for lombok v2, make generation of ConstructorProperties an optional extra, in...
Reinier Zwitserloot
2017-12-04
download deps
Roel Spilker
2017-11-29
replace all fileManagers to make sure we patch the generated bytecode, fixes ...
Roel Spilker
2017-11-29
javax.annotation.Generated will no longer be applied by default (Oracle broke...
Reinier Zwitserloot
2017-11-29
delombok in JDK9 now almost works. Some cases of ‘val’ don’t work yet.
Reinier Zwitserloot
2017-11-29
bugfix for delomboking source that does not compile; it should just emit comp...
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-29
bugfix: Delombok command wasn’t registered, so ‘java -jar lombok.jar delo...
Reinier Zwitserloot
2017-11-28
use ASM6 instead of ASM5
Roel Spilker
2017-11-28
add ant Dockerfile, use jdk major version numbers instead
Roel Spilker
2017-11-28
Expanded stubsstubs to ensure the stubs compile correctly.
Roel Spilker
2017-11-28
updated lombok.patcher dep.
Reinier Zwitserloot
2017-11-28
JDK9 support for delombok (and thus, for running the tests under JDK9).
Reinier Zwitserloot
2017-11-10
Add closing parenthesis in constructor.html
Jamie White
2017-11-07
fixed the second "equals" as well
Patrick Cornelißen
2017-11-07
fix JavaDoc of callSuper in the ToString annotation
Patrick Cornelißen
2017-11-06
Fixed `ant test-ecj`
Reinier Zwitserloot
2017-11-06
add changelog for #1505
Roel Spilker
2017-11-06
Generate correct hashCode when callSuper and no fields included. Fixes #1505
Roel Spilker
2017-11-06
Fixing running of annotation processors (broken with introduction of compilin...
Reinier Zwitserloot
[next]