langtools/src/share/classes/com/sun/tools/javac/comp/Infer.java
Thu, 19 Dec 2013 20:16:44 +0000 vromero 8030807: langtools should still build using jdk 7
Wed, 18 Dec 2013 16:05:18 -0500 briangoetz 8030244: Update langtools to use Diamond
Tue, 22 Oct 2013 13:54:49 +0100 vromero 8025290: javac implicit versus explicit lambda compilation error
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, 25 Jul 2013 14:47:43 +0100 mcimadamore 8020804: javac crashes when speculative attribution infers intersection type with array component
Wed, 17 Jul 2013 14:21:12 +0100 mcimadamore 8019942: Graph inference: avoid redundant computation during bound incorporation
Wed, 17 Jul 2013 14:19:02 +0100 mcimadamore 8020149: Graph inference: wrong logic for picking best variable to solve
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
Wed, 17 Jul 2013 14:04:01 +0100 mcimadamore 8012242: Lambda compatibility and checked exceptions
Fri, 05 Jul 2013 11:05:02 +0100 mcimadamore 8019824: very long error messages on inference error
Tue, 25 Jun 2013 16:12:53 +0100 vromero 8017104: javac should have a class for primitive types that inherits from Type
Tue, 18 Jun 2013 19:02:48 +0100 vromero 8016267: javac, TypeTag refactoring has provoked performance issues
Tue, 04 Jun 2013 11:34:31 +0100 mcimadamore 8015505: Spurious inference error when return type of generic method requires unchecked conversion to target
Fri, 12 Apr 2013 12:05:04 +0200 jfranck 7015104: use new subtype of TypeSymbol for type parameters
Mon, 08 Apr 2013 15:51:41 +0100 mcimadamore 8010922: Cleanup: add support for ad-hoc method check logic
Fri, 22 Mar 2013 12:43:09 +0000 mcimadamore 8010303: Graph inference: missing incorporation step causes spurious inference error
Tue, 12 Mar 2013 16:02:43 +0000 mcimadamore 8009545: Graph inference: dependencies between inference variables should be set during incorporation
Thu, 28 Feb 2013 14:00:52 +0000 mcimadamore 8008723: Graph Inference: bad graph calculation leads to assertion error
Tue, 12 Feb 2013 19:25:09 +0000 mcimadamore 8007464: Add graph inference support
Wed, 06 Feb 2013 14:04:43 +0000 mcimadamore 8007479: Refactor DeferredAttrContext so that it points to parent context
Wed, 06 Feb 2013 14:03:39 +0000 mcimadamore 8007463: Cleanup inference related classes
Wed, 23 Jan 2013 15:08:03 +0000 mcimadamore 8006692: jdk/test/java/util/Collections/BigBinarySearch.java fails to compile
Mon, 21 Jan 2013 20:13:56 +0000 mcimadamore 8005244: Implement overload resolution as per latest spec EDR
Tue, 08 Jan 2013 10:15:30 +0100 mcimadamore 8005243: Restructure method check code to allow pluggable checkers
Sat, 17 Nov 2012 19:01:03 +0000 mcimadamore 8003280: Add lambda tests
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: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
Tue, 25 Sep 2012 11:55:34 +0100 mcimadamore 7175433: Inference cleanup: add helper class to handle inference variables
Thu, 02 Aug 2012 18:24:01 +0100 mcimadamore 7187104: Inference cleanup: remove redundant exception classes in Infer.java
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
Wed, 11 Apr 2012 10:50:11 +0100 mcimadamore 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
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
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, 24 Jan 2012 17:52:02 +0000 mcimadamore 7129801: Merge the two method applicability routines
Thu, 12 Jan 2012 15:28:34 +0000 mcimadamore 7123100: javac fails with java.lang.StackOverflowError
Tue, 08 Nov 2011 11:51:05 -0800 jjg 6921494: provide way to print javac tree tag values
Mon, 24 Oct 2011 13:00:30 +0100 mcimadamore 7098660: Write better overload resolution/inference tests
Tue, 13 Sep 2011 14:15:39 +0100 mcimadamore 7086601: Error message bug: cause for method mismatch is 'null'
Wed, 11 May 2011 13:10:57 +0200 mcimadamore 7042566: Regression: new ambiguity between varargs method
Mon, 28 Feb 2011 11:48:53 +0000 mcimadamore 7015430: Incorrect thrown type determined for unchecked invocations
Fri, 28 Jan 2011 12:03:49 +0000 mcimadamore 6313164: javac generates code that fails byte code verification for the varargs feature
Mon, 24 Jan 2011 15:45:41 +0000 mcimadamore 7013865: varargs: javac crashes during overload resolution with generic varargs
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:04 +0000 mcimadamore 6992698: JSR 292: remove support for transient syntax in polymorphic signature calls
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
Tue, 23 Nov 2010 11:08:43 +0000 mcimadamore 6995200: JDK 7 compiler crashes when type-variable is inferred from expected primitive type
Mon, 18 Oct 2010 19:14:36 +0100 mcimadamore 6991980: polymorphic signature calls don't share the same CP entries
Sat, 18 Sep 2010 09:56:23 -0700 mcimadamore 5088624: cannot find symbol message should be more intelligent
Tue, 07 Sep 2010 17:32:27 +0100 mcimadamore 6979327: method handle invocation should use casts instead of type parameters to specify return type
Mon, 16 Aug 2010 14:58:10 +0100 mcimadamore 6369605: Unconstrained type variables fails to include bounds
Thu, 29 Jul 2010 15:56:25 +0100 mcimadamore 6938454: Unable to determine generic type in program that compiles under Java 6
less more (0) -60 tip