Age | Commit message (Expand) | Author |
2016-11-21 | Merge branch 'feature/var' of https://github.com/bulgakovalexander/lombok int... | Roel Spilker |
2016-11-12 | imports expanded, idents aligned | Bulgakov Alexander |
2016-11-07 | [issue #1218] Annotation Processors that have an (internal) dependency on ecj... | Roel Spilker |
2016-10-26 | The @var annotation has been moved to the experimental package. | Bulgakov Alexander |
2016-10-24 | added supporting of @var variables. The @var annotation has the same function... | Bulgakov Alexander |
2016-06-29 | Potential solution for issue #913 | Roel Spilker |
2016-06-28 | trivial | Roel Spilker |
2016-06-28 | [i913] Prevent NPE in PatchDelegate when binding.scope is null | Roel Spilker |
2015-11-22 | [Fixes #970] Eclipse would generate some internal IDE errors if using ‘val�... | Reinier Zwitserloot |
2015-07-08 | Fixes for eclipse mars. | Reinier Zwitserloot |
2015-06-24 | [trivial] Fix for running lombok in a launched eclipse for debugging purposes... | Reinier Zwitserloot |
2015-05-02 | https-ified links on the site. | Reinier Zwitserloot |
2015-05-02 | Somehow in eclipse mars wanted us to pull in more ecj deps, fixed that proble... | Reinier Zwitserloot |
2015-05-02 | Change http://projectlombok.org to https://projectlombok.org | Roel Spilker |
2015-04-08 | Updated to patcher 0.20 with updates for bugs where you’d type a quote and ... | Reinier Zwitserloot |
2015-04-05 | fixed the ‘cleanup/codeformat on save’ save cleanup action in Eclipse Mars. | Reinier Zwitserloot |
2015-04-02 | [i802] working on eclipse mars support; this needs a few updates to integrati... | Reinier Zwitserloot |
2015-03-31 | We are getting some reports that might indicate there’s a race condition in... | Reinier Zwitserloot |
2015-02-08 | [shadowloader] Fix for lombok v1.16.0 no longer working in eclipses that use ... | Reinier Zwitserloot |
2015-01-21 | [i742][i747] Fix for ExtensionMethod broken in Eclipse using java8 | Roel Spilker |
2015-01-21 | the previous basic for fix didn't really work, this one is better. | Roel Spilker |
2015-01-21 | Fix for erroneous use of val in basic fors. | Reinier Zwitserloot |
2015-01-21 | * Fixed running ecj tests within eclipse | Reinier Zwitserloot |
2015-01-20 | [shadowloader] all the patching we do for ecj are ALL entrypoints and need sh... | Roel Spilker |
2014-12-04 | fix for lombok not compiling if JDK8’s javac is used as default compiler. | Reinier Zwitserloot |
2014-10-29 | [shadowloader] simple bugfix; shadowloader wasn’t working in luna. | Reinier Zwitserloot |
2014-10-28 | Installer updated to no longer add -Xbootclasspath. | Reinier Zwitserloot |
2014-10-24 | Making SCL work right is more complicated than it first seemed. | Reinier Zwitserloot |
2014-09-30 | first take on the shadow classloader. All seems to be in order, but we still ... | Reinier Zwitserloot |
2014-06-05 | addendum to previous commit; found hardcoded reference to an added field and ... | Roel Spilker |
2014-06-05 | Finished refactor of FieldAugment; there's no longer a separate variant for b... | Roel Spilker |
2014-05-29 | #683: URI not absolute errors in mvn builds due to search for lombok.config b... | Reinier Zwitserloot |
2014-05-21 | Added an error if @Delegate is used recursively. | Reinier Zwitserloot |
2014-05-08 | [java8] don't crash on intersection types | Roel Spilker |
2014-04-01 | all usage of sneakyThrow is now throw sneakyThrow as it should be. | Reinier Zwitserloot |
2014-03-17 | [#590][refactor] Fix for deadlock in WeakHashMap. Refactored all code that us... | Roel Spilker |
2014-02-27 | Fixed some issues when using lambda expressions in eclipse using the beta JDK... | Reinier Zwitserloot |
2014-02-20 | [suspect:eclipse] Fix for issue 633: refactor script 'extract local variable'... | Roel Spilker |
2013-10-10 | No functional change, but runPostCompiler in eclipse patching is no longer tr... | Reinier Zwitserloot |
2013-05-30 | Fixes for issue 470: VerifyErrors when using @SneakyThrows. | Reinier Zwitserloot |
2013-04-23 | added support for lombok.disablePostCompiler. | Reinier Zwitserloot |
2013-03-12 | Fix for issue #436: In eclipse, calling i.e. `list.get(i).extensionMethod()` ... | Reinier Zwitserloot |
2012-10-23 | Fix for NPEs in the eclipse log for | Reinier Zwitserloot |
2012-10-08 | Patches ASTNode.setSourceRange; by default it throws IllegalArgumentException... | Reinier Zwitserloot |
2012-08-13 | Fix for issue 401: test(), Object.test(), and super.test() were all allowed i... | Reinier Zwitserloot |
2012-07-05 | fixed stupid memleak in PatchExtensionMethod.. sorry my bad.. | Philipp Eichhorn |
2012-06-24 | ExtensionMethod didn't work for primitive types in eclipse.. | Philipp Eichhorn |
2012-06-18 | Fixed Help Content in Eclipse / ecj support. | Robbert Jan Grootjans |
2012-06-18 | Split out the GUI function into a separate portal. Though | Robbert Jan Grootjans |
2012-06-12 | Port of lombok-pg's @ExtensionMethod support for eclipse. Doesn't work yet. | Reinier Zwitserloot |