langtools/src/share/classes/com/sun/tools/javac/comp/Attr.java
Mon, 12 Aug 2013 17:28:31 +0100 mcimadamore 8021567: Javac doesn't report \"java: reference to method is ambiguous\" any more
Sun, 28 Jul 2013 10:17:45 +0200 jlahoda 8021338: Diamond finder may mark a required type argument as unnecessary
Thu, 25 Jul 2013 14:47:43 +0100 mcimadamore 8020804: javac crashes when speculative attribution infers intersection type with array component
Fri, 19 Jul 2013 07:22:53 -0700 ksrini 8017216: javac doesn't fill in end position for some errors of type not found
Wed, 17 Jul 2013 10:40:53 -0700 lana Merge
Wed, 17 Jul 2013 14:13:15 +0100 mcimadamore 8020147: Spurious errors when compiling nested stuck lambdas
Wed, 17 Jul 2013 14:11:41 +0100 mcimadamore 8012238: Nested method capture and inference
Wed, 17 Jul 2013 14:09:46 +0100 mcimadamore 8016175: Add bottom-up type-checking support for unambiguous method references
Fri, 05 Jul 2013 11:04:22 +0100 mcimadamore 8016702: use of ternary operator in lambda expression gives incorrect results
Fri, 05 Jul 2013 11:03:04 +0100 mcimadamore 8016059: Cannot compile following lambda
Thu, 04 Jul 2013 10:41:08 +0100 vromero 6356530: -Xlint:serial does not flag abstract classes with concrete methods/members
Thu, 11 Jul 2013 14:07:39 +0100 mcimadamore 8016281: The SAM method should be passed to the metafactory as a MethodType not a MethodHandle
Thu, 27 Jun 2013 17:45:56 -0400 emc 8013357: javac accepts erroneous binary comparison operations
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
less more (0) -100 -60 tip