| Age | Commit message (Collapse) | Author |
|
* var is promoted to the main package.
* It is no longer an opt-in thing.
* bug: var (unlike val) is allowed in old-style for loops, but if you multi-init: for (var i = 0, j="Foo";;), you now get an error that you can't do that.
* tests both for the multi-for situation and the new main package variant.
|
|
new module syntax, and having module-info.java files in your source.
|
|
|
|
|
|
|
|
"JDK9 support much improved since v1.16.6" -> "... v1.16.16"
|
|
|
|
|
|
|
|
#1532
|
|
|
|
in this release.
|
|
fixes #1521
|
|
broke it with JDK9).
|
|
|
|
longer supports 1.4/1.5 but we need it to continue to compile patchtargets for eclipse.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
appropriate.
|
|
|
|
hashCode and toString from Data and Value
|
|
|
|
|
|
args.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ecj (google's dagger project has this, don't know of any others), when run inside eclipse, bombs with a LinkageError. Fixed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|