langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
2013-01-21 mcimadamore 8005166: Add support for static interface methods
2013-01-17 mcimadamore 8005852: Treatment of '_' as identifier
2013-01-16 mcimadamore 8005299: Add FunctionalInterface checking to javac
2013-01-14 jjg 8006119: update javac to follow latest spec for repeatable annotations
2012-12-17 jjg 8004832: Add new doclint package
2012-12-03 jfranck 8001114: Container annotation is not checked for semantic correctness
2012-11-30 mcimadamore 8002099: Add support for intersection types in cast expression
2012-11-30 mcimadamore 8004101: Add checks for method reference well-formedness
2012-11-30 mcimadamore 8004102: Add support for generic functional descriptors
2012-11-17 mcimadamore 8003280: Add lambda tests
2012-11-15 jjg 7021614: extend com.sun.source API to support parsing javadoc comments
2012-11-04 mcimadamore 7192246: Add type-checking support for default methods
2012-11-01 vromero 8000483: cryptic error message when source file contains hash
2012-11-01 ohrstrom 7153951: Add new lint option -Xlint:auxiliaryclass
2012-10-17 mcimadamore 7192245: Add parser support for default methods
2012-10-06 mcimadamore 7177386: Add attribution support for method references
2012-10-05 mcimadamore 7177385: Add attribution support for lambda expressions
2012-10-04 mcimadamore 7177387: Add target-typing support in method context
2012-09-28 jfranck 7199925: Separate compilation breaks check that elements have a default for the containing annotation
2012-09-25 mcimadamore 7177306: Regression: unchecked method call does not erase return type
2012-08-31 jfranck 7151010: Add compiler support for repeating annotations
2012-08-02 mcimadamore 7175538: Integrate efectively final check with DA/DU analysis
2012-08-02 mcimadamore 7175911: Simplify error reporting API in Check.CheckContext interface
2012-05-31 mcimadamore 7166552: Inference: cleanup usage of Type.ForAll
2012-05-10 ksrini 7159445: (javac) emits inaccurate diagnostics for enhanced for-loops
2012-04-11 mcimadamore 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
2012-04-09 ksrini 7156633: (javac) incorrect errors when parsing variable declaration in block statements.
2012-03-30 mcimadamore 7157688: Regression: common compiler diagnostic features swapped required/found types
2012-03-26 mcimadamore 7133185: Update 292 overload resolution logic to match JLS
2012-03-26 mcimadamore 7151492: Encapsulate check logic into Attr.ResultInfo
2012-01-24 mcimadamore 7129801: Merge the two method applicability routines
2012-01-03 jjg 4881269: improve diagnostic for ill-formed tokens
2011-11-28 mcimadamore 7115052: Add parser support for method references
2011-11-28 mcimadamore 7115050: Add parser support for lambda expressions
2011-11-09 jjg 7108669: cleanup Log methods for direct printing to streams
2011-10-24 mcimadamore 7098660: Write better overload resolution/inference tests
2011-09-22 jjg 7092965: javac should not close processorClassLoader before end of compilation
2011-09-13 mcimadamore 7086601: Error message bug: cause for method mismatch is 'null'
2011-09-13 mcimadamore 7086595: Error message bug: name of initializer is 'null'
2011-07-27 mcimadamore 7057297: Project Coin: diamond erroneously accepts in array initializer expressions
2011-06-24 darcy 6575445: Update annotation processor to only use java.util.ServiceLoader
2011-04-30 mcimadamore 7039931: Project Coin: diamond inference fail with generic constructor explicit type-arguments
2011-04-29 mcimadamore 6550655: com.sun.tools.javac.code.Symbol$CompletionFailure
2011-03-31 jjg 7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
2011-03-29 mcimadamore 7027157: Project Coin: javac warnings for AutoCloseable.close throwing InterruptedException
2011-03-29 mcimadamore 7030606: Project-coin: multi-catch types should be pairwise disjoint
2011-03-16 mcimadamore 6558548: The compiler needs to be aligned with clarified specification of throws
2011-03-07 mcimadamore 7020044: Project Coin: diamond erroneous allowed on some anonymous inner classes
2011-02-18 mcimadamore 7020043: Project Coin: diamond allowed on non-generic type
2011-02-15 mcimadamore 7017104: improve error reporting for uncaught/undeclared exceptions from try-with-resources
2011-02-07 mcimadamore 7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
2011-02-01 darcy 7014734: Project Coin: Allow optional trailing semicolon to terminate resources list in try-with-resources
2011-01-28 mcimadamore 6313164: javac generates code that fails byte code verification for the varargs feature
2011-01-26 jjg 7013272: Automatically generate info about how compiler resource keys are used
2011-01-26 darcy 7013420: Project Coin: remove general expression support from try-with-resources statement
2011-01-24 mcimadamore 6569633: Varargs: parser error when varargs element type is an array
2011-01-24 mcimadamore 6510286: Wording of javac error for inner classes
2011-01-24 mcimadamore 6968793: issues with diagnostics
2011-01-14 mcimadamore 6949040: java.dyn package must be compiled with -target 7 or better
2011-01-14 mcimadamore 6992698: JSR 292: remove support for transient syntax in polymorphic signature calls
less more (0) -100 -60 tip