langtools/src/share/classes/com/sun/tools/javac/comp/Attr.java
Thu, 27 Jun 2013 16:04:05 +0100 vromero 8016099: Some @SuppressWarnings annotations ignored ( unchecked, rawtypes )
Thu, 20 Jun 2013 19:01:20 -0400 emc 8007546: ClassCastException on JSR308 tests
Thu, 20 Jun 2013 08:45:43 +0100 vromero 8016613: javac should avoid source 8 only analysis when compiling for source 7
Wed, 19 Jun 2013 11:48:05 +0100 chegar 8017045: anti-delta fix for 8013789
Tue, 18 Jun 2013 19:02:48 +0100 vromero 8016267: javac, TypeTag refactoring has provoked performance issues
Mon, 17 Jun 2013 20:29:31 -0700 rfield 8013789: Compiler should emit bridges in interfaces
Fri, 14 Jun 2013 16:25:09 +0100 vromero 8016569: javac, add new flag for polymorphic method signatures
Thu, 06 Jun 2013 15:37:23 +0100 mcimadamore 8015648: Duplicate variable in lambda causes javac crash
Thu, 06 Jun 2013 15:35:05 +0100 mcimadamore 8015432: javac crashes with stack overflow when method called recursively from nested generic call
Thu, 06 Jun 2013 15:32:41 +0100 mcimadamore 7139681: Enhanced for loop: local variable scope inconsistent with JLS
Tue, 04 Jun 2013 14:17:50 -0700 jjg 8004643: Reduce javac space overhead introduced with compiler support for repeating annotations
Fri, 24 May 2013 15:27:27 +0100 mcimadamore 8014494: javac crashes when varargs element of a method reference is inferred from the context
Wed, 15 May 2013 14:03:09 +0100 mcimadamore 8013222: Javac issues spurious raw type warnings when lambda has implicit parameter types
Wed, 15 May 2013 14:02:37 +0100 mcimadamore 8012685: Spurious raw types warning when using unbound method references
Wed, 15 May 2013 14:00:31 +0100 mcimadamore 8012003: Method diagnostics resolution need to be simplified in some cases
Tue, 14 May 2013 15:04:06 -0700 jjg 8013852: update reference impl for type-annotations
Fri, 10 May 2013 15:15:50 +0200 jlahoda 8012929: Trees.getElement should work not only for declaration trees, but also for use-trees
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
less more (0) -100 -60 tip