aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2014-03-26[i660] canEqual is now protected instead of public.Roel Spilker
2014-03-17[#590][refactor] Fix for deadlock in WeakHashMap. Refactored all code that us...Roel Spilker
2014-03-07fixed the weird goosechase thing in the changelog.Reinier Zwitserloot
2014-03-07post release version bumpReinier Zwitserloot
2014-03-06dang, I typoed the version number in changelog, and I already pushed out to m...Reinier Zwitserloot
2014-03-06pre-release version bumpReinier Zwitserloot
2014-03-01Updated changelog to reflect fixes for issue #648 and getting rid of the JNA ...Roel Spilker
2014-02-27updated changelog to reflect the new support for luna and some JDK8 features ...Roel Spilker
2014-02-25yet another (much better) attempt at fixing the deadlock issue. Again all the...Roel Spilker
2014-02-24Another shot in the dark to fix deadlock issues with eclipse and build plugin...Roel Spilker
2014-02-20previous fix also fixes issue 438: Using the surround with try/catch quickfix...Roel Spilker
2014-02-20[suspect:eclipse] Fix for issue 633: refactor script 'extract local variable'...Roel Spilker
2014-02-11changelog updated for issue 632 (topic support for loggers)Reinier Zwitserloot
2014-02-06Updated changelogRoel Spilker
2014-02-05Updated changelogRoel Spilker
2014-01-23[#585] Copying of javadoc to getters / setters / withers woudl copy non-relev...Reinier Zwitserloot
2014-01-19Typo in changelogRoel Spilker
2014-01-19Issue 625: use (even) better primes for hashcodesRoel Spilker
2014-01-19Issue 629: have delombok respect the emptyLines derecotry inside enum bodies ...Roel Spilker
2014-01-15post-release version bumpReinier Zwitserloot
2014-01-15pre-release version bumpReinier Zwitserloot
2014-01-09[#625] Changelog entry for this issueReinier Zwitserloot
2013-12-11Added complete support for delombok's 'pretty' format options; covering all o...Reinier Zwitserloot
2013-12-03Fix for Issue #591: v1.12.2 doesn't well with netbeans.Roel Spilker
2013-10-27changelog for bugfix for 598 from previous commitReinier Zwitserloot
2013-10-10Fix for issues when mixing @NonNull on params with @SneakyThrows or @Synchron...Reinier Zwitserloot
2013-09-10version naming and changelog update for edge releaseReinier Zwitserloot
2013-07-16bumped versionReinier Zwitserloot
2013-07-08possible fix for a deadlock issue 531.Reinier Zwitserloot
2013-07-08Fixed value's snippet integration (it hadn't been updated yet now that Value ...Reinier Zwitserloot
2013-07-08Support for javadoc copying in Getter/Setter generation for javac, as well as...Reinier Zwitserloot
2013-07-07updated docs for new desugaring for getter(lazy=true)Reinier Zwitserloot
2013-06-25And now the changelogs are also updated to reflect that Value has been promot...Reinier Zwitserloot
2013-06-25Value has been promoted to the main package.Reinier Zwitserloot
2013-06-18javac builder implementation. Passes all tests.Reinier Zwitserloot
2013-05-31Added @NonNull on parameters feature (issue 514),Reinier Zwitserloot
2013-05-30Fixes for issue 470: VerifyErrors when using @SneakyThrows.Reinier Zwitserloot
2013-05-24added previous fix of issue 520 to the changelogReinier Zwitserloot
2013-05-06Fixed issue 513: If equals is present but hashCode isn't, @Data now generates...Reinier Zwitserloot
2013-04-23prerelease version bumpReinier Zwitserloot
2013-03-26updated changelog to reflect performance improvements of previous commit.Roel Spilker
2013-03-18Fixed issue 459: Delombok would choke on try-with-resources.Reinier Zwitserloot
2013-03-12Fix for issue #436: In eclipse, calling i.e. `list.get(i).extensionMethod()` ...Reinier Zwitserloot
2013-03-11Updated documentation to reflect support of JBoss Developer StudioReinier Zwitserloot
2013-03-11Added @Log4j2 support.Reinier Zwitserloot
2013-02-25fixed typoed URL to onX docs in changelogReinier Zwitserloot
2013-02-18Changed @Value to no longer imply @Wither. Usually you want onlyReinier Zwitserloot
2012-11-17Added all documentation for the onX feature and updated changelog.Reinier Zwitserloot
2012-10-30whoops forgot to update changelog for release 0.11.6Reinier Zwitserloot
2012-10-30Added annotation for the slf4j extended loggergrootjans