aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/eclipse/EclipseAST.java
AgeCommit message (Expand)Author
2013-12-15[configuration] Added the .getAbsoluteFileLocation() method to AST;Roel Spilker
2013-12-15work in progress on ProjectSearcher.Reinier Zwitserloot
2013-07-16Renamed ImmutableList to LombokImmutableList, to reduce our ImmutableList com...Reinier Zwitserloot
2013-05-30Fixes for issue 470: VerifyErrors when using @SneakyThrows.Reinier Zwitserloot
2013-05-23Added methods to obtain JLS support-level version information from AST/Lombok...Reinier Zwitserloot
2013-03-26Massive performance improvements, and a few potentially breaking changes for ...Roel Spilker
2012-06-18Fixed Help Content in Eclipse / ecj support.Robbert Jan Grootjans
2011-11-07Changed copyright noticesRoel Spilker
2011-10-24pretty big refactor; introduced a new source package which should be (and is)...Reinier Zwitserloot
2011-06-13Fixed PrintAST, and separately SneakyThrows/Synchronized which failed because...Reinier Zwitserloot
2011-05-30The EclipseAST was incomplete when it came to ConstructorCalls. This lead to ...peichhorn
2010-12-31Resolve-phase transformers in eclipse need to force a rebuild of the EclipseA...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-20import lombok.*; wasn't working in eclipse. It is now.Reinier Zwitserloot
2009-11-29Fixed premature removal of importsRoel Spilker
2009-11-27Added change tracking so that 1 AST instance can tell you if any processor ch...Roel Spilker
2009-11-25Refactored the source folders.Reinier Zwitserloot