langtools/src/share/classes/com/sun/tools/javac/code/Types.java
Sun, 18 May 2014 19:59:10 -0700 jjg 8041422: Split javac ClassReader into ClassReader+ClassFinder
Fri, 09 May 2014 14:56:59 -0600 dlsmith 8042656: Inference produces spurious error for intersection type bounds check
Fri, 09 May 2014 09:28:47 -0400 emc 8040327: Eliminate AnnotatedType
Tue, 06 May 2014 15:46:09 -0600 dlsmith 8033718: Inference ignores capture variable as upper bound
Fri, 02 May 2014 22:35:23 +0100 pgovereau 8033437: javac, inconsistent generic types behaviour when compiling together vs. separate
Thu, 01 May 2014 20:36:11 +0100 vromero 8030741: Inference: implement eager resolution of return types, consistent with JDK-8028800
Tue, 08 Apr 2014 14:06:11 +0200 jlahoda 8038455: Use single Context for all rounds of annotation processing
Tue, 18 Mar 2014 22:12:46 +0000 vromero 8036007: javac crashes when encountering an unresolvable interface
Wed, 15 Jan 2014 10:57:25 +0100 jfranck 8029690: Move symbol creation from ClassReader to Symtab
Thu, 19 Dec 2013 22:24:27 +0000 vromero 8029240: Default methods not always visible under -source 7
Wed, 18 Dec 2013 16:05:18 -0500 briangoetz 8030244: Update langtools to use Diamond
Mon, 11 Nov 2013 09:47:46 -0500 emc 8027439: Compile-time error in the case of ((Integer[] & Serializable)new Integer[1]).getClass()
Tue, 15 Oct 2013 15:57:13 -0700 jjg 8026564: import changes from type-annotations forest
Tue, 01 Oct 2013 17:41:57 -0400 emc 8021339: Compile-time error during casting array to intersection
Mon, 23 Sep 2013 15:37:59 -0400 emc 6499673: Assertion check for TypeVariable.getUpperBound() fails.
Mon, 23 Sep 2013 10:42:38 +0200 alundblad 6386236: Please rename com.sun.tools.javac.util.ListBuffer.lb()
Mon, 02 Sep 2013 22:38:36 +0100 vromero 8016177: structural most specific and stuckness
Thu, 22 Aug 2013 10:22:44 +0100 vromero 8022316: Generic throws, overriding and method reference
Thu, 25 Jul 2013 14:47:43 +0100 mcimadamore 8020804: javac crashes when speculative attribution infers intersection type with array component
Tue, 23 Jul 2013 20:42:54 -0400 emc 8016880: 42 tests in annot102* fail with compile-time errors.
Wed, 17 Jul 2013 10:40:53 -0700 lana Merge
Wed, 17 Jul 2013 14:16:25 +0100 mcimadamore 8016640: compiler hangs if the generics arity of a base class is wrong
Wed, 17 Jul 2013 14:14:49 +0100 mcimadamore 7041019: Bogus type-variable substitution with array types with dependencies on accessibility check
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
Tue, 25 Jun 2013 16:12:53 +0100 vromero 8017104: javac should have a class for primitive types that inherits from Type
Wed, 19 Jun 2013 11:48:05 +0100 chegar 8017045: anti-delta fix for 8013789
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
Tue, 14 May 2013 15:04:06 -0700 jjg 8013852: update reference impl for type-annotations
Mon, 15 Apr 2013 14:16:05 +0100 mcimadamore 8011028: lang/INFR/infr001/infr00101md/infr00101md.java fails to compile after switch to JDK8-b82
Mon, 08 Apr 2013 15:59:29 +0100 mcimadamore 8010822: Intersection type cast for functional expressions does not follow spec EDR
Fri, 22 Mar 2013 12:43:09 +0000 mcimadamore 8010303: Graph inference: missing incorporation step causes spurious inference error
Fri, 22 Mar 2013 12:39:34 +0000 mcimadamore 8010101: Intersection type cast issues redundant unchecked warning
Mon, 18 Mar 2013 14:40:32 -0700 jjg 8008425: Remove interim new javax.lang.model API for type-annotations
Fri, 22 Feb 2013 18:19:51 +0000 mcimadamore 8008708: Regression: separate compilation causes crash in wildcards inference logic
Thu, 21 Feb 2013 15:27:05 +0000 mcimadamore 8008444: Inherited generic functional descriptors are merged incorrectly
Thu, 21 Feb 2013 15:25:03 +0000 mcimadamore 8008293: Declared bounds not considered when functional interface containing unbound wildcards is instantiated
Fri, 15 Feb 2013 18:40:38 -0800 rfield 8004969: Generate $deserializeLambda$ method
Fri, 15 Feb 2013 16:30:31 +0000 mcimadamore 8007535: Compiler crashes on @FunctionalInterface used on interface with two inherited methods with same signatures
Fri, 15 Feb 2013 16:28:07 +0000 mcimadamore 8006749: compiler does not allow Object protected methods to be used in lambda
Tue, 12 Feb 2013 17:15:29 -0800 jjg 8008077: update reference impl for type-annotations
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: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
Sat, 15 Dec 2012 13:54:51 +0000 vromero 8000518: Javac generates duplicate name_and_type constant pool entry for class BinaryOpValueExp.java
Mon, 10 Dec 2012 16:21:26 +0000 vromero 8003967: detect and remove all mutable implicit static enum fields in langtools
Fri, 30 Nov 2012 15:14:48 +0000 mcimadamore 8002099: Add support for intersection types in cast expression
Fri, 30 Nov 2012 15:14:25 +0000 mcimadamore 8004102: Add support for generic functional descriptors
Tue, 27 Nov 2012 13:55:10 -0800 jjg 8004068: Fix build problems caused by on-demand imports
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, 25 Oct 2012 11:09:36 -0700 jjg 7200915: convert TypeTags from a series of small ints to an enum
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
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
Tue, 25 Sep 2012 11:56:46 +0100 mcimadamore 7177306: Regression: unchecked method call does not erase return type
Fri, 31 Aug 2012 10:37:46 +0100 jfranck 7151010: Add compiler support for repeating annotations
less more (0) -100 -60 tip