aboutsummaryrefslogtreecommitdiff
path: root/src/utils/lombok/javac/Javac.java
AgeCommit message (Expand)Author
2015-01-31updated 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-11Set @Singularize code for javac improved, Map @Singularize added.Reinier Zwitserloot
2015-01-05@Singleton for j.u.Sets works in javac.Reinier Zwitserloot
2014-02-04#471: @SneakyThrows should work in NetBeansJan Lahoda
2013-10-10Whoops, Classload errors running lombok on javac with backing JVM 7 or below;...Reinier Zwitserloot
2013-09-24Fixed 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-05To quote Reinier paraphrasing the compiler: "If the loading doesn't work, I d...Roel Spilker
2013-07-28more progress. This one is less JDK8 compatible, butReinier 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-07-22Merge branch 'master' into jdk8. Also added some major fixes whilst merging.Reinier Zwitserloot
2013-06-18Added a ClassDef wrapper, because its signature changed between javac1.6 and ...Reinier Zwitserloot
2013-05-31Added @NonNull on parameters feature (issue 514),Reinier Zwitserloot
2013-05-23Added a method to obtain latest java language spec supported by hostReinier Zwitserloot
2013-04-05Type fixes for JDK7Robbert Jan Grootjans
2013-04-05Some small fixes for Java 7Robbert Jan Grootjans
2013-03-22Refactored out references to TypeTags.Robbert Jan Grootjans
2012-11-12[refactor] Cleaned up static imports (always use *), and refactored out getCt...Reinier Zwitserloot
2012-03-27Whoops, errors during release build. fixed it quickly!Reinier Zwitserloot
2012-03-21Implementation of @Accessors.Reinier Zwitserloot
2011-11-07Changed copyright noticesRoel Spilker
2011-10-24pretty big refactor; introduced a new source package which should be (and is)...Reinier Zwitserloot