Age | Commit message (Expand) | Author |
2012-03-05 | Issue 348: @Delegate should also generate @Deprecated when the interface meth... | Roel Spilker |
2012-02-27 | Consistent use of JavacResolution.typeToJCTree instead of TreeMaker.Types - f... | Sander Koning |
2012-02-25 | Handle deprecated by ordinary usage. | Taiki Sugawara |
2012-02-22 | support delegate with deprecated comment. | Taiki Sugawara |
2012-02-15 | 'val' is no longer legal in basic for loops now. Fixes issue #346 | Reinier Zwitserloot |
2012-02-14 | Bumped copyright years on recently (in 2012) changed sources. | Reinier Zwitserloot |
2012-02-14 | No more autobox/type coercion issues with @Getter(lazy=true) and primitive ty... | Reinier Zwitserloot |
2012-02-14 | 'val' now works for member types whose outers have generics. (issue #343) | Reinier Zwitserloot |
2012-01-24 | Fix for issue 328: @Delegate on a field for which we also generate a getter w... | Roel Spilker |
2012-01-19 | [Issue 275] Allow @Delegate on no-argument methods | peichhorn |
2012-01-09 | trivial refactor | Reinier Zwitserloot |
2011-12-19 | Merge branch 'typeLibrary' | Reinier Zwitserloot |
2011-12-15 | Generated nodes are now cached using a fully-weak Map. | Robbert Jan Grootjans |
2011-12-13 | Refactored the type resolver, and made the 'find locally named classes that s... | Reinier Zwitserloot |
2011-11-21 | Made an API for creating a (oracle javac) JavaCompiler which tracks comments ... | Reinier Zwitserloot |
2011-11-20 | Fix for issue 299: labels would break 'val' in javac. | Reinier Zwitserloot |
2011-11-13 | Eclipse/JavacHandlerUtil.injectField(...) inserts the new fields after the en... | peichhorn |
2011-11-07 | Changed copyright notices | Roel Spilker |
2011-10-25 | Fixed issue 289: non-static inner classes whose outer class has generics can'... | Reinier Zwitserloot |
2011-10-24 | pretty big refactor; introduced a new source package which should be (and is)... | Reinier Zwitserloot |
2011-10-10 | Added missing copyright header and bumped version number to xHEAD. | Reinier Zwitserloot |
2011-10-07 | Accept JCCatch as 'statement' (issue #281) | Sander Koning |
2011-09-20 | toString() of various delegates to interop with javac (FileObjectWrapper and ... | Michail Plushnikov |
2011-08-16 | Merge branch 'master' of github.com:rzwitserloot/lombok | Reinier Zwitserloot |
2011-08-16 | This fixes 'val' not working in javac7. The LogDisabler used to simply suppre... | Reinier Zwitserloot |
2011-08-16 | Renamed Javac.getCTCint to getCtcInt | Roel Spilker |
2011-08-15 | Merge branch 'delombok_java7' | Reinier Zwitserloot |
2011-08-15 | fixed a warning during the ant compile process | Reinier Zwitserloot |
2011-08-15 | Removed support for onMethod, onParam and onConstructor due to javac7 type in... | Roel Spilker |
2011-08-10 | Made delomboks processor 'work' on java6 and java7 without any warnings | peichhorn |
2011-08-08 | Made the annotation processor 'work' on java6 and java7 without any warnings | Roel Spilker |
2011-07-30 | fixed Issue 243: | peichhorn |
2011-07-30 | fixed Issue 244: | peichhorn |
2011-07-24 | Fixes issue 176 more thoroughly; even if both javac6 and javac7 are on the cl... | Reinier Zwitserloot |
2011-07-18 | Changes to the lombok annotations processor, forcing the java processing envi... | Jan Lahoda |
2011-07-18 | Now either all or none of equals/hashCode/canEqual is generated. Fixes issue ... | Roel Spilker |
2011-06-20 | Minor tweaks to documentation updates (javadocs, website). | Reinier Zwitserloot |
2011-06-20 | Javac/EclipseAnnotationHandler are now abstract classes instead of interfaces... | Reinier Zwitserloot |
2011-05-30 | Whoops, we broke @Delegate with the last update. Now the CAS check on handled... | Reinier Zwitserloot |
2011-05-30 | tracking if an annotation has been handled or not is now no longer done | Reinier Zwitserloot |
2011-05-30 | HandleDelegate did not remove the annotation @Delegate from javac's AST, so H... | peichhorn |
2011-05-16 | Fixes issue 205: NullPointerException in javac's Check$Validator with val | Philipp Eichhorn |
2011-05-13 | Updated copyright on javac HandleDelegate | Reinier Zwitserloot |
2011-05-13 | @Delegate in javac on the new types/excludes model without autoexclusion now ... | Reinier Zwitserloot |
2011-03-18 | Rewritten @Cleanup's new null analysis prevention to not use | Reinier Zwitserloot |
2011-02-14 | Added annotation for handleconstructor: issue 172 | grootjans |
2011-02-07 | Presence of isFoo(), hasFoo(), and getFoo(), as well as properties named 'isF... | Reinier Zwitserloot |
2011-01-31 | Changed internal call for resolution to method support in javac7 | grootjans |
2011-01-24 | NPE fix | Reinier Zwitserloot |
2011-01-24 | In javac, @XArgsConstructor on enums was not forcing the generated constructo... | Philipp Eichhorn |