langtools/src/share/classes/com/sun/tools/javac/comp/Attr.java
Mon, 15 Apr 2013 14:18:30 +0100 mcimadamore 8010923: Avoid redundant speculative attribution
Mon, 15 Apr 2013 14:15:07 +0100 mcimadamore 8011376: Spurious checked exception errors in nested method call
Mon, 08 Apr 2013 15:59:29 +0100 mcimadamore 8010822: Intersection type cast for functional expressions does not follow spec EDR
Mon, 08 Apr 2013 15:57:10 +0100 mcimadamore 8009131: Overload: javac should discard methods that lead to errors in lambdas with implicit parameter types
Mon, 08 Apr 2013 15:51:41 +0100 mcimadamore 8010922: Cleanup: add support for ad-hoc method check logic
Tue, 19 Mar 2013 13:10:40 -0700 darcy 8010179: Remove transitional target values from javac
Mon, 18 Mar 2013 18:33:13 -0700 jjg 8007803: Implement javax.lang.model API for Type Annotations
Mon, 18 Mar 2013 14:40:32 -0700 jjg 8008425: Remove interim new javax.lang.model API for type-annotations
Thu, 07 Mar 2013 10:04:28 +0000 vromero 8009138: javac, equals-hashCode warning tuning
Wed, 06 Mar 2013 15:33:17 +0000 mcimadamore 8009459: Wrong behavior of diamond finder with source level 7
Wed, 06 Mar 2013 15:29:30 +0000 mcimadamore 8009299: Javac crashes when compiling method reference to static interface method
Tue, 05 Mar 2013 14:19:49 +0000 mcimadamore 8009129: Illegal access error when calling method reference
Thu, 28 Feb 2013 14:05:52 +0000 mcimadamore 8008537: Missing method reference lookup error when unbound search finds a static method
Tue, 26 Feb 2013 09:04:19 +0000 vromero 8008436: javac should not issue a warning for overriding equals without hasCode if hashCode has been overriden by a superclass
Thu, 21 Feb 2013 17:49:56 -0800 lana Merge
Mon, 18 Feb 2013 14:33:25 +0000 vromero 6563143: javac should issue a warning for overriding equals without hashCode
Fri, 15 Feb 2013 16:29:58 +0000 mcimadamore 8007462: Fix provisional applicability for method references
Fri, 15 Feb 2013 16:28:57 +0000 mcimadamore 8007285: AbstractMethodError instead of compile-time error when method reference with super and abstract
Sun, 17 Feb 2013 16:44:55 -0500 dholmes Merge
Mon, 04 Feb 2013 18:08:53 -0500 dholmes Merge
Mon, 21 Jan 2013 01:27:42 -0500 jjg 8004182: Add support for profiles in javac
Tue, 12 Feb 2013 17:15:29 -0800 jjg 8008077: update reference impl for type-annotations
Tue, 12 Feb 2013 19:25:09 +0000 mcimadamore 8007464: Add graph inference support
Fri, 08 Feb 2013 09:12:37 +0000 vromero 7166455: javac doesn't set ACC_STRICT bit on <clinit> for strictfp class
Wed, 06 Feb 2013 14:03:39 +0000 mcimadamore 8007463: Cleanup inference related classes
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
Mon, 14 Jan 2013 13:50:01 -0800 jjg 8006119: update javac to follow latest spec for repeatable annotations
Mon, 17 Dec 2012 16:13:01 +0000 mcimadamore 8004099: Bad compiler diagnostic generated when poly expression is passed to non-existent method
Fri, 30 Nov 2012 15:14:48 +0000 mcimadamore 8002099: Add support for intersection types in cast expression
Fri, 30 Nov 2012 15:14:36 +0000 mcimadamore 8004101: Add checks for method reference well-formedness
Fri, 30 Nov 2012 15:14:25 +0000 mcimadamore 8004102: Add support for generic functional descriptors
Fri, 30 Nov 2012 15:14:12 +0000 mcimadamore 8004105: Expression statement lambdas should be void-compatible
Sat, 17 Nov 2012 19:01:03 +0000 mcimadamore 8003280: Add lambda tests
Wed, 14 Nov 2012 17:23:10 -0800 jjg 7021614: extend com.sun.source API to support parsing javadoc comments
Tue, 13 Nov 2012 15:09:15 -0800 jjg 8003299: Cleanup javac Log support for deferred diagnostics
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
Tue, 30 Oct 2012 10:15:19 -0700 jjg 8001929: fix doclint errors in langtools doc comments
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
Tue, 09 Oct 2012 19:10:00 -0700 jjg 8000663: clean up langtools imports
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
Wed, 26 Sep 2012 14:22:41 +0100 mcimadamore 7188968: New instance creation expression using diamond is checked twice
Fri, 31 Aug 2012 10:37:46 +0100 jfranck 7151010: Add compiler support for repeating annotations
Thu, 02 Aug 2012 18:23:21 +0100 mcimadamore 7175538: Integrate efectively final check with DA/DU analysis
Thu, 02 Aug 2012 18:22:41 +0100 mcimadamore 7175911: Simplify error reporting API in Check.CheckContext interface
Thu, 31 May 2012 17:44:04 +0100 mcimadamore 7160084: javac fails to compile an apparently valid class/interface combination
Thu, 31 May 2012 17:42:14 +0100 mcimadamore 7166552: Inference: cleanup usage of Type.ForAll
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:29:45 +0000 mcimadamore 7133238: Merge proto-kind and proto-type into a single result class
Tue, 06 Mar 2012 13:28:05 +0000 mcimadamore 7144506: Attr.checkMethod should be called after inference variables have been fixed
Fri, 02 Mar 2012 12:58:35 +0000 mcimadamore 7148164: attribution code for diamond should not rely on mutable state
Thu, 23 Feb 2012 09:53:09 -0800 darcy 7148025: javac should not warn about InterrupttedException on the declaration of AutoCloseable itself
less more (0) -100 -60 tip