Age | Commit message (Expand) | Author |
2023-03-22 | [jdk20] Adds support for updated JCEnhancedForLoop | Rawi01 |
2023-03-22 | [fixes #3364] Generate JCTree clones to prevent duplicate nodes | Rawi01 |
2023-03-22 | Fix binding patterns in delombok in Java 14+15 | Rawi01 |
2023-03-21 | Merge pull request #3358 from dreis2211/config-parent-cache | Reinier Zwitserloot |
2023-03-21 | [fixes #3346] Add jakarta Nonnull/Nullable annotations | Rawi01 |
2023-03-21 | [trivial] code style | Reinier Zwitserloot |
2023-03-21 | Merge pull request #3357 from dreis2211/stop-bubbling | Reinier Zwitserloot |
2023-03-21 | [fixes #3366] Handle @NonNull type annotations on record components | Rawi01 |
2023-03-21 | [fixes #3332] Prepend jdt.core SCL to compiler SCL | Rawi01 |
2023-03-21 | Merge pull request #3356 from dreis2211/reduce-allocations-typematch | Reinier Zwitserloot |
2023-03-21 | Merge pull request #3355 from dreis2211/module-name-fix | Reinier Zwitserloot |
2023-03-21 | [jdk20] Reorder JavacAST child nodes for JCEnhancedForLoop | Rawi01 |
2023-03-21 | [jdk20] Adds support for updated JCEnhancedForLoop | Rawi01 |
2023-03-21 | [jdk20] Updates support for record patterns | Rawi01 |
2023-02-22 | Cache ConfigurationFile.parent() | Christoph Dreis |
2023-02-22 | Avoid looking up parent if bubbling stopped | Christoph Dreis |
2023-02-21 | Reduce allocations from JavacHandlerUtil.typeMatches() | Christoph Dreis |
2023-02-20 | Remove obsolete LombokProcessor.getModuleName | Christoph Dreis |
2023-02-03 | [release] post-release version bump | Reinier Zwitserloot |
2023-02-03 | [build] final touches on updating deployment to new cloudflare host | Reinier Zwitserloot |
2023-02-03 | [build] Uploading edge repo to cloudflare R2 bucket straight from ant now pos... | Reinier Zwitserloot |
2023-01-19 | [versioning] pre-release version bump 1.18.26 | Reinier Zwitserloot |
2023-01-19 | to be JDK6-buildable, replace SafeVarargs with SuppressWarnings | Reinier Zwitserloot |
2023-01-19 | Replace JDK11 code with JDK6 compatible code to avoid warns/errs during dev o... | Reinier Zwitserloot |
2023-01-15 | [fixes #3327] Inject fields after generated record fields | Rawi01 |
2023-01-12 | Merge pull request #3326 from Rawi01/utilityclass-npe | Reinier Zwitserloot |
2023-01-12 | Merge pull request #3325 from Rawi01/builder-default-array | Reinier Zwitserloot |
2023-01-12 | Merge pull request #3312 from Rawi01/extensionmethod-nonstatic | Reinier Zwitserloot |
2023-01-12 | Merge pull request #3299 from YassinHajaj/master | Reinier Zwitserloot |
2023-01-12 | Merge pull request #3289 from mernst/typeannotations-sources | Reinier Zwitserloot |
2023-01-12 | Merge pull request #3288 from Rawi01/val-default-method | Reinier Zwitserloot |
2023-01-12 | Merge pull request #3262 from marc-guenther/extension-methods-for-interfaces | Reinier Zwitserloot |
2023-01-12 | Merge pull request #3250 from mernst/typos-typos | Reinier Zwitserloot |
2023-01-12 | Merge pull request #3232 from janrieke/superBuilderFixMethodExistsChecks | Reinier Zwitserloot |
2023-01-12 | Merge pull request #3215 from janrieke/superBuilderExtendsClauseCollisions | Reinier Zwitserloot |
2023-01-12 | [jdk19] Add support for record pattern | Rawi01 |
2023-01-12 | [jdk19] Add support for new guard pattern | Rawi01 |
2023-01-12 | [jdk19] Add support for JCConstantCaseLabel | Rawi01 |
2023-01-12 | [documentation] We had various links to features/Log, but the right canonical... | Reinier Zwitserloot |
2023-01-09 | [fixes #3274] Reset erasure_field of symbol | Rawi01 |
2023-01-07 | [fixes #3306] Convert short array initializers to long version | Rawi01 |
2022-12-11 | [fixes #3310] Ignore non-static/non-public extension methods | Rawi01 |
2022-11-17 | Replaced "Constructor" by "constructor" in URL | YassinHajaj |
2022-11-17 | Replaced "Constructor" by "constructor" in URL | YassinHajaj |
2022-11-17 | Replaced "Constructor" by "constructor" in URL | YassinHajaj |
2022-11-03 | Typo fixes | Michael Ernst |
2022-10-30 | [fixes #3242] Use real type for enclosing class | Rawi01 |
2022-10-13 | [documentation] We had various links to features/Log, but the right canonical... | Reinier Zwitserloot |
2022-09-14 | fixes ...: allow @ExtensionMethod on interfaces | Marc Guenther |
2022-08-25 | Fix typos | Michael Ernst |