Age | Commit message (Expand) | Author |
2023-03-21 | [jdk20] Adds support for updated JCEnhancedForLoop | Rawi01 |
2021-09-06 | Replace val with native final var in Java >= 10 | Rawi01 |
2021-04-01 | [fixes #2787] Handle right hand side of assignment first | Rawi01 |
2021-03-16 | [build] sped up the build considerable. | Reinier Zwitserloot |
2021-01-28 | [fixes #2691] Add end positions to all generated nodes | Rawi01 |
2019-04-30 | [trivial] update a comment to be more accurate about the priority of handler ... | Reinier Zwitserloot |
2019-04-28 | #1976. A handlers' order has been changed. The javac's HandleDelegate generat... | Bulgakov Alexander |
2018-02-07 | [var] various upgrades to var: | 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 |
2016-11-21 | Some refinement on var | Roel Spilker |
2016-11-12 | a initialization of variable like "var o = null;" will throw the compile tim... | Bulgakov Alexander |
2016-11-12 | imports expanded, idents aligned | Bulgakov Alexander |
2016-10-26 | The @var annotation has been moved to the experimental package. | Bulgakov Alexander |
2016-10-24 | added supporting of @var variables. The @var annotation has the same function... | Bulgakov Alexander |
2015-10-06 | New feature: FieldDefaults can now be configured to apply to _every_ file, re... | 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-05-08 | bugfix: our new trick to try and disable target typing by making the LHS of a... | Reinier Zwitserloot |
2014-05-06 | more work on JDK8 support: val on generified lub types now works a little bet... | Reinier Zwitserloot |
2014-01-18 | [configuration] Moved ALL ConfigurationKey constants into 'ConfigurationKeys'... | Reinier Zwitserloot |
2014-01-18 | [configuration] implementation of flagUsage for all handlers. | Reinier Zwitserloot |
2013-12-03 | Fix for Issue #591: v1.12.2 doesn't well with netbeans. | Roel Spilker |
2012-09-17 | If val errors out, now at least you see where it happened. | Reinier Zwitserloot |
2012-08-10 | Added an optimization to javac: Don't force new resolution rounds if none of ... | Reinier Zwitserloot |
2012-08-10 | * Added priorities to handlers, along with implementation of the priority sys... | Reinier Zwitserloot |
2012-04-03 | Philipp Eichhorn's patch to use marker annotations instead of boolean-returni... | Reinier Zwitserloot |
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 | 'val' now works for member types whose outers have generics. (issue #343) | 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 |
2011-08-16 | This fixes 'val' not working in javac7. The LogDisabler used to simply suppre... | Reinier Zwitserloot |
2011-05-30 | tracking if an annotation has been handled or not is now no longer done | Reinier Zwitserloot |
2010-12-22 | val x = foo; is now desugared into "@val type x = foo;" (the @val is added), ... | Reinier Zwitserloot |
2010-11-29 | some more work on why delombok isn't tracking changes due to val alone. | Reinier Zwitserloot |
2010-11-29 | 'val' now only works if its a reference to lombok.val on javac. | 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-10 | 'val' now fully works on javac, even when referring to lombok-generated code,... | 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 | Delombok on files with only 'val' in them, without --force, didn't do anythin... | 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 |