Age | Commit message (Expand) | Author |
2022-01-14 | [trivial] | Reinier Zwitserloot |
2022-01-09 | [fixes #3081] make CheckerFramework's This a type annotation | Jan Rieke |
2022-01-07 | [fixes #2908] don't generate checkerframework's @NotCalledMethods | Jan Rieke |
2021-12-30 | [fixes #3070] fix guava type name for SuperBuilder's toBuilder | Jan Rieke |
2021-12-21 | [fixes #2849] Make ToString's onlyExplicitlyIncluded a config key. | Reinier Zwitserloot |
2021-12-12 | [fixes #3036] Keep builder default initializer position | Rawi01 |
2021-12-12 | [fixes #3040] Support array initializer in onX | Rawi01 |
2021-10-26 | [fixes #3014] Detecting whether inner classes are static wouldn't work if pla... | Reinier Zwitserloot |
2021-10-26 | [issue #3014] test-case that reproduces this problem. | Reinier Zwitserloot |
2021-10-22 | [fixes #2995] Skip records for field defaults via config | Rawi01 |
2021-10-22 | Merge pull request #2998 from YonatanSherwin/fixingBeansSpecTests | Reinier Zwitserloot |
2021-10-22 | [fixes #2985] Resolve var/val only once in eclipse | Rawi01 |
2021-10-19 | fixing beanspec tests | ysherwin |
2021-10-18 | [#2693] Review and updates for javabeans-style capitalization lombok.config | Reinier Zwitserloot |
2021-10-17 | Adding a new accessors flag - javaBeansSpecCapitalization | ysherwin |
2021-09-27 | [tests] Exclude recently added 'val' test | Rawi01 |
2021-09-16 | Merge pull request #2866 from Rawi01/anonymous-inner-class | Reinier Zwitserloot |
2021-09-16 | Merge pull request #2840 from Rawi01/copy-vartype | Reinier Zwitserloot |
2021-09-06 | Replace val with native final var in Java >= 10 | Rawi01 |
2021-06-06 | [testing] Fix javac6 tests | Rawi01 |
2021-06-03 | [fixes #2838] Handle anonymous classes properly | Rawi01 |
2021-05-14 | Copy reference types properly | Rawi01 |
2021-05-12 | [fixes #2420] Copy vartype.type | Rawi01 |
2021-04-22 | [fixes #2624] Resolve variables in switch expressions | Rawi01 |
2021-04-18 | [records] [@NonNull] slight refactor to ensure any generated canonical constr... | Reinier Zwitserloot |
2021-04-16 | [pr 2702] finishing the `@StandardException` feature. | Reinier Zwitserloot |
2021-04-16 | Merge branch 'standard-exception' of git://github.com/ttzn/lombok into ttzn-s... | Reinier Zwitserloot |
2021-04-01 | [fixes #2787] Handle right hand side of assignment first | Rawi01 |
2021-03-24 | @StandardException feature working draft | ttzn |
2021-03-24 | @StandardException feature working draft | ttzn |
2021-03-24 | Merge pull request #2687 from janrieke/superBuilderConfigBuilderClassName | Reinier Zwitserloot |
2021-03-24 | [records] [`@NonNull`] eclipse impl onfthe `@NonNull` on record components fe... | Reinier Zwitserloot |
2021-03-23 | [records] [javac] Putting `@NonNull` on a 'field' of a record now affects the... | Reinier Zwitserloot |
2021-03-22 | [deps] pushing ASM to 9.1, and ASM opcode compat levels to ASM9, as we need t... | Reinier Zwitserloot |
2021-03-22 | Merge branch 'records' | Reinier Zwitserloot |
2021-03-21 | [testing] fixed an error (I probably introduced this in the typofix earlier) ... | Reinier Zwitserloot |
2021-03-21 | Merge pull request #2725 from md-5/master | Reinier Zwitserloot |
2021-03-21 | [trivial] [typofix] | Reinier Zwitserloot |
2021-03-21 | Merge pull request #2772 from janrieke/superBuilderNPEwithSingular | Reinier Zwitserloot |
2021-03-21 | Merge pull request #2770 from janrieke/superBuilderNPEinConstructorExists | Reinier Zwitserloot |
2021-03-20 | [fixes #2724] Increase priority of Builder annotation removal | md_5 |
2021-03-19 | [jdk16] Suddenly, Stream has a default method toList :-) | Roel Spilker |
2021-03-18 | [testing] fixing a typo in a test file | Reinier Zwitserloot |
2021-03-14 | [testing] `ant test.javac6` now passes. yay. | Reinier Zwitserloot |
2021-03-13 | [superbuilder] toBuilder + singular + javac6 was broken | Reinier Zwitserloot |
2021-03-13 | [trivial] just fixing line endings - no other changes | Reinier Zwitserloot |
2021-03-13 | [testing] marking down all jackson related tests as j8+ only | Reinier Zwitserloot |
2021-03-13 | [test] work in progress: Make test.javac6 pass all tests. | Reinier Zwitserloot |
2021-03-12 | [fixes #2701] fix NPE on customized SuperBuilder with Singular | Jan Rieke |
2021-03-12 | [fixes #2704] SuperBuilder: avoid NPE on existing constructors | Jan Rieke |