Age | Commit message (Expand) | Author |
2022-10-30 | [fixes #3242] Use real type for enclosing class | Rawi01 |
2021-04-18 | [fixes #2460][fixes #2462] Cleanup internal argument cache | Rawi01 |
2021-03-19 | [jdk16] TypeSymbol.isLocal has been renamed | Roel Spilker |
2020-11-13 | [refactor] reflection code streamlined by sending it through the Permit class | Reinier Zwitserloot |
2020-07-24 | [trivial] I broke 'ant dist' earlier today | Reinier Zwitserloot |
2020-07-23 | [bugfix] [javac] LUB types + val | Reinier Zwitserloot |
2020-03-06 | [fixes #2358] self-referential generics could cause endless loops in javac. | Reinier Zwitserloot |
2019-04-24 | improvements type inference of type intersections (affects ValLambda.java, Va... | Bulgakov Alexander |
2018-10-29 | eliminate ‘you are using private API’ warnings by streamlining all reflec... | Reinier Zwitserloot |
2018-01-09 | Updated copyright notices to 2018. | Reinier Zwitserloot |
2018-01-09 | [fixes #1554] javac9 now caches type lookups based on ‘position’ which is... | Reinier Zwitserloot |
2018-01-09 | [fixes #1553] attriber of JDK9 checks the enclosing class’s type, which we ... | Reinier Zwitserloot |
2017-11-29 | delombok in JDK9 now almost works. Some cases of ‘val’ don’t work yet. | Reinier Zwitserloot |
2017-11-29 | bugfix for delomboking source that does not compile; it should just emit comp... | Reinier Zwitserloot |
2015-02-04 | added the assertion logger feature, used for internal debugging only. | Reinier Zwitserloot |
2015-02-01 | Fixed issues with val in inner classes, and re-enabled a test that caught it ... | 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 |
2014-08-21 | [i731] javac resolution broken by 1.8.0_20; fixed with some reflection voodoo... | Roel Spilker |
2014-05-08 | bugfix: our new trick to try and disable target typing by making the LHS of a... | Reinier Zwitserloot |
2013-09-25 | [jdk8support] there was a bunch of duplicate code in both JavacAST and JavacR... | Roel Spilker |
2013-09-25 | Pre-emptive fix for the anticipated removal of ListBuffer.lb() in javac8 | Roel Spilker |
2013-08-19 | Fix suppressing diagnostic messages during resolution in #java8 #val | 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-22 | Merge branch 'master' into jdk8. Also added some major fixes whilst merging. | Reinier Zwitserloot |
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-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 |