index
:
github/lombok.git
feat/memoize
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
lombok
/
javac
/
JavacAST.java
Age
Commit message (
Expand
)
Author
2013-09-25
[jdk8support] there was a bunch of duplicate code in both JavacAST and JavacR...
Roel Spilker
2013-09-25
Pre-emptive fix for the anticipated removal of ListBuffer.lb() in javac8
Roel Spilker
2013-09-09
added a todo comment only
Roel Spilker
2013-07-28
Some work on actually making lombok work on JDK8's javac.
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-06-13
Added some very limited reporting when OutOfMemorErrors occur during
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-03-26
Massive performance improvements, and a few potentially breaking changes for ...
Roel Spilker
2013-02-11
BIG commit:
Reinier Zwitserloot
2011-11-07
Changed copyright notices
Roel Spilker
2011-10-07
Accept JCCatch as 'statement' (issue #281)
Sander Koning
2010-11-22
Added storing instanceof JavacTypes in JavacAST, and renamed JavacResolution'...
Reinier Zwitserloot
2010-07-22
toString(), equals(), and hashCode() now use getX() instead of x if either it...
Reinier Zwitserloot
2010-07-22
Updated copyright statements and version release name.
Reinier Zwitserloot
2010-07-17
Bugfix: Annotations on types were being ignored if the type had no members in...
Reinier Zwitserloot
2009-12-17
Fix to javac handler; it now properly detects single package names, such as "...
Petr Jiricka
2009-11-30
All basic elements of netbeans support are here except the actual agent part.
Reinier Zwitserloot
2009-11-29
Fixed premature removal of imports
Roel Spilker
2009-11-27
This is a patch submitted by lahoda on the issue tracker (issue #61). It appa...
Reinier Zwitserloot
2009-11-27
Added change tracking so that 1 AST instance can tell you if any processor ch...
Roel Spilker
2009-11-27
delombok now calls lombok. wahey!
Reinier Zwitserloot
2009-11-25
Refactored the source folders.
Reinier Zwitserloot