Age | Commit message (Expand) | Author |
2018-08-22 | Merge branch 'master' into master | Philippe Charles |
2018-08-21 | [#1808] Probable fix: Using module names with dots in them was causing issues... | Reinier Zwitserloot |
2018-08-21 | bugfix for the new ‘find the next priority’ system committed earlier; it ... | Reinier Zwitserloot |
2018-07-11 | Fix NetBeans 8.x compile-on-save issue. | Philippe Charles |
2018-06-07 | Also generify AnnotationProcessor logic | mszabo-wikia |
2018-06-07 | Generify logic to obtain JavacFiler and JavacProcessingEnvironment | mszabo-wikia |
2018-06-06 | Fix #1716: Update for Gradle incremental compilation API change in Gradle 4.8... | mszabo-wikia |
2018-05-03 | Allow gradle incremental compiling with lombok in annotation processor path | Pascal Bihler |
2018-04-17 | fix #1657: EmptyLombokFileObject: file:// URI must not contain authority part. | Takuya Murakami |
2018-04-04 | Merge pull request #1626 from victorwss/master | Reinier Zwitserloot |
2018-03-24 | improve compiler detection for jdk9 later. | Takuya Murakami |
2018-03-24 | Fix for #1617. | Victor Williams Stafusa da Silva |
2018-03-21 | [fix] Fix intellij build with jdk10 (#1572) | Takuya Murakami |
2018-02-07 | [trivial] copyright header year bump to 2018 | Reinier Zwitserloot |
2018-02-07 | [jdk9] forcing new rounds when compiling multiple modules didn’t work. (Fil... | Reinier Zwitserloot |
2018-01-09 | Potential fix for #1555 | Roel Spilker |
2018-01-09 | Updated copyright notices to 2018. | Reinier Zwitserloot |
2018-01-06 | Whitelist a JavacFileManager implementation | Liam Miller-Cushon |
2017-11-29 | replace all fileManagers to make sure we patch the generated bytecode, fixes ... | Roel Spilker |
2017-10-25 | add support for Netbeans on jdk9 | Roel Spilker |
2017-10-25 | code cleanup | Roel Spilker |
2017-10-25 | Turns out we don't need the encoding after all since all methods are overridden | Roel Spilker |
2017-10-16 | LombokFileObjects: get encoding from wrappedManager. | Takuya Murakami |
2017-10-16 | LombokFileObjects: use default charset in BaseFileManager wrapper. | Takuya Murakami |
2017-10-16 | Add my name to AUTHORS, remove TODO | Takuya Murakami |
2017-10-15 | fix issue #1440, #1472: wrap BasedFileManager for jdk9 | Takuya Murakami |
2017-07-17 | Possible fix for issue 1440: Error-prone in IntelliJ | Roel Spilker |
2017-06-19 | Possible solution for issue 1290 | Roel Spilker |
2017-06-13 | jdk9: possible fix for errorprone | Roel Spilker |
2017-06-12 | jdk9: ongoing debugging information for errorprone | Roel Spilker |
2017-05-15 | [jdk9] add support for errorprone MaskedFileManager | Roel Spilker |
2017-05-08 | [jdk9] added debugging information for when we cannot determine the compiler | Roel Spilker |
2017-02-14 | [jdk9] Create FileObjects for jdk9 | Roel Spilker |
2017-01-19 | Added support for MapStructu’s AstModifyingAnnotationProcessor SPI system. ... | Reinier Zwitserloot |
2017-01-19 | Lombok will now also fix the typemirror info when generating bean-related met... | Reinier Zwitserloot |
2016-04-24 | delete redundant code | izebit |
2015-12-05 | add bug detection for the wrong usage of lombok.javac.apt.Processor | Roel Spilker |
2015-12-02 | rename the old Processor to make room for a bug-chase version. | Roel Spilker |
2015-01-31 | updated some copyright headers and reverted a change to use a TreeMap to forc... | Reinier Zwitserloot |
2015-01-31 | [i694] When we resolve anything with inner classes, supertype references in t... | Reinier Zwitserloot |
2015-01-05 | @Singleton for j.u.Sets works in javac. | Reinier Zwitserloot |
2014-06-06 | [i554] Another try to prevent NPEs on IBM J9 | Roel Spilker |
2014-03-01 | Potential fix for NPE in classloader, issue 648 | Roel Spilker |
2014-01-15 | added package-infos to lots of packages, updated the javadoc in these, and ma... | Reinier Zwitserloot |
2013-09-24 | tiny tiny fix for some incredibly unlikely mix of intellij, ibm stuff, and wh... | Reinier Zwitserloot |
2013-06-16 | issue 536: annotationprocessor now always returns false. | Reinier Zwitserloot |
2012-08-28 | If the JVM is started with -Dlombok.disable, lombok is disabled entirely for ... | Reinier Zwitserloot |
2012-08-10 | Added an optimization to javac: Don't force new resolution rounds if none of ... | Reinier Zwitserloot |
2012-08-10 | bugfix: Detecting javac6 didn't work on soylatte; now it does. | Reinier Zwitserloot |
2012-08-10 | * Added priorities to handlers, along with implementation of the priority sys... | Reinier Zwitserloot |