Age | Commit message (Expand) | Author |
2021-09-06 | Replace val with native final var in Java >= 10 | Rawi01 |
2021-03-24 | [records] [`@NonNull`] eclipse impl onfthe `@NonNull` on record components fe... | Reinier Zwitserloot |
2021-03-22 | Merge branch 'records' | Reinier Zwitserloot |
2020-09-10 | Add record support | Rawi01 |
2020-06-25 | [bugfix] building would fail | Reinier Zwitserloot |
2020-06-19 | #1543: First primitives, then primitive wrappers, then other references | Roel Spilker |
2019-07-15 | [fixes #2169] Eclipse 2019-06 + JDK12 + `@Singular` caused a cavalcade of err... | Reinier Zwitserloot |
2018-09-11 | code review and fixes for the ‘copyable annotations’ setting concept. | Reinier Zwitserloot |
2018-09-11 | Add configuration key, handle whereever NULLABLE is handled, support Eclipse. | Werner Dietl |
2018-09-04 | [wip] Random fixes to various tests that are failing, especially against Java7. | Reinier Zwitserloot |
2018-08-20 | optimized the to/fromQualifiedName method | Roland Praml |
2018-05-14 | [annotation based ToString] hey.. we have annotation based ToString now, wher... | Reinier Zwitserloot |
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 |
2015-10-06 | New feature: FieldDefaults can now be configured to apply to _every_ file, re... | Reinier Zwitserloot |
2013-05-24 | Fixed more issues related to java7's try-with-resources, | Reinier Zwitserloot |
2013-05-23 | Added methods to obtain JLS support-level version information from AST/Lombok... | Reinier Zwitserloot |
2013-03-26 | Massive performance improvements, and a few potentially breaking changes for ... | Roel Spilker |
2012-08-06 | Added @Value and @FieldDefaults implementations for javac and ecj, the annota... | Reinier Zwitserloot |
2012-03-27 | Whoops, errors during release build. fixed it quickly! | Reinier Zwitserloot |
2012-01-24 | Fix for issue 328: @Delegate on a field for which we also generate a getter w... | Roel Spilker |
2011-11-07 | Changed copyright notices | Roel Spilker |
2011-10-24 | pretty big refactor; introduced a new source package which should be (and is)... | Reinier Zwitserloot |