langtools/src/share/classes/com/sun/tools/javac/comp/Check.java
Wed, 23 Jan 2013 13:27:24 -0800 jjg 8006775: JSR 308: Compiler changes in JDK8
Mon, 21 Jan 2013 20:19:53 +0000 mcimadamore 8005166: Add support for static interface methods
Mon, 21 Jan 2013 20:13:56 +0000 mcimadamore 8005244: Implement overload resolution as per latest spec EDR
Wed, 16 Jan 2013 16:30:11 +0000 mcimadamore 8005299: Add FunctionalInterface checking to javac
Wed, 16 Jan 2013 16:27:01 +0000 mcimadamore 8005854: Add support for array constructor references
Mon, 14 Jan 2013 13:50:01 -0800 jjg 8006119: update javac to follow latest spec for repeatable annotations
Mon, 03 Dec 2012 11:16:32 +0100 jfranck 8001114: Container annotation is not checked for semantic correctness
Mon, 10 Dec 2012 12:10:50 +0000 mcimadamore 8004094: Javac compiler error - synthetic method accessor generated with duplicate name
Sat, 17 Nov 2012 19:01:03 +0000 mcimadamore 8003280: Add lambda tests
Sun, 04 Nov 2012 10:59:42 +0000 mcimadamore 7192246: Add type-checking support for default methods
Thu, 01 Nov 2012 10:48:36 +0100 ohrstrom 7153951: Add new lint option -Xlint:auxiliaryclass
Thu, 25 Oct 2012 11:09:36 -0700 jjg 7200915: convert TypeTags from a series of small ints to an enum
Wed, 17 Oct 2012 16:43:26 +0100 mcimadamore 7192245: Add parser support for default methods
Tue, 09 Oct 2012 19:31:58 -0700 jjg 8000208: fix langtools javadoc comment issues
Sat, 06 Oct 2012 10:35:38 +0100 mcimadamore 7177386: Add attribution support for method references
Fri, 05 Oct 2012 14:35:24 +0100 mcimadamore 7177385: Add attribution support for lambda expressions
Thu, 04 Oct 2012 13:04:53 +0100 mcimadamore 7177387: Add target-typing support in method context
Fri, 28 Sep 2012 11:39:29 -0700 jfranck 7199925: Separate compilation breaks check that elements have a default for the containing annotation
Tue, 25 Sep 2012 11:55:34 +0100 mcimadamore 7175433: Inference cleanup: add helper class to handle inference variables
Thu, 13 Sep 2012 14:29:36 -0700 jjg 7177970: fix issues in langtools doc comments
Fri, 31 Aug 2012 10:37:46 +0100 jfranck 7151010: Add compiler support for repeating annotations
Thu, 02 Aug 2012 18:22:41 +0100 mcimadamore 7175911: Simplify error reporting API in Check.CheckContext interface
Thu, 31 May 2012 17:42:14 +0100 mcimadamore 7166552: Inference: cleanup usage of Type.ForAll
Mon, 26 Mar 2012 15:28:49 +0100 mcimadamore 7133185: Update 292 overload resolution logic to match JLS
Mon, 26 Mar 2012 15:28:22 +0100 mcimadamore 7151492: Encapsulate check logic into Attr.ResultInfo
Mon, 26 Mar 2012 15:27:51 +0100 mcimadamore 7151580: Separate DA/DU logic from exception checking logic in Flow.java
Fri, 09 Mar 2012 17:10:56 +0000 mcimadamore 7151802: compiler update caused sqe test failed
Tue, 06 Mar 2012 13:28:05 +0000 mcimadamore 7144506: Attr.checkMethod should be called after inference variables have been fixed
Tue, 06 Mar 2012 13:26:36 +0000 mcimadamore 7148622: Some diagnostic methods do not go through Log.report
Fri, 02 Mar 2012 12:57:47 +0000 mcimadamore 7148242: Regression: valid code rejected during generic type well-formedness check
Tue, 14 Feb 2012 15:43:52 -0800 mcimadamore 7142086: performance problem in Check.checkOverrideClashes(...)
Tue, 13 Dec 2011 11:21:28 -0800 jjg 7120736: refactor javac option handling
Tue, 08 Nov 2011 11:51:05 -0800 jjg 6921494: provide way to print javac tree tag values
Thu, 06 Oct 2011 18:39:31 +0100 mcimadamore 7090499: missing rawtypes warnings in anonymous inner class
Tue, 13 Sep 2011 14:14:57 +0100 mcimadamore 7086595: Error message bug: name of initializer is 'null'
Wed, 01 Jun 2011 11:25:50 -0700 jjg 7042623: Regression: javac silently crash when attributing non-existent annotation
Mon, 23 May 2011 11:55:55 +0100 mcimadamore 7046348: Regression: javac complains of missing classfile for a seemingly unrelated interface
Sat, 30 Apr 2011 11:57:46 +0100 mcimadamore 7039931: Project Coin: diamond inference fail with generic constructor explicit type-arguments
Wed, 13 Apr 2011 11:35:43 -0700 jjh 7032975: API files in javax.annotation.processing need to be updated for references to JLS
Tue, 29 Mar 2011 16:40:07 +0100 mcimadamore 7030687: Diamond: compiler accepts erroneous code where diamond is used with non-generic inner class
Mon, 07 Mar 2011 14:31:50 +0000 mcimadamore 7020044: Project Coin: diamond erroneous allowed on some anonymous inner classes
Thu, 03 Mar 2011 17:34:58 +0000 mcimadamore 7022054: Invalid compiler error on covariant overriding methods with the same erasure
Wed, 23 Feb 2011 14:16:12 +0000 mcimadamore 7020657: Javac rejects a fairly common idiom with raw override and interfaces
Tue, 15 Feb 2011 11:49:46 +0000 mcimadamore 7017664: Add listeners infrastracture to javac scopes
Mon, 07 Feb 2011 18:10:13 +0000 mcimadamore 7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
Thu, 03 Feb 2011 09:37:28 +0000 mcimadamore 6969184: poor error recovery after symbol not found
Thu, 03 Feb 2011 09:36:28 +0000 mcimadamore 5017953: spurious cascaded diagnostics when name not found
Thu, 03 Feb 2011 09:35:21 +0000 mcimadamore 6594914: @SuppressWarnings("deprecation") does not not work for the type of a variable
Fri, 28 Jan 2011 12:03:49 +0000 mcimadamore 6313164: javac generates code that fails byte code verification for the varargs feature
Fri, 28 Jan 2011 12:01:07 +0000 mcimadamore 6910550: javac 1.5.0_17 fails with incorrect error message
Mon, 24 Jan 2011 15:44:51 +0000 mcimadamore 6968793: issues with diagnostics
Mon, 24 Jan 2011 15:44:15 +0000 mcimadamore 6943278: spurious error message for inference and type-variable with erroneous bound
Fri, 14 Jan 2011 09:45:52 +0000 mcimadamore 7007432: Test generic types well-formedness
Mon, 10 Jan 2011 15:08:31 -0800 jjg 6396503: javac should not require assertions enabled
Mon, 10 Jan 2011 14:57:59 -0800 jjg 6992999: fully remove JSR 308 from langtools
Tue, 28 Dec 2010 15:54:52 -0800 ohair 6962318: Update copyright year
Mon, 13 Dec 2010 15:11:00 -0800 mcimadamore 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
Thu, 09 Dec 2010 15:50:34 +0000 mcimadamore 6476118: compiler bug causes runtime ClassCastException for generics overloading
Mon, 15 Nov 2010 13:50:53 +0000 mcimadamore 6985719: Alike methods in interfaces (Inheritance and Overriding)
Thu, 30 Sep 2010 10:47:12 -0700 jjg 6988436: Cleanup javac option handling
less more (0) -100 -60 tip