Age | Commit message (Expand) | Author |
2020-12-05 | Fixing reading files in sbt 1.4+ subprojects | Matthias Kurz |
2020-11-13 | [#2645] Fixing the reading of lombok.config on sbt 1.4+ | Reinier Zwitserloot |
2020-11-13 | [refactor] reflection code streamlined by sending it through the Permit class | Reinier Zwitserloot |
2020-06-25 | Cache absolute file location | Rawi01 |
2020-06-25 | Replace getSimpleName() with getName() | Rawi01 |
2019-01-22 | [fixes #2019] Lombok now properly deals with `@NonNull` specifically on the â... | Reinier Zwitserloot |
2019-01-08 | [#1033] steps on the way to issue 1033: You can add cleanup tasks which are d... | Reinier Zwitserloot |
2018-10-29 | eliminate ‘you are using private API’ warnings by streamlining all reflec... | Reinier Zwitserloot |
2018-07-25 | Added key ‘dangerousconfig.lombok.disable’. | Reinier Zwitserloot |
2018-04-17 | [Fixes #1656] Lombok would silently do the wrong thing when using references ... | Reinier Zwitserloot |
2018-03-31 | fix #1632: JavacAST: use new Log method for jdk11 | Takuya Murakami |
2018-02-07 | Parsing for source level broken under JDK9 due to change in 1.X->X versioning... | Reinier Zwitserloot |
2017-12-05 | errors generated during compilation by lombok weren’t being conveyed in Jav... | Reinier Zwitserloot |
2017-11-28 | JDK9 support for delombok (and thus, for running the tests under JDK9). | Reinier Zwitserloot |
2017-03-22 | [jdk9] Fix bug regarding multipleError field | Roel Spilker |
2017-01-19 | refactor of how creating void types works, also cleaned up some syntax. | Reinier Zwitserloot |
2017-01-19 | Lombok will now also fix the typemirror info when generating bean-related met... | Reinier Zwitserloot |
2016-10-17 | Cleanup | Roel Spilker |
2016-10-17 | added supporting for @val variables inside lambdas. | Bulgakov Alexander |
2015-12-06 | [issue #942] let `@Data` work on jdk9, first steps. | Roel Spilker |
2014-01-18 | [configuration] Reduced the range around which all already flagged errors/war... | Reinier Zwitserloot |
2013-12-15 | [configuration] Added the .getAbsoluteFileLocation() method to AST; | Roel Spilker |
2013-09-25 | [jdk8support] there was a bunch of duplicate code in both JavacAST and JavacR... | Roel Spilker |
2013-09-25 | Pre-emptive fix for the anticipated removal of ListBuffer.lb() in javac8 | Roel Spilker |
2013-09-09 | added a todo comment only | Roel Spilker |
2013-07-28 | Some work on actually making lombok work on JDK8's javac. | Reinier Zwitserloot |
2013-07-26 | experiment: Can we wrap TreeMaker and remove a heck of a lot of opportunity t... | Reinier Zwitserloot |
2013-07-23 | A source file with just @Getter in it now compiles in javac8, but there is st... | Reinier Zwitserloot |
2013-06-13 | Added some very limited reporting when OutOfMemorErrors occur during | 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-05-23 | Added a method to obtain latest java language spec supported by host | Reinier Zwitserloot |
2013-03-26 | Massive performance improvements, and a few potentially breaking changes for ... | Roel Spilker |
2013-02-11 | BIG commit: | Reinier Zwitserloot |
2011-11-07 | Changed copyright notices | Roel Spilker |
2011-10-07 | Accept JCCatch as 'statement' (issue #281) | Sander Koning |
2010-11-22 | Added storing instanceof JavacTypes in JavacAST, and renamed JavacResolution'... | Reinier Zwitserloot |
2010-07-22 | toString(), equals(), and hashCode() now use getX() instead of x if either it... | Reinier Zwitserloot |
2010-07-22 | Updated copyright statements and version release name. | Reinier Zwitserloot |
2010-07-17 | Bugfix: Annotations on types were being ignored if the type had no members in... | Reinier Zwitserloot |
2009-12-17 | Fix to javac handler; it now properly detects single package names, such as "... | Petr Jiricka |
2009-11-30 | All basic elements of netbeans support are here except the actual agent part. | Reinier Zwitserloot |
2009-11-29 | Fixed premature removal of imports | Roel Spilker |
2009-11-27 | This is a patch submitted by lahoda on the issue tracker (issue #61). It appa... | Reinier Zwitserloot |
2009-11-27 | Added change tracking so that 1 AST instance can tell you if any processor ch... | Roel Spilker |
2009-11-27 | delombok now calls lombok. wahey! | Reinier Zwitserloot |
2009-11-25 | Refactored the source folders. | Reinier Zwitserloot |