Age | Commit message (Expand) | Author |
2017-12-05 | errors generated during compilation by lombok weren’t being conveyed in Jav... | Reinier Zwitserloot |
2017-12-05 | [JDK9] fixing delombok’s comment integration in JDK9. | Reinier Zwitserloot |
2017-12-05 | Working around newly introduced lint errors in javac9. | Reinier Zwitserloot |
2017-12-04 | delombok no longer prints generated outer-instance constructor parameters, fi... | Roel Spilker |
2017-12-04 | delombok no longer prints generated outer-instance constructor parameters, fi... | Roel Spilker |
2017-12-04 | bugfix to the stubs for ‘Symbol’. | Reinier Zwitserloot |
2017-12-04 | fixing tests to account for generation of javax.annotation.Generated and Cons... | Reinier Zwitserloot |
2017-12-04 | for lombok v2, make generation of ConstructorProperties an optional extra, in... | Reinier Zwitserloot |
2017-12-04 | download deps | Roel Spilker |
2017-11-29 | replace all fileManagers to make sure we patch the generated bytecode, fixes ... | Roel Spilker |
2017-11-29 | javax.annotation.Generated will no longer be applied by default (Oracle broke... | Reinier Zwitserloot |
2017-11-29 | delombok in JDK9 now almost works. Some cases of ‘val’ don’t work yet. | Reinier Zwitserloot |
2017-11-29 | bugfix for delomboking source that does not compile; it should just emit comp... | Reinier Zwitserloot |
2017-11-29 | some bugfixes for JDK9 support involving the Options system of javac. | Reinier Zwitserloot |
2017-11-29 | The classpath and bootclasspath params passed to delombok did not apply javac... | Reinier Zwitserloot |
2017-11-29 | bugfix: Delombok command wasn’t registered, so ‘java -jar lombok.jar delo... | Reinier Zwitserloot |
2017-11-28 | use ASM6 instead of ASM5 | Roel Spilker |
2017-11-28 | add ant Dockerfile, use jdk major version numbers instead | Roel Spilker |
2017-11-28 | Expanded stubsstubs to ensure the stubs compile correctly. | Roel Spilker |
2017-11-28 | updated lombok.patcher dep. | Reinier Zwitserloot |
2017-11-28 | JDK9 support for delombok (and thus, for running the tests under JDK9). | Reinier Zwitserloot |
2017-11-10 | Add closing parenthesis in constructor.html | Jamie White |
2017-11-07 | fixed the second "equals" as well | Patrick Cornelißen |
2017-11-07 | fix JavaDoc of callSuper in the ToString annotation | Patrick Cornelißen |
2017-11-06 | Fixed `ant test-ecj` | Reinier Zwitserloot |
2017-11-06 | add changelog for #1505 | Roel Spilker |
2017-11-06 | Generate correct hashCode when callSuper and no fields included. Fixes #1505 | Roel Spilker |
2017-11-06 | Fixing running of annotation processors (broken with introduction of compilin... | Reinier Zwitserloot |
2017-11-06 | Updated to ivy++ v1.22 in order to allow compiling stuff with ecj; j9 no long... | Reinier Zwitserloot |
2017-10-30 | use provisioning in docker to enable composition of versions | Roel Spilker |
2017-10-26 | update Android Studio gradle file documentation | Roel Spilker |
2017-10-26 | update docker documentation | Roel Spilker |
2017-10-26 | change docker documentation to markdown | Roel Spilker |
2017-10-26 | add more examples to docker documentation | Roel Spilker |
2017-10-26 | download-edge link wasn’t in the htaccess yet, making /download-edge not work. | Reinier Zwitserloot |
2017-10-26 | add some dockerfiles for testing against jdk9 | Roel Spilker |
2017-10-26 | update changelog | Roel Spilker |
2017-10-26 | Removed flash-based video player; these days, who needs it, right? | Reinier Zwitserloot |
2017-10-26 | Added an individual ‘setup’ page; hamburger menu now goes to it. | Reinier Zwitserloot |
2017-10-26 | The main page now clicks through to the video. | Reinier Zwitserloot |
2017-10-26 | solved some bugs in our site. | Reinier Zwitserloot |
2017-10-26 | website-only now available. | Reinier Zwitserloot |
2017-10-25 | add support for Netbeans on jdk9 | Roel Spilker |
2017-10-25 | Merge branch 'tmurakam-feture/fix-1440' | 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 |