aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/JavacAST.java
AgeCommit message (Expand)Author
2013-09-25[jdk8support] there was a bunch of duplicate code in both JavacAST and JavacR...Roel Spilker
2013-09-25Pre-emptive fix for the anticipated removal of ListBuffer.lb() in javac8Roel Spilker
2013-09-09added a todo comment onlyRoel Spilker
2013-07-28Some work on actually making lombok work on JDK8's javac.Reinier Zwitserloot
2013-07-26experiment: Can we wrap TreeMaker and remove a heck of a lot of opportunity t...Reinier Zwitserloot
2013-07-23A source file with just @Getter in it now compiles in javac8, but there is st...Reinier Zwitserloot
2013-06-13Added some very limited reporting when OutOfMemorErrors occur duringReinier Zwitserloot
2013-05-24Fixed more issues related to java7's try-with-resources,Reinier Zwitserloot
2013-05-23Added methods to obtain JLS support-level version information from AST/Lombok...Reinier Zwitserloot
2013-05-23Added a method to obtain latest java language spec supported by hostReinier Zwitserloot
2013-03-26Massive performance improvements, and a few potentially breaking changes for ...Roel Spilker
2013-02-11BIG commit:Reinier Zwitserloot
2011-11-07Changed copyright noticesRoel Spilker
2011-10-07Accept JCCatch as 'statement' (issue #281)Sander Koning
2010-11-22Added storing instanceof JavacTypes in JavacAST, and renamed JavacResolution'...Reinier Zwitserloot
2010-07-22toString(), equals(), and hashCode() now use getX() instead of x if either it...Reinier Zwitserloot
2010-07-22Updated copyright statements and version release name.Reinier Zwitserloot
2010-07-17Bugfix: Annotations on types were being ignored if the type had no members in...Reinier Zwitserloot
2009-12-17Fix to javac handler; it now properly detects single package names, such as "...Petr Jiricka
2009-11-30All basic elements of netbeans support are here except the actual agent part.Reinier Zwitserloot
2009-11-29Fixed premature removal of importsRoel Spilker
2009-11-27This is a patch submitted by lahoda on the issue tracker (issue #61). It appa...Reinier Zwitserloot
2009-11-27Added change tracking so that 1 AST instance can tell you if any processor ch...Roel Spilker
2009-11-27delombok now calls lombok. wahey!Reinier Zwitserloot
2009-11-25Refactored the source folders.Reinier Zwitserloot