Age | Commit message (Expand) | Author |
2013-12-11 | Updated web docs and added format options support to delombok ant task. | Reinier Zwitserloot |
2013-12-11 | Added complete support for delombok's 'pretty' format options; covering all o... | Reinier Zwitserloot |
2013-12-11 | fixed a bug where called LombokOptionsFactory.getLombokOptions() would actual... | Reinier Zwitserloot |
2013-12-11 | Added format preferences: Suppress @SuppressWarnings, suppress needless appli... | Reinier Zwitserloot |
2013-12-11 | [pretty] Make the tests work with the new delombok formatting options. | Roel Spilker |
2013-12-11 | [Pretty] Delombok prettyprinter now adheres to whitspace formatting rules | Roel Spilker |
2013-12-11 | [Pretty] Suppress final en last semicolon in try-with-resources. Do not inden... | Roel Spilker |
2013-12-11 | added contingency case in format pref scanning if there is no input | Reinier Zwitserloot |
2013-12-11 | added support for CharSequences | Reinier Zwitserloot |
2013-12-11 | finished API for setting format prefs via command line. | Reinier Zwitserloot |
2013-12-11 | formatpreferences system v1 | Reinier Zwitserloot |
2013-12-11 | [Pretty] Fix labeled statements and try-with-resources | Roel Spilker |
2013-11-19 | Merge branch 'master' of github.com:rzwitserloot/lombok | Roel Spilker |
2013-10-27 | [issue 598] JDK8 update broke assignment-with-operator in delombok. | Reinier Zwitserloot |
2013-10-10 | Whoops, Classload errors running lombok on javac with backing JVM 7 or below;... | Reinier Zwitserloot |
2013-09-25 | [jdk8support] ... and javadoc copying support is back for javac8. Also fixed ... | Roel Spilker |
2013-09-24 | Fixed netbeans 7.4RC1 issue (JavaCompiler.version() was returning bogus value... | Reinier Zwitserloot |
2013-09-09 | [jdk8support] We now handle doc comments internally, alleviating the need to ... | Roel Spilker |
2013-09-09 | [jdk8support] jdk8 support branch now compiles under javac7, and produces lom... | Roel Spilker |
2013-08-06 | position now set for all code generated by javac handlers; | Reinier Zwitserloot |
2013-08-05 | Suppressed warning about not closing the jar file since we use it for loading... | Roel Spilker |
2013-07-28 | Some work on actually making lombok work on JDK8's javac. | Reinier Zwitserloot |
2013-07-28 | more progress. This one is less JDK8 compatible, but | Reinier Zwitserloot |
2013-07-23 | A source file with just @Getter in it now compiles in javac8, but there is st... | Reinier Zwitserloot |
2013-07-22 | Merge branch 'master' into jdk8. Also added some major fixes whilst merging. | Reinier Zwitserloot |
2013-07-08 | added tests for new javadoc behaviour, javac implementation of copying javado... | Reinier Zwitserloot |
2013-07-08 | A lot of refactoring on how javadoc is handled, to prepare for copying javado... | Reinier Zwitserloot |
2013-07-07 | lombok's compile target is 1.6, but, eclipse project was generated as 1.7. Th... | Reinier Zwitserloot |
2013-06-25 | Value has been promoted to the main package. | Reinier Zwitserloot |
2013-04-05 | Type fixes for JDK7 | Robbert Jan Grootjans |
2013-04-05 | Some small fixes for Java 7 | Robbert Jan Grootjans |
2013-03-22 | Refactored out references to TypeTags. | Robbert Jan Grootjans |
2013-03-18 | Fixed issue 459: Delombok would choke on try-with-resources. | Reinier Zwitserloot |
2013-03-08 | Compiler options can now be specified for JDK 8 or JDK 6/7 or lower. | Robbert Jan Grootjans |
2013-02-11 | Bugfix for delombok mangling x++ into ++x on java7. | Reinier Zwitserloot |
2012-10-25 | Empty statements no longer being printed to be consistent with Javac7 which s... | Reinier Zwitserloot |
2012-10-22 | Fixes issue 422: VerifyError when running delombok in a javac7 environment. | Reinier Zwitserloot |
2012-10-22 | Ever since we do a lot more than just calling 'parse' when running delombok i... | Reinier Zwitserloot |
2012-07-16 | Updated tests to reflect changes to delombok (delombok now kills super(), bec... | Reinier Zwitserloot |
2012-07-16 | Delombok now also runs attrib on more files; this will reveal more errors whi... | Philipp Eichhorn |
2012-03-26 | delombok now prints a space in between method type args and return type. | Reinier Zwitserloot |
2012-03-05 | PrettyCommentsPrinter now prints default clause of annotation methods. Fixes ... | Robbert Jan Grootjans |
2012-01-30 | Made LombokApp an abstract class and added isDebugTool. | Roel Spilker |
2011-12-12 | Renamed Comment to CommentInfo. | Reinier Zwitserloot |
2011-11-21 | Made an API for creating a (oracle javac) JavaCompiler which tracks comments ... | Reinier Zwitserloot |
2011-11-21 | --print option with multiple input files would only print one file. | Reinier Zwitserloot |
2011-11-07 | Changed copyright notices | Roel Spilker |
2011-11-01 | Fixed issue 284 now also for java7, introduced more stubbing | Roel Spilker |
2011-10-31 | Fixed delombok making a mess of comments (issue 284) for javac 6. delombok in... | Roel Spilker |
2011-10-24 | pretty big refactor; introduced a new source package which should be (and is)... | Reinier Zwitserloot |