Age | Commit message (Expand) | Author |
2012-11-12 | [refactor] Cleaned up static imports (always use *), and refactored out getCt... | Reinier Zwitserloot |
2012-07-13 | Fixed issue 397: Rare java.lang.StackOverflowError in JavacResolution. | Philipp Eichhorn |
2012-04-23 | Replaced the 'try some reflection and if that fails, oh well' code with catch... | Reinier Zwitserloot |
2012-02-14 | Bumped copyright years on recently (in 2012) changed sources. | Reinier Zwitserloot |
2012-02-14 | 'val' now works for member types whose outers have generics. (issue #343) | Reinier Zwitserloot |
2011-11-20 | Fix for issue 299: labels would break 'val' in javac. | Reinier Zwitserloot |
2011-10-24 | pretty big refactor; introduced a new source package which should be (and is)... | Reinier Zwitserloot |
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-01-31 | Changed internal call for resolution to method support in javac7 | grootjans |
2010-12-18 | Moved all the Compile time constants from the Javac handlers and supporting c... | grootjans |
2010-11-28 | bugfixes for typeToJCTree. HandleDelegate (javac) is working better. | Reinier Zwitserloot |
2010-11-25 | @Delegate, at least without value=, seems to work great in javac now! | Reinier Zwitserloot |
2010-11-22 | Added storing instanceof JavacTypes in JavacAST, and renamed JavacResolution'... | Reinier Zwitserloot |
2010-11-18 | In javac, use ListBuffer to append | Roel Spilker |
2010-11-10 | Fix for javac: 'val x = null;' is now valid, and results in x being of type O... | Reinier Zwitserloot |
2010-11-10 | Undone something that'll never work anyway | Reinier Zwitserloot |
2010-11-09 | Experiment to try and make java 'self referential' by deleting the Enter and ... | Reinier Zwitserloot |
2010-11-08 | 'val' now also works in foreach loops, on both javac and ecj / eclipse. | Reinier Zwitserloot |
2010-11-08 | 'val' in javac now errors out with an appropriate message on val x = { .. }, ... | Reinier Zwitserloot |
2010-11-03 | val in java, including tests and javac resolution utilities. | Reinier Zwitserloot |