Age | Commit message (Expand) | Author |
2015-10-06 | New feature: FieldDefaults can now be configured to apply to _every_ file, re... | Reinier Zwitserloot |
2015-02-04 | @UtilityClass handlers now more intelligent about inner types of implicitly s... | Reinier Zwitserloot |
2015-02-01 | Fixed issues with val in inner classes, and re-enabled a test that caught it ... | Reinier Zwitserloot |
2015-01-31 | updated some copyright headers and reverted a change to use a TreeMap to forc... | Reinier Zwitserloot |
2015-01-31 | [i694] When we resolve anything with inner classes, supertype references in t... | Reinier Zwitserloot |
2015-01-11 | Set @Singularize code for javac improved, Map @Singularize added. | Reinier Zwitserloot |
2015-01-05 | @Singleton for j.u.Sets works in javac. | Reinier Zwitserloot |
2014-12-08 | moved builder to core package (deprecated old one, created new one, added ali... | Reinier Zwitserloot |
2014-06-05 | Finished refactor of FieldAugment; there's no longer a separate variant for b... | Roel Spilker |
2014-06-05 | [#688] Bugfix for eclipse: syntax highlighting would break amongst many other... | Reinier Zwitserloot |
2014-03-17 | [#590][refactor] Fix for deadlock in WeakHashMap. Refactored all code that us... | Roel Spilker |
2014-02-04 | #471: @SneakyThrows should work in NetBeans | Jan Lahoda |
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-25 | Pre-emptive fix for the anticipated removal of ListBuffer.lb() in javac8 | 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-08-13 | Getting the java8 compiler remember the comments | Roel Spilker |
2013-08-05 | To quote Reinier paraphrasing the compiler: "If the loading doesn't work, I d... | 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-26 | experiment: Can we wrap TreeMaker and remove a heck of a lot of opportunity t... | 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-16 | Renamed ImmutableList to LombokImmutableList, to reduce our ImmutableList com... | Reinier Zwitserloot |
2013-07-08 | A lot of refactoring on how javadoc is handled, to prepare for copying javado... | Reinier Zwitserloot |
2013-07-07 | more work on the tricky Context hack to make 'ant compile' not emit warnings. | Reinier Zwitserloot |
2013-07-07 | FINALLY! Found the cause of a really weird eclipse bug, | Reinier Zwitserloot |
2013-06-18 | Added a ClassDef wrapper, because its signature changed between javac1.6 and ... | Reinier Zwitserloot |
2013-06-16 | First steps Builder support | Reinier Zwitserloot |
2013-06-16 | Removed a SuppressWarnings which old eclipse doesn't care about for some reas... | Reinier Zwitserloot |
2013-05-31 | Added @NonNull on parameters feature (issue 514), | 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-04-05 | Type fixes for JDK7 | Robbert Jan Grootjans |
2013-04-05 | Some small fixes for Java 7 | Robbert Jan Grootjans |
2013-03-26 | Massive performance improvements, and a few potentially breaking changes for ... | Roel Spilker |
2013-03-22 | Refactored out references to TypeTags. | Robbert Jan Grootjans |
2013-03-08 | Added switch to CommentsCatcher. Assumption, until proven otherwise is | Robbert Jan Grootjans |
2012-11-12 | [refactor] Cleaned up static imports (always use *), and refactored out getCt... | Reinier Zwitserloot |
2012-08-06 | Added @Value and @FieldDefaults implementations for javac and ecj, the annota... | Reinier Zwitserloot |
2012-03-27 | Whoops, errors during release build. fixed it quickly! | Reinier Zwitserloot |
2012-03-21 | Implementation of @Accessors. | Reinier Zwitserloot |
2012-01-24 | Fix for issue 328: @Delegate on a field for which we also generate a getter w... | Roel Spilker |
2011-12-20 | Moved Asm utils out of utils and into core, because utils isn't supposed to h... | Reinier Zwitserloot |
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-20 | Fix for issue 299: labels would break 'val' in javac. | Reinier Zwitserloot |
2011-11-07 | Changed copyright notices | Roel Spilker |