aboutsummaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)Author
2019-04-24[trivial] adding a comment to give context to the fix for delombok being over...Reinier Zwitserloot
2019-04-24[jdk11] delombok was printing most variable declarations that are generated b...Reinier Zwitserloot
2019-04-24[fixes #2085] JDK12 compatibility. Also acknowledging @nqzero for the permit-...Reinier Zwitserloot
2019-01-22[fixes #2019] Lombok now properly deals with `@NonNull` specifically on the â...Reinier Zwitserloot
2019-01-08[#1033] steps on the way to issue 1033: You can add cleanup tasks which are d...Reinier Zwitserloot
2018-11-06[fixes #1888] [jdk12] lombok can deal with the changes to case/break nodes in...Reinier Zwitserloot
2018-10-29eliminate ‘you are using private API’ warnings by streamlining all reflec...Reinier Zwitserloot
2018-09-11code review and fixes for the ‘copyable annotations’ setting concept.Reinier Zwitserloot
2018-09-11Add configuration key, handle whereever NULLABLE is handled, support Eclipse.Werner Dietl
2018-09-04[wip] Random fixes to various tests that are failing, especially against Java7.Reinier Zwitserloot
2018-08-20optimized the to/fromQualifiedName methodRoland Praml
2018-05-14[annotation based ToString] hey.. we have annotation based ToString now, wher...Reinier Zwitserloot
2018-04-20move ClassLiteral and FieldSelect from core/lombok/core/AnnotationValues.java...Dmitry Kurelchuk
2018-04-17[Fixes #1656] Lombok would silently do the wrong thing when using references ...Reinier Zwitserloot
2018-02-07[trivial] copyright header year bump to 2018Reinier Zwitserloot
2018-02-07Fix version parsing for jdk10.Roel Spilker
2017-12-05[JDK9] fixing delombok’s comment integration in JDK9.Reinier Zwitserloot
2017-11-29bugfix for delomboking source that does not compile; it should just emit comp...Reinier Zwitserloot
2017-11-28JDK9 support for delombok (and thus, for running the tests under JDK9).Reinier Zwitserloot
2017-03-22update references to issue numbersRoel Spilker
2017-01-19refactor of how creating void types works, also cleaned up some syntax.Reinier Zwitserloot
2015-10-06New 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-01Fixed issues with val in inner classes, and re-enabled a test that caught it ...Reinier Zwitserloot
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-12-08moved builder to core package (deprecated old one, created new one, added ali...Reinier Zwitserloot
2014-06-05Finished 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 NetBeansJan Lahoda
2013-10-10Whoops, 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-25Pre-emptive fix for the anticipated removal of ListBuffer.lb() in javac8Roel Spilker
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-13Getting the java8 compiler remember the commentsRoel Spilker
2013-08-05To quote Reinier paraphrasing the compiler: "If the loading doesn't work, I d...Roel Spilker
2013-07-28Some work on actually making lombok work on JDK8's javac.Reinier Zwitserloot
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-07-16Renamed ImmutableList to LombokImmutableList, to reduce our ImmutableList com...Reinier Zwitserloot
2013-07-08A lot of refactoring on how javadoc is handled, to prepare for copying javado...Reinier Zwitserloot
2013-07-07more work on the tricky Context hack to make 'ant compile' not emit warnings.Reinier Zwitserloot
2013-07-07FINALLY! Found the cause of a really weird eclipse bug,Reinier Zwitserloot
2013-06-18Added a ClassDef wrapper, because its signature changed between javac1.6 and ...Reinier Zwitserloot