Age | Commit message (Expand) | Author |
2013-06-16 | First steps Builder support | Reinier Zwitserloot |
2013-06-16 | Added injectType methods to Eclipse/JavacHandlerUtil, which we'll need to inj... | Reinier Zwitserloot |
2013-06-16 | Removed a SuppressWarnings which old eclipse doesn't care about for some reas... | Reinier Zwitserloot |
2013-06-16 | issue 536: annotationprocessor now always returns false. | Reinier Zwitserloot |
2013-06-13 | Added some very limited reporting when OutOfMemorErrors occur during | Reinier Zwitserloot |
2013-05-31 | Added @NonNull on parameters feature (issue 514), | Reinier Zwitserloot |
2013-05-30 | Fixes for issue 470: VerifyErrors when using @SneakyThrows. | Reinier Zwitserloot |
2013-05-24 | added test case and delombok result for issue 520 (val in try-with-resources)... | Reinier Zwitserloot |
2013-05-24 | whoops, didnt update version number to 0.11.9 yet | Reinier Zwitserloot |
2013-05-24 | added previous fix of issue 520 to the changelog | 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-05-23 | Updated website; the footer of the video was too long and caused wonky format... | Reinier Zwitserloot |
2013-05-06 | Fixed issue 513: If equals is present but hashCode isn't, @Data now generates... | Reinier Zwitserloot |
2013-04-23 | bugfix in website ant buildscript for finding the Java2HtmlTask | Reinier Zwitserloot |
2013-04-23 | prerelease version bump | Reinier Zwitserloot |
2013-04-23 | added temporary debug switch -Dlombok.debugAsmOnly for issue 470. | Reinier Zwitserloot |
2013-04-23 | added support for lombok.disablePostCompiler. | Reinier Zwitserloot |
2013-04-23 | fixed capitalization error in an inner class. | Reinier Zwitserloot |
2013-04-23 | added link to a great external non-video based tutorial instead of our crappy... | Reinier Zwitserloot |
2013-04-05 | Update to newer version of ivyplusplus | Reinier Zwitserloot |
2013-04-02 | long overdue update of copyright year in license file | Roel Spilker |
2013-03-26 | updated changelog to reflect performance improvements of previous commit. | Roel Spilker |
2013-03-26 | Massive performance improvements, and a few potentially breaking changes for ... | Roel Spilker |
2013-03-26 | We used to add the platform line ending when comparing test files. This obvio... | Roel Spilker |
2013-03-25 | Fixed merge conflict in changelog | Roel Spilker |
2013-03-25 | Changed path in releasenotes | Roel Spilker |
2013-03-18 | Fixed issue 459: Delombok would choke on try-with-resources. | Reinier Zwitserloot |
2013-03-18 | Added a //version option to test files to restrict them to specific versions. | Reinier Zwitserloot |
2013-03-18 | Some halfway work on introducing hideNulls feature to toString. Aborted becau... | Reinier Zwitserloot |
2013-03-18 | fixed javadoc of XAnnotationHandler; they used to be interfaces but now they ... | Reinier Zwitserloot |
2013-03-12 | In delombok, we mark the AST as changed if we remove an annotation; this fixe... | Reinier Zwitserloot |
2013-03-12 | Fix for issue #436: In eclipse, calling i.e. `list.get(i).extensionMethod()` ... | Reinier Zwitserloot |
2013-03-11 | Updated documentation to reflect support of JBoss Developer Studio | Reinier Zwitserloot |
2013-03-11 | Added installer support for JBoss Developer Studio which is an eclipse variant. | Reinier Zwitserloot |
2013-03-11 | Added @Log4j2 support. | Reinier Zwitserloot |
2013-03-11 | changed the pattern for writing dependencies to the various lib/ directories | Reinier Zwitserloot |
2013-03-11 | startOnFirstThread is no longer necessary on modern JVMs on mac. | Reinier Zwitserloot |
2013-02-25 | fixed typoed URL to onX docs in changelog | Reinier Zwitserloot |
2013-02-18 | Changed @Value to no longer imply @Wither. Usually you want only | Reinier Zwitserloot |
2013-02-18 | whoops, belated push and fixes to the documentation of onX | Reinier Zwitserloot |
2013-02-11 | Bugfix for delombok mangling x++ into ++x on java7. | Reinier Zwitserloot |
2013-02-11 | BIG commit: | Reinier Zwitserloot |
2012-11-17 | Added all documentation for the onX feature and updated changelog. | Reinier Zwitserloot |
2012-11-17 | Updated the javadoc of each and every feature annotation that lombok has: | Reinier Zwitserloot |
2012-11-12 | Fixed two minor javadoc typos in @Getter and @Value. | Reinier Zwitserloot |
2012-11-12 | [refactor] Cleaned up static imports (always use *), and refactored out getCt... | Reinier Zwitserloot |
2012-10-30 | whoops forgot to update changelog for release 0.11.6 | Reinier Zwitserloot |
2012-10-30 | post-release version bump. | Reinier Zwitserloot |