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
/
core
Age
Commit message (
Expand
)
Author
2018-04-23
Allow onMethod and onParam in @Getter and @Setter if it is put on a type
Roel Spilker
2018-04-23
[bugfix] generics on inner classes whose outer type has generics, when the ou...
Reinier Zwitserloot
2018-04-23
[bugfix] onMethod_ in javac was broken; javac would throw an IllegalArgumentE...
Reinier Zwitserloot
2018-04-21
first try for Eclipse handler [WIP]
Jan Rieke
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-04-16
let @SuperBuilder's toString() call super.toString()
Jan Rieke
2018-04-16
avoid name clashes with generics on the annotated class
Jan Rieke
2018-04-17
fix #1657: EmptyLombokFileObject: file:// URI must not contain authority part.
Takuya Murakami
2018-04-15
use superclass generics for abstract builder class' extends clause
Jan Rieke
2018-04-15
consider generics on the annotated class and potential superclass
Jan Rieke
2018-04-14
revert changes to HandleBuilder (everything is in HandleSuperBuilder)
Jan Rieke
2018-04-14
adjusted expected result of test case
Jan Rieke
2018-04-14
include superclass when referring to parent builder
Jan Rieke
2018-04-10
correct return type and statement for @Singular
Jan Rieke
2018-04-10
@Override for overridden methods
Jan Rieke
2018-04-10
apply generics on builder extends clause; fixed builder name generation
Jan Rieke
2018-04-10
Merge pull request #886 from balta3/annotationarrays
Reinier Zwitserloot
2018-04-05
build class names not configurable any more; removed toBuilder
Jan Rieke
2018-04-05
wildcards for the constructor parameter
Jan Rieke
2018-04-05
wildcards for the builder() method
Jan Rieke
2018-04-05
more generics; return getInstance() instead of this
Jan Rieke
2018-04-05
generics for the Builder class; generate abstract methods
Jan Rieke
2018-04-05
add javac handler
Jan Rieke
2018-04-05
Merge branch 'cheelio-FieldNameConstants'
Reinier Zwitserloot
2018-04-05
[fieldNameConstants] code review, docs, tests, fixup.
Reinier Zwitserloot
2018-04-04
Merge branch 'FieldNameConstants' of https://github.com/cheelio/lombok into c...
Reinier Zwitserloot
2018-04-04
Merge pull request #1626 from victorwss/master
Reinier Zwitserloot
2018-04-04
introduction of `@SuperBuilder` and a testcase.
Reinier Zwitserloot
2018-03-31
fix #1632: JavacAST: use new Log method for jdk11
Takuya Murakami
2018-03-28
[builderParentClass] Code to handle builder on enums removed; that doesn’t ...
Reinier Zwitserloot
2018-03-28
Merge branch 'master' of https://github.com/janrieke/lombok into janrieke-master
Reinier Zwitserloot
2018-03-27
fix javadoc warnings
Roel Spilker
2018-03-27
[trivial] some memoryload improvements by not making a new instance but using...
Reinier Zwitserloot
2018-03-27
Merge pull request #1583 from jramosf/master
Reinier Zwitserloot
2018-03-24
improve compiler detection for jdk9 later.
Takuya Murakami
2018-03-24
Fix for #1617.
Victor Williams Stafusa da Silva
2018-03-21
[fix] Fix intellij build with jdk10 (#1572)
Takuya Murakami
2018-03-20
[issue #1615] fixes a bug where equals and hashcode would mess up if both the...
Reinier Zwitserloot
2018-03-19
Fresh builds wouldn’t work anymore due to a weird addition in ecj9.
Reinier Zwitserloot
2018-02-16
#1579: recycle handlers to avoid excessive garbage collection
Javier Ramos
2018-02-07
Parsing for source level broken under JDK9 due to change in 1.X->X versioning...
Reinier Zwitserloot
2018-02-07
[bugfix] builder.default with the old lombok.experimental.Builder annotation ...
Reinier Zwitserloot
2018-02-07
[trivial] copyright header year bump to 2018
Reinier Zwitserloot
2018-02-07
As we’re preparing to release v2, we want to delete the experimental editio...
Reinier Zwitserloot
2018-02-07
[var] various upgrades to var:
Reinier Zwitserloot
2018-02-07
[jdk9] forcing new rounds when compiling multiple modules didn’t work. (Fil...
Reinier Zwitserloot
2018-02-06
[jdk9] added a best-effort attempt to claim away lombok annotations when lomb...
Reinier Zwitserloot
2018-02-06
[jdk9] add support for using lombok with JDK9 code when compiling using the n...
Reinier Zwitserloot
2018-01-09
use T instead of RuntimeException
Roel Spilker
[prev]
[next]