Age | Commit message (Expand) | Author |
2021-12-12 | [fixes #3043] Add null check for end positions | Rawi01 |
2021-08-18 | [jdk17] Add support for sealed classes | Rawi01 |
2021-04-18 | [StandardExceptions] fix for javac | Reinier Zwitserloot |
2021-03-22 | Merge branch 'records' | Reinier Zwitserloot |
2021-02-04 | [issue #2730] Javadoc generated by lombok in javac now gets its position set. | Reinier Zwitserloot |
2020-12-21 | [fixes #2682] Fix NPE, always add Javadoc return statement | Rawi01 |
2020-06-25 | [bugfix] building would fail | Reinier Zwitserloot |
2020-06-19 | #1543: First primitives, then primitive wrappers, then other references | Roel Spilker |
2019-05-06 | [trivial] replacing all calls to Class.newInstance() with Class.getConstructo... | Reinier Zwitserloot |
2019-01-08 | [#1033] steps on the way to issue 1033: You can add cleanup tasks which are d... | Reinier Zwitserloot |
2018-10-29 | eliminate ‘you are using private API’ warnings by streamlining all reflec... | Reinier Zwitserloot |
2018-04-20 | move 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 2018 | Reinier Zwitserloot |
2018-02-07 | Fix version parsing for jdk10. | Roel Spilker |
2017-01-19 | refactor of how creating void types works, also cleaned up some syntax. | Reinier Zwitserloot |
2015-01-31 | updated 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-11 | Set @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 NetBeans | Jan Lahoda |
2013-10-10 | Whoops, Classload errors running lombok on javac with backing JVM 7 or below;... | Reinier Zwitserloot |
2013-09-24 | Fixed 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-05 | To quote Reinier paraphrasing the compiler: "If the loading doesn't work, I d... | Roel Spilker |
2013-07-28 | more progress. This one is less JDK8 compatible, but | 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-07-22 | Merge branch 'master' into jdk8. Also added some major fixes whilst merging. | Reinier Zwitserloot |
2013-06-18 | Added a ClassDef wrapper, because its signature changed between javac1.6 and ... | Reinier Zwitserloot |
2013-05-31 | Added @NonNull on parameters feature (issue 514), | Reinier Zwitserloot |
2013-05-23 | Added a method to obtain latest java language spec supported by host | Reinier Zwitserloot |
2013-04-05 | Type fixes for JDK7 | Robbert Jan Grootjans |
2013-04-05 | Some small fixes for Java 7 | Robbert Jan Grootjans |
2013-03-22 | Refactored 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-27 | Whoops, errors during release build. fixed it quickly! | Reinier Zwitserloot |
2012-03-21 | Implementation of @Accessors. | Reinier Zwitserloot |
2011-11-07 | Changed copyright notices | Roel Spilker |
2011-10-24 | pretty big refactor; introduced a new source package which should be (and is)... | Reinier Zwitserloot |