Age | Commit message (Expand) | Author |
2018-05-14 | [annotation based ToString] hey.. we have annotation based ToString now, wher... | Reinier Zwitserloot |
2018-03-27 | [trivial] some memoryload improvements by not making a new instance but using... | Reinier Zwitserloot |
2018-02-07 | As we’re preparing to release v2, we want to delete the experimental editio... | Reinier Zwitserloot |
2018-01-09 | Updated copyright notices to 2018. | Reinier Zwitserloot |
2018-01-08 | jdk9 Builder.Default works again. Fixes #1547 | Roel Spilker |
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-05-16 | [i1351] Warning on initialized non-final field in Builder was wrong | Roel Spilker |
2017-03-23 | Fixed issue #1342: builder now marks generated stuff as deprecated if appropr... | Reinier Zwitserloot |
2017-03-22 | Builder.Default now throws out a few more warnings if misused. | Reinier Zwitserloot |
2017-03-20 | Fixing issue #1201: Builder now supports defaults! | Reinier Zwitserloot |
2017-03-07 | [wip] reworking how builder works with initialized fields. | Reinier Zwitserloot |
2017-03-07 | removed the suppressConstructorProperties param. | Reinier Zwitserloot |
2017-02-16 | Fixing issue #1298: `@Builder` with recursive generics didn’t work in javac... | Reinier Zwitserloot |
2017-02-16 | A stray debug variant of an error message left in the source. | Reinier Zwitserloot |
2017-01-19 | refactor of how creating void types works, also cleaned up some syntax. | Reinier Zwitserloot |
2016-11-13 | fix of the issue 1230. @Tolerate not working for @Builder methods? | Bulgakov Alexander |
2015-11-23 | [Fixes #949] accessor prefixes messed up auto-singular generation. | Reinier Zwitserloot |
2015-11-16 | Merge branch 'pr-builder-on-instance-methods' of https://github.com/enriqueda... | Reinier Zwitserloot |
2015-08-16 | Merge branch 'force' | Reinier Zwitserloot |
2015-07-22 | Support for @NoArgsConstructor(force = true). | Reinier Zwitserloot |
2015-07-20 | added javac impl of toBuilder along with test file. | Reinier Zwitserloot |
2015-05-15 | [i793] Parameterized static methods with Builder would produce compiler error... | Reinier Zwitserloot |
2015-03-31 | Allow @Builder on instance methods | Enrique da Costa Cambio |
2015-02-08 | marking generated fields in builders as generated. This seems superfluous as ... | Reinier Zwitserloot |
2015-01-26 | documentation for @Singular. | Reinier Zwitserloot |
2015-01-20 | added the lombok.singular.auto config option. | Reinier Zwitserloot |
2015-01-20 | trying to manually add (parts of) the infrastructure for @Singular @Builder s... | Reinier Zwitserloot |
2015-01-19 | builder @Singleton now works fully in eclipse as well! feature done! | Reinier Zwitserloot |
2015-01-15 | ecj @Builder @Singular support for j.u. sets and maps. | Reinier Zwitserloot |
2015-01-11 | Set @Singularize code for javac improved, Map @Singularize added. | Reinier Zwitserloot |
2015-01-05 | @Singleton for j.u.Sets works in javac. | Reinier Zwitserloot |
2014-12-08 | moved builder to core package (deprecated old one, created new one, added ali... | Reinier Zwitserloot |
2014-05-23 | Added confkey to make @NonNull generate a different exception because of the ... | Reinier Zwitserloot |
2014-03-26 | [i659] suppression of @ConstructorProperties should use config instead. Also ... | Roel Spilker |
2014-03-04 | [configuration] Merge branch 'master' as we work on configuration. | Reinier Zwitserloot |
2014-01-20 | [configuration] Added all the @Accessors stuff as a configuration key. | Reinier Zwitserloot |
2014-01-18 | [configuration] Moved ALL ConfigurationKey constants into 'ConfigurationKeys'... | Reinier Zwitserloot |
2014-01-18 | [configuration] implementation of flagUsage for all handlers. | Reinier Zwitserloot |
2014-01-15 | added package-infos to lots of packages, updated the javadoc in these, and ma... | Reinier Zwitserloot |
2013-12-03 | Fix for Issue #591: v1.12.2 doesn't well with netbeans. | Roel Spilker |
2013-09-25 | Pre-emptive fix for the anticipated removal of ListBuffer.lb() in javac8 | Roel Spilker |
2013-09-24 | Merge branch 'master' into jdk8check | Reinier Zwitserloot |
2013-08-14 | * Fixed 553: @XArgsConstructor (and @Builder on a class) did not look at @Acc... | Reinier Zwitserloot |
2013-07-28 | more progress. This one is less JDK8 compatible, but | Reinier Zwitserloot |
2013-07-26 | experiment: Can we wrap TreeMaker and remove a heck of a lot of opportunity t... | Reinier Zwitserloot |
2013-07-22 | Merge branch 'master' into jdk8. Also added some major fixes whilst merging. | Reinier Zwitserloot |
2013-07-16 | * Fixed issues with @FieldDefaults and @Value (you can NOT override | Reinier Zwitserloot |
2013-06-18 | javac builder implementation. Passes all tests. | Reinier Zwitserloot |
2013-06-16 | Most of the javac implementation for HandleBuilder, plus | Reinier Zwitserloot |