Age | Commit message (Expand) | Author |
2019-03-26 | [i2078] Add possibility to generate assert on `@NonNull` | Roel Spilker |
2019-03-25 | [performance] improve typeMatches lookup. Especially in light of the built-in... | Reinier Zwitserloot |
2019-02-19 | var/val in Eclipse can now handle intersection types, fixes #1986 | Roel Spilker |
2018-11-01 | [feature] FieldNameConstants now works like Builder: Make whatever bits it do... | Reinier Zwitserloot |
2018-10-29 | eliminate ‘you are using private API’ warnings by streamlining all reflec... | Reinier Zwitserloot |
2018-09-18 | Finishing work on making lombok do sensible things with TYPE_USE annotations ... | Reinier Zwitserloot |
2018-09-11 | Replaced the notion of ‘nullable’ and ‘nonnull’ get copied to ‘any ... | Reinier Zwitserloot |
2018-09-11 | code review and fixes for the ‘copyable annotations’ setting concept. | Reinier Zwitserloot |
2018-09-04 | [issue #1851] Lombok needs to generate type-use annotations when copying over... | Reinier Zwitserloot |
2018-08-28 | [fixes #1836] superbuilder didn’t play ball with field prefixes, at least i... | Reinier Zwitserloot |
2018-08-21 | [fixes #1812] `@Singular` marked collections which nevertheless somehow ended... | Reinier Zwitserloot |
2018-06-04 | Do not generate a private no-args constructor if: | Roel Spilker |
2018-05-28 | Generate default no-args constructor | Roel Spilker |
2018-05-15 | [new-style include/exclude] added new-style include/exclude support to Equals... | Reinier Zwitserloot |
2018-05-14 | [annotation based ToString] hey.. we have annotation based ToString now, wher... | Reinier Zwitserloot |
2018-04-17 | [Fixes #1656] Lombok would silently do the wrong thing when using references ... | Reinier Zwitserloot |
2018-04-05 | [fieldNameConstants] code review, docs, tests, fixup. | Reinier Zwitserloot |
2018-03-27 | [trivial] some memoryload improvements by not making a new instance but using... | 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 |
2017-03-23 | Fixed issue #1342: builder now marks generated stuff as deprecated if appropr... | Reinier Zwitserloot |
2017-03-20 | Fixing issue #1201: Builder now supports defaults! | Reinier Zwitserloot |
2017-03-07 | Fixed issue #778: problems with onX if the annotation to be added has named a... | Reinier Zwitserloot |
2017-02-09 | [i1014] Only add lombok.Generated if it is explicitly turned on | Roel Spilker |
2017-01-06 | trivial | Roel Spilker |
2017-01-06 | add `@lombok.Generated` to generated classes, methods and fields | Roel Spilker |
2016-11-13 | fix of the issue 1230. @Tolerate not working for @Builder methods? | Bulgakov Alexander |
2015-07-16 | TypeLibrary now compatible with inner types. | Reinier Zwitserloot |
2015-02-02 | [i702] findbugs suppress warnings now available via config key. | 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-29 | Reverting the revert of purely a style issue; the copyAnnotations method is n... | Reinier Zwitserloot |
2015-01-19 | * Refactor AnnotationValues generator to also pick up on annotation ‘method... | Reinier Zwitserloot |
2015-01-15 | ecj @Builder @Singular support for j.u. sets and maps. | Reinier Zwitserloot |
2014-06-25 | [issue 699] [issue 682] [issue 683] lots of fixes for eclipse/ecj based issue... | Roel Spilker |
2014-06-24 | [issue 699] fileName (for finding absolute path of a source file) are sometim... | Roel Spilker |
2014-06-05 | Finished refactor of FieldAugment; there's no longer a separate variant for b... | Roel Spilker |
2014-06-01 | Fixed up and extended Tolerate with support for constructors, and added docs. | Reinier Zwitserloot |
2014-06-01 | Fix a trivial bug in generateNullCheck. | Maaartin Grajcar |
2014-05-31 | Implement Tolerate. | Maaartin Grajcar |
2014-05-27 | Changed the lombok.nonNull.exceptionType configkey to be an enum, partly to e... | Reinier Zwitserloot |
2014-05-23 | Added confkey to make @NonNull generate a different exception because of the ... | Reinier Zwitserloot |
2014-03-18 | Merge branch 'master' into configuration | Roel Spilker |
2014-03-17 | [#590][refactor] Fix for deadlock in WeakHashMap. Refactored all code that us... | Roel Spilker |
2014-03-04 | [configuration] Merge branch 'master' as we work on configuration. | Reinier Zwitserloot |
2014-02-10 | Improved error reporting in Eclipse | Roel Spilker |
2014-02-05 | Fix for issue 631. Martin, thanks for the contribution. | Roel Spilker |
2014-01-20 | [configuration] Added all the @Accessors stuff as a configuration key. | Reinier Zwitserloot |
2014-01-15 | added package-infos to lots of packages, updated the javadoc in these, and ma... | Reinier Zwitserloot |
2014-01-09 | Added code to NOT add @SuppressWarnings to things if a @SuppressWarnings is a... | Reinier Zwitserloot |