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-05-28
Generate default no-args constructor
Roel Spilker
2018-05-15
[documentation] documenting the new-style include/exclude of ToString and Equ...
Reinier Zwitserloot
2018-05-15
[new-style include/exclude] added new-style include/exclude support to Equals...
Reinier Zwitserloot
2018-05-14
fixes #1580 - documenting Pascal Bihler's contribution to making lombok run b...
Reinier Zwitserloot
2018-05-14
Merge pull request #1680 from pbi-qfs/gradleIncremental
Reinier Zwitserloot
2018-05-14
[annotation based ToString] hey.. we have annotation based ToString now, wher...
Reinier Zwitserloot
2018-05-08
[website] bugfix; supporters weren’t being shown.
Reinier Zwitserloot
2018-05-03
Allow gradle incremental compiling with lombok in annotation processor path
Pascal Bihler
2018-05-02
docker bazel: use local lombok.jar file
Roel Spilker
2018-05-01
docker: use openjdk for java9
Roel Spilker
2018-05-01
docker: add bazel
Roel Spilker
2018-04-30
update docker files and documentation
Roel Spilker
2018-04-30
jdk10: update download for the jdk
Roel Spilker
2018-04-23
document fix in edge release
Roel Spilker
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-23
move javadoc to public method
Roel Spilker
2018-04-23
Merge pull request #1670 from kdaemonv/hotfix-1
Reinier Zwitserloot
2018-04-23
fix typo in EclipseProductLocationProvider.java
kdaemonv
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
[build] Trying to build lombok on JDK1.8 or less is not gonna work. Now we ge...
Reinier Zwitserloot
2018-04-16
Merge pull request #1660 from tmurakam/feature/fix-1657-fileobject-uri
Reinier Zwitserloot
2018-04-16
Merge branch 'master' into feature/fix-1657-fileobject-uri
Reinier Zwitserloot
2018-04-16
Create valid uri, fixes #1657
Roel Spilker
2018-04-17
fix #1657: EmptyLombokFileObject: file:// URI must not contain authority part.
Takuya Murakami
2018-04-10
[delombok] Added an option to emit only changed files.
Reinier Zwitserloot
2018-04-10
Potential fix for #1604
Roel Spilker
2018-04-10
Merge pull request #886 from balta3/annotationarrays
Reinier Zwitserloot
2018-04-10
[website] Added a section on contributing to lombok, with documentation on ho...
Reinier Zwitserloot
2018-04-10
[website] Whoops we had 2 copies of usage_examples. Fixed that by deleting th...
Reinier Zwitserloot
2018-04-09
update changelog
Roel Spilker
2018-04-09
Update delombok cmd example. Fixes #1643
Roel Spilker
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
Merge pull request #1627 from nuessgens/master
Reinier Zwitserloot
2018-04-04
Merge pull request #1639 from tmurakam/feature/1632-jdk11
Reinier Zwitserloot
2018-04-04
[build] Clean checkouts wouldnt build correctly.
Reinier Zwitserloot
2018-03-31
fix #1632: JavacAST: use new Log method for jdk11
Takuya Murakami
2018-03-29
[trivial] build script fix for website-only: It was adding an & to the fu...
Reinier Zwitserloot
2018-03-28
add self to authors [Issue #879]
mateusz-matela
2018-03-28
add self to authors
Christian Nüssgens
2018-03-28
Merge remote-tracking branch 'remotes/upstream/master'
Christian Nüssgens
2018-03-27
add subresource integrity to external resources on webpage
Roel Spilker
2018-03-27
Previous add to the build system to verify checksums is not really workable i...
Roel Spilker
2018-03-27
Adding my name to the AUTHORS file.
Victor Williams Stafusa da Silva
2018-03-27
[trivial] eclipse patches are loaded from Class50 even if you override the sh...
Reinier Zwitserloot
[next]